extra/openal to 1.17.2-2

This commit is contained in:
Kevin Mihelich 2016-02-27 16:02:12 +00:00
parent 88809b2f1c
commit e638bf9e05

View file

@ -10,15 +10,15 @@
pkgbase=openal
pkgname=(openal openal-examples)
pkgver=1.17.2
pkgrel=1
pkgdesc="A cross-platform 3D audio library"
pkgrel=2
pkgdesc="Cross-platform 3D audio library, software implementation"
arch=(i686 x86_64)
url="http://www.openal.org/"
url="https://github.com/kcat/openal-soft"
license=(LGPL)
depends=(glibc)
makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio jack sdl2 sdl_sound ffmpeg
git)
source=("git+https://github.com/kcat/openal-soft#tag=openal-soft-$pkgver"
source=("git+$url#tag=openal-soft-$pkgver"
'no-fpuextended.patch'
'openal-soft-arm_neon-only-for-32bit.patch')
sha256sums=('SKIP'
@ -27,8 +27,9 @@ sha256sums=('SKIP'
prepare() {
mkdir build examples
cd $pkgbase-soft
sed -i 's/PIX_FMT_YUV420P/AV_&/g' examples/alffplay.c
cd "${srcdir}/$pkgname-soft"
patch -p1 -i "${srcdir}"/no-fpuextended.patch
patch -p1 -i "${srcdir}"/openal-soft-arm_neon-only-for-32bit.patch
}