Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New packages: V1 Synth Suite (`synthv1`, `samplv1`, `drumkv1`, `padthv1`)
@ 2021-10-31  9:21 mvf
  2021-12-28 10:54 ` mvf
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mvf @ 2021-10-31  9:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mvf/void-packages pr/v1-one-synths
https://github.com/void-linux/void-packages/pull/33845

New packages: V1 Synth Suite (`synthv1`, `samplv1`, `drumkv1`, `padthv1`)
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->
Fixes #18267

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pr/v1-one-synths-33845.patch --]
[-- Type: text/x-diff, Size: 5070 bytes --]

From c554257108bb82ac3b73b9cef2a1b118b8c70b27 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Sun, 31 Oct 2021 10:09:16 +0100
Subject: [PATCH 1/4] New package: synthv1-0.9.23

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

diff --git a/srcpkgs/synthv1/template b/srcpkgs/synthv1/template
new file mode 100644
index 000000000000..5b445e9cf1ba
--- /dev/null
+++ b/srcpkgs/synthv1/template
@@ -0,0 +1,16 @@
+# Template file for 'synthv1'
+pkgname=synthv1
+version=0.9.23
+revision=1
+wrksrc="synthv1-synthv1_${version//./_}"
+build_style=cmake
+hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
+makedepends="alsa-lib-devel jack-devel liblo-devel lv2 qt5-tools-devel"
+depends="desktop-file-utils hicolor-icon-theme jack lv2"
+short_desc="Old-school polyphonic synthesizer (JACK, LV2)"
+maintainer="Matthias von Faber <mvf@gmx.eu>"
+license="GPL-2.0-or-later"
+homepage="https://synthv1.sourceforge.io"
+changelog="https://raw.githubusercontent.com/rncbc/synthv1/master/ChangeLog"
+distfiles="https://github.com/rncbc/synthv1/archive/synthv1_${version//./_}.tar.gz"
+checksum=307741852e54deb36658a8c6ed858ee354b41bbdc95541d087733e1598f73776

From 7bc0c1a8c245440ae512381f704930c41de25c46 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Sun, 31 Oct 2021 10:09:16 +0100
Subject: [PATCH 2/4] New package: samplv1-0.9.23

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

diff --git a/srcpkgs/samplv1/template b/srcpkgs/samplv1/template
new file mode 100644
index 000000000000..0700d3cf7ef6
--- /dev/null
+++ b/srcpkgs/samplv1/template
@@ -0,0 +1,16 @@
+# Template file for 'samplv1'
+pkgname=samplv1
+version=0.9.23
+revision=1
+wrksrc="samplv1-samplv1_${version//./_}"
+build_style=cmake
+hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
+makedepends="alsa-lib-devel fftw-devel jack-devel liblo-devel libsamplerate-devel lv2 rubberband-devel qt5-tools-devel"
+depends="desktop-file-utils hicolor-icon-theme jack lv2"
+short_desc="Old-school polyphonic sampler (JACK, LV2)"
+maintainer="Matthias von Faber <mvf@gmx.eu>"
+license="GPL-2.0-or-later"
+homepage="https://samplv1.sourceforge.io"
+changelog="https://raw.githubusercontent.com/rncbc/samplv1/master/ChangeLog"
+distfiles="https://github.com/rncbc/samplv1/archive/samplv1_${version//./_}.tar.gz"
+checksum=2798e03ce941e90d03c1f716575ed574960392f8c8f722aa4f35f19ed2e2c06c

From d577106702d55f9a37b4043a2643779fa2fb82b9 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Sun, 31 Oct 2021 10:09:16 +0100
Subject: [PATCH 3/4] New package: drumkv1-0.9.23

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

diff --git a/srcpkgs/drumkv1/template b/srcpkgs/drumkv1/template
new file mode 100644
index 000000000000..9af59651c831
--- /dev/null
+++ b/srcpkgs/drumkv1/template
@@ -0,0 +1,16 @@
+# Template file for 'drumkv1'
+pkgname=drumkv1
+version=0.9.23
+revision=1
+wrksrc="drumkv1-drumkv1_${version//./_}"
+build_style=cmake
+hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
+makedepends="alsa-lib-devel jack-devel liblo-devel libsndfile-devel lv2 qt5-tools-devel"
+depends="desktop-file-utils hicolor-icon-theme jack lv2"
+short_desc="Old-school drum-kit sampler (JACK, LV2)"
+maintainer="Matthias von Faber <mvf@gmx.eu>"
+license="GPL-2.0-or-later"
+homepage="https://drumkv1.sourceforge.io"
+changelog="https://raw.githubusercontent.com/rncbc/drumkv1/master/ChangeLog"
+distfiles="https://github.com/rncbc/drumkv1/archive/drumkv1_${version//./_}.tar.gz"
+checksum=0decc219b7d558a845070a49b30e6f75a9a2985aaacb43336c252b5738e04439

From 162e5e891fc189720ea282e86f3001218d76a981 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Sun, 31 Oct 2021 10:09:16 +0100
Subject: [PATCH 4/4] New package: padthv1-0.9.23

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

diff --git a/srcpkgs/padthv1/template b/srcpkgs/padthv1/template
new file mode 100644
index 000000000000..e6d55da323aa
--- /dev/null
+++ b/srcpkgs/padthv1/template
@@ -0,0 +1,16 @@
+# Template file for 'padthv1'
+pkgname=padthv1
+version=0.9.23
+revision=1
+wrksrc="padthv1-padthv1_${version//./_}"
+build_style=cmake
+hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
+makedepends="alsa-lib-devel fftw-devel jack-devel liblo-devel lv2 qt5-tools-devel"
+depends="desktop-file-utils hicolor-icon-theme jack lv2"
+short_desc="Old-school polyphonic additive synthesizer (JACK, LV2)"
+maintainer="Matthias von Faber <mvf@gmx.eu>"
+license="GPL-2.0-or-later"
+homepage="https://padthv1.sourceforge.io"
+changelog="https://raw.githubusercontent.com/rncbc/padthv1/master/ChangeLog"
+distfiles="https://github.com/rncbc/padthv1/archive/padthv1_${version//./_}.tar.gz"
+checksum=a4ad914714d584d6efe603d392bd88ac9efffdeec12d63adfe0659e726bb6b20

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

end of thread, other threads:[~2022-01-24  1:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-31  9:21 [PR PATCH] New packages: V1 Synth Suite (`synthv1`, `samplv1`, `drumkv1`, `padthv1`) mvf
2021-12-28 10:54 ` mvf
2021-12-28 10:54 ` [PR PATCH] [Closed]: " mvf
2021-12-28 12:59 ` Duncaen
2022-01-24  1:46 ` uzr123x

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