Date: Monday, June 30, 2014 @ 21:00:16 Author: heftig Revision: 215872
archrelease: copy trunk to extra-i686, extra-x86_64 Added: openal/repos/extra-i686/PKGBUILD (from rev 215871, openal/trunk/PKGBUILD) openal/repos/extra-x86_64/PKGBUILD (from rev 215871, openal/trunk/PKGBUILD) Deleted: openal/repos/extra-i686/PKGBUILD openal/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 28 ------------------------ extra-x86_64/PKGBUILD | 28 ------------------------ 3 files changed, 56 insertions(+), 56 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2014-06-30 18:59:09 UTC (rev 215871) +++ extra-i686/PKGBUILD 2014-06-30 19:00:16 UTC (rev 215872) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Contributor: Allan McRae <al...@archlinux.org> -# Contributor: Jason Chu <j...@xentac.net> - -pkgname=openal -pkgver=1.15.1 -pkgrel=1 -pkgdesc="A cross-platform 3D audio library" -arch=(i686 x86_64) -url="http://www.openal.org/" -license=(LGPL) -depends=(glibc) -makedepends=(alsa-lib sdl pkgconfig cmake libpulse) -source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2) -md5sums=('ea83dec3b9655a27d28e7bc7cae9cd71') - -build() { - cd $pkgname-soft-$pkgver/build - cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .. - make -} - -package() { - cd $pkgname-soft-$pkgver - make -C build DESTDIR="$pkgdir/" install - install -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt -} Copied: openal/repos/extra-i686/PKGBUILD (from rev 215871, openal/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-06-30 19:00:16 UTC (rev 215872) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> +# Contributor: Allan McRae <al...@archlinux.org> +# Contributor: Jason Chu <j...@xentac.net> + +pkgname=openal +pkgver=1.15.1 +pkgrel=2 +pkgdesc="A cross-platform 3D audio library" +arch=(i686 x86_64) +url="http://www.openal.org/" +license=(LGPL) +depends=(glibc) +makedepends=(alsa-lib sdl pkgconfig cmake libpulse) +source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2) +md5sums=('ea83dec3b9655a27d28e7bc7cae9cd71') + +build() { + cd $pkgname-soft-$pkgver/build + cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .. + make +} + +package() { + cd $pkgname-soft-$pkgver + make -C build DESTDIR="$pkgdir/" install + install -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2014-06-30 18:59:09 UTC (rev 215871) +++ extra-x86_64/PKGBUILD 2014-06-30 19:00:16 UTC (rev 215872) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Contributor: Allan McRae <al...@archlinux.org> -# Contributor: Jason Chu <j...@xentac.net> - -pkgname=openal -pkgver=1.15.1 -pkgrel=1 -pkgdesc="A cross-platform 3D audio library" -arch=(i686 x86_64) -url="http://www.openal.org/" -license=(LGPL) -depends=(glibc) -makedepends=(alsa-lib sdl pkgconfig cmake libpulse) -source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2) -md5sums=('ea83dec3b9655a27d28e7bc7cae9cd71') - -build() { - cd $pkgname-soft-$pkgver/build - cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .. - make -} - -package() { - cd $pkgname-soft-$pkgver - make -C build DESTDIR="$pkgdir/" install - install -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt -} Copied: openal/repos/extra-x86_64/PKGBUILD (from rev 215871, openal/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2014-06-30 19:00:16 UTC (rev 215872) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> +# Contributor: Allan McRae <al...@archlinux.org> +# Contributor: Jason Chu <j...@xentac.net> + +pkgname=openal +pkgver=1.15.1 +pkgrel=2 +pkgdesc="A cross-platform 3D audio library" +arch=(i686 x86_64) +url="http://www.openal.org/" +license=(LGPL) +depends=(glibc) +makedepends=(alsa-lib sdl pkgconfig cmake libpulse) +source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2) +md5sums=('ea83dec3b9655a27d28e7bc7cae9cd71') + +build() { + cd $pkgname-soft-$pkgver/build + cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .. + make +} + +package() { + cd $pkgname-soft-$pkgver + make -C build DESTDIR="$pkgdir/" install + install -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt +}