From 14d996385dcb02a56011eeaeba7fc8947902cad6 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 29 Nov 2015 16:52:29 +0000 Subject: [PATCH] extra/openal to 1.17.0-2 --- extra/openal/PKGBUILD | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/extra/openal/PKGBUILD b/extra/openal/PKGBUILD index c41d84000..9f2da8461 100644 --- a/extra/openal/PKGBUILD +++ b/extra/openal/PKGBUILD @@ -10,31 +10,33 @@ pkgbase=openal pkgname=(openal openal-examples) pkgver=1.17.0 -pkgrel=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 pkgconfig cmake libpulse qt4 fluidsynth portaudio jack sdl2 sdl_sound ffmpeg) -source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2 - no-fpuextended.patch - openal-soft-arm_neon-only-for-32bit.patch) -md5sums=('0b7d1e79fd57e6c9827a3bbdc97f19b6' - 'de9569536f9f1c2b7b0e90d381c631de' - '5ca12576453226897c4d8821039a7f3e') +makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio jack sdl2 sdl_sound ffmpeg + git) +_commit=63567526b0a17449baf57053d11688aa277a7e40 +source=("git+https://github.com/kcat/openal-soft#commit=$_commit" + 'no-fpuextended.patch' + 'openal-soft-arm_neon-only-for-32bit.patch') +sha256sums=('SKIP' + '960e346be09cf2ce658f3e4ac47581609cc7df42b0b0a7a1a41a0f8ac5d17b6f' + '419ec5b76ab5013bb0004c785497766364ec7ea60b3b6badf11284147dfddb19') prepare() { mkdir build examples - cd "${srcdir}/$pkgname-soft-$pkgver" + cd "${srcdir}/$pkgname-soft" patch -p1 -i "${srcdir}"/no-fpuextended.patch patch -p1 -i "${srcdir}"/openal-soft-arm_neon-only-for-32bit.patch } build() { cd build - cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ../$pkgbase-soft-$pkgver + cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ../$pkgbase-soft make } @@ -43,7 +45,7 @@ package_openal() { 'fluidsynth: MIDI rendering') make -C build DESTDIR="$pkgdir/" install - install -m644 $pkgbase-soft-$pkgver/{env-vars,hrtf}.txt "$pkgdir/usr/share/openal/" + install -m644 $pkgbase-soft/{env-vars,hrtf}.txt "$pkgdir/usr/share/openal/" ### Split openal-examples mv "$pkgdir"/usr/bin/al{ffplay,latency,loopback,reverb,stream} examples/