[arch-commits] Commit in audaspace/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Jul 7 15:41:40 UTC 2018


    Date: Saturday, July 7, 2018 @ 15:41:40
  Author: svenstaro
Revision: 354010

archrelease: copy trunk to community-x86_64

Added:
  audaspace/repos/community-x86_64/PKGBUILD
    (from rev 354009, audaspace/trunk/PKGBUILD)
Deleted:
  audaspace/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-07 15:41:36 UTC (rev 354009)
+++ PKGBUILD	2018-07-07 15:41:40 UTC (rev 354010)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=audaspace
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="A high level and feature rich audio library written in C++ with language bindings"
-arch=("x86_64" "i686")
-url="http://audaspace.github.io/"
-license=('APACHE')
-depends=('ffmpeg' 'openal' 'sdl2' 'libsndfile' 'jack' 'fftw')
-makedepends=('cmake' 'python' 'python-setuptools' 'python-numpy')
-optdepends=('python: python language bindings'
-            'python-numpy: python language bindings')
-#options=('!buildflags') # use until 1.2
-source=("https://github.com/audaspace/audaspace/archive/v${pkgver}.tar.gz")
-md5sums=('5a22f4f31ecea07c7d33671a07eaed72')
-
-build() {
-	cd "${pkgname}-${pkgver}"
-
-    mkdir build
-    cd build
-
-	cmake .. \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DWITH_PYTHON=1 \
-        -DWITH_JACK=1 \
-        -DDEFAULT_PLUGIN_PATH=/usr/share/audaspace/plugins
-
-	make
-}
-
-package() {
-	cd "${pkgname}-${pkgver}"
-
-    cd build
-
-	make DESTDIR="${pkgdir}/" install
-}

Copied: audaspace/repos/community-x86_64/PKGBUILD (from rev 354009, audaspace/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-07 15:41:40 UTC (rev 354010)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=audaspace
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="A high level and feature rich audio library written in C++ with language bindings"
+arch=("x86_64")
+url="http://audaspace.github.io/"
+license=('APACHE')
+depends=('ffmpeg' 'openal' 'sdl2' 'libsndfile' 'jack' 'fftw')
+makedepends=('cmake' 'python' 'python-setuptools' 'python-numpy' 'git')
+optdepends=('python: python language bindings'
+            'python-numpy: python language bindings')
+source=("git+https://github.com/neXyon/audaspace.git#commit=9b38605")
+md5sums=('SKIP')
+
+build() {
+	cd "${pkgname}"
+
+    mkdir build
+    cd build
+
+	cmake .. \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DWITH_PYTHON=1 \
+        -DWITH_JACK=1 \
+        -DDEFAULT_PLUGIN_PATH=/usr/share/audaspace/plugins
+
+	make
+}
+
+package() {
+	cd "${pkgname}"
+
+    cd build
+
+	make DESTDIR="${pkgdir}/" install
+}



More information about the arch-commits mailing list