Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sfxr-1.2.1
@ 2020-04-19  2:18 agausmann
  2020-04-19  2:22 ` [PR PATCH] [Updated] " agausmann
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: agausmann @ 2020-04-19  2:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is a new pull request by agausmann against master on the void-packages repository

https://github.com/agausmann/void-packages sfxr
https://github.com/void-linux/void-packages/pull/21140

New package: sfxr-1.2.1


A patch file from https://github.com/void-linux/void-packages/pull/21140.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sfxr-21140.patch --]
[-- Type: text/x-diff, Size: 3610 bytes --]

From 0bfcfce9dc6c6c7d006e297f597830a590bca5dd Mon Sep 17 00:00:00 2001
From: Adam Gausmann <agausmann@fastmail.com>
Date: Sat, 18 Apr 2020 21:19:42 -0500
Subject: [PATCH] New package: sfxr-1.2.1

---
 srcpkgs/sfxr/files/LICENSE                    | 32 +++++++++++++++++++
 .../sfxr/patches/fix-overwritten-flags.patch  | 13 ++++++++
 srcpkgs/sfxr/template                         | 18 +++++++++++
 3 files changed, 63 insertions(+)
 create mode 100644 srcpkgs/sfxr/files/LICENSE
 create mode 100644 srcpkgs/sfxr/patches/fix-overwritten-flags.patch
 create mode 100644 srcpkgs/sfxr/template

diff --git a/srcpkgs/sfxr/files/LICENSE b/srcpkgs/sfxr/files/LICENSE
new file mode 100644
index 00000000000..a9996ab0eb4
--- /dev/null
+++ b/srcpkgs/sfxr/files/LICENSE
@@ -0,0 +1,32 @@
+License
+-------
+
+Basically, I don't care what you do with it, anything goes.
+
+To please all the troublesome folks who request a formal license,
+I attach the "MIT license" as follows:
+
+--
+
+Copyright (c) 2007 Tomas Pettersson
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
diff --git a/srcpkgs/sfxr/patches/fix-overwritten-flags.patch b/srcpkgs/sfxr/patches/fix-overwritten-flags.patch
new file mode 100644
index 00000000000..1568dfa4e20
--- /dev/null
+++ b/srcpkgs/sfxr/patches/fix-overwritten-flags.patch
@@ -0,0 +1,13 @@
+--- Makefile	2012-04-28 07:55:05.000000000 -0500
++++ Makefile.patched	2020-04-18 21:08:53.055807782 -0500
+@@ -1,7 +1,7 @@
+-CFLAGS=-ggdb
++override CFLAGS += -ggdb
+ GTK=3.0
+-CXXFLAGS=$(CFLAGS) `sdl-config --cflags` `pkg-config gtk+-${GTK} --cflags`
+-LDFLAGS=`sdl-config --libs` `pkg-config gtk+-${GTK} --libs`
++override CXXFLAGS += $(CFLAGS) `sdl-config --cflags` `pkg-config gtk+-${GTK} --cflags`
++override LDFLAGS += `sdl-config --libs` `pkg-config gtk+-${GTK} --libs`
+ 
+ sfxr: main.cpp tools.h sdlkit.h
+ 	$(CXX) $< $(CXXFLAGS) $(LDFLAGS) -o $@
diff --git a/srcpkgs/sfxr/template b/srcpkgs/sfxr/template
new file mode 100644
index 00000000000..4d57e58ca54
--- /dev/null
+++ b/srcpkgs/sfxr/template
@@ -0,0 +1,18 @@
+# Template file for 'sfxr'
+pkgname=sfxr
+version=1.2.1
+revision=1
+wrksrc="sfxr-sdl-${version}"
+build_style=gnu-makefile
+hostmakedepends="pkg-config desktop-file-utils"
+makedepends="SDL-devel gtk+3-devel"
+short_desc="Sound effect generator"
+maintainer="Adam Gausmann <agausmann@fastmail.com>"
+license="custom:sfxr"
+homepage="http://www.drpetter.se/project_sfxr.html"
+distfiles="http://www.drpetter.se/files/sfxr-sdl-${version}.tar.gz"
+checksum=ca93be8964c92fe3a2c945640cd3e93c95ae7abe24290818f4fe7f6e5a7cd835
+
+post_install() {
+	vlicense ${FILESDIR}/LICENSE
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: sfxr-1.2.1
  2020-04-19  2:18 [PR PATCH] New package: sfxr-1.2.1 agausmann
@ 2020-04-19  2:22 ` agausmann
  2020-04-19  2:28 ` agausmann
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: agausmann @ 2020-04-19  2:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

There is an updated pull request by agausmann against master on the void-packages repository

https://github.com/agausmann/void-packages sfxr
https://github.com/void-linux/void-packages/pull/21140

New package: sfxr-1.2.1


A patch file from https://github.com/void-linux/void-packages/pull/21140.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sfxr-21140.patch --]
[-- Type: text/x-diff, Size: 3602 bytes --]

From fdf7379e96fbee90e490c6c59e9d1ef4c16d7ca8 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <agausmann@fastmail.com>
Date: Sat, 18 Apr 2020 21:19:42 -0500
Subject: [PATCH] New package: sfxr-1.2.1

---
 srcpkgs/sfxr/files/LICENSE                    | 32 +++++++++++++++++++
 .../sfxr/patches/fix-overwritten-flags.patch  | 13 ++++++++
 srcpkgs/sfxr/template                         | 18 +++++++++++
 3 files changed, 63 insertions(+)
 create mode 100644 srcpkgs/sfxr/files/LICENSE
 create mode 100644 srcpkgs/sfxr/patches/fix-overwritten-flags.patch
 create mode 100644 srcpkgs/sfxr/template

diff --git a/srcpkgs/sfxr/files/LICENSE b/srcpkgs/sfxr/files/LICENSE
new file mode 100644
index 00000000000..a9996ab0eb4
--- /dev/null
+++ b/srcpkgs/sfxr/files/LICENSE
@@ -0,0 +1,32 @@
+License
+-------
+
+Basically, I don't care what you do with it, anything goes.
+
+To please all the troublesome folks who request a formal license,
+I attach the "MIT license" as follows:
+
+--
+
+Copyright (c) 2007 Tomas Pettersson
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
diff --git a/srcpkgs/sfxr/patches/fix-overwritten-flags.patch b/srcpkgs/sfxr/patches/fix-overwritten-flags.patch
new file mode 100644
index 00000000000..8103b8fd2c7
--- /dev/null
+++ b/srcpkgs/sfxr/patches/fix-overwritten-flags.patch
@@ -0,0 +1,13 @@
+--- Makefile	2012-04-28 07:55:05.000000000 -0500
++++ Makefile	2020-04-18 21:08:53.055807782 -0500
+@@ -1,7 +1,7 @@
+-CFLAGS=-ggdb
++override CFLAGS += -ggdb
+ GTK=3.0
+-CXXFLAGS=$(CFLAGS) `sdl-config --cflags` `pkg-config gtk+-${GTK} --cflags`
+-LDFLAGS=`sdl-config --libs` `pkg-config gtk+-${GTK} --libs`
++override CXXFLAGS += $(CFLAGS) `sdl-config --cflags` `pkg-config gtk+-${GTK} --cflags`
++override LDFLAGS += `sdl-config --libs` `pkg-config gtk+-${GTK} --libs`
+ 
+ sfxr: main.cpp tools.h sdlkit.h
+ 	$(CXX) $< $(CXXFLAGS) $(LDFLAGS) -o $@
diff --git a/srcpkgs/sfxr/template b/srcpkgs/sfxr/template
new file mode 100644
index 00000000000..4d57e58ca54
--- /dev/null
+++ b/srcpkgs/sfxr/template
@@ -0,0 +1,18 @@
+# Template file for 'sfxr'
+pkgname=sfxr
+version=1.2.1
+revision=1
+wrksrc="sfxr-sdl-${version}"
+build_style=gnu-makefile
+hostmakedepends="pkg-config desktop-file-utils"
+makedepends="SDL-devel gtk+3-devel"
+short_desc="Sound effect generator"
+maintainer="Adam Gausmann <agausmann@fastmail.com>"
+license="custom:sfxr"
+homepage="http://www.drpetter.se/project_sfxr.html"
+distfiles="http://www.drpetter.se/files/sfxr-sdl-${version}.tar.gz"
+checksum=ca93be8964c92fe3a2c945640cd3e93c95ae7abe24290818f4fe7f6e5a7cd835
+
+post_install() {
+	vlicense ${FILESDIR}/LICENSE
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: sfxr-1.2.1
  2020-04-19  2:18 [PR PATCH] New package: sfxr-1.2.1 agausmann
  2020-04-19  2:22 ` [PR PATCH] [Updated] " agausmann
@ 2020-04-19  2:28 ` agausmann
  2020-04-19  2:30 ` agausmann
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: agausmann @ 2020-04-19  2:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

New comment by agausmann on void-packages repository

https://github.com/void-linux/void-packages/pull/21140#issuecomment-616010464

Comment:
Compiles, but crashes with a segmentation fault when ran.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: sfxr-1.2.1
  2020-04-19  2:18 [PR PATCH] New package: sfxr-1.2.1 agausmann
  2020-04-19  2:22 ` [PR PATCH] [Updated] " agausmann
  2020-04-19  2:28 ` agausmann
@ 2020-04-19  2:30 ` agausmann
  2020-04-19  2:32 ` agausmann
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: agausmann @ 2020-04-19  2:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 282 bytes --]

New comment by agausmann on void-packages repository

https://github.com/void-linux/void-packages/pull/21140#issuecomment-616010464

Comment:
Compiles, but crashes with a segmentation fault when ran. I know I can build it manually and it runs fine, so I'll see what's causing this.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: sfxr-1.2.1
  2020-04-19  2:18 [PR PATCH] New package: sfxr-1.2.1 agausmann
                   ` (2 preceding siblings ...)
  2020-04-19  2:30 ` agausmann
@ 2020-04-19  2:32 ` agausmann
  2020-04-19  4:53 ` [PR PATCH] [Updated] " agausmann
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: agausmann @ 2020-04-19  2:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]

New comment by agausmann on void-packages repository

https://github.com/void-linux/void-packages/pull/21140#issuecomment-616010464

Comment:
Compiles, but crashes with a segmentation fault when ran. I know I can build it manually and it runs fine, so I'll try to figure out what's causing this.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: sfxr-1.2.1
  2020-04-19  2:18 [PR PATCH] New package: sfxr-1.2.1 agausmann
                   ` (3 preceding siblings ...)
  2020-04-19  2:32 ` agausmann
@ 2020-04-19  4:53 ` agausmann
  2021-11-06 22:31 ` abenson
  2021-11-06 22:31 ` [PR PATCH] [Closed]: " abenson
  6 siblings, 0 replies; 8+ messages in thread
From: agausmann @ 2020-04-19  4:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

There is an updated pull request by agausmann against master on the void-packages repository

https://github.com/agausmann/void-packages sfxr
https://github.com/void-linux/void-packages/pull/21140

New package: sfxr-1.2.1


A patch file from https://github.com/void-linux/void-packages/pull/21140.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sfxr-21140.patch --]
[-- Type: text/x-diff, Size: 3607 bytes --]

From a4163886a00e6b0b55f58df2e2a5896bd03cf4d0 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <agausmann@fastmail.com>
Date: Sat, 18 Apr 2020 21:19:42 -0500
Subject: [PATCH] New package: sfxr-1.2.1

---
 srcpkgs/sfxr/files/LICENSE                    | 32 +++++++++++++++++++
 .../sfxr/patches/fix-overwritten-flags.patch  | 13 ++++++++
 srcpkgs/sfxr/template                         | 18 +++++++++++
 3 files changed, 63 insertions(+)
 create mode 100644 srcpkgs/sfxr/files/LICENSE
 create mode 100644 srcpkgs/sfxr/patches/fix-overwritten-flags.patch
 create mode 100644 srcpkgs/sfxr/template

diff --git a/srcpkgs/sfxr/files/LICENSE b/srcpkgs/sfxr/files/LICENSE
new file mode 100644
index 00000000000..a9996ab0eb4
--- /dev/null
+++ b/srcpkgs/sfxr/files/LICENSE
@@ -0,0 +1,32 @@
+License
+-------
+
+Basically, I don't care what you do with it, anything goes.
+
+To please all the troublesome folks who request a formal license,
+I attach the "MIT license" as follows:
+
+--
+
+Copyright (c) 2007 Tomas Pettersson
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
diff --git a/srcpkgs/sfxr/patches/fix-overwritten-flags.patch b/srcpkgs/sfxr/patches/fix-overwritten-flags.patch
new file mode 100644
index 00000000000..8103b8fd2c7
--- /dev/null
+++ b/srcpkgs/sfxr/patches/fix-overwritten-flags.patch
@@ -0,0 +1,13 @@
+--- Makefile	2012-04-28 07:55:05.000000000 -0500
++++ Makefile	2020-04-18 21:08:53.055807782 -0500
+@@ -1,7 +1,7 @@
+-CFLAGS=-ggdb
++override CFLAGS += -ggdb
+ GTK=3.0
+-CXXFLAGS=$(CFLAGS) `sdl-config --cflags` `pkg-config gtk+-${GTK} --cflags`
+-LDFLAGS=`sdl-config --libs` `pkg-config gtk+-${GTK} --libs`
++override CXXFLAGS += $(CFLAGS) `sdl-config --cflags` `pkg-config gtk+-${GTK} --cflags`
++override LDFLAGS += `sdl-config --libs` `pkg-config gtk+-${GTK} --libs`
+ 
+ sfxr: main.cpp tools.h sdlkit.h
+ 	$(CXX) $< $(CXXFLAGS) $(LDFLAGS) -o $@
diff --git a/srcpkgs/sfxr/template b/srcpkgs/sfxr/template
new file mode 100644
index 00000000000..d89ec0b80b0
--- /dev/null
+++ b/srcpkgs/sfxr/template
@@ -0,0 +1,18 @@
+# Template file for 'sfxr'
+pkgname=sfxr
+version=1.2.1
+revision=1
+wrksrc="sfxr-sdl-${version}"
+build_style=gnu-makefile
+hostmakedepends="pkg-config desktop-file-utils"
+makedepends="SDL-devel gtk+3-devel"
+short_desc="Sound effect generator"
+maintainer="Adam Gausmann <agausmann@fastmail.com>"
+license="custom:sfxr, MIT"
+homepage="http://www.drpetter.se/project_sfxr.html"
+distfiles="http://www.drpetter.se/files/sfxr-sdl-${version}.tar.gz"
+checksum=ca93be8964c92fe3a2c945640cd3e93c95ae7abe24290818f4fe7f6e5a7cd835
+
+post_install() {
+	vlicense ${FILESDIR}/LICENSE
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: sfxr-1.2.1
  2020-04-19  2:18 [PR PATCH] New package: sfxr-1.2.1 agausmann
                   ` (4 preceding siblings ...)
  2020-04-19  4:53 ` [PR PATCH] [Updated] " agausmann
@ 2021-11-06 22:31 ` abenson
  2021-11-06 22:31 ` [PR PATCH] [Closed]: " abenson
  6 siblings, 0 replies; 8+ messages in thread
From: abenson @ 2021-11-06 22:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/21140#issuecomment-962518372

Comment:
Seemingly abandoned.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Closed]: New package: sfxr-1.2.1
  2020-04-19  2:18 [PR PATCH] New package: sfxr-1.2.1 agausmann
                   ` (5 preceding siblings ...)
  2021-11-06 22:31 ` abenson
@ 2021-11-06 22:31 ` abenson
  6 siblings, 0 replies; 8+ messages in thread
From: abenson @ 2021-11-06 22:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

There's a closed pull request on the void-packages repository

New package: sfxr-1.2.1
https://github.com/void-linux/void-packages/pull/21140

Description:


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-11-06 22:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19  2:18 [PR PATCH] New package: sfxr-1.2.1 agausmann
2020-04-19  2:22 ` [PR PATCH] [Updated] " agausmann
2020-04-19  2:28 ` agausmann
2020-04-19  2:30 ` agausmann
2020-04-19  2:32 ` agausmann
2020-04-19  4:53 ` [PR PATCH] [Updated] " agausmann
2021-11-06 22:31 ` abenson
2021-11-06 22:31 ` [PR PATCH] [Closed]: " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).