Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: synthv1-0.9.12
@ 2020-01-23 15:59 voidlinux-github
  2020-01-23 16:46 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-23 15:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages synth
https://github.com/void-linux/void-packages/pull/18501

New package: synthv1-0.9.12


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

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

From 6694346e34f12520a794cbf6bd3c028cab6b8e33 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 23 Jan 2020 16:54:54 +0100
Subject: [PATCH] New package: synthv1-0.9.12

---
 srcpkgs/synthv1/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/synthv1/template

diff --git a/srcpkgs/synthv1/template b/srcpkgs/synthv1/template
new file mode 100644
index 00000000000..6bdae48d478
--- /dev/null
+++ b/srcpkgs/synthv1/template
@@ -0,0 +1,18 @@
+# Template file for 'synthv1'
+pkgname=synthv1
+version=0.9.12
+revision=1
+build_style=gnu-configure
+hostmakedepends="autoconf automake gettext-devel pkg-config"
+makedepends="alsa-lib-devel jack-devel liblo-devel qt5-tools-devel lv2"
+depends="hicolor-icon-theme"
+short_desc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
+homepage="https://synthv1.sourceforge.io/synthv1-index.html"
+distfiles="https://download.sourceforge.net/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=611c1c3085174574027ceb3a36b486ddb8979d38259f410a67f671cc02cdbdaa
+
+pre_configure() {
+	autoreconf -vfi
+}

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

* Re: [PR PATCH] [Updated] New package: synthv1-0.9.12
  2020-01-23 15:59 [PR PATCH] New package: synthv1-0.9.12 voidlinux-github
@ 2020-01-23 16:46 ` voidlinux-github
  2020-01-23 17:03 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-23 16:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages synth
https://github.com/void-linux/void-packages/pull/18501

New package: synthv1-0.9.12


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

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

From abdf968b03db6a55366f17f926e167b03a2a2261 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 23 Jan 2020 16:54:54 +0100
Subject: [PATCH] New package: synthv1-0.9.12

---
 srcpkgs/synthv1/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/synthv1/template

diff --git a/srcpkgs/synthv1/template b/srcpkgs/synthv1/template
new file mode 100644
index 00000000000..ee9a551d7bd
--- /dev/null
+++ b/srcpkgs/synthv1/template
@@ -0,0 +1,18 @@
+# Template file for 'synthv1'
+pkgname=synthv1
+version=0.9.12
+revision=1
+build_style=gnu-configure
+hostmakedepends="autoconf automake gettext-devel pkg-config"
+makedepends="alsa-lib-devel jack-devel liblo-devel qt5-tools-devel lv2"
+depends="hicolor-icon-theme"
+short_desc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
+homepage="https://synthv1.sourceforge.io/synthv1-index.html"
+distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=611c1c3085174574027ceb3a36b486ddb8979d38259f410a67f671cc02cdbdaa
+
+pre_configure() {
+	autoreconf -vfi
+}

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

* Re: [PR PATCH] [Updated] New package: synthv1-0.9.12
  2020-01-23 15:59 [PR PATCH] New package: synthv1-0.9.12 voidlinux-github
  2020-01-23 16:46 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-23 17:03 ` voidlinux-github
  2020-01-23 17:11 ` voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-23 17:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages synth
https://github.com/void-linux/void-packages/pull/18501

New package: synthv1-0.9.12


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

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

From f0c33dbd7b7622a45dc91597cf1249fd5588af9b Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 23 Jan 2020 16:54:54 +0100
Subject: [PATCH] New package: synthv1-0.9.12

---
 srcpkgs/synthv1/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/synthv1/template

diff --git a/srcpkgs/synthv1/template b/srcpkgs/synthv1/template
new file mode 100644
index 00000000000..11e36827d6c
--- /dev/null
+++ b/srcpkgs/synthv1/template
@@ -0,0 +1,22 @@
+# Template file for 'synthv1'
+pkgname=synthv1
+version=0.9.12
+revision=1
+build_style=gnu-configure
+hostmakedepends="autoconf automake gettext-devel qt5-tools-devel pkg-config"
+makedepends="alsa-lib-devel jack-devel liblo-devel lv2"
+depends="hicolor-icon-theme"
+short_desc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
+homepage="https://synthv1.sourceforge.io/synthv1-index.html"
+distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=611c1c3085174574027ceb3a36b486ddb8979d38259f410a67f671cc02cdbdaa
+
+case $XBPS_TARGET_MACHINE in
+	aarch*|arm*) hostmakedepends+=" qt5-qmake " ;;
+esac
+
+pre_configure() {
+	autoreconf -vfi
+}

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

* Re: [PR PATCH] [Updated] New package: synthv1-0.9.12
  2020-01-23 15:59 [PR PATCH] New package: synthv1-0.9.12 voidlinux-github
  2020-01-23 16:46 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-23 17:03 ` voidlinux-github
@ 2020-01-23 17:11 ` voidlinux-github
  2020-01-23 17:15 ` voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-23 17:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages synth
https://github.com/void-linux/void-packages/pull/18501

New package: synthv1-0.9.12


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

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

From 8fcd28142656796cfec47757c1fd1ab3d26cee59 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 23 Jan 2020 16:54:54 +0100
Subject: [PATCH] New package: synthv1-0.9.12

---
 srcpkgs/synthv1/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/synthv1/template

diff --git a/srcpkgs/synthv1/template b/srcpkgs/synthv1/template
new file mode 100644
index 00000000000..11e36827d6c
--- /dev/null
+++ b/srcpkgs/synthv1/template
@@ -0,0 +1,22 @@
+# Template file for 'synthv1'
+pkgname=synthv1
+version=0.9.12
+revision=1
+build_style=gnu-configure
+hostmakedepends="autoconf automake gettext-devel qt5-tools-devel pkg-config"
+makedepends="alsa-lib-devel jack-devel liblo-devel lv2"
+depends="hicolor-icon-theme"
+short_desc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
+homepage="https://synthv1.sourceforge.io/synthv1-index.html"
+distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=611c1c3085174574027ceb3a36b486ddb8979d38259f410a67f671cc02cdbdaa
+
+case $XBPS_TARGET_MACHINE in
+	aarch*|arm*) hostmakedepends+=" qt5-qmake " ;;
+esac
+
+pre_configure() {
+	autoreconf -vfi
+}

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

* Re: [PR PATCH] [Updated] New package: synthv1-0.9.12
  2020-01-23 15:59 [PR PATCH] New package: synthv1-0.9.12 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-23 17:11 ` voidlinux-github
@ 2020-01-23 17:15 ` voidlinux-github
  2020-01-23 18:24 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-23 17:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages synth
https://github.com/void-linux/void-packages/pull/18501

New package: synthv1-0.9.12


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

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

From 93fcfbc89f7eb7e5e82697a4e66746ec51516565 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 23 Jan 2020 16:54:54 +0100
Subject: [PATCH] New package: synthv1-0.9.12

---
 srcpkgs/synthv1/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/synthv1/template

diff --git a/srcpkgs/synthv1/template b/srcpkgs/synthv1/template
new file mode 100644
index 00000000000..72a6b3b6978
--- /dev/null
+++ b/srcpkgs/synthv1/template
@@ -0,0 +1,19 @@
+# Template file for 'synthv1'
+pkgname=synthv1
+version=0.9.12
+revision=1
+archs="~arm* ~aarch*"
+build_style=gnu-configure
+hostmakedepends="autoconf automake gettext-devel qt5-tools-devel pkg-config"
+makedepends="alsa-lib-devel jack-devel liblo-devel lv2"
+depends="hicolor-icon-theme"
+short_desc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
+homepage="https://synthv1.sourceforge.io/synthv1-index.html"
+distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=611c1c3085174574027ceb3a36b486ddb8979d38259f410a67f671cc02cdbdaa
+
+pre_configure() {
+	autoreconf -vfi
+}

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

* Re: [PR PATCH] [Updated] New package: synthv1-0.9.12
  2020-01-23 15:59 [PR PATCH] New package: synthv1-0.9.12 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-23 17:15 ` voidlinux-github
@ 2020-01-23 18:24 ` voidlinux-github
  2020-01-23 18:30 ` voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-23 18:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages synth
https://github.com/void-linux/void-packages/pull/18501

New package: synthv1-0.9.12


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

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

From 3ba52e0fcab89a2741827685472f60c429a9e44b Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 23 Jan 2020 16:54:54 +0100
Subject: [PATCH] New package: synthv1-0.9.12

---
 srcpkgs/synthv1/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/synthv1/template

diff --git a/srcpkgs/synthv1/template b/srcpkgs/synthv1/template
new file mode 100644
index 00000000000..f277a232273
--- /dev/null
+++ b/srcpkgs/synthv1/template
@@ -0,0 +1,19 @@
+# Template file for 'synthv1'
+pkgname=synthv1
+version=0.9.12
+revision=1
+archs="~arm* ~aarch*"
+build_style=gnu-configure
+hostmakedepends="autoconf automake qt5-tools-devel pkg-config"
+makedepends="alsa-lib-devel jack-devel liblo-devel lv2"
+depends="hicolor-icon-theme"
+short_desc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
+homepage="https://synthv1.sourceforge.io/synthv1-index.html"
+distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=611c1c3085174574027ceb3a36b486ddb8979d38259f410a67f671cc02cdbdaa
+
+pre_configure() {
+	autoreconf -vfi
+}

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

* Re: [PR PATCH] [Updated] New package: synthv1-0.9.12
  2020-01-23 15:59 [PR PATCH] New package: synthv1-0.9.12 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-23 18:24 ` voidlinux-github
@ 2020-01-23 18:30 ` voidlinux-github
  2020-01-23 18:33 ` voidlinux-github
  2020-01-23 19:11 ` [PR PATCH] [Closed]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-23 18:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages synth
https://github.com/void-linux/void-packages/pull/18501

New package: synthv1-0.9.12


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

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

From ef7f9026e41197b36179ed71da78f8f3d3975bb9 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 23 Jan 2020 16:54:54 +0100
Subject: [PATCH] New package: synthv1-0.9.12

---
 srcpkgs/synthv1/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/synthv1/template

diff --git a/srcpkgs/synthv1/template b/srcpkgs/synthv1/template
new file mode 100644
index 00000000000..b6446951dd1
--- /dev/null
+++ b/srcpkgs/synthv1/template
@@ -0,0 +1,23 @@
+# Template file for 'synthv1'
+pkgname=synthv1
+version=0.9.12
+revision=1
+archs="~arm* ~aarch*"
+build_style=gnu-configure
+hostmakedepends="autoconf automake qt5-tools-devel pkg-config"
+makedepends="alsa-lib-devel jack-devel liblo-devel lv2"
+depends="hicolor-icon-theme"
+short_desc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
+homepage="https://synthv1.sourceforge.io/synthv1-index.html"
+distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=611c1c3085174574027ceb3a36b486ddb8979d38259f410a67f671cc02cdbdaa
+
+case $XBPS_TARGET_MACHINE in
+	aarch*|arm*) makedepends+=" qt5-qmake " ;;
+esac
+
+pre_configure() {
+	autoreconf -vfi
+}

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

* Re: [PR PATCH] [Updated] New package: synthv1-0.9.12
  2020-01-23 15:59 [PR PATCH] New package: synthv1-0.9.12 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-01-23 18:30 ` voidlinux-github
@ 2020-01-23 18:33 ` voidlinux-github
  2020-01-23 19:11 ` [PR PATCH] [Closed]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-23 18:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages synth
https://github.com/void-linux/void-packages/pull/18501

New package: synthv1-0.9.12


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

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

From 0848d55beb161e2a7c2a17c1b515fa8a78f14899 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 23 Jan 2020 16:54:54 +0100
Subject: [PATCH] New package: synthv1-0.9.12

---
 srcpkgs/synthv1/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/synthv1/template

diff --git a/srcpkgs/synthv1/template b/srcpkgs/synthv1/template
new file mode 100644
index 00000000000..82427916e69
--- /dev/null
+++ b/srcpkgs/synthv1/template
@@ -0,0 +1,23 @@
+# Template file for 'synthv1'
+pkgname=synthv1
+version=0.9.12
+revision=1
+#archs="~arm* ~aarch*"
+build_style=gnu-configure
+hostmakedepends="autoconf automake qt5-tools-devel pkg-config"
+makedepends="alsa-lib-devel jack-devel liblo-devel lv2"
+depends="hicolor-icon-theme"
+short_desc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
+homepage="https://synthv1.sourceforge.io/synthv1-index.html"
+distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=611c1c3085174574027ceb3a36b486ddb8979d38259f410a67f671cc02cdbdaa
+
+case $XBPS_TARGET_MACHINE in
+	aarch*|arm*) makedepends+=" qt5-qmake " ;;
+esac
+
+pre_configure() {
+	autoreconf -vfi
+}

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

* Re: [PR PATCH] [Closed]: New package: synthv1-0.9.12
  2020-01-23 15:59 [PR PATCH] New package: synthv1-0.9.12 voidlinux-github
                   ` (6 preceding siblings ...)
  2020-01-23 18:33 ` voidlinux-github
@ 2020-01-23 19:11 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-23 19:11 UTC (permalink / raw)
  To: ml

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

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

New package: synthv1-0.9.12
https://github.com/void-linux/void-packages/pull/18501

Description:


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

end of thread, other threads:[~2020-01-23 19:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23 15:59 [PR PATCH] New package: synthv1-0.9.12 voidlinux-github
2020-01-23 16:46 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-23 17:03 ` voidlinux-github
2020-01-23 17:11 ` voidlinux-github
2020-01-23 17:15 ` voidlinux-github
2020-01-23 18:24 ` voidlinux-github
2020-01-23 18:30 ` voidlinux-github
2020-01-23 18:33 ` voidlinux-github
2020-01-23 19:11 ` [PR PATCH] [Closed]: " voidlinux-github

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).