[arch-commits] Commit in jack-example-tools/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Wed Jan 19 18:09:20 UTC 2022
Date: Wednesday, January 19, 2022 @ 18:09:20
Author: dvzrv
Revision: 434736
upgpkg: jack-example-tools 1-2: Rebuild to ensure building with jack2.
The project currently can not be (fully) built using pipewire-jack, so ensure
using jack2: https://github.com/jackaudio/jack-example-tools/issues/61
Modified:
jack-example-tools/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-19 17:19:35 UTC (rev 434735)
+++ PKGBUILD 2022-01-19 18:09:20 UTC (rev 434736)
@@ -2,13 +2,13 @@
pkgname=jack-example-tools
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Official JACK example clients and tools"
arch=(x86_64)
url="https://github.com/jackaudio/jack-example-tools"
license=(GPL2 GPL3)
depends=(glibc opus)
-makedepends=(alsa-lib git jack libsamplerate libsndfile meson readline
+makedepends=(alsa-lib git jack2 libsamplerate libsndfile meson readline
zita-alsa-pcmi zita-resampler)
provides=(jack-example-tools)
conflicts=(jack-example-tools)
More information about the arch-commits
mailing list