[arch-commits] Commit in jack2/repos (7 files)

David Runge dvzrv at archlinux.org
Thu Nov 16 23:45:43 UTC 2017


    Date: Thursday, November 16, 2017 @ 23:45:42
  Author: dvzrv
Revision: 267050

archrelease: copy trunk to community-testing-x86_64

Added:
  jack2/repos/community-testing-x86_64/
  jack2/repos/community-testing-x86_64/40-hpet-permissions.rules
    (from rev 267049, jack2/trunk/40-hpet-permissions.rules)
  jack2/repos/community-testing-x86_64/99-audio.conf
    (from rev 267049, jack2/trunk/99-audio.conf)
  jack2/repos/community-testing-x86_64/PKGBUILD
    (from rev 267049, jack2/trunk/PKGBUILD)
  jack2/repos/community-testing-x86_64/example-clients-fix-compilation-of-tw.c.patch
    (from rev 267049, jack2/trunk/example-clients-fix-compilation-of-tw.c.patch)
  jack2/repos/community-testing-x86_64/jackdebugclient-keep-client-fsynchrotable.patch
    (from rev 267049, jack2/trunk/jackdebugclient-keep-client-fsynchrotable.patch)
  jack2/repos/community-testing-x86_64/tests-fix-compilation-with-gcc7.patch
    (from rev 267049, jack2/trunk/tests-fix-compilation-with-gcc7.patch)

-------------------------------------------------+
 40-hpet-permissions.rules                       |    2 
 99-audio.conf                                   |    2 
 PKGBUILD                                        |  135 ++++++++++++++++++++++
 example-clients-fix-compilation-of-tw.c.patch   |   24 +++
 jackdebugclient-keep-client-fsynchrotable.patch |   53 ++++++++
 tests-fix-compilation-with-gcc7.patch           |   25 ++++
 6 files changed, 241 insertions(+)

Copied: jack2/repos/community-testing-x86_64/40-hpet-permissions.rules (from rev 267049, jack2/trunk/40-hpet-permissions.rules)
===================================================================
--- community-testing-x86_64/40-hpet-permissions.rules	                        (rev 0)
+++ community-testing-x86_64/40-hpet-permissions.rules	2017-11-16 23:45:42 UTC (rev 267050)
@@ -0,0 +1,2 @@
+KERNEL=="rtc0", GROUP="audio"
+KERNEL=="hpet", GROUP="audio"

Copied: jack2/repos/community-testing-x86_64/99-audio.conf (from rev 267049, jack2/trunk/99-audio.conf)
===================================================================
--- community-testing-x86_64/99-audio.conf	                        (rev 0)
+++ community-testing-x86_64/99-audio.conf	2017-11-16 23:45:42 UTC (rev 267050)
@@ -0,0 +1,2 @@
+ at audio 	- rtprio 	99
+ at audio 	- memlock 	unlimited

Copied: jack2/repos/community-testing-x86_64/PKGBUILD (from rev 267049, jack2/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-11-16 23:45:42 UTC (rev 267050)
@@ -0,0 +1,135 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Daniele Paolella <danielepaolella at email.it>
+# Contributor: Philipp Überbacher <hollunder at gmx dot at>
+# Contributor: Thomas Bahn <thomas-bahn at gmx dot net>
+
+pkgbase=jack2
+pkgname=('jack2' 'jack2-dbus' 'jack2-docs')
+pkgdesc="The next-generation JACK with SMP support"
+pkgver=1.9.11_RC1
+pkgrel=2
+arch=('x86_64')
+url="http://jackaudio.org/"
+license=('GPL')
+makedepends=('python' 'python2-dbus' 'libffado' 'celt' 'opus' 'libsamplerate' 'doxygen')
+source=("${pkgbase}-${pkgver}::https://github.com/jackaudio/${pkgbase}/archive/v${pkgver//_/-}.tar.gz"
+        '99-audio.conf'
+        '40-hpet-permissions.rules'
+        'tests-fix-compilation-with-gcc7.patch'
+        'jackdebugclient-keep-client-fsynchrotable.patch'
+        'example-clients-fix-compilation-of-tw.c.patch')
+sha512sums=('4fd7d82ab6536b8c6061023858ae5b978903608b149498818971481da75c6e9e0e7e7aef5e1343730c259f4378aebfbf25916b9736e0ad8aa19584a44f894436'
+            'c21f593d46ff12d1b8d3ce7ca4593c230a673e67ed4e486944f52fd51bdf902873d3fb253220c8ec9c6c5d5b9f002ecf3dd72318222cd748b1925bfcbf1df5d7'
+            '1f876aa61de4bc4e54d46dde7f8c8c2aa575fc382c09f3dc6819c328224b1998c7171cfd3039d35ca214e40909ad71f8d56a9b3b5652046beb5ca97e44a780b1'
+            '79e44bae409fc47af8b9b227464a3a88c223f103bf59a2aaaf2ade99108c27aeca8f4f8d60ba919a3aa83a0072f9ffef03e7259c28a61d70caf9cc18a23afcad'
+            '4c3290c51bd289e36edddb55a6e4cab981d9d3a3932da8c0a06652a22cce35c7858ff4afa99c309ed0e331224274bdb9dfe8e4fed46d486e1b2b44e6b971c484'
+            'ec5f46c8fffda5f90c7597c8a8058246adefec95c0565ccc72afb7f57cb159fdf368107d3160284f1b2cf1c8e5e5c490f53151039d69423ca48da0d3d676e1e0')
+
+prepare() {
+  cd "${pkgbase}-${pkgver//_/-}"
+
+  # https://github.com/jackaudio/jack2/issues/253
+  patch -Np1 -i "${srcdir}/tests-fix-compilation-with-gcc7.patch"
+  patch -Np1 -i "${srcdir}/example-clients-fix-compilation-of-tw.c.patch"
+  patch -Np1 -i "${srcdir}/jackdebugclient-keep-client-fsynchrotable.patch"
+
+  # https://github.com/jackaudio/jack2/issues/308
+  sed -i 's:bin/env python:bin/env python2:' \
+    "example-clients/jack_control"
+
+  # copies of the source for jack2-dbus and jack2-docs
+  cp -r "${srcdir}/${pkgbase}-${pkgver//_/-}" "${srcdir}/${pkgname[1]}-${pkgver//_/-}"
+  cp -r "${srcdir}/${pkgbase}-${pkgver//_/-}" "${srcdir}/${pkgname[2]}-${pkgver//_/-}"
+
+  # configure jack2
+  python waf configure --prefix=/usr \
+                       --doxygen=no \
+                       --freebob=no \
+                       --classic \
+                       --dbus
+
+  # configure jack2-dbus
+  cd "${srcdir}/${pkgname[1]}-${pkgver//_/-}"
+  python waf configure --prefix=/usr \
+                       --doxygen=no \
+                       --freebob=no \
+                       --dbus
+
+  # configure jack2-docs
+  cd "${srcdir}/${pkgname[2]}-${pkgver//_/-}"
+  python waf configure --prefix=/usr \
+                       --htmldir="/usr/share/doc/${pkgbase}/" \
+                       --autostart=none \
+                       --alsa=no \
+                       --firewire=no \
+                       --freebob=no \
+                       --iio=no \
+                       --winmme=no \
+                       --celt=no \
+                       --opus=no \
+                       --samplerate=no \
+                       --sndfile=no \
+                       --readline=no
+}
+
+build() {
+  # build jack2
+  cd "${pkgname[0]}-${pkgver//_/-}"
+  python waf build
+  # build jack2-dbus
+  cd "${srcdir}/${pkgname[1]}-${pkgver//_/-}"
+  python waf build
+  # build jack2-docs
+  cd "${srcdir}/${pkgname[2]}-${pkgver//_/-}"
+  python waf build
+}
+
+package_jack2() {
+  pkgdesc="The next-generation JACK with SMP support"
+  depends=('libsamplerate' 'celt' 'opus' 'libffado' 'python2-dbus')
+  conflicts=('jack')
+  provides=('jack' 'jackmp' 'jackdmp' 'jackdbus')
+  backup=(etc/security/limits.d/99-audio.conf)
+
+  cd "${pkgname[0]}-${pkgver//_/-}"
+  python waf install --destdir="${pkgdir}"
+
+  # configure realtime access/scheduling
+  # see https://bugs.archlinux.org/task/26343
+  install -Dm644 "$srcdir/99-audio.conf" \
+    "$pkgdir/etc/security/limits.d/99-audio.conf"
+
+  install -Dm644 "$srcdir/40-hpet-permissions.rules" \
+    "$pkgdir/usr/lib/udev/rules.d/40-hpet-permissions.rules"
+}
+
+package_jack2-dbus() {
+  pkgdesc="The next-generation JACK with SMP support (for D-BUS interaction only)"
+  depends=('libsamplerate' 'celt' 'opus' 'libffado' 'python2-dbus')
+  conflicts=('jack' 'jack2')
+  provides=('jack' 'jack2' 'jackmp' 'jackdmp' 'jackdbus')
+  backup=(etc/security/limits.d/99-audio.conf)
+
+  cd "${pkgname[1]}-${pkgver//_/-}"
+  python waf install --destdir="${pkgdir}"
+
+  # configure realtime access/scheduling
+  # see https://bugs.archlinux.org/task/26343
+  install -Dm644 "$srcdir/99-audio.conf" \
+    "$pkgdir/etc/security/limits.d/99-audio.conf"
+
+  install -Dm644 "$srcdir/40-hpet-permissions.rules" \
+    "$pkgdir/usr/lib/udev/rules.d/40-hpet-permissions.rules"
+}
+
+package_jack2-docs() {
+  pkgdesc="The next-generation JACK with SMP support (documentation)"
+
+  cd "${pkgname[2]}-${pkgver//_/-}"
+  python waf install --destdir="${pkgdir}"
+  rm -r "${pkgdir}"/usr/{bin,lib,include,share/man}
+}
+
+# vim:set ts=2 sw=2 et:

Copied: jack2/repos/community-testing-x86_64/example-clients-fix-compilation-of-tw.c.patch (from rev 267049, jack2/trunk/example-clients-fix-compilation-of-tw.c.patch)
===================================================================
--- community-testing-x86_64/example-clients-fix-compilation-of-tw.c.patch	                        (rev 0)
+++ community-testing-x86_64/example-clients-fix-compilation-of-tw.c.patch	2017-11-16 23:45:42 UTC (rev 267050)
@@ -0,0 +1,24 @@
+From eabc679bd4f564a6b5294d0558b579898d66e2fa Mon Sep 17 00:00:00 2001
+From: Kjetil Matheussen <k.s.matheussen at notam02.no>
+Date: Sat, 15 Jul 2017 13:21:36 +0200
+Subject: [PATCH] Example clients: Fix compilation of tw.c
+
+---
+ example-clients/tw.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/example-clients/tw.c b/example-clients/tw.c
+index 623ff240..edc7ef31 100644
+--- a/example-clients/tw.c
++++ b/example-clients/tw.c
+@@ -9,6 +9,7 @@
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <signal.h>
+ 
+ #include <jack/jack.h>
+ 
+-- 
+2.15.0
+

Copied: jack2/repos/community-testing-x86_64/jackdebugclient-keep-client-fsynchrotable.patch (from rev 267049, jack2/trunk/jackdebugclient-keep-client-fsynchrotable.patch)
===================================================================
--- community-testing-x86_64/jackdebugclient-keep-client-fsynchrotable.patch	                        (rev 0)
+++ community-testing-x86_64/jackdebugclient-keep-client-fsynchrotable.patch	2017-11-16 23:45:42 UTC (rev 267050)
@@ -0,0 +1,53 @@
+From ccedff2f357d7d52bf4327cf14dfade2b41052ca Mon Sep 17 00:00:00 2001
+From: Kjetil Matheussen <k.s.matheussen at notam02.no>
+Date: Sat, 15 Jul 2017 13:21:17 +0200
+Subject: [PATCH] JackDebugClient: Keep client->fSynchroTable. Prevents crash
+ in jack_client_wait, plus that it seems to be the correct thing to do.
+
+---
+ common/JackClient.cpp      | 3 ---
+ common/JackClient.h        | 1 -
+ common/JackDebugClient.cpp | 1 +
+ 3 files changed, 1 insertion(+), 4 deletions(-)
+
+diff --git a/common/JackClient.cpp b/common/JackClient.cpp
+index 7334a57a..bcb06ead 100644
+--- a/common/JackClient.cpp
++++ b/common/JackClient.cpp
+@@ -39,9 +39,6 @@ namespace Jack
+ 
+ #define IsRealTime() ((fProcess != NULL) | (fThreadFun != NULL) | (fSync != NULL) | (fTimebase != NULL))
+ 
+-JackClient::JackClient():fThread(this)
+-{}
+-
+ JackClient::JackClient(JackSynchro* table):fThread(this)
+ {
+     fSynchroTable = table;
+diff --git a/common/JackClient.h b/common/JackClient.h
+index 3013334b..b6e78ef3 100644
+--- a/common/JackClient.h
++++ b/common/JackClient.h
+@@ -124,7 +124,6 @@ class SERVER_EXPORT JackClient : public JackClientInterface, public JackRunnable
+ 
+     public:
+ 
+-        JackClient();
+         JackClient(JackSynchro* table);
+         virtual ~JackClient();
+ 
+diff --git a/common/JackDebugClient.cpp b/common/JackDebugClient.cpp
+index 3308c457..7c1f539a 100644
+--- a/common/JackDebugClient.cpp
++++ b/common/JackDebugClient.cpp
+@@ -35,6 +35,7 @@ namespace Jack
+ {
+ 
+ JackDebugClient::JackDebugClient(JackClient * client)
++  : JackClient(client->fSynchroTable)
+ {
+     fTotalPortNumber = 1;       // The total number of port opened and maybe closed. Historical view.
+     fOpenPortNumber = 0;        // The current number of opened port.
+-- 
+2.15.0
+

Copied: jack2/repos/community-testing-x86_64/tests-fix-compilation-with-gcc7.patch (from rev 267049, jack2/trunk/tests-fix-compilation-with-gcc7.patch)
===================================================================
--- community-testing-x86_64/tests-fix-compilation-with-gcc7.patch	                        (rev 0)
+++ community-testing-x86_64/tests-fix-compilation-with-gcc7.patch	2017-11-16 23:45:42 UTC (rev 267050)
@@ -0,0 +1,25 @@
+From f7bccdca651592cc4082b28fd4a01ed6ef8ab655 Mon Sep 17 00:00:00 2001
+From: Kjetil Matheussen <k.s.matheussen at notam02.no>
+Date: Sat, 15 Jul 2017 13:21:59 +0200
+Subject: [PATCH] Tests: Fix compilation with gcc7
+
+---
+ tests/test.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/test.cpp b/tests/test.cpp
+index 8a8a8117..d2ef9a05 100644
+--- a/tests/test.cpp
++++ b/tests/test.cpp
+@@ -479,7 +479,7 @@ int process4(jack_nframes_t nframes, void *arg)
+ 	jack_nframes_t delta_time = cur_time - last_time;
+ 
+ 	Log("calling process4 callback : jack_frame_time = %ld delta_time = %ld\n", cur_time, delta_time);
+-	if (delta_time > 0  && (jack_nframes_t)abs(delta_time - cur_buffer_size) > tolerance) {
++	if (delta_time > 0  && abs((int64_t)delta_time - (int64_t)cur_buffer_size) > (int64_t)tolerance) {
+ 		printf("!!! ERROR !!! jack_frame_time seems to return incorrect values cur_buffer_size = %d, delta_time = %d tolerance %d\n", cur_buffer_size, delta_time, tolerance);
+ 	}
+ 
+-- 
+2.15.0
+



More information about the arch-commits mailing list