Date: Tuesday, November 19, 2019 @ 19:00:21 Author: dvzrv Revision: 530477
upgpkg: jack2 1.9.14-1 Upgrading to 1.9.14. Updating maintainer info. Adding all direct library dependencies. Removing portaudio from makedepends and optdepends, as the portaudio backend is only built on Windows anyways. Modified: jack2/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-19 18:59:54 UTC (rev 530476) +++ PKGBUILD 2019-11-19 19:00:21 UTC (rev 530477) @@ -1,4 +1,4 @@ -# Maintainer: David Runge <[email protected]> +# Maintainer: David Runge <[email protected]> # Contributor: Ray Rashif <[email protected]> # Contributor: Daniele Paolella <[email protected]> # Contributor: Philipp Überbacher <hollunder at gmx dot at> @@ -6,16 +6,16 @@ pkgname=jack2 pkgdesc="C++ version of the JACK low-latency audio server for multi-processor machines" -pkgver=1.9.13 +pkgver=1.9.14 pkgrel=1 arch=('x86_64') url="https://github.com/jackaudio/jack2" license=('GPL2' 'LGPL2.1') -depends=('alsa-lib' 'celt' 'glibc' 'libsamplerate' 'opus') -makedepends=('libffado' 'portaudio' 'waf') -optdepends=('a2jmidid: Expose ALSA MIDI in JACK MIDI' - 'libffado: Firewire support' - 'portaudio: Portaudio support' +depends=('alsa-lib' 'celt' 'dbus' 'expat' 'gcc-libs' 'glibc' 'libsamplerate' +'opus' 'systemd-libs') +makedepends=('libffado.so' 'waf') +optdepends=('a2jmidid: Expose ALSA MIDI in lJACK MIDI' + 'libffado.so: Firewire support' 'python-dbus: For jack_control' 'realtime-privileges: Acquire realtime privileges') provides=('jack' 'libjack.so' 'libjacknet.so' 'libjackserver.so') @@ -22,7 +22,7 @@ conflicts=('jack') replaces=('jack2-dbus') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jackaudio/${pkgname}/archive/v${pkgver}.tar.gz") -sha512sums=('947ddd55c0dfbaa71e510c2870434ccf10acc51e416ae97d4e8db9c3c25bd1103520698879163ed7e4a13e92ec5bb3d24b949db1321795042c58e58336d7f300') +sha512sums=('ca9738fd5aadcb7e125f98a358437905959afebe0b792cab316fc31410e89ea3aefdb85154792a9d0a80fa988aa7eff379ff5c7ac6c4bfa1d57ad3d7de7b5fdd') prepare() { cd "${pkgname}-${pkgver}"
