[arch-commits] Commit in audaspace/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 6 22:43:09 UTC 2015


    Date: Sunday, December 6, 2015 @ 23:43:08
  Author: bpiotrowski
Revision: 149307

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  audaspace/repos/community-staging-i686/
  audaspace/repos/community-staging-i686/PKGBUILD
    (from rev 149306, audaspace/trunk/PKGBUILD)
  audaspace/repos/community-staging-x86_64/
  audaspace/repos/community-staging-x86_64/PKGBUILD
    (from rev 149306, audaspace/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: audaspace/repos/community-staging-i686/PKGBUILD (from rev 149306, audaspace/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 22:43:08 UTC (rev 149307)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=audaspace
+pkgver=1.1
+pkgrel=2
+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')
+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=('413e5de4daf0770991275e189b24ecdd')
+
+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-staging-x86_64/PKGBUILD (from rev 149306, audaspace/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 22:43:08 UTC (rev 149307)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=audaspace
+pkgver=1.1
+pkgrel=2
+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')
+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=('413e5de4daf0770991275e189b24ecdd')
+
+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
+}



More information about the arch-commits mailing list