[arch-commits] Commit in (4 files)

David Runge dvzrv at gemini.archlinux.org
Sat Jan 15 17:09:22 UTC 2022


    Date: Saturday, January 15, 2022 @ 17:09:22
  Author: dvzrv
Revision: 434498

Add jack-example-tools as new optdepends for jack2 (and pipewire-jack).

Added:
  jack-example-tools/
  jack-example-tools/repos/
  jack-example-tools/trunk/
  jack-example-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Added: jack-example-tools/trunk/PKGBUILD
===================================================================
--- jack-example-tools/trunk/PKGBUILD	                        (rev 0)
+++ jack-example-tools/trunk/PKGBUILD	2022-01-15 17:09:22 UTC (rev 434498)
@@ -0,0 +1,29 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=jack-example-tools
+pkgver=1
+pkgrel=1
+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
+zita-alsa-pcmi zita-resampler)
+provides=(jack-example-tools)
+conflicts=(jack-example-tools)
+source=("$pkgname::git+https://github.com/jackaudio/jack-example-tools.git#tag=${pkgver}?signed")
+sha256sums=('SKIP')
+validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX <falktx at falktx.com>
+
+build() {
+  arch-meson build "$pkgname" "${_meson_args[@]}"
+  ninja -vC build
+}
+
+package() {
+  depends+=(libasound.so libjack.so libsamplerate.so libsndfile.so
+  libreadline.so libzita-alsa-pcmi.so libzita-resampler.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list