[Lunar-commits] <moonbase> openal-emu10kx: an openal library hw accelerated on Live!/Audigy
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Mon Nov 10 06:19:48 CET 2008
commit 85ad0e48f35ccd3fa0faaf10d4d1dfa16566242f
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Mon Nov 10 06:19:48 2008 +0100
openal-emu10kx: an openal library hw accelerated on Live!/Audigy
---
audio/openal-emu10kx/BUILD | 13 +++++++++++++
audio/openal-emu10kx/CONFLICTS | 1 +
audio/openal-emu10kx/DEPENDS | 1 +
audio/openal-emu10kx/DETAILS | 18 ++++++++++++++++++
4 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/audio/openal-emu10kx/BUILD b/audio/openal-emu10kx/BUILD
new file mode 100644
index 0000000..798c289
--- /dev/null
+++ b/audio/openal-emu10kx/BUILD
@@ -0,0 +1,13 @@
+(
+
+ cd src &&
+ sedit "s/-O2 -W -Wall -Wmissing-prototypes -Werror/$CFLAGS/" Makefile &&
+ make &&
+ prepare_install &&
+ cp libopenal.so* /usr/lib &&
+ cd .. &&
+ cp -r include /usr &&
+ mkdir -p /usr/share/openal-emukx &&
+ cp -r etc /usr/share/openal-emukx
+
+) > $C_FIFO 2>&1
diff --git a/audio/openal-emu10kx/CONFLICTS b/audio/openal-emu10kx/CONFLICTS
new file mode 100644
index 0000000..8269752
--- /dev/null
+++ b/audio/openal-emu10kx/CONFLICTS
@@ -0,0 +1 @@
+conflicts openal
diff --git a/audio/openal-emu10kx/DEPENDS b/audio/openal-emu10kx/DEPENDS
new file mode 100644
index 0000000..25c5ef7
--- /dev/null
+++ b/audio/openal-emu10kx/DEPENDS
@@ -0,0 +1 @@
+depends cmake
diff --git a/audio/openal-emu10kx/DETAILS b/audio/openal-emu10kx/DETAILS
new file mode 100644
index 0000000..8a0ae87
--- /dev/null
+++ b/audio/openal-emu10kx/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=openal-emu10kx
+ VERSION=1.2
+ SOURCE=openal-alsa-emu10k1-$VERSION.tar.gz
+ SOURCE_URL=http://www.lost.org.uk/
+ SOURCE_VFY=sha1:30cb0dcd51e79425ec6045c269cb1a1593334782
+ WEB_SITE=http://www.lost.org.uk/openal.html
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/openal-alsa-emu10k1-$VERSION
+ ENTERED=20081110
+ UPDATED=20081110
+ SHORT="hw accelerated 3D Audio Library for Live/Audigy"
+cat << EOF
+This is release OpenAL library which is hardware accelerated on
+genuine Creative Sound Blaster Live!/Audigy sound cards.
+This means this library will not work on any other sound cards
+than mentioned. Beware of 'fake' Audigy/Live! sound cards that do not
+have EMU10K chip - they will not work however they are branded as Live!/Audigy.
+Examples of such 'fake' cards are Live! 24bit and Audigy SE.
+EOF
More information about the Lunar-commits
mailing list