Date: Sunday, August 9, 2015 @ 12:18:58
  Author: svenstaro
Revision: 138139

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

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

---------------------------+
 community-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: audaspace/repos/community-i686/PKGBUILD (from rev 138138, 
audaspace/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-08-09 10:18:58 UTC (rev 138139)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+pkgname=audaspace
+pkgver=1.0rc1
+_pkgver=1.0-rc1
+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')
+makedepends=('cmake' 'python' 'python-setuptools')
+optdepends=()
+source=("https://github.com/audaspace/audaspace/archive/${_pkgver}.tar.gz";)
+md5sums=('efd48bbc0b75c3c2326b6d9b83077fd4')
+
+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 138138, 
audaspace/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-09 10:18:58 UTC (rev 138139)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+pkgname=audaspace
+pkgver=1.0rc1
+_pkgver=1.0-rc1
+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')
+makedepends=('cmake' 'python' 'python-setuptools')
+optdepends=()
+source=("https://github.com/audaspace/audaspace/archive/${_pkgver}.tar.gz";)
+md5sums=('efd48bbc0b75c3c2326b6d9b83077fd4')
+
+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
+}

Reply via email to