Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zrythm and dependencies
@ 2020-11-13 16:25 teldra
  2020-11-13 16:28 ` [PR PATCH] [Updated] " teldra
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: teldra @ 2020-11-13 16:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages zrythm
https://github.com/void-linux/void-packages/pull/26356

New package: zrythm and dependencies


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

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

From 3f18a83d640b4b216bac12eed34ced160777b139 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:13:33 +0100
Subject: [PATCH 1/4] New package: libaudec-0.2.4

---
 srcpkgs/libaudec-devel    |  1 +
 srcpkgs/libaudec/template | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 120000 srcpkgs/libaudec-devel
 create mode 100644 srcpkgs/libaudec/template

diff --git a/srcpkgs/libaudec-devel b/srcpkgs/libaudec-devel
new file mode 120000
index 00000000000..0310ac0e636
--- /dev/null
+++ b/srcpkgs/libaudec-devel
@@ -0,0 +1 @@
+libaudec
\ No newline at end of file
diff --git a/srcpkgs/libaudec/template b/srcpkgs/libaudec/template
new file mode 100644
index 00000000000..64fc0bccf5a
--- /dev/null
+++ b/srcpkgs/libaudec/template
@@ -0,0 +1,23 @@
+# Template file for 'libaudec'
+pkgname=libaudec
+version=0.2.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="libsamplerate-devel libsndfile-devel"
+short_desc="Read and resample audio files"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://git.zrythm.org/cgit/libaudec/"
+distfiles="https://git.zrythm.org/cgit/libaudec/snapshot/libaudec-${version}.tar.gz"
+checksum=eb769bc50f1f2b45cf13159eceff3e302a60bb80617e57023ba3408608860a46
+
+libaudec-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	nostrip=yes
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib"
+	}
+}

From 35c953490845a8c735478fac3c8a50610e4f1036 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:00 +0100
Subject: [PATCH 2/4] New package: libcyaml-1.1.0

---
 common/shlibs             |  1 +
 srcpkgs/libcyaml-devel    |  1 +
 srcpkgs/libcyaml/template | 19 +++++++++++++++++++
 3 files changed, 21 insertions(+)
 create mode 120000 srcpkgs/libcyaml-devel
 create mode 100644 srcpkgs/libcyaml/template

diff --git a/common/shlibs b/common/shlibs
index a741df76173..5630e6db88f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3995,3 +3995,4 @@ libSeExpr2.so.3 seexpr-krita-3.4.4.0_1
 liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
 libsonic.so.0 libsonic-0.2.0_1
+libcyaml.so.1 libcyaml-1.1.0_1
diff --git a/srcpkgs/libcyaml-devel b/srcpkgs/libcyaml-devel
new file mode 120000
index 00000000000..61ab5b505ca
--- /dev/null
+++ b/srcpkgs/libcyaml-devel
@@ -0,0 +1 @@
+libcyaml
\ No newline at end of file
diff --git a/srcpkgs/libcyaml/template b/srcpkgs/libcyaml/template
new file mode 100644
index 00000000000..ab1b770b5c0
--- /dev/null
+++ b/srcpkgs/libcyaml/template
@@ -0,0 +1,19 @@
+# Template file for 'libcyaml'
+pkgname=libcyaml
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libyaml-devel"
+depends="libyaml"
+short_desc="C library for reading and writing YAML"
+maintainer="teldra <teldra@rotce.de>"
+license="ISC"
+homepage="https://github.com/tlsa/libcyaml"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=37a00ed8ec206b60a712acfd44196bef063b8f02e376d8e86f61a7007a81daea
+
+post_install() {
+	vlicense LICENSE
+}

From 7fa73a2a6787cf5174eaa278fa1026c0c546a039 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:27 +0100
Subject: [PATCH 3/4] New package: reproc-14.2.1

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

diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 00000000000..c3cfcf01a0e
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,18 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.1
+revision=1
+build_style=cmake
+short_desc="Simplifies working with external CLI applications from C and C++"
+maintainer="teldra <teldra@rotce.de>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/v${version}.tar.gz"
+checksum=f75f0524bdbf03813c126655f83d9c1b6a5b695c8e840bd62cd7aa61a96c66e3
+
+export CFLAGS="$CFLAGS -fPIC"
+export BUILD_CFLAGS="$BUILD_CFLAGS -fPIC"
+
+post_install() {
+	vlicense LICENSE
+}

From 6bf68238d45191e498ef812c67b02ff36d03f4eb Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:50 +0100
Subject: [PATCH 4/4] New package: zrythm-0.8.982

closes https://github.com/void-linux/void-packages/issues/26221
closes https://github.com/void-linux/void-packages/issues/21236
closes https://github.com/void-linux/void-packages/issues/23831
---
 srcpkgs/zrythm/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/zrythm/template

diff --git a/srcpkgs/zrythm/template b/srcpkgs/zrythm/template
new file mode 100644
index 00000000000..f4d9087763b
--- /dev/null
+++ b/srcpkgs/zrythm/template
@@ -0,0 +1,24 @@
+# Template file for 'zrythm'
+pkgname=zrythm
+version=0.8.982
+revision=1
+archs="~*-musl"
+build_style=meson
+hostmakedepends="cmake gettext xdg-utils help2man pkg-config pandoc texi2html guile glib-devel"
+makedepends="libzstd-devel libcyaml-devel reproc guile-devel lilv-devel libaudec-devel
+ chromaprint-devel rubberband-devel fftw-devel gtk+3-devel gtksourceview4-devel libyaml-devel
+ jack-devel alsa-lib-devel graphviz-devel SDL2-devel python3-Sphinx"
+depends="breeze-icons"
+short_desc="Highly automated and intuitive digital audio workstation"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://www.zrythm.org/"
+distfiles="https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-${version}.tar.gz"
+checksum=73a63bbc636c780e7ddf86830601ea39546a4c9747d49438b74bc4cae2c4814d
+
+post_install() {
+	# Move bash-completion to the correct dir.
+	vmkdir usr/share/bash-completion/completions
+	mv ${DESTDIR}/etc/bash_completion.d \
+	${DESTDIR}/usr/share/bash-completion/completions
+}

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

* Re: [PR PATCH] [Updated] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
@ 2020-11-13 16:28 ` teldra
  2020-11-13 16:37 ` [WIP] " teldra
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-11-13 16:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages zrythm
https://github.com/void-linux/void-packages/pull/26356

New package: zrythm and dependencies


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

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

From 3f18a83d640b4b216bac12eed34ced160777b139 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:13:33 +0100
Subject: [PATCH 1/4] New package: libaudec-0.2.4

---
 srcpkgs/libaudec-devel    |  1 +
 srcpkgs/libaudec/template | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 120000 srcpkgs/libaudec-devel
 create mode 100644 srcpkgs/libaudec/template

diff --git a/srcpkgs/libaudec-devel b/srcpkgs/libaudec-devel
new file mode 120000
index 00000000000..0310ac0e636
--- /dev/null
+++ b/srcpkgs/libaudec-devel
@@ -0,0 +1 @@
+libaudec
\ No newline at end of file
diff --git a/srcpkgs/libaudec/template b/srcpkgs/libaudec/template
new file mode 100644
index 00000000000..64fc0bccf5a
--- /dev/null
+++ b/srcpkgs/libaudec/template
@@ -0,0 +1,23 @@
+# Template file for 'libaudec'
+pkgname=libaudec
+version=0.2.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="libsamplerate-devel libsndfile-devel"
+short_desc="Read and resample audio files"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://git.zrythm.org/cgit/libaudec/"
+distfiles="https://git.zrythm.org/cgit/libaudec/snapshot/libaudec-${version}.tar.gz"
+checksum=eb769bc50f1f2b45cf13159eceff3e302a60bb80617e57023ba3408608860a46
+
+libaudec-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	nostrip=yes
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib"
+	}
+}

From ac084da585312fc54bcae9b9cf2458275a324dc0 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:00 +0100
Subject: [PATCH 2/4] New package: libcyaml-1.1.0

---
 common/shlibs             |  1 +
 srcpkgs/libcyaml/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/libcyaml/template

diff --git a/common/shlibs b/common/shlibs
index a741df76173..5630e6db88f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3995,3 +3995,4 @@ libSeExpr2.so.3 seexpr-krita-3.4.4.0_1
 liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
 libsonic.so.0 libsonic-0.2.0_1
+libcyaml.so.1 libcyaml-1.1.0_1
diff --git a/srcpkgs/libcyaml/template b/srcpkgs/libcyaml/template
new file mode 100644
index 00000000000..ab1b770b5c0
--- /dev/null
+++ b/srcpkgs/libcyaml/template
@@ -0,0 +1,19 @@
+# Template file for 'libcyaml'
+pkgname=libcyaml
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libyaml-devel"
+depends="libyaml"
+short_desc="C library for reading and writing YAML"
+maintainer="teldra <teldra@rotce.de>"
+license="ISC"
+homepage="https://github.com/tlsa/libcyaml"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=37a00ed8ec206b60a712acfd44196bef063b8f02e376d8e86f61a7007a81daea
+
+post_install() {
+	vlicense LICENSE
+}

From 69b64f26f930a160c6e958e953d3c537f6881f7c Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:27 +0100
Subject: [PATCH 3/4] New package: reproc-14.2.1

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

diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 00000000000..c3cfcf01a0e
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,18 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.1
+revision=1
+build_style=cmake
+short_desc="Simplifies working with external CLI applications from C and C++"
+maintainer="teldra <teldra@rotce.de>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/v${version}.tar.gz"
+checksum=f75f0524bdbf03813c126655f83d9c1b6a5b695c8e840bd62cd7aa61a96c66e3
+
+export CFLAGS="$CFLAGS -fPIC"
+export BUILD_CFLAGS="$BUILD_CFLAGS -fPIC"
+
+post_install() {
+	vlicense LICENSE
+}

From 3333528672714ad83a4c3c61aad917ca78983b10 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:50 +0100
Subject: [PATCH 4/4] New package: zrythm-0.8.982

closes https://github.com/void-linux/void-packages/issues/26221
closes https://github.com/void-linux/void-packages/issues/21236
closes https://github.com/void-linux/void-packages/issues/23831
---
 srcpkgs/zrythm/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/zrythm/template

diff --git a/srcpkgs/zrythm/template b/srcpkgs/zrythm/template
new file mode 100644
index 00000000000..0835d98cf34
--- /dev/null
+++ b/srcpkgs/zrythm/template
@@ -0,0 +1,24 @@
+# Template file for 'zrythm'
+pkgname=zrythm
+version=0.8.982
+revision=1
+archs="~*-musl"
+build_style=meson
+hostmakedepends="cmake gettext xdg-utils help2man pkg-config pandoc texi2html guile glib-devel"
+makedepends="libzstd-devel libcyaml reproc guile-devel lilv-devel libaudec-devel
+ chromaprint-devel rubberband-devel fftw-devel gtk+3-devel gtksourceview4-devel libyaml-devel
+ jack-devel alsa-lib-devel graphviz-devel SDL2-devel python3-Sphinx"
+depends="breeze-icons"
+short_desc="Highly automated and intuitive digital audio workstation"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://www.zrythm.org/"
+distfiles="https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-${version}.tar.gz"
+checksum=73a63bbc636c780e7ddf86830601ea39546a4c9747d49438b74bc4cae2c4814d
+
+post_install() {
+	# Move bash-completion to the correct dir.
+	vmkdir usr/share/bash-completion/completions
+	mv ${DESTDIR}/etc/bash_completion.d \
+	${DESTDIR}/usr/share/bash-completion/completions
+}

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

* Re: [WIP] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
  2020-11-13 16:28 ` [PR PATCH] [Updated] " teldra
@ 2020-11-13 16:37 ` teldra
  2020-11-13 16:38 ` teldra
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-11-13 16:37 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/26356#issuecomment-726865647

Comment:
When I try to crosscompile, I get this error:
```
ERROR:
Cannot use target zrythm as a generator because it is built for the
host machine and no exe wrapper is defined or needs_exe_wrapper is
true. You might want to set `native: true` instead to build it for
the build machine.
```
Has anyone suggestions to solve this?

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

* Re: [WIP] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
  2020-11-13 16:28 ` [PR PATCH] [Updated] " teldra
  2020-11-13 16:37 ` [WIP] " teldra
@ 2020-11-13 16:38 ` teldra
  2020-11-13 17:12 ` ericonr
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-11-13 16:38 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/26356#issuecomment-726865647

Comment:
When I try to crosscompile `zrythm`, I get this error:
```
ERROR:
Cannot use target zrythm as a generator because it is built for the
host machine and no exe wrapper is defined or needs_exe_wrapper is
true. You might want to set `native: true` instead to build it for
the build machine.
```
Has anyone suggestions to solve this?

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

* Re: [WIP] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (2 preceding siblings ...)
  2020-11-13 16:38 ` teldra
@ 2020-11-13 17:12 ` ericonr
  2020-11-13 20:12 ` [PR PATCH] [Updated] " teldra
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2020-11-13 17:12 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26356#issuecomment-726883958

Comment:
`build_helper=qemu`

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

* Re: [PR PATCH] [Updated] [WIP] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (3 preceding siblings ...)
  2020-11-13 17:12 ` ericonr
@ 2020-11-13 20:12 ` teldra
  2020-11-13 20:13 ` teldra
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-11-13 20:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages zrythm
https://github.com/void-linux/void-packages/pull/26356

[WIP] New package: zrythm and dependencies


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

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

From ca6a9f788f1a3851a313c4832f26a475851e9379 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:13:33 +0100
Subject: [PATCH 1/4] New package: libaudec-0.2.4

---
 srcpkgs/libaudec-devel    |  1 +
 srcpkgs/libaudec/template | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 120000 srcpkgs/libaudec-devel
 create mode 100644 srcpkgs/libaudec/template

diff --git a/srcpkgs/libaudec-devel b/srcpkgs/libaudec-devel
new file mode 120000
index 00000000000..0310ac0e636
--- /dev/null
+++ b/srcpkgs/libaudec-devel
@@ -0,0 +1 @@
+libaudec
\ No newline at end of file
diff --git a/srcpkgs/libaudec/template b/srcpkgs/libaudec/template
new file mode 100644
index 00000000000..64fc0bccf5a
--- /dev/null
+++ b/srcpkgs/libaudec/template
@@ -0,0 +1,23 @@
+# Template file for 'libaudec'
+pkgname=libaudec
+version=0.2.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="libsamplerate-devel libsndfile-devel"
+short_desc="Read and resample audio files"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://git.zrythm.org/cgit/libaudec/"
+distfiles="https://git.zrythm.org/cgit/libaudec/snapshot/libaudec-${version}.tar.gz"
+checksum=eb769bc50f1f2b45cf13159eceff3e302a60bb80617e57023ba3408608860a46
+
+libaudec-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	nostrip=yes
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib"
+	}
+}

From f504dde3ab5fb7aef3c3c9a793a6be8af25d1a76 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:00 +0100
Subject: [PATCH 2/4] New package: libcyaml-1.1.0

---
 common/shlibs             |  1 +
 srcpkgs/libcyaml/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/libcyaml/template

diff --git a/common/shlibs b/common/shlibs
index bc38cda9e1e..1fa469b718a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3989,3 +3989,4 @@ libSeExpr2.so.3 seexpr-krita-3.4.4.0_1
 liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
 libsonic.so.0 libsonic-0.2.0_1
+libcyaml.so.1 libcyaml-1.1.0_1
diff --git a/srcpkgs/libcyaml/template b/srcpkgs/libcyaml/template
new file mode 100644
index 00000000000..ab1b770b5c0
--- /dev/null
+++ b/srcpkgs/libcyaml/template
@@ -0,0 +1,19 @@
+# Template file for 'libcyaml'
+pkgname=libcyaml
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libyaml-devel"
+depends="libyaml"
+short_desc="C library for reading and writing YAML"
+maintainer="teldra <teldra@rotce.de>"
+license="ISC"
+homepage="https://github.com/tlsa/libcyaml"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=37a00ed8ec206b60a712acfd44196bef063b8f02e376d8e86f61a7007a81daea
+
+post_install() {
+	vlicense LICENSE
+}

From 1216a3df07427834699eda52e3d44fba7ae3388d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:27 +0100
Subject: [PATCH 3/4] New package: reproc-14.2.1

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

diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 00000000000..c3cfcf01a0e
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,18 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.1
+revision=1
+build_style=cmake
+short_desc="Simplifies working with external CLI applications from C and C++"
+maintainer="teldra <teldra@rotce.de>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/v${version}.tar.gz"
+checksum=f75f0524bdbf03813c126655f83d9c1b6a5b695c8e840bd62cd7aa61a96c66e3
+
+export CFLAGS="$CFLAGS -fPIC"
+export BUILD_CFLAGS="$BUILD_CFLAGS -fPIC"
+
+post_install() {
+	vlicense LICENSE
+}

From 9092b090246460e0bd6d52a0e0c7f5efa803a790 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:50 +0100
Subject: [PATCH 4/4] New package: zrythm-0.8.982

closes https://github.com/void-linux/void-packages/issues/26221
closes https://github.com/void-linux/void-packages/issues/21236
closes https://github.com/void-linux/void-packages/issues/23831
---
 srcpkgs/zrythm/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/zrythm/template

diff --git a/srcpkgs/zrythm/template b/srcpkgs/zrythm/template
new file mode 100644
index 00000000000..bb552adcbc0
--- /dev/null
+++ b/srcpkgs/zrythm/template
@@ -0,0 +1,31 @@
+# Template file for 'zrythm'
+pkgname=zrythm
+version=0.8.982
+revision=1
+archs="~*-musl"
+build_style=meson
+build_helper=qemu
+hostmakedepends="cmake gettext xdg-utils pkg-config guile glib-devel"
+makedepends="libzstd-devel libcyaml reproc guile-devel lilv-devel libaudec-devel
+ chromaprint-devel rubberband-devel fftw-devel gtk+3-devel gtksourceview4-devel libyaml-devel
+ jack-devel alsa-lib-devel graphviz-devel SDL2-devel python3-Sphinx"
+depends="breeze-icons"
+short_desc="Highly automated and intuitive digital audio workstation"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://www.zrythm.org/"
+distfiles="https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-${version}.tar.gz"
+checksum=73a63bbc636c780e7ddf86830601ea39546a4c9747d49438b74bc4cae2c4814d
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" -Dmanpage=false"
+else
+	hostmakedepends+=" help2man"
+fi
+
+post_install() {
+	# Move bash-completion to the correct dir.
+	vmkdir usr/share/bash-completion/completions
+	mv ${DESTDIR}/etc/bash_completion.d \
+	${DESTDIR}/usr/share/bash-completion/completions
+}

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

* Re: [WIP] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (4 preceding siblings ...)
  2020-11-13 20:12 ` [PR PATCH] [Updated] " teldra
@ 2020-11-13 20:13 ` teldra
  2020-11-13 22:38 ` [PR PATCH] [Updated] " teldra
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-11-13 20:13 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/26356#issuecomment-727008507

Comment:
> `build_helper=qemu`

Yes! Thank you @ericonr 

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

* Re: [PR PATCH] [Updated] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (5 preceding siblings ...)
  2020-11-13 20:13 ` teldra
@ 2020-11-13 22:38 ` teldra
  2020-11-13 22:41 ` teldra
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-11-13 22:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages zrythm
https://github.com/void-linux/void-packages/pull/26356

New package: zrythm and dependencies


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

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

From cc250bce52cc4b53d93173d756c4b44d39d7cd79 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:13:33 +0100
Subject: [PATCH 1/4] New package: libaudec-0.2.4

---
 srcpkgs/libaudec-devel    |  1 +
 srcpkgs/libaudec/template | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 120000 srcpkgs/libaudec-devel
 create mode 100644 srcpkgs/libaudec/template

diff --git a/srcpkgs/libaudec-devel b/srcpkgs/libaudec-devel
new file mode 120000
index 00000000000..0310ac0e636
--- /dev/null
+++ b/srcpkgs/libaudec-devel
@@ -0,0 +1 @@
+libaudec
\ No newline at end of file
diff --git a/srcpkgs/libaudec/template b/srcpkgs/libaudec/template
new file mode 100644
index 00000000000..64fc0bccf5a
--- /dev/null
+++ b/srcpkgs/libaudec/template
@@ -0,0 +1,23 @@
+# Template file for 'libaudec'
+pkgname=libaudec
+version=0.2.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="libsamplerate-devel libsndfile-devel"
+short_desc="Read and resample audio files"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://git.zrythm.org/cgit/libaudec/"
+distfiles="https://git.zrythm.org/cgit/libaudec/snapshot/libaudec-${version}.tar.gz"
+checksum=eb769bc50f1f2b45cf13159eceff3e302a60bb80617e57023ba3408608860a46
+
+libaudec-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	nostrip=yes
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib"
+	}
+}

From 6af1dc2d8000ef9bf57c0ac913f04d1702d76774 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:00 +0100
Subject: [PATCH 2/4] New package: libcyaml-1.1.0

---
 common/shlibs             |  1 +
 srcpkgs/libcyaml/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/libcyaml/template

diff --git a/common/shlibs b/common/shlibs
index bc38cda9e1e..1fa469b718a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3989,3 +3989,4 @@ libSeExpr2.so.3 seexpr-krita-3.4.4.0_1
 liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
 libsonic.so.0 libsonic-0.2.0_1
+libcyaml.so.1 libcyaml-1.1.0_1
diff --git a/srcpkgs/libcyaml/template b/srcpkgs/libcyaml/template
new file mode 100644
index 00000000000..ab1b770b5c0
--- /dev/null
+++ b/srcpkgs/libcyaml/template
@@ -0,0 +1,19 @@
+# Template file for 'libcyaml'
+pkgname=libcyaml
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libyaml-devel"
+depends="libyaml"
+short_desc="C library for reading and writing YAML"
+maintainer="teldra <teldra@rotce.de>"
+license="ISC"
+homepage="https://github.com/tlsa/libcyaml"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=37a00ed8ec206b60a712acfd44196bef063b8f02e376d8e86f61a7007a81daea
+
+post_install() {
+	vlicense LICENSE
+}

From 4a3974c66d50559c8d617b45d954fed09290ead0 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:27 +0100
Subject: [PATCH 3/4] New package: reproc-14.2.1

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

diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 00000000000..c3cfcf01a0e
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,18 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.1
+revision=1
+build_style=cmake
+short_desc="Simplifies working with external CLI applications from C and C++"
+maintainer="teldra <teldra@rotce.de>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/v${version}.tar.gz"
+checksum=f75f0524bdbf03813c126655f83d9c1b6a5b695c8e840bd62cd7aa61a96c66e3
+
+export CFLAGS="$CFLAGS -fPIC"
+export BUILD_CFLAGS="$BUILD_CFLAGS -fPIC"
+
+post_install() {
+	vlicense LICENSE
+}

From 695ed01b0b93f55bb9be0872d60d53304216350d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:50 +0100
Subject: [PATCH 4/4] New package: zrythm-0.8.982

closes https://github.com/void-linux/void-packages/issues/26221
closes https://github.com/void-linux/void-packages/issues/21236
closes https://github.com/void-linux/void-packages/issues/23831
---
 srcpkgs/zrythm/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/zrythm/template

diff --git a/srcpkgs/zrythm/template b/srcpkgs/zrythm/template
new file mode 100644
index 00000000000..bb552adcbc0
--- /dev/null
+++ b/srcpkgs/zrythm/template
@@ -0,0 +1,31 @@
+# Template file for 'zrythm'
+pkgname=zrythm
+version=0.8.982
+revision=1
+archs="~*-musl"
+build_style=meson
+build_helper=qemu
+hostmakedepends="cmake gettext xdg-utils pkg-config guile glib-devel"
+makedepends="libzstd-devel libcyaml reproc guile-devel lilv-devel libaudec-devel
+ chromaprint-devel rubberband-devel fftw-devel gtk+3-devel gtksourceview4-devel libyaml-devel
+ jack-devel alsa-lib-devel graphviz-devel SDL2-devel python3-Sphinx"
+depends="breeze-icons"
+short_desc="Highly automated and intuitive digital audio workstation"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://www.zrythm.org/"
+distfiles="https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-${version}.tar.gz"
+checksum=73a63bbc636c780e7ddf86830601ea39546a4c9747d49438b74bc4cae2c4814d
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" -Dmanpage=false"
+else
+	hostmakedepends+=" help2man"
+fi
+
+post_install() {
+	# Move bash-completion to the correct dir.
+	vmkdir usr/share/bash-completion/completions
+	mv ${DESTDIR}/etc/bash_completion.d \
+	${DESTDIR}/usr/share/bash-completion/completions
+}

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

* Re: [PR PATCH] [Updated] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (6 preceding siblings ...)
  2020-11-13 22:38 ` [PR PATCH] [Updated] " teldra
@ 2020-11-13 22:41 ` teldra
  2020-11-13 22:44 ` teldra
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-11-13 22:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages zrythm
https://github.com/void-linux/void-packages/pull/26356

New package: zrythm and dependencies


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

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

From cc250bce52cc4b53d93173d756c4b44d39d7cd79 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:13:33 +0100
Subject: [PATCH 1/4] New package: libaudec-0.2.4

---
 srcpkgs/libaudec-devel    |  1 +
 srcpkgs/libaudec/template | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 120000 srcpkgs/libaudec-devel
 create mode 100644 srcpkgs/libaudec/template

diff --git a/srcpkgs/libaudec-devel b/srcpkgs/libaudec-devel
new file mode 120000
index 00000000000..0310ac0e636
--- /dev/null
+++ b/srcpkgs/libaudec-devel
@@ -0,0 +1 @@
+libaudec
\ No newline at end of file
diff --git a/srcpkgs/libaudec/template b/srcpkgs/libaudec/template
new file mode 100644
index 00000000000..64fc0bccf5a
--- /dev/null
+++ b/srcpkgs/libaudec/template
@@ -0,0 +1,23 @@
+# Template file for 'libaudec'
+pkgname=libaudec
+version=0.2.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="libsamplerate-devel libsndfile-devel"
+short_desc="Read and resample audio files"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://git.zrythm.org/cgit/libaudec/"
+distfiles="https://git.zrythm.org/cgit/libaudec/snapshot/libaudec-${version}.tar.gz"
+checksum=eb769bc50f1f2b45cf13159eceff3e302a60bb80617e57023ba3408608860a46
+
+libaudec-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	nostrip=yes
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib"
+	}
+}

From 6af1dc2d8000ef9bf57c0ac913f04d1702d76774 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:00 +0100
Subject: [PATCH 2/4] New package: libcyaml-1.1.0

---
 common/shlibs             |  1 +
 srcpkgs/libcyaml/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/libcyaml/template

diff --git a/common/shlibs b/common/shlibs
index bc38cda9e1e..1fa469b718a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3989,3 +3989,4 @@ libSeExpr2.so.3 seexpr-krita-3.4.4.0_1
 liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
 libsonic.so.0 libsonic-0.2.0_1
+libcyaml.so.1 libcyaml-1.1.0_1
diff --git a/srcpkgs/libcyaml/template b/srcpkgs/libcyaml/template
new file mode 100644
index 00000000000..ab1b770b5c0
--- /dev/null
+++ b/srcpkgs/libcyaml/template
@@ -0,0 +1,19 @@
+# Template file for 'libcyaml'
+pkgname=libcyaml
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libyaml-devel"
+depends="libyaml"
+short_desc="C library for reading and writing YAML"
+maintainer="teldra <teldra@rotce.de>"
+license="ISC"
+homepage="https://github.com/tlsa/libcyaml"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=37a00ed8ec206b60a712acfd44196bef063b8f02e376d8e86f61a7007a81daea
+
+post_install() {
+	vlicense LICENSE
+}

From 4a3974c66d50559c8d617b45d954fed09290ead0 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:27 +0100
Subject: [PATCH 3/4] New package: reproc-14.2.1

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

diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 00000000000..c3cfcf01a0e
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,18 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.1
+revision=1
+build_style=cmake
+short_desc="Simplifies working with external CLI applications from C and C++"
+maintainer="teldra <teldra@rotce.de>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/v${version}.tar.gz"
+checksum=f75f0524bdbf03813c126655f83d9c1b6a5b695c8e840bd62cd7aa61a96c66e3
+
+export CFLAGS="$CFLAGS -fPIC"
+export BUILD_CFLAGS="$BUILD_CFLAGS -fPIC"
+
+post_install() {
+	vlicense LICENSE
+}

From 81903a7f92f5714d0f3df19f32c32c6299beb65d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:50 +0100
Subject: [PATCH 4/4] New package: zrythm-0.8.982

closes https://github.com/void-linux/void-packages/issues/26221
closes https://github.com/void-linux/void-packages/issues/21236
closes https://github.com/void-linux/void-packages/issues/23831
---
 srcpkgs/zrythm/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/zrythm/template

diff --git a/srcpkgs/zrythm/template b/srcpkgs/zrythm/template
new file mode 100644
index 00000000000..142d5c71cb1
--- /dev/null
+++ b/srcpkgs/zrythm/template
@@ -0,0 +1,32 @@
+# Template file for 'zrythm'
+pkgname=zrythm
+version=0.8.982
+revision=1
+archs="~*-musl"
+build_style=meson
+build_helper=qemu
+hostmakedepends="cmake gettext xdg-utils pkg-config guile glib-devel"
+makedepends="libzstd-devel libcyaml reproc guile-devel lilv-devel libaudec-devel
+ chromaprint-devel rubberband-devel fftw-devel gtk+3-devel gtksourceview4-devel libyaml-devel
+ jack-devel alsa-lib-devel graphviz-devel SDL2-devel python3-Sphinx"
+depends="breeze-icons"
+short_desc="Highly automated and intuitive digital audio workstation"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://www.zrythm.org/"
+distfiles="https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-${version}.tar.gz"
+checksum=73a63bbc636c780e7ddf86830601ea39546a4c9747d49438b74bc4cae2c4814d
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" -Dmanpage=false"
+else
+	hostmakedepends+=" help2man"
+fi
+
+post_install() {
+	# Move bash-completion to the correct dir.
+	vmkdir usr/share/bash-completion/completions
+	mv ${DESTDIR}/etc/bash_completion.d \
+	${DESTDIR}/usr/share/bash-completion/completions
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (7 preceding siblings ...)
  2020-11-13 22:41 ` teldra
@ 2020-11-13 22:44 ` teldra
  2020-11-14 11:11 ` teldra
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-11-13 22:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages zrythm
https://github.com/void-linux/void-packages/pull/26356

New package: zrythm and dependencies


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

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

From c46d2a7638ae249d6392ebb88c0898e70860e587 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:13:33 +0100
Subject: [PATCH 1/4] New package: libaudec-0.2.4

---
 srcpkgs/libaudec-devel    |  1 +
 srcpkgs/libaudec/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/libaudec-devel
 create mode 100644 srcpkgs/libaudec/template

diff --git a/srcpkgs/libaudec-devel b/srcpkgs/libaudec-devel
new file mode 120000
index 00000000000..0310ac0e636
--- /dev/null
+++ b/srcpkgs/libaudec-devel
@@ -0,0 +1 @@
+libaudec
\ No newline at end of file
diff --git a/srcpkgs/libaudec/template b/srcpkgs/libaudec/template
new file mode 100644
index 00000000000..eced8c9777e
--- /dev/null
+++ b/srcpkgs/libaudec/template
@@ -0,0 +1,27 @@
+# Template file for 'libaudec'
+pkgname=libaudec
+version=0.2.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="libsamplerate-devel libsndfile-devel"
+short_desc="Read and resample audio files"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://git.zrythm.org/cgit/libaudec/"
+distfiles="https://git.zrythm.org/cgit/libaudec/snapshot/libaudec-${version}.tar.gz"
+checksum=eb769bc50f1f2b45cf13159eceff3e302a60bb80617e57023ba3408608860a46
+
+post_install() {
+	vlicense COPYING
+}
+
+libaudec-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	nostrip=yes
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib"
+	}
+}

From 9fc9bc20aba09d39ee064058df4b8c3dcbcfbcf7 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:00 +0100
Subject: [PATCH 2/4] New package: libcyaml-1.1.0

---
 common/shlibs             |  1 +
 srcpkgs/libcyaml/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/libcyaml/template

diff --git a/common/shlibs b/common/shlibs
index bc38cda9e1e..1fa469b718a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3989,3 +3989,4 @@ libSeExpr2.so.3 seexpr-krita-3.4.4.0_1
 liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
 libsonic.so.0 libsonic-0.2.0_1
+libcyaml.so.1 libcyaml-1.1.0_1
diff --git a/srcpkgs/libcyaml/template b/srcpkgs/libcyaml/template
new file mode 100644
index 00000000000..ab1b770b5c0
--- /dev/null
+++ b/srcpkgs/libcyaml/template
@@ -0,0 +1,19 @@
+# Template file for 'libcyaml'
+pkgname=libcyaml
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libyaml-devel"
+depends="libyaml"
+short_desc="C library for reading and writing YAML"
+maintainer="teldra <teldra@rotce.de>"
+license="ISC"
+homepage="https://github.com/tlsa/libcyaml"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=37a00ed8ec206b60a712acfd44196bef063b8f02e376d8e86f61a7007a81daea
+
+post_install() {
+	vlicense LICENSE
+}

From 7671095c875ce325947d58b26bfdf6c333143610 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:27 +0100
Subject: [PATCH 3/4] New package: reproc-14.2.1

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

diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 00000000000..c3cfcf01a0e
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,18 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.1
+revision=1
+build_style=cmake
+short_desc="Simplifies working with external CLI applications from C and C++"
+maintainer="teldra <teldra@rotce.de>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/v${version}.tar.gz"
+checksum=f75f0524bdbf03813c126655f83d9c1b6a5b695c8e840bd62cd7aa61a96c66e3
+
+export CFLAGS="$CFLAGS -fPIC"
+export BUILD_CFLAGS="$BUILD_CFLAGS -fPIC"
+
+post_install() {
+	vlicense LICENSE
+}

From 8752216c43d1ad94d8329f264a48f8f32fd99ed8 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:50 +0100
Subject: [PATCH 4/4] New package: zrythm-0.8.982

closes https://github.com/void-linux/void-packages/issues/26221
closes https://github.com/void-linux/void-packages/issues/21236
closes https://github.com/void-linux/void-packages/issues/23831
---
 srcpkgs/zrythm/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/zrythm/template

diff --git a/srcpkgs/zrythm/template b/srcpkgs/zrythm/template
new file mode 100644
index 00000000000..142d5c71cb1
--- /dev/null
+++ b/srcpkgs/zrythm/template
@@ -0,0 +1,32 @@
+# Template file for 'zrythm'
+pkgname=zrythm
+version=0.8.982
+revision=1
+archs="~*-musl"
+build_style=meson
+build_helper=qemu
+hostmakedepends="cmake gettext xdg-utils pkg-config guile glib-devel"
+makedepends="libzstd-devel libcyaml reproc guile-devel lilv-devel libaudec-devel
+ chromaprint-devel rubberband-devel fftw-devel gtk+3-devel gtksourceview4-devel libyaml-devel
+ jack-devel alsa-lib-devel graphviz-devel SDL2-devel python3-Sphinx"
+depends="breeze-icons"
+short_desc="Highly automated and intuitive digital audio workstation"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://www.zrythm.org/"
+distfiles="https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-${version}.tar.gz"
+checksum=73a63bbc636c780e7ddf86830601ea39546a4c9747d49438b74bc4cae2c4814d
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" -Dmanpage=false"
+else
+	hostmakedepends+=" help2man"
+fi
+
+post_install() {
+	# Move bash-completion to the correct dir.
+	vmkdir usr/share/bash-completion/completions
+	mv ${DESTDIR}/etc/bash_completion.d \
+	${DESTDIR}/usr/share/bash-completion/completions
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (8 preceding siblings ...)
  2020-11-13 22:44 ` teldra
@ 2020-11-14 11:11 ` teldra
  2020-11-16 13:01 ` teldra
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-11-14 11:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages zrythm
https://github.com/void-linux/void-packages/pull/26356

New package: zrythm and dependencies


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

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

From 49d0480b608b29e69ccbc1bcee2d672b18ae5d13 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:13:33 +0100
Subject: [PATCH 1/4] New package: libaudec-0.2.4

---
 srcpkgs/libaudec-devel    |  1 +
 srcpkgs/libaudec/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/libaudec-devel
 create mode 100644 srcpkgs/libaudec/template

diff --git a/srcpkgs/libaudec-devel b/srcpkgs/libaudec-devel
new file mode 120000
index 00000000000..0310ac0e636
--- /dev/null
+++ b/srcpkgs/libaudec-devel
@@ -0,0 +1 @@
+libaudec
\ No newline at end of file
diff --git a/srcpkgs/libaudec/template b/srcpkgs/libaudec/template
new file mode 100644
index 00000000000..eced8c9777e
--- /dev/null
+++ b/srcpkgs/libaudec/template
@@ -0,0 +1,27 @@
+# Template file for 'libaudec'
+pkgname=libaudec
+version=0.2.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="libsamplerate-devel libsndfile-devel"
+short_desc="Read and resample audio files"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://git.zrythm.org/cgit/libaudec/"
+distfiles="https://git.zrythm.org/cgit/libaudec/snapshot/libaudec-${version}.tar.gz"
+checksum=eb769bc50f1f2b45cf13159eceff3e302a60bb80617e57023ba3408608860a46
+
+post_install() {
+	vlicense COPYING
+}
+
+libaudec-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	nostrip=yes
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib"
+	}
+}

From f2018b08e26bd50e54f4e1ca33677265db005cd0 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:00 +0100
Subject: [PATCH 2/4] New package: libcyaml-1.1.0

---
 common/shlibs             |  1 +
 srcpkgs/libcyaml/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/libcyaml/template

diff --git a/common/shlibs b/common/shlibs
index bc38cda9e1e..1fa469b718a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3989,3 +3989,4 @@ libSeExpr2.so.3 seexpr-krita-3.4.4.0_1
 liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
 libsonic.so.0 libsonic-0.2.0_1
+libcyaml.so.1 libcyaml-1.1.0_1
diff --git a/srcpkgs/libcyaml/template b/srcpkgs/libcyaml/template
new file mode 100644
index 00000000000..ab1b770b5c0
--- /dev/null
+++ b/srcpkgs/libcyaml/template
@@ -0,0 +1,19 @@
+# Template file for 'libcyaml'
+pkgname=libcyaml
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libyaml-devel"
+depends="libyaml"
+short_desc="C library for reading and writing YAML"
+maintainer="teldra <teldra@rotce.de>"
+license="ISC"
+homepage="https://github.com/tlsa/libcyaml"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=37a00ed8ec206b60a712acfd44196bef063b8f02e376d8e86f61a7007a81daea
+
+post_install() {
+	vlicense LICENSE
+}

From af0897d48c6287965ba6c807b833f522ba4388dd Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:27 +0100
Subject: [PATCH 3/4] New package: reproc-14.2.1

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

diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 00000000000..c3cfcf01a0e
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,18 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.1
+revision=1
+build_style=cmake
+short_desc="Simplifies working with external CLI applications from C and C++"
+maintainer="teldra <teldra@rotce.de>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/v${version}.tar.gz"
+checksum=f75f0524bdbf03813c126655f83d9c1b6a5b695c8e840bd62cd7aa61a96c66e3
+
+export CFLAGS="$CFLAGS -fPIC"
+export BUILD_CFLAGS="$BUILD_CFLAGS -fPIC"
+
+post_install() {
+	vlicense LICENSE
+}

From 47f4338b28ef0e40318056f4835c2125eda3a9cd Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:50 +0100
Subject: [PATCH 4/4] New package: zrythm-0.8.982

closes https://github.com/void-linux/void-packages/issues/26221
closes https://github.com/void-linux/void-packages/issues/21236
closes https://github.com/void-linux/void-packages/issues/23831
---
 srcpkgs/zrythm/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/zrythm/template

diff --git a/srcpkgs/zrythm/template b/srcpkgs/zrythm/template
new file mode 100644
index 00000000000..142d5c71cb1
--- /dev/null
+++ b/srcpkgs/zrythm/template
@@ -0,0 +1,32 @@
+# Template file for 'zrythm'
+pkgname=zrythm
+version=0.8.982
+revision=1
+archs="~*-musl"
+build_style=meson
+build_helper=qemu
+hostmakedepends="cmake gettext xdg-utils pkg-config guile glib-devel"
+makedepends="libzstd-devel libcyaml reproc guile-devel lilv-devel libaudec-devel
+ chromaprint-devel rubberband-devel fftw-devel gtk+3-devel gtksourceview4-devel libyaml-devel
+ jack-devel alsa-lib-devel graphviz-devel SDL2-devel python3-Sphinx"
+depends="breeze-icons"
+short_desc="Highly automated and intuitive digital audio workstation"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://www.zrythm.org/"
+distfiles="https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-${version}.tar.gz"
+checksum=73a63bbc636c780e7ddf86830601ea39546a4c9747d49438b74bc4cae2c4814d
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" -Dmanpage=false"
+else
+	hostmakedepends+=" help2man"
+fi
+
+post_install() {
+	# Move bash-completion to the correct dir.
+	vmkdir usr/share/bash-completion/completions
+	mv ${DESTDIR}/etc/bash_completion.d \
+	${DESTDIR}/usr/share/bash-completion/completions
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (9 preceding siblings ...)
  2020-11-14 11:11 ` teldra
@ 2020-11-16 13:01 ` teldra
  2020-12-27 22:33 ` teldra
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-11-16 13:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages zrythm
https://github.com/void-linux/void-packages/pull/26356

New package: zrythm and dependencies


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

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

From 151ba661940bf63378a02be5eee01e24ec601ac8 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:13:33 +0100
Subject: [PATCH 1/4] New package: libaudec-0.2.4

---
 srcpkgs/libaudec-devel    |  1 +
 srcpkgs/libaudec/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/libaudec-devel
 create mode 100644 srcpkgs/libaudec/template

diff --git a/srcpkgs/libaudec-devel b/srcpkgs/libaudec-devel
new file mode 120000
index 00000000000..0310ac0e636
--- /dev/null
+++ b/srcpkgs/libaudec-devel
@@ -0,0 +1 @@
+libaudec
\ No newline at end of file
diff --git a/srcpkgs/libaudec/template b/srcpkgs/libaudec/template
new file mode 100644
index 00000000000..eced8c9777e
--- /dev/null
+++ b/srcpkgs/libaudec/template
@@ -0,0 +1,27 @@
+# Template file for 'libaudec'
+pkgname=libaudec
+version=0.2.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="libsamplerate-devel libsndfile-devel"
+short_desc="Read and resample audio files"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://git.zrythm.org/cgit/libaudec/"
+distfiles="https://git.zrythm.org/cgit/libaudec/snapshot/libaudec-${version}.tar.gz"
+checksum=eb769bc50f1f2b45cf13159eceff3e302a60bb80617e57023ba3408608860a46
+
+post_install() {
+	vlicense COPYING
+}
+
+libaudec-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	nostrip=yes
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib"
+	}
+}

From 9a8d199995cdbed3ea443cf7a398bd113375bef6 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:00 +0100
Subject: [PATCH 2/4] New package: libcyaml-1.1.0

---
 common/shlibs             |  1 +
 srcpkgs/libcyaml/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/libcyaml/template

diff --git a/common/shlibs b/common/shlibs
index a32a8f994e0..bcbce7406cf 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3990,3 +3990,4 @@ liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
 libsonic.so.0 libsonic-0.2.0_1
 libtickit.so.3 libtickit-0.4.1_1
+libcyaml.so.1 libcyaml-1.1.0_1
diff --git a/srcpkgs/libcyaml/template b/srcpkgs/libcyaml/template
new file mode 100644
index 00000000000..ab1b770b5c0
--- /dev/null
+++ b/srcpkgs/libcyaml/template
@@ -0,0 +1,19 @@
+# Template file for 'libcyaml'
+pkgname=libcyaml
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libyaml-devel"
+depends="libyaml"
+short_desc="C library for reading and writing YAML"
+maintainer="teldra <teldra@rotce.de>"
+license="ISC"
+homepage="https://github.com/tlsa/libcyaml"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=37a00ed8ec206b60a712acfd44196bef063b8f02e376d8e86f61a7007a81daea
+
+post_install() {
+	vlicense LICENSE
+}

From 5fd53e5277fb4f8acadae55c9d1267ac68190197 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:27 +0100
Subject: [PATCH 3/4] New package: reproc-14.2.1

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

diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 00000000000..c3cfcf01a0e
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,18 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.1
+revision=1
+build_style=cmake
+short_desc="Simplifies working with external CLI applications from C and C++"
+maintainer="teldra <teldra@rotce.de>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/v${version}.tar.gz"
+checksum=f75f0524bdbf03813c126655f83d9c1b6a5b695c8e840bd62cd7aa61a96c66e3
+
+export CFLAGS="$CFLAGS -fPIC"
+export BUILD_CFLAGS="$BUILD_CFLAGS -fPIC"
+
+post_install() {
+	vlicense LICENSE
+}

From d3baff331dbdc0507406c2647496fe00fee309fe Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:50 +0100
Subject: [PATCH 4/4] New package: zrythm-0.8.982

closes https://github.com/void-linux/void-packages/issues/26221
closes https://github.com/void-linux/void-packages/issues/21236
closes https://github.com/void-linux/void-packages/issues/23831
---
 srcpkgs/zrythm/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/zrythm/template

diff --git a/srcpkgs/zrythm/template b/srcpkgs/zrythm/template
new file mode 100644
index 00000000000..142d5c71cb1
--- /dev/null
+++ b/srcpkgs/zrythm/template
@@ -0,0 +1,32 @@
+# Template file for 'zrythm'
+pkgname=zrythm
+version=0.8.982
+revision=1
+archs="~*-musl"
+build_style=meson
+build_helper=qemu
+hostmakedepends="cmake gettext xdg-utils pkg-config guile glib-devel"
+makedepends="libzstd-devel libcyaml reproc guile-devel lilv-devel libaudec-devel
+ chromaprint-devel rubberband-devel fftw-devel gtk+3-devel gtksourceview4-devel libyaml-devel
+ jack-devel alsa-lib-devel graphviz-devel SDL2-devel python3-Sphinx"
+depends="breeze-icons"
+short_desc="Highly automated and intuitive digital audio workstation"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://www.zrythm.org/"
+distfiles="https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-${version}.tar.gz"
+checksum=73a63bbc636c780e7ddf86830601ea39546a4c9747d49438b74bc4cae2c4814d
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" -Dmanpage=false"
+else
+	hostmakedepends+=" help2man"
+fi
+
+post_install() {
+	# Move bash-completion to the correct dir.
+	vmkdir usr/share/bash-completion/completions
+	mv ${DESTDIR}/etc/bash_completion.d \
+	${DESTDIR}/usr/share/bash-completion/completions
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (10 preceding siblings ...)
  2020-11-16 13:01 ` teldra
@ 2020-12-27 22:33 ` teldra
  2020-12-27 22:59 ` teldra
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-12-27 22:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages zrythm
https://github.com/void-linux/void-packages/pull/26356

New package: zrythm and dependencies


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

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

From acd9dc1c92da0afa70a4b22a0f3f1a2baf64c886 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:13:33 +0100
Subject: [PATCH 1/4] New package: libaudec-0.2.4

---
 srcpkgs/libaudec-devel    |  1 +
 srcpkgs/libaudec/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/libaudec-devel
 create mode 100644 srcpkgs/libaudec/template

diff --git a/srcpkgs/libaudec-devel b/srcpkgs/libaudec-devel
new file mode 120000
index 00000000000..0310ac0e636
--- /dev/null
+++ b/srcpkgs/libaudec-devel
@@ -0,0 +1 @@
+libaudec
\ No newline at end of file
diff --git a/srcpkgs/libaudec/template b/srcpkgs/libaudec/template
new file mode 100644
index 00000000000..eced8c9777e
--- /dev/null
+++ b/srcpkgs/libaudec/template
@@ -0,0 +1,27 @@
+# Template file for 'libaudec'
+pkgname=libaudec
+version=0.2.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="libsamplerate-devel libsndfile-devel"
+short_desc="Read and resample audio files"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://git.zrythm.org/cgit/libaudec/"
+distfiles="https://git.zrythm.org/cgit/libaudec/snapshot/libaudec-${version}.tar.gz"
+checksum=eb769bc50f1f2b45cf13159eceff3e302a60bb80617e57023ba3408608860a46
+
+post_install() {
+	vlicense COPYING
+}
+
+libaudec-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	nostrip=yes
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib"
+	}
+}

From c3feb654a63499bd908d155eefde6f1c5ab7c686 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:00 +0100
Subject: [PATCH 2/4] New package: libcyaml-1.1.0

---
 common/shlibs             |  1 +
 srcpkgs/libcyaml/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/libcyaml/template

diff --git a/common/shlibs b/common/shlibs
index b750ad9ee23..f72e520d5b1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4040,3 +4040,4 @@ libndr-samba4.so samba-libs-4.13.2_1
 libsmb-transport-samba4.so samba-libs-4.13.2_1
 libutil-cmdline-samba4.so samba-libs-4.13.2_1
 libwinbind-client-samba4.so samba-libs-4.13.2_1
+libcyaml.so.1 libcyaml-1.1.0_1
diff --git a/srcpkgs/libcyaml/template b/srcpkgs/libcyaml/template
new file mode 100644
index 00000000000..ab1b770b5c0
--- /dev/null
+++ b/srcpkgs/libcyaml/template
@@ -0,0 +1,19 @@
+# Template file for 'libcyaml'
+pkgname=libcyaml
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libyaml-devel"
+depends="libyaml"
+short_desc="C library for reading and writing YAML"
+maintainer="teldra <teldra@rotce.de>"
+license="ISC"
+homepage="https://github.com/tlsa/libcyaml"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=37a00ed8ec206b60a712acfd44196bef063b8f02e376d8e86f61a7007a81daea
+
+post_install() {
+	vlicense LICENSE
+}

From 13afe635774aaca0b04eed8173beccbc32736410 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:27 +0100
Subject: [PATCH 3/4] New package: reproc-14.2.1

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

diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 00000000000..c3cfcf01a0e
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,18 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.1
+revision=1
+build_style=cmake
+short_desc="Simplifies working with external CLI applications from C and C++"
+maintainer="teldra <teldra@rotce.de>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/v${version}.tar.gz"
+checksum=f75f0524bdbf03813c126655f83d9c1b6a5b695c8e840bd62cd7aa61a96c66e3
+
+export CFLAGS="$CFLAGS -fPIC"
+export BUILD_CFLAGS="$BUILD_CFLAGS -fPIC"
+
+post_install() {
+	vlicense LICENSE
+}

From 5a50f755df6ed5de71e1421fd0aa6ab57aa05855 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:50 +0100
Subject: [PATCH 4/4] New package: zrythm-0.8.982

closes https://github.com/void-linux/void-packages/issues/26221
closes https://github.com/void-linux/void-packages/issues/21236
closes https://github.com/void-linux/void-packages/issues/23831
---
 srcpkgs/zrythm/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/zrythm/template

diff --git a/srcpkgs/zrythm/template b/srcpkgs/zrythm/template
new file mode 100644
index 00000000000..142d5c71cb1
--- /dev/null
+++ b/srcpkgs/zrythm/template
@@ -0,0 +1,32 @@
+# Template file for 'zrythm'
+pkgname=zrythm
+version=0.8.982
+revision=1
+archs="~*-musl"
+build_style=meson
+build_helper=qemu
+hostmakedepends="cmake gettext xdg-utils pkg-config guile glib-devel"
+makedepends="libzstd-devel libcyaml reproc guile-devel lilv-devel libaudec-devel
+ chromaprint-devel rubberband-devel fftw-devel gtk+3-devel gtksourceview4-devel libyaml-devel
+ jack-devel alsa-lib-devel graphviz-devel SDL2-devel python3-Sphinx"
+depends="breeze-icons"
+short_desc="Highly automated and intuitive digital audio workstation"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://www.zrythm.org/"
+distfiles="https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-${version}.tar.gz"
+checksum=73a63bbc636c780e7ddf86830601ea39546a4c9747d49438b74bc4cae2c4814d
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" -Dmanpage=false"
+else
+	hostmakedepends+=" help2man"
+fi
+
+post_install() {
+	# Move bash-completion to the correct dir.
+	vmkdir usr/share/bash-completion/completions
+	mv ${DESTDIR}/etc/bash_completion.d \
+	${DESTDIR}/usr/share/bash-completion/completions
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (11 preceding siblings ...)
  2020-12-27 22:33 ` teldra
@ 2020-12-27 22:59 ` teldra
  2020-12-27 23:11 ` teldra
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-12-27 22:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages zrythm
https://github.com/void-linux/void-packages/pull/26356

New package: zrythm and dependencies


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

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

From acd9dc1c92da0afa70a4b22a0f3f1a2baf64c886 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:13:33 +0100
Subject: [PATCH 1/4] New package: libaudec-0.2.4

---
 srcpkgs/libaudec-devel    |  1 +
 srcpkgs/libaudec/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/libaudec-devel
 create mode 100644 srcpkgs/libaudec/template

diff --git a/srcpkgs/libaudec-devel b/srcpkgs/libaudec-devel
new file mode 120000
index 00000000000..0310ac0e636
--- /dev/null
+++ b/srcpkgs/libaudec-devel
@@ -0,0 +1 @@
+libaudec
\ No newline at end of file
diff --git a/srcpkgs/libaudec/template b/srcpkgs/libaudec/template
new file mode 100644
index 00000000000..eced8c9777e
--- /dev/null
+++ b/srcpkgs/libaudec/template
@@ -0,0 +1,27 @@
+# Template file for 'libaudec'
+pkgname=libaudec
+version=0.2.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="libsamplerate-devel libsndfile-devel"
+short_desc="Read and resample audio files"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://git.zrythm.org/cgit/libaudec/"
+distfiles="https://git.zrythm.org/cgit/libaudec/snapshot/libaudec-${version}.tar.gz"
+checksum=eb769bc50f1f2b45cf13159eceff3e302a60bb80617e57023ba3408608860a46
+
+post_install() {
+	vlicense COPYING
+}
+
+libaudec-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	nostrip=yes
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib"
+	}
+}

From c3feb654a63499bd908d155eefde6f1c5ab7c686 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:00 +0100
Subject: [PATCH 2/4] New package: libcyaml-1.1.0

---
 common/shlibs             |  1 +
 srcpkgs/libcyaml/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/libcyaml/template

diff --git a/common/shlibs b/common/shlibs
index b750ad9ee23..f72e520d5b1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4040,3 +4040,4 @@ libndr-samba4.so samba-libs-4.13.2_1
 libsmb-transport-samba4.so samba-libs-4.13.2_1
 libutil-cmdline-samba4.so samba-libs-4.13.2_1
 libwinbind-client-samba4.so samba-libs-4.13.2_1
+libcyaml.so.1 libcyaml-1.1.0_1
diff --git a/srcpkgs/libcyaml/template b/srcpkgs/libcyaml/template
new file mode 100644
index 00000000000..ab1b770b5c0
--- /dev/null
+++ b/srcpkgs/libcyaml/template
@@ -0,0 +1,19 @@
+# Template file for 'libcyaml'
+pkgname=libcyaml
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libyaml-devel"
+depends="libyaml"
+short_desc="C library for reading and writing YAML"
+maintainer="teldra <teldra@rotce.de>"
+license="ISC"
+homepage="https://github.com/tlsa/libcyaml"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=37a00ed8ec206b60a712acfd44196bef063b8f02e376d8e86f61a7007a81daea
+
+post_install() {
+	vlicense LICENSE
+}

From 13afe635774aaca0b04eed8173beccbc32736410 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:27 +0100
Subject: [PATCH 3/4] New package: reproc-14.2.1

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

diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 00000000000..c3cfcf01a0e
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,18 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.1
+revision=1
+build_style=cmake
+short_desc="Simplifies working with external CLI applications from C and C++"
+maintainer="teldra <teldra@rotce.de>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/v${version}.tar.gz"
+checksum=f75f0524bdbf03813c126655f83d9c1b6a5b695c8e840bd62cd7aa61a96c66e3
+
+export CFLAGS="$CFLAGS -fPIC"
+export BUILD_CFLAGS="$BUILD_CFLAGS -fPIC"
+
+post_install() {
+	vlicense LICENSE
+}

From 123320ec96b978d27daecbb3071adfe4c81bf6a3 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:50 +0100
Subject: [PATCH 4/4] New package: zrythm-0.8.982

closes https://github.com/void-linux/void-packages/issues/26221
closes https://github.com/void-linux/void-packages/issues/21236
closes https://github.com/void-linux/void-packages/issues/23831
---
 srcpkgs/zrythm/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/zrythm/template

diff --git a/srcpkgs/zrythm/template b/srcpkgs/zrythm/template
new file mode 100644
index 00000000000..e0b36fab220
--- /dev/null
+++ b/srcpkgs/zrythm/template
@@ -0,0 +1,37 @@
+# Template file for 'zrythm'
+pkgname=zrythm
+version=0.8.982
+revision=1
+archs="~*-musl"
+build_style=meson
+build_helper=qemu
+hostmakedepends="cmake gettext xdg-utils pkg-config guile glib-devel"
+makedepends="libzstd-devel libcyaml reproc guile-devel lilv-devel libaudec-devel
+ chromaprint-devel rubberband-devel fftw-devel gtk+3-devel gtksourceview4-devel libyaml-devel
+ jack-devel alsa-lib-devel graphviz-devel SDL2-devel python3-Sphinx"
+depends="breeze-icons"
+short_desc="Highly automated and intuitive digital audio workstation"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://www.zrythm.org/"
+distfiles="https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-${version}.tar.gz"
+checksum=73a63bbc636c780e7ddf86830601ea39546a4c9747d49438b74bc4cae2c4814d
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" -Dmanpage=false"
+else
+	hostmakedepends+=" help2man"
+fi
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*)
+		makedepends+=" libatomic_ops-devel"
+esac
+
+post_install() {
+	# Move bash-completion to the correct dir.
+	vmkdir usr/share/bash-completion/completions
+	mv ${DESTDIR}/etc/bash_completion.d \
+	${DESTDIR}/usr/share/bash-completion/completions
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (12 preceding siblings ...)
  2020-12-27 22:59 ` teldra
@ 2020-12-27 23:11 ` teldra
  2021-02-23 23:02 ` teldra
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-12-27 23:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages zrythm
https://github.com/void-linux/void-packages/pull/26356

New package: zrythm and dependencies


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

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

From acd9dc1c92da0afa70a4b22a0f3f1a2baf64c886 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:13:33 +0100
Subject: [PATCH 1/4] New package: libaudec-0.2.4

---
 srcpkgs/libaudec-devel    |  1 +
 srcpkgs/libaudec/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/libaudec-devel
 create mode 100644 srcpkgs/libaudec/template

diff --git a/srcpkgs/libaudec-devel b/srcpkgs/libaudec-devel
new file mode 120000
index 00000000000..0310ac0e636
--- /dev/null
+++ b/srcpkgs/libaudec-devel
@@ -0,0 +1 @@
+libaudec
\ No newline at end of file
diff --git a/srcpkgs/libaudec/template b/srcpkgs/libaudec/template
new file mode 100644
index 00000000000..eced8c9777e
--- /dev/null
+++ b/srcpkgs/libaudec/template
@@ -0,0 +1,27 @@
+# Template file for 'libaudec'
+pkgname=libaudec
+version=0.2.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="libsamplerate-devel libsndfile-devel"
+short_desc="Read and resample audio files"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://git.zrythm.org/cgit/libaudec/"
+distfiles="https://git.zrythm.org/cgit/libaudec/snapshot/libaudec-${version}.tar.gz"
+checksum=eb769bc50f1f2b45cf13159eceff3e302a60bb80617e57023ba3408608860a46
+
+post_install() {
+	vlicense COPYING
+}
+
+libaudec-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	nostrip=yes
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib"
+	}
+}

From c3feb654a63499bd908d155eefde6f1c5ab7c686 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:00 +0100
Subject: [PATCH 2/4] New package: libcyaml-1.1.0

---
 common/shlibs             |  1 +
 srcpkgs/libcyaml/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/libcyaml/template

diff --git a/common/shlibs b/common/shlibs
index b750ad9ee23..f72e520d5b1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4040,3 +4040,4 @@ libndr-samba4.so samba-libs-4.13.2_1
 libsmb-transport-samba4.so samba-libs-4.13.2_1
 libutil-cmdline-samba4.so samba-libs-4.13.2_1
 libwinbind-client-samba4.so samba-libs-4.13.2_1
+libcyaml.so.1 libcyaml-1.1.0_1
diff --git a/srcpkgs/libcyaml/template b/srcpkgs/libcyaml/template
new file mode 100644
index 00000000000..ab1b770b5c0
--- /dev/null
+++ b/srcpkgs/libcyaml/template
@@ -0,0 +1,19 @@
+# Template file for 'libcyaml'
+pkgname=libcyaml
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libyaml-devel"
+depends="libyaml"
+short_desc="C library for reading and writing YAML"
+maintainer="teldra <teldra@rotce.de>"
+license="ISC"
+homepage="https://github.com/tlsa/libcyaml"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=37a00ed8ec206b60a712acfd44196bef063b8f02e376d8e86f61a7007a81daea
+
+post_install() {
+	vlicense LICENSE
+}

From 13afe635774aaca0b04eed8173beccbc32736410 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:27 +0100
Subject: [PATCH 3/4] New package: reproc-14.2.1

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

diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 00000000000..c3cfcf01a0e
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,18 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.1
+revision=1
+build_style=cmake
+short_desc="Simplifies working with external CLI applications from C and C++"
+maintainer="teldra <teldra@rotce.de>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/v${version}.tar.gz"
+checksum=f75f0524bdbf03813c126655f83d9c1b6a5b695c8e840bd62cd7aa61a96c66e3
+
+export CFLAGS="$CFLAGS -fPIC"
+export BUILD_CFLAGS="$BUILD_CFLAGS -fPIC"
+
+post_install() {
+	vlicense LICENSE
+}

From 2394f12d34fa18ff94fde227e960ad97d346d60d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:50 +0100
Subject: [PATCH 4/4] New package: zrythm-0.8.982

closes https://github.com/void-linux/void-packages/issues/26221
closes https://github.com/void-linux/void-packages/issues/21236
closes https://github.com/void-linux/void-packages/issues/23831
---
 srcpkgs/zrythm/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/zrythm/template

diff --git a/srcpkgs/zrythm/template b/srcpkgs/zrythm/template
new file mode 100644
index 00000000000..bf3c04f460b
--- /dev/null
+++ b/srcpkgs/zrythm/template
@@ -0,0 +1,37 @@
+# Template file for 'zrythm'
+pkgname=zrythm
+version=0.8.982
+revision=1
+archs="~*-musl"
+build_style=meson
+build_helper=qemu
+hostmakedepends="cmake gettext xdg-utils pkg-config guile glib-devel"
+makedepends="libzstd-devel libcyaml reproc guile-devel lilv-devel libaudec-devel
+ chromaprint-devel rubberband-devel fftw-devel gtk+3-devel gtksourceview4-devel libyaml-devel
+ jack-devel alsa-lib-devel graphviz-devel SDL2-devel python3-Sphinx"
+depends="breeze-icons"
+short_desc="Highly automated and intuitive digital audio workstation"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://www.zrythm.org/"
+distfiles="https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-${version}.tar.gz"
+checksum=73a63bbc636c780e7ddf86830601ea39546a4c9747d49438b74bc4cae2c4814d
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" -Dmanpage=false"
+else
+	hostmakedepends+=" help2man"
+fi
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*|aarch64)
+		makedepends+=" libatomic_ops-devel"
+esac
+
+post_install() {
+	# Move bash-completion to the correct dir.
+	vmkdir usr/share/bash-completion/completions
+	mv ${DESTDIR}/etc/bash_completion.d \
+	${DESTDIR}/usr/share/bash-completion/completions
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (13 preceding siblings ...)
  2020-12-27 23:11 ` teldra
@ 2021-02-23 23:02 ` teldra
  2021-02-23 23:06 ` teldra
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2021-02-23 23:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages zrythm
https://github.com/void-linux/void-packages/pull/26356

New package: zrythm and dependencies


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

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

From 869ff7b11d071427364adfe7f84f9ce656e17593 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:13:33 +0100
Subject: [PATCH 1/4] New package: libaudec-0.2.4

---
 srcpkgs/libaudec-devel    |  1 +
 srcpkgs/libaudec/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/libaudec-devel
 create mode 100644 srcpkgs/libaudec/template

diff --git a/srcpkgs/libaudec-devel b/srcpkgs/libaudec-devel
new file mode 120000
index 00000000000..0310ac0e636
--- /dev/null
+++ b/srcpkgs/libaudec-devel
@@ -0,0 +1 @@
+libaudec
\ No newline at end of file
diff --git a/srcpkgs/libaudec/template b/srcpkgs/libaudec/template
new file mode 100644
index 00000000000..eced8c9777e
--- /dev/null
+++ b/srcpkgs/libaudec/template
@@ -0,0 +1,27 @@
+# Template file for 'libaudec'
+pkgname=libaudec
+version=0.2.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="libsamplerate-devel libsndfile-devel"
+short_desc="Read and resample audio files"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://git.zrythm.org/cgit/libaudec/"
+distfiles="https://git.zrythm.org/cgit/libaudec/snapshot/libaudec-${version}.tar.gz"
+checksum=eb769bc50f1f2b45cf13159eceff3e302a60bb80617e57023ba3408608860a46
+
+post_install() {
+	vlicense COPYING
+}
+
+libaudec-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	nostrip=yes
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib"
+	}
+}

From a21bf266ad9393fa92121b2f2b943c778e55c669 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:00 +0100
Subject: [PATCH 2/4] New package: libcyaml-1.1.0

---
 common/shlibs                           |  1 +
 srcpkgs/libcyaml/patches/libcyaml.patch | 62 +++++++++++++++++++++++++
 srcpkgs/libcyaml/template               | 19 ++++++++
 3 files changed, 82 insertions(+)
 create mode 100644 srcpkgs/libcyaml/patches/libcyaml.patch
 create mode 100644 srcpkgs/libcyaml/template

diff --git a/common/shlibs b/common/shlibs
index c9f9bf389e8..121e7df5cd5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3937,3 +3937,4 @@ libsimavr.so.1 simavr-1.6_2
 libsimavrparts.so.1 simavr-1.6_2
 libsword-1.8.1.so libsword-1.8.1_6
 libtree-sitter.so.0 tree-sitter-0.18.2_1
+libcyaml.so.1 libcyaml-1.1.0_1
diff --git a/srcpkgs/libcyaml/patches/libcyaml.patch b/srcpkgs/libcyaml/patches/libcyaml.patch
new file mode 100644
index 00000000000..9f114649a2d
--- /dev/null
+++ b/srcpkgs/libcyaml/patches/libcyaml.patch
@@ -0,0 +1,62 @@
+From 0e947264b947f51f7ea785068637c4bfce5d4171 Mon Sep 17 00:00:00 2001
+From: Michael Drake <tlsa@netsurf-browser.org>
+Date: Sat, 27 Jun 2020 21:35:40 +0100
+Subject: [PATCH] Tests: Update reference data for libyaml version 0.2.5.
+
+Libyaml does not emit trailing whitespace now.  Since we want
+to work with older versions of libyaml too, we check against
+reference output with and without trailing whitespace.
+
+See: https://github.com/yaml/libyaml/pull/186
+---
+ test/units/save.c | 19 ++++++++++++++++---
+ 1 file changed, 16 insertions(+), 3 deletions(-)
+
+diff --git a/test/units/save.c b/test/units/save.c
+index 7866ac3..dc0c5bf 100644
+--- a/test/units/save.c
++++ b/test/units/save.c
+@@ -3476,7 +3476,7 @@ static bool test_save_sequence_null_values_int(
+ 		ttest_report_ctx_t *report,
+ 		const cyaml_config_t *config)
+ {
+-	static const unsigned char ref[] =
++	static const unsigned char ref1[] =
+ 		"---\n"
+ 		"- 7\n"
+ 		"- 6\n"
+@@ -3487,6 +3487,18 @@ static bool test_save_sequence_null_values_int(
+ 		"- \n"
+ 		"- 0\n"
+ 		"...\n";
++	/* As of libyaml 0.2.5, trailing spaces are not emitted. */
++	static const unsigned char ref2[] =
++		"---\n"
++		"- 7\n"
++		"- 6\n"
++		"- 5\n"
++		"-\n"
++		"- 3\n"
++		"- 2\n"
++		"-\n"
++		"- 0\n"
++		"...\n";
+ 	static const int d[] = { 7, 6, 5, 4, 3, 2, 1, 0 };
+ 	static const int *data[] = { d + 0, d + 1, d + 2, NULL,
+ 	                             d + 4, d + 5, NULL, d + 7, };
+@@ -3515,11 +3527,12 @@ static bool test_save_sequence_null_values_int(
+ 		return ttest_fail(&tc, cyaml_strerror(err));
+ 	}
+ 
+-	if (len != YAML_LEN(ref) || memcmp(ref, buffer, len) != 0) {
++	if ((len != YAML_LEN(ref1) || memcmp(ref1, buffer, len) != 0) &&
++	    (len != YAML_LEN(ref2) || memcmp(ref2, buffer, len) != 0)) {
+ 		return ttest_fail(&tc, "Bad data:\n"
+ 				"EXPECTED (%zu):\n\n%.*s\n\n"
+ 				"GOT (%zu):\n\n%.*s\n",
+-				YAML_LEN(ref), YAML_LEN(ref), ref,
++				YAML_LEN(ref1), YAML_LEN(ref1), ref1,
+ 				len, len, buffer);
+ 	}
+ 
+
diff --git a/srcpkgs/libcyaml/template b/srcpkgs/libcyaml/template
new file mode 100644
index 00000000000..ab1b770b5c0
--- /dev/null
+++ b/srcpkgs/libcyaml/template
@@ -0,0 +1,19 @@
+# Template file for 'libcyaml'
+pkgname=libcyaml
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libyaml-devel"
+depends="libyaml"
+short_desc="C library for reading and writing YAML"
+maintainer="teldra <teldra@rotce.de>"
+license="ISC"
+homepage="https://github.com/tlsa/libcyaml"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=37a00ed8ec206b60a712acfd44196bef063b8f02e376d8e86f61a7007a81daea
+
+post_install() {
+	vlicense LICENSE
+}

From bd4a013a43a144c485d4dd9b3b4b067628a8e13b Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:27 +0100
Subject: [PATCH 3/4] New package: reproc-14.2.1

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

diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 00000000000..c3cfcf01a0e
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,18 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.1
+revision=1
+build_style=cmake
+short_desc="Simplifies working with external CLI applications from C and C++"
+maintainer="teldra <teldra@rotce.de>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/v${version}.tar.gz"
+checksum=f75f0524bdbf03813c126655f83d9c1b6a5b695c8e840bd62cd7aa61a96c66e3
+
+export CFLAGS="$CFLAGS -fPIC"
+export BUILD_CFLAGS="$BUILD_CFLAGS -fPIC"
+
+post_install() {
+	vlicense LICENSE
+}

From e586d20842d1aa2f87af792ae00d14b3c25bbcfa Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:50 +0100
Subject: [PATCH 4/4] New package: zrythm-0.8.982

closes https://github.com/void-linux/void-packages/issues/26221
closes https://github.com/void-linux/void-packages/issues/21236
closes https://github.com/void-linux/void-packages/issues/23831
---
 srcpkgs/zrythm/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/zrythm/template

diff --git a/srcpkgs/zrythm/template b/srcpkgs/zrythm/template
new file mode 100644
index 00000000000..bf3c04f460b
--- /dev/null
+++ b/srcpkgs/zrythm/template
@@ -0,0 +1,37 @@
+# Template file for 'zrythm'
+pkgname=zrythm
+version=0.8.982
+revision=1
+archs="~*-musl"
+build_style=meson
+build_helper=qemu
+hostmakedepends="cmake gettext xdg-utils pkg-config guile glib-devel"
+makedepends="libzstd-devel libcyaml reproc guile-devel lilv-devel libaudec-devel
+ chromaprint-devel rubberband-devel fftw-devel gtk+3-devel gtksourceview4-devel libyaml-devel
+ jack-devel alsa-lib-devel graphviz-devel SDL2-devel python3-Sphinx"
+depends="breeze-icons"
+short_desc="Highly automated and intuitive digital audio workstation"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://www.zrythm.org/"
+distfiles="https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-${version}.tar.gz"
+checksum=73a63bbc636c780e7ddf86830601ea39546a4c9747d49438b74bc4cae2c4814d
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" -Dmanpage=false"
+else
+	hostmakedepends+=" help2man"
+fi
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*|aarch64)
+		makedepends+=" libatomic_ops-devel"
+esac
+
+post_install() {
+	# Move bash-completion to the correct dir.
+	vmkdir usr/share/bash-completion/completions
+	mv ${DESTDIR}/etc/bash_completion.d \
+	${DESTDIR}/usr/share/bash-completion/completions
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (14 preceding siblings ...)
  2021-02-23 23:02 ` teldra
@ 2021-02-23 23:06 ` teldra
  2021-04-18  5:19 ` [PR REVIEW] " ericonr
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2021-02-23 23:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages zrythm
https://github.com/void-linux/void-packages/pull/26356

New package: zrythm and dependencies


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

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

From 869ff7b11d071427364adfe7f84f9ce656e17593 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:13:33 +0100
Subject: [PATCH 1/4] New package: libaudec-0.2.4

---
 srcpkgs/libaudec-devel    |  1 +
 srcpkgs/libaudec/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/libaudec-devel
 create mode 100644 srcpkgs/libaudec/template

diff --git a/srcpkgs/libaudec-devel b/srcpkgs/libaudec-devel
new file mode 120000
index 00000000000..0310ac0e636
--- /dev/null
+++ b/srcpkgs/libaudec-devel
@@ -0,0 +1 @@
+libaudec
\ No newline at end of file
diff --git a/srcpkgs/libaudec/template b/srcpkgs/libaudec/template
new file mode 100644
index 00000000000..eced8c9777e
--- /dev/null
+++ b/srcpkgs/libaudec/template
@@ -0,0 +1,27 @@
+# Template file for 'libaudec'
+pkgname=libaudec
+version=0.2.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="libsamplerate-devel libsndfile-devel"
+short_desc="Read and resample audio files"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://git.zrythm.org/cgit/libaudec/"
+distfiles="https://git.zrythm.org/cgit/libaudec/snapshot/libaudec-${version}.tar.gz"
+checksum=eb769bc50f1f2b45cf13159eceff3e302a60bb80617e57023ba3408608860a46
+
+post_install() {
+	vlicense COPYING
+}
+
+libaudec-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	nostrip=yes
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib"
+	}
+}

From 6c1c6a6949b8af71a02add21ee71b401d5618a03 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:00 +0100
Subject: [PATCH 2/4] New package: libcyaml-1.1.0

---
 common/shlibs                           |  1 +
 srcpkgs/libcyaml/patches/libcyaml.patch | 62 +++++++++++++++++++++++++
 srcpkgs/libcyaml/template               | 20 ++++++++
 3 files changed, 83 insertions(+)
 create mode 100644 srcpkgs/libcyaml/patches/libcyaml.patch
 create mode 100644 srcpkgs/libcyaml/template

diff --git a/common/shlibs b/common/shlibs
index c9f9bf389e8..121e7df5cd5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3937,3 +3937,4 @@ libsimavr.so.1 simavr-1.6_2
 libsimavrparts.so.1 simavr-1.6_2
 libsword-1.8.1.so libsword-1.8.1_6
 libtree-sitter.so.0 tree-sitter-0.18.2_1
+libcyaml.so.1 libcyaml-1.1.0_1
diff --git a/srcpkgs/libcyaml/patches/libcyaml.patch b/srcpkgs/libcyaml/patches/libcyaml.patch
new file mode 100644
index 00000000000..9f114649a2d
--- /dev/null
+++ b/srcpkgs/libcyaml/patches/libcyaml.patch
@@ -0,0 +1,62 @@
+From 0e947264b947f51f7ea785068637c4bfce5d4171 Mon Sep 17 00:00:00 2001
+From: Michael Drake <tlsa@netsurf-browser.org>
+Date: Sat, 27 Jun 2020 21:35:40 +0100
+Subject: [PATCH] Tests: Update reference data for libyaml version 0.2.5.
+
+Libyaml does not emit trailing whitespace now.  Since we want
+to work with older versions of libyaml too, we check against
+reference output with and without trailing whitespace.
+
+See: https://github.com/yaml/libyaml/pull/186
+---
+ test/units/save.c | 19 ++++++++++++++++---
+ 1 file changed, 16 insertions(+), 3 deletions(-)
+
+diff --git a/test/units/save.c b/test/units/save.c
+index 7866ac3..dc0c5bf 100644
+--- a/test/units/save.c
++++ b/test/units/save.c
+@@ -3476,7 +3476,7 @@ static bool test_save_sequence_null_values_int(
+ 		ttest_report_ctx_t *report,
+ 		const cyaml_config_t *config)
+ {
+-	static const unsigned char ref[] =
++	static const unsigned char ref1[] =
+ 		"---\n"
+ 		"- 7\n"
+ 		"- 6\n"
+@@ -3487,6 +3487,18 @@ static bool test_save_sequence_null_values_int(
+ 		"- \n"
+ 		"- 0\n"
+ 		"...\n";
++	/* As of libyaml 0.2.5, trailing spaces are not emitted. */
++	static const unsigned char ref2[] =
++		"---\n"
++		"- 7\n"
++		"- 6\n"
++		"- 5\n"
++		"-\n"
++		"- 3\n"
++		"- 2\n"
++		"-\n"
++		"- 0\n"
++		"...\n";
+ 	static const int d[] = { 7, 6, 5, 4, 3, 2, 1, 0 };
+ 	static const int *data[] = { d + 0, d + 1, d + 2, NULL,
+ 	                             d + 4, d + 5, NULL, d + 7, };
+@@ -3515,11 +3527,12 @@ static bool test_save_sequence_null_values_int(
+ 		return ttest_fail(&tc, cyaml_strerror(err));
+ 	}
+ 
+-	if (len != YAML_LEN(ref) || memcmp(ref, buffer, len) != 0) {
++	if ((len != YAML_LEN(ref1) || memcmp(ref1, buffer, len) != 0) &&
++	    (len != YAML_LEN(ref2) || memcmp(ref2, buffer, len) != 0)) {
+ 		return ttest_fail(&tc, "Bad data:\n"
+ 				"EXPECTED (%zu):\n\n%.*s\n\n"
+ 				"GOT (%zu):\n\n%.*s\n",
+-				YAML_LEN(ref), YAML_LEN(ref), ref,
++				YAML_LEN(ref1), YAML_LEN(ref1), ref1,
+ 				len, len, buffer);
+ 	}
+ 
+
diff --git a/srcpkgs/libcyaml/template b/srcpkgs/libcyaml/template
new file mode 100644
index 00000000000..54fed5e0b1e
--- /dev/null
+++ b/srcpkgs/libcyaml/template
@@ -0,0 +1,20 @@
+# Template file for 'libcyaml'
+pkgname=libcyaml
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libyaml-devel"
+depends="libyaml"
+short_desc="C library for reading and writing YAML"
+maintainer="teldra <teldra@rotce.de>"
+license="ISC"
+homepage="https://github.com/tlsa/libcyaml"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=37a00ed8ec206b60a712acfd44196bef063b8f02e376d8e86f61a7007a81daea
+patch_args="-Np1"
+
+post_install() {
+	vlicense LICENSE
+}

From 1001d5b1a2fede6780bf7ac5b37e142c31e10347 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:27 +0100
Subject: [PATCH 3/4] New package: reproc-14.2.1

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

diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 00000000000..c3cfcf01a0e
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,18 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.1
+revision=1
+build_style=cmake
+short_desc="Simplifies working with external CLI applications from C and C++"
+maintainer="teldra <teldra@rotce.de>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/v${version}.tar.gz"
+checksum=f75f0524bdbf03813c126655f83d9c1b6a5b695c8e840bd62cd7aa61a96c66e3
+
+export CFLAGS="$CFLAGS -fPIC"
+export BUILD_CFLAGS="$BUILD_CFLAGS -fPIC"
+
+post_install() {
+	vlicense LICENSE
+}

From 54526ee3729faee5194e093d31343d2f26c1c13e Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 10 Nov 2020 15:14:50 +0100
Subject: [PATCH 4/4] New package: zrythm-0.8.982

closes https://github.com/void-linux/void-packages/issues/26221
closes https://github.com/void-linux/void-packages/issues/21236
closes https://github.com/void-linux/void-packages/issues/23831
---
 srcpkgs/zrythm/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/zrythm/template

diff --git a/srcpkgs/zrythm/template b/srcpkgs/zrythm/template
new file mode 100644
index 00000000000..bf3c04f460b
--- /dev/null
+++ b/srcpkgs/zrythm/template
@@ -0,0 +1,37 @@
+# Template file for 'zrythm'
+pkgname=zrythm
+version=0.8.982
+revision=1
+archs="~*-musl"
+build_style=meson
+build_helper=qemu
+hostmakedepends="cmake gettext xdg-utils pkg-config guile glib-devel"
+makedepends="libzstd-devel libcyaml reproc guile-devel lilv-devel libaudec-devel
+ chromaprint-devel rubberband-devel fftw-devel gtk+3-devel gtksourceview4-devel libyaml-devel
+ jack-devel alsa-lib-devel graphviz-devel SDL2-devel python3-Sphinx"
+depends="breeze-icons"
+short_desc="Highly automated and intuitive digital audio workstation"
+maintainer="teldra <teldra@rotce.de>"
+license="AGPL-3.0-or-later"
+homepage="https://www.zrythm.org/"
+distfiles="https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-${version}.tar.gz"
+checksum=73a63bbc636c780e7ddf86830601ea39546a4c9747d49438b74bc4cae2c4814d
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" -Dmanpage=false"
+else
+	hostmakedepends+=" help2man"
+fi
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*|aarch64)
+		makedepends+=" libatomic_ops-devel"
+esac
+
+post_install() {
+	# Move bash-completion to the correct dir.
+	vmkdir usr/share/bash-completion/completions
+	mv ${DESTDIR}/etc/bash_completion.d \
+	${DESTDIR}/usr/share/bash-completion/completions
+	vlicense COPYING
+}

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

* Re: [PR REVIEW] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (16 preceding siblings ...)
  2021-04-18  5:19 ` [PR REVIEW] " ericonr
@ 2021-04-18  5:19 ` ericonr
  2021-04-18  5:19 ` ericonr
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-04-18  5:19 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26356#discussion_r615343748

Comment:
```suggestion
	 ${DESTDIR}/usr/share/bash-completion/completions
```

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

* Re: [PR REVIEW] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (17 preceding siblings ...)
  2021-04-18  5:19 ` ericonr
@ 2021-04-18  5:19 ` ericonr
  2021-04-18  5:19 ` ericonr
  2022-02-05 23:49 ` [PR PATCH] [Closed]: " teldra
  20 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-04-18  5:19 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26356#discussion_r615343796

Comment:
Why is it limited?

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

* Re: [PR REVIEW] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (15 preceding siblings ...)
  2021-02-23 23:06 ` teldra
@ 2021-04-18  5:19 ` ericonr
  2021-04-18  5:19 ` ericonr
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-04-18  5:19 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26356#discussion_r615343728

Comment:
If you're adding to them, it should probably happen in `pre_configure`. And you can use `+=" -fPIC"`

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

* Re: [PR REVIEW] New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (18 preceding siblings ...)
  2021-04-18  5:19 ` ericonr
@ 2021-04-18  5:19 ` ericonr
  2022-02-05 23:49 ` [PR PATCH] [Closed]: " teldra
  20 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-04-18  5:19 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26356#discussion_r615343816

Comment:
Why?

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

* Re: [PR PATCH] [Closed]: New package: zrythm and dependencies
  2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
                   ` (19 preceding siblings ...)
  2021-04-18  5:19 ` ericonr
@ 2022-02-05 23:49 ` teldra
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2022-02-05 23:49 UTC (permalink / raw)
  To: ml

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

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

New package: zrythm and dependencies
https://github.com/void-linux/void-packages/pull/26356

Description:


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

end of thread, other threads:[~2022-02-05 23:49 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13 16:25 [PR PATCH] New package: zrythm and dependencies teldra
2020-11-13 16:28 ` [PR PATCH] [Updated] " teldra
2020-11-13 16:37 ` [WIP] " teldra
2020-11-13 16:38 ` teldra
2020-11-13 17:12 ` ericonr
2020-11-13 20:12 ` [PR PATCH] [Updated] " teldra
2020-11-13 20:13 ` teldra
2020-11-13 22:38 ` [PR PATCH] [Updated] " teldra
2020-11-13 22:41 ` teldra
2020-11-13 22:44 ` teldra
2020-11-14 11:11 ` teldra
2020-11-16 13:01 ` teldra
2020-12-27 22:33 ` teldra
2020-12-27 22:59 ` teldra
2020-12-27 23:11 ` teldra
2021-02-23 23:02 ` teldra
2021-02-23 23:06 ` teldra
2021-04-18  5:19 ` [PR REVIEW] " ericonr
2021-04-18  5:19 ` ericonr
2021-04-18  5:19 ` ericonr
2021-04-18  5:19 ` ericonr
2022-02-05 23:49 ` [PR PATCH] [Closed]: " teldra

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