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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Jan 9 23:03:56 UTC 2017


    Date: Monday, January 9, 2017 @ 23:03:55
  Author: svenstaro
Revision: 206256

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-09 23:03:50 UTC (rev 206255)
+++ community-i686/PKGBUILD	2017-01-09 23:03:55 UTC (rev 206256)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=audaspace
-pkgver=1.1
-pkgrel=3
-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-i686/PKGBUILD (from rev 206255, audaspace/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-09 23:03:55 UTC (rev 206256)
@@ -0,0 +1,38 @@
+# 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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-09 23:03:50 UTC (rev 206255)
+++ community-x86_64/PKGBUILD	2017-01-09 23:03:55 UTC (rev 206256)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=audaspace
-pkgver=1.1
-pkgrel=3
-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-x86_64/PKGBUILD (from rev 206255, audaspace/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-09 23:03:55 UTC (rev 206256)
@@ -0,0 +1,38 @@
+# 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
+}



More information about the arch-commits mailing list