diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2012-04-02 12:49:05 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2012-04-02 12:49:26 +1000 |
commit | 31f13db3719f36ff51eab780a3da96ac4a5960c4 (patch) | |
tree | 0cea3c20d73025f6ae32b6b7e0dd29a5825dd388 /openal | |
parent | 2784db2b94c56be59eba7fc53d82a311e0ce1df0 (diff) | |
download | opt-31f13db3719f36ff51eab780a3da96ac4a5960c4.tar.gz opt-31f13db3719f36ff51eab780a3da96ac4a5960c4.tar.xz |
openal: 1.13 -> 1.14
Diffstat (limited to 'openal')
-rw-r--r-- | openal/.footprint | 6 | ||||
-rw-r--r-- | openal/.md5sum | 2 | ||||
-rw-r--r-- | openal/Pkgfile | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/openal/.footprint b/openal/.footprint index 40bb2ac48..27f5a983f 100644 --- a/openal/.footprint +++ b/openal/.footprint @@ -1,5 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/makehrtf -rwxr-xr-x root/root usr/bin/openal-info drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/AL/ @@ -7,10 +8,11 @@ drwxr-xr-x root/root usr/include/AL/ -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-creative.h +-rw-r--r-- root/root usr/include/AL/efx-presets.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.13.0 --rwxr-xr-x root/root usr/lib/libopenal.so.1.13.0 +lrwxrwxrwx root/root usr/lib/libopenal.so.1 -> libopenal.so.1.14.0 +-rwxr-xr-x root/root usr/lib/libopenal.so.1.14.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/openal.pc diff --git a/openal/.md5sum b/openal/.md5sum index 83c7a7ee6..09b352114 100644 --- a/openal/.md5sum +++ b/openal/.md5sum @@ -1 +1 @@ -58b7d2809790c70681b825644c5f3614 openal-soft-1.13.tar.bz2 +3d8b86c21a2f87a2a5e60f78f3b3f03d openal-soft-1.14.tar.bz2 diff --git a/openal/Pkgfile b/openal/Pkgfile index 3aee103c4..0498fe949 100644 --- a/openal/Pkgfile +++ b/openal/Pkgfile @@ -5,7 +5,7 @@ # Depends on: alsa-lib cmake name=openal -version=1.13 +version=1.14 release=1 source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$version.tar.bz2) |