[arch-commits] Commit in jack-example-tools/repos (2 files)

David Runge dvzrv at gemini.archlinux.org
Sat Jan 15 17:10:21 UTC 2022


    Date: Saturday, January 15, 2022 @ 17:10:19
  Author: dvzrv
Revision: 434499

archrelease: copy trunk to testing-x86_64

Added:
  jack-example-tools/repos/testing-x86_64/
  jack-example-tools/repos/testing-x86_64/PKGBUILD
    (from rev 434498, jack-example-tools/trunk/PKGBUILD)

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

Copied: jack-example-tools/repos/testing-x86_64/PKGBUILD (from rev 434498, jack-example-tools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-01-15 17:10:19 UTC (rev 434499)
@@ -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