summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2010-07-29 23:09:51 +1000
committerBartlomiej Palmowski <rotwang@crux.org.pl>2010-09-13 18:41:39 +0200
commitaf71d5a00dda4b77e6e10d9ffcd502b73cd51750 (patch)
treef9f0d91db2f0f7bcc54abed4e13d7831bf8484ad
parente09dd10f85b575eb7bac709d3186a25718031882 (diff)
downloadcontrib-af71d5a00dda4b77e6e10d9ffcd502b73cd51750.tar.gz
contrib-af71d5a00dda4b77e6e10d9ffcd502b73cd51750.tar.xz
openal: 1.7.411 -> 1.12.854
-rw-r--r--openal/.footprint5
-rw-r--r--openal/.md5sum2
-rw-r--r--openal/Pkgfile11
3 files changed, 8 insertions, 10 deletions
diff --git a/openal/.footprint b/openal/.footprint
index 9980efd6c..4fe38f7e5 100644
--- a/openal/.footprint
+++ b/openal/.footprint
@@ -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
diff --git a/openal/.md5sum b/openal/.md5sum
index 41ef13f89..bb6258bcc 100644
--- a/openal/.md5sum
+++ b/openal/.md5sum
@@ -1 +1 @@
-e8a14e6e0591b943c078c0616da0d413 openal-soft-1.7.411.tar.bz2
+fbf36451fdebd6466edbdc0ee7db9603 openal-soft-1.12.854.tar.bz2
diff --git a/openal/Pkgfile b/openal/Pkgfile
index 1cb0fd9ae..4c415fa6f 100644
--- a/openal/Pkgfile
+++ b/openal/Pkgfile
@@ -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 \

Generated by cgit