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 <[email protected]>
+
+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 
<[email protected]>
+
+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
+}

Reply via email to