openal: 1.7.411 -> 1.12.854

This commit is contained in:
Danny Rawlins 2010-07-29 23:09:51 +10:00
parent 3da7b0cd49
commit 81b1dfd917
3 changed files with 8 additions and 10 deletions

View File

@ -4,9 +4,10 @@ drwxr-xr-x root/root usr/include/AL/
-rw-r--r-- root/root usr/include/AL/al.h
-rw-r--r-- root/root usr/include/AL/alc.h
-rw-r--r-- root/root usr/include/AL/alext.h
-rw-r--r-- root/root usr/include/AL/efx.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libopenal.so -> libopenal.so.1
lrwxrwxrwx root/root usr/lib/libopenal.so.1 -> libopenal.so.1.7.411
-rwxr-xr-x root/root usr/lib/libopenal.so.1.7.411
lrwxrwxrwx root/root usr/lib/libopenal.so.1 -> libopenal.so.1.12.854
-rwxr-xr-x root/root usr/lib/libopenal.so.1.12.854
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/openal.pc

View File

@ -1 +1 @@
e8a14e6e0591b943c078c0616da0d413 openal-soft-1.7.411.tar.bz2
fbf36451fdebd6466edbdc0ee7db9603 openal-soft-1.12.854.tar.bz2

View File

@ -1,19 +1,16 @@
# Description: Cross-platform 3D audio.
# URL: http://connect.creativelabs.com/openal
# URL: http://kcat.strangesoft.net/openal.html
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Matt Housh, jaeger at crux dot nu
# Depends on: alsa-lib cmake
name=openal
version=1.7.411
version=1.12.854
release=1
source=(http://dcaf-security.org/distfiles/openal-soft-$version.tar.bz2)
#source=(http://connect.creativelabs.com/openal/Downloads/openal-soft-$version.tar.bz2)
source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$version.tar.bz2)
build() {
cd openal-soft-$version
mkdir build
cd build
cd openal-soft-$version/build
cmake ../ \
-DCMAKE_INSTALL_PREFIX=/usr \