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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Sep 19 21:09:27 UTC 2015


    Date: Saturday, September 19, 2015 @ 23:09:27
  Author: svenstaro
Revision: 141102

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

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

-----------------------------------+
 /PKGBUILD                         |   72 ++++++++++++++++++++++++++++++++++++
 community-staging-i686/PKGBUILD   |   37 ------------------
 community-staging-x86_64/PKGBUILD |   37 ------------------
 3 files changed, 72 insertions(+), 74 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2015-09-19 21:09:21 UTC (rev 141101)
+++ community-staging-i686/PKGBUILD	2015-09-19 21:09:27 UTC (rev 141102)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=audaspace
-pkgver=1.0rc1
-_pkgver=1.0-rc1
-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')
-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-staging-i686/PKGBUILD (from rev 141101, audaspace/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-09-19 21:09:27 UTC (rev 141102)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=audaspace
+pkgver=1.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')
+makedepends=('cmake' 'python' 'python-setuptools')
+optdepends=()
+source=("https://github.com/audaspace/audaspace/archive/v${pkgver}.tar.gz")
+md5sums=('c44ef32aa0ab4547d42395a1c999879d')
+
+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-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2015-09-19 21:09:21 UTC (rev 141101)
+++ community-staging-x86_64/PKGBUILD	2015-09-19 21:09:27 UTC (rev 141102)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=audaspace
-pkgver=1.0rc1
-_pkgver=1.0-rc1
-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')
-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-staging-x86_64/PKGBUILD (from rev 141101, audaspace/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-09-19 21:09:27 UTC (rev 141102)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=audaspace
+pkgver=1.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')
+makedepends=('cmake' 'python' 'python-setuptools')
+optdepends=()
+source=("https://github.com/audaspace/audaspace/archive/v${pkgver}.tar.gz")
+md5sums=('c44ef32aa0ab4547d42395a1c999879d')
+
+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