Github messages for voidlinux
 help / color / mirror / Atom feed
From: teldra <teldra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: zrythm and dependencies
Date: Fri, 13 Nov 2020 17:25:47 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26356@inbox.vuxu.org> (raw)

[-- 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
+}

             reply	other threads:[~2020-11-13 16:25 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13 16:25 teldra [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26356@inbox.vuxu.org \
    --to=teldra@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).