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

2017-01-09 Thread Sven-Hendrik Haase
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 
-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 
+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 
-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: 

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

2016-12-25 Thread Bartłomiej Piotrowski
Date: Sunday, December 25, 2016 @ 16:53:55
  Author: bpiotrowski
Revision: 201983

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 201982, audaspace/trunk/PKGBUILD)
  audaspace/repos/community-staging-x86_64/
  audaspace/repos/community-staging-x86_64/PKGBUILD
(from rev 201982, 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 201982, 
audaspace/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-25 16:53:55 UTC (rev 201983)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+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-staging-x86_64/PKGBUILD (from rev 201982, 
audaspace/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-25 16:53:55 UTC (rev 201983)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+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
+}


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

2015-12-06 Thread Bartłomiej Piotrowski
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 
+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 
+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
+}


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

2015-10-13 Thread Sven-Hendrik Haase
Date: Wednesday, October 14, 2015 @ 07:04:38
  Author: svenstaro
Revision: 143973

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-14 05:04:28 UTC (rev 143972)
+++ community-i686/PKGBUILD 2015-10-14 05:04:38 UTC (rev 143973)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-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
-}

Copied: audaspace/repos/community-i686/PKGBUILD (from rev 143972, 
audaspace/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-14 05:04:38 UTC (rev 143973)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=audaspace
+pkgver=1.1
+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' '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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-14 05:04:28 UTC (rev 143972)
+++ community-x86_64/PKGBUILD   2015-10-14 05:04:38 UTC (rev 143973)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-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
-}

Copied: audaspace/repos/community-x86_64/PKGBUILD (from rev 143972, 
audaspace/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-14 05:04:38 UTC (rev 143973)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=audaspace
+pkgver=1.1
+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' 

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

2015-09-19 Thread Sven-Hendrik Haase
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 
-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 
+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 
-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 
+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/;

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

2015-09-19 Thread Sven-Hendrik Haase
Date: Saturday, September 19, 2015 @ 22:58:10
  Author: svenstaro
Revision: 141098

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 141097, audaspace/trunk/PKGBUILD)
  audaspace/repos/community-staging-x86_64/
  audaspace/repos/community-staging-x86_64/PKGBUILD
(from rev 141097, audaspace/trunk/PKGBUILD)

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

Copied: audaspace/repos/community-staging-i686/PKGBUILD (from rev 141097, 
audaspace/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-19 20:58:10 UTC (rev 141098)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+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 141097, 
audaspace/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-19 20:58:10 UTC (rev 141098)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+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
+}


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

2015-08-09 Thread Sven-Hendrik Haase
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 s...@lutzhaase.com
+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 s...@lutzhaase.com
+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
+}