Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] jack: update to 1.9.13, adopt package
Date: Tue, 08 Oct 2019 22:58:21 +0200	[thread overview]
Message-ID: <20191008205821.zz3Pxg92N_BzPoXeyUjvQMYJMf4AaNPUfLaPcOVgRKY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15267@inbox.vuxu.org>

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

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

https://github.com/daniel-eys/void-packages jack
https://github.com/void-linux/void-packages/pull/15267

jack: update to 1.9.13, adopt package
* basic functionality tested on x86_64
* use python3 (jack_control script is now python3 compatible)
* optional support for FireWire devices (libffado) added via `ffado` buildoption

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

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

From 509c9271b621b23554ad9a6c4257808a5cbbd1a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Mon, 7 Oct 2019 13:55:51 +0200
Subject: [PATCH] jack: update to 1.9.13, adopt package

---
 srcpkgs/jack/template | 38 ++++++++++++++++++--------------------
 1 file changed, 18 insertions(+), 20 deletions(-)

diff --git a/srcpkgs/jack/template b/srcpkgs/jack/template
index 3303ec5a9b7..4c60f0ede3b 100644
--- a/srcpkgs/jack/template
+++ b/srcpkgs/jack/template
@@ -1,33 +1,31 @@
 # Template file for 'jack'
 pkgname=jack
-version=1.9.12
-revision=12
+version=1.9.13
+revision=1
 wrksrc="jack2-${version}"
-# XXX libffado (firewire)
-hostmakedepends="pkg-config python"
-makedepends="opus-devel libsamplerate-devel readline-devel dbus-devel celt-devel"
-depends="python-dbus"
+build_style=waf3
+configure_args="--alsa --classic --dbus"
+hostmakedepends="pkg-config"
+makedepends="opus-devel libsamplerate-devel readline-devel dbus-devel celt-devel
+ $(vopt_if ffado libffado-devel)"
+depends="python3-dbus"
 short_desc="JACK Audio Connection Kit low-latency sound server (pro audio)"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2, LGPL-2.1"
-homepage="http://jackaudio.org/"
+maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
+license="GPL-2.0-or-later, LGPL-2.1-or-later"
+homepage="https://jackaudio.org/"
 distfiles="https://github.com/jackaudio/jack2/archive/v${version}.tar.gz"
-checksum=deefe2f936dc32f59ad3cef7e37276c2035ef8a024ca92118f35c9a292272e33
+checksum=2a683eef63b608b292411d66482fd45aa7fa8dc004bed4184e06f9f9ca83c075
+python_version=3
+
+# Package build options
+build_options="ffado"
+desc_option_ffado="Enable support for FireWire audio devices"
 
 if [ -z "CROSS_BUILD" ]; then
 	makedepends+=" eigen"
 fi
 
-do_configure() {
-	python2 waf configure --prefix=/usr --alsa --classic --dbus
-}
-do_build() {
-	python2 waf build ${makejobs}
-}
-
-do_install() {
-	python2 waf install --destdir=${DESTDIR}
-
+post_install() {
 	# pam_limits(8) support
 	vinstall ${FILESDIR}/jack-limitsd.conf 644 etc/security/limits.d jack.conf
 	# audio group permissions for realtime

  parent reply	other threads:[~2019-10-08 20:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-08 20:07 [PR PATCH] " voidlinux-github
2019-10-08 20:34 ` voidlinux-github
2019-10-08 20:47 ` voidlinux-github
2019-10-08 20:58 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-08 20:58 ` voidlinux-github [this message]
2019-10-15 19:42 ` [PR PATCH] [Merged]: " voidlinux-github

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=20191008205821.zz3Pxg92N_BzPoXeyUjvQMYJMf4AaNPUfLaPcOVgRKY@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).