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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Aug 9 08:18:55 UTC 2015


    Date: Sunday, August 9, 2015 @ 10:18:55
  Author: svenstaro
Revision: 138137

Enable python and jack

Modified:
  audaspace/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-09 08:00:41 UTC (rev 138136)
+++ PKGBUILD	2015-08-09 08:18:55 UTC (rev 138137)
@@ -7,8 +7,8 @@
 arch=("x86_64" "i686")
 url="http://audaspace.github.io/"
 license=('APACHE')
-depends=('ffmpeg' 'openal' 'sdl2' 'libsndfile')
-makedepends=('cmake' 'python')
+depends=('ffmpeg' 'openal' 'sdl2' 'libsndfile' 'jack')
+makedepends=('cmake' 'python' 'python-setuptools')
 optdepends=()
 source=("https://github.com/audaspace/audaspace/archive/${_pkgver}.tar.gz")
 md5sums=('efd48bbc0b75c3c2326b6d9b83077fd4')
@@ -20,7 +20,9 @@
     cd build
 
 	cmake .. \
-        -DCMAKE_INSTALL_PREFIX=/usr
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DWITH_PYTHON=1 \
+        -DWITH_JACK=1
 
 	make
 }



More information about the arch-commits mailing list