[arch-commits] Commit in rtaudio/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Dec 24 10:57:01 UTC 2019


    Date: Tuesday, December 24, 2019 @ 10:57:01
  Author: dvzrv
Revision: 539746

upgpkg: rtaudio 5.1.0-3: Removing optional python2 library, as upstream shows no sign of willingness to port it and it doesn't seem to be required by anything either.

Modified:
  rtaudio/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-24 10:56:59 UTC (rev 539745)
+++ PKGBUILD	2019-12-24 10:57:01 UTC (rev 539746)
@@ -6,14 +6,13 @@
 
 pkgname=rtaudio
 pkgver=5.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A set of C++ classes that provide a common API for realtime audio input/output."
 arch=('x86_64')
 url="https://www.music.mcgill.ca/~gary/rtaudio/"
 license=('custom:RtAudio')
 depends=('alsa-lib' 'gcc-libs' 'glibc' 'libjack.so' 'libpulse')
-makedepends=('cmake' 'doxygen' 'python2-setuptools')
-optdepends=('python2: for python2 bindings')
+makedepends=('cmake' 'doxygen')
 provides=('librtaudio.so')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thestk/${pkgname}/archive/${pkgver}.tar.gz")
 sha512sums=('338a3a14cd4ea665ac7e94a275cb017bffd87cb10eb8ab6784fad320345ee828b8874439edd08c39efa48736edf9aa0622620784adc320473b03a8f81e17fff6')
@@ -35,8 +34,6 @@
   make
   # python bindings not compatible with python3:
   # https://github.com/thestk/rtaudio/issues/199
-  cd contrib/python/pyrtaudio
-  python2 setup.py build
 }
 
 check() {
@@ -56,10 +53,4 @@
     -t "${pkgdir}/usr/share/doc/${pkgname}/images"
   # license
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  # python2 bindings
-  cd contrib/python/pyrtaudio
-  python2 setup.py install --skip-build \
-    --optimize=1 \
-    --prefix=/usr \
-    --root="${pkgdir}/"
 }



More information about the arch-commits mailing list