Date: Saturday, April 22, 2023 @ 09:56:31
Author: dvzrv
Revision: 1448269
archrelease: copy trunk to community-x86_64
Added:
python-zita-jacktools/repos/community-x86_64/PKGBUILD
(from rev 1448267, python-zita-jacktools/trunk/PKGBUILD)
Deleted:
python-zita-jacktools/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 90 +++++++++++++++++++++++++++++++++++++++----------------------
1 file changed, 58 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-22 09:56:31 UTC (rev 1448268)
+++ PKGBUILD 2023-04-22 09:56:31 UTC (rev 1448269)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-_name=zita-jacktools
-pkgname=python-zita-jacktools
-pkgver=1.6.0
-pkgrel=2
-pkgdesc="Audio tools running as a Jack client"
-arch=(x86_64)
-url="https://kokkinizita.linuxaudio.org/linuxaudio"
-license=(GPL3)
-depends=(gcc-libs glibc python-zita-audiotools)
-makedepends=(fftw jack libsndfile python-build python-installer
-python-setuptools python-wheel zita-convolver zita-jclient zita-resampler)
-source=(https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$_name-$pkgver.tar.bz2)
-sha512sums=('c64bc5f44ce2ae6afa4100124bdff1a8f2f6295eaf07267210682d16c191c2651432df8ac8910a456150eb4521a23f20475cb2b5a71d10a6fe54d6d962ad63ab')
-b2sums=('2b0f720f3dab8c4177408a7294cb1a4f1a742430b96dabdf17ada0c0293bd6ace15f307046c1b542e9c907764ab7fa4b94a0037e27d7c0e22d93add6504d72cc')
-
-build() {
- cd $_name-$pkgver
- python -m build --wheel --no-isolation
-}
-
-package() {
- depends+=(libfftw3f.so libjack.so libsndfile.so libzita-convolver.so
- libzita-jclient.so libzita-resampler.so)
-
- cd $_name-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- # examples
- find examples -type f \( -iname "*.py" -or -iname "*README" -or -iname
"*presets" \) -exec install -vDm 644 {} "$pkgdir/usr/share/doc/$pkgname/"{} \;
-}
Copied: python-zita-jacktools/repos/community-x86_64/PKGBUILD (from rev
1448267, python-zita-jacktools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-22 09:56:31 UTC (rev 1448269)
@@ -0,0 +1,58 @@
+# Maintainer: David Runge <[email protected]>
+
+_name=zita-jacktools
+pkgname=python-zita-jacktools
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Audio tools running as a Jack client"
+arch=(x86_64)
+url="https://kokkinizita.linuxaudio.org/linuxaudio"
+license=(GPL3)
+depends=(
+ gcc-libs
+ glibc
+ python
+ python-zita-audiotools
+)
+makedepends=(
+ fftw
+ jack
+ libsndfile
+ python-build
+ python-installer
+ python-setuptools
+ python-wheel
+ zita-convolver
+ zita-jclient
+ zita-resampler
+)
+optdepends=(
+ 'python-numpy: for examples'
+ 'python-pyqt5: for examples'
+ 'python-pyqt6: for examples'
+)
+source=(https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$_name-$pkgver.tar.bz2)
+sha512sums=('c3969f81f1d7ca93bfe72ba4ab036fe133db4574aeb47121344c6c729fbf1c433dc89a5cbfb0278a0e92b0b944df9ebea590d70ba7a5f87b0143aca6cefab5c6')
+b2sums=('add63f0bbc130b9630e1139920fd8430e94aa5bc8f3410cd20e55a415b05e75fe0bbe3cab458f0b980bc914e8db8064cf82aeb86b894c32b25bedaa119f25469')
+
+build() {
+ cd $_name-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ depends+=(
+ fftw libfftw3f.so
+ jack libjack.so
+ libsndfile libsndfile.so
+ zita-convolver libzita-convolver.so
+ zita-jclient libzita-jclient.so
+ zita-resampler libzita-resampler.so
+ )
+
+ cd $_name-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ # examples
+ find examples -type f \( -iname "*.py" -or -iname "*README" -or -iname
"*presets" \) -exec install -vDm 644 {} "$pkgdir/usr/share/doc/$pkgname/"{} \;
+}