From 2723d35575adc0b81d3e486505b69605b6d42ed7 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 27 Feb 2010 15:46:37 +0100 Subject: openal dans test --- test/openal/.footprint | 12 ++++++++++++ test/openal/.md5sum | 1 + test/openal/Pkgfile | 25 +++++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 test/openal/.footprint create mode 100644 test/openal/.md5sum create mode 100644 test/openal/Pkgfile (limited to 'test/openal') diff --git a/test/openal/.footprint b/test/openal/.footprint new file mode 100644 index 000000000..b17fa0900 --- /dev/null +++ b/test/openal/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +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 +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.10.622 +-rwxr-xr-x root/root usr/lib/libopenal.so.1.10.622 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/openal.pc diff --git a/test/openal/.md5sum b/test/openal/.md5sum new file mode 100644 index 000000000..9f4dfe1d9 --- /dev/null +++ b/test/openal/.md5sum @@ -0,0 +1 @@ +d6324d0e7a4fd799e48e720c023fe1c0 openal-soft-1.10.622.bz2 diff --git a/test/openal/Pkgfile b/test/openal/Pkgfile new file mode 100644 index 000000000..320c165d8 --- /dev/null +++ b/test/openal/Pkgfile @@ -0,0 +1,25 @@ +# Description: Cross-platform 3D audio. +# URL: http://connect.creativelabs.com/openal +# 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.10.622 +release=1 +source=(http://connect.creativelabs.com/openal/Downloads/openal-soft-$version.bz2) + +build() { + tar -xjf openal-soft-$version.bz2 + cd openal-soft-$version/build + + cmake ../ \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DOSS=OFF \ + -DEXAMPLES=OFF \ + -DCMAKE_BUILD_TYPE=Release #-DCMAKE_VERBOSE_MAKEFILE=true + + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-70-g09d2