mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/openal to 1.16.0-1
This commit is contained in:
parent
9eb1c0dd75
commit
28c04ab94f
1 changed files with 7 additions and 5 deletions
|
@ -7,18 +7,20 @@
|
|||
# - fix for unimplemented _FPU_EXTENDED
|
||||
|
||||
pkgname=openal
|
||||
pkgver=1.15.1
|
||||
pkgrel=2
|
||||
pkgver=1.16.0
|
||||
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)
|
||||
makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio)
|
||||
optdepends=('qt4: alsoft-config GUI Configurator'
|
||||
'fluidsynth: MIDI rendering')
|
||||
options=('!libtool')
|
||||
source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2
|
||||
no-fpuextended.patch)
|
||||
md5sums=('ea83dec3b9655a27d28e7bc7cae9cd71'
|
||||
md5sums=('14db4b0d12f07252070b4fe5eb5911f6'
|
||||
'de9569536f9f1c2b7b0e90d381c631de')
|
||||
|
||||
build() {
|
||||
|
@ -32,5 +34,5 @@ build() {
|
|||
package() {
|
||||
cd $pkgname-soft-$pkgver
|
||||
make -C build DESTDIR="$pkgdir/" install
|
||||
install -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt
|
||||
install -m644 -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue