summaryrefslogtreecommitdiffstats
path: root/sdl_sound
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /sdl_sound
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'sdl_sound')
-rw-r--r--sdl_sound/.footprint.i68613
-rw-r--r--sdl_sound/.footprint.x86_6413
-rw-r--r--sdl_sound/.md5sum.i6862
-rw-r--r--sdl_sound/.md5sum.x86_642
-rw-r--r--sdl_sound/Pkgfile25
5 files changed, 55 insertions, 0 deletions
diff --git a/sdl_sound/.footprint.i686 b/sdl_sound/.footprint.i686
new file mode 100644
index 000000000..0c3c67e7a
--- /dev/null
+++ b/sdl_sound/.footprint.i686
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/playsound
+-rwxr-xr-x root/root usr/bin/playsound_simple
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/SDL/
+-rw-r--r-- root/root usr/include/SDL/SDL_sound.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libSDL_sound-1.0.so.1 -> libSDL_sound-1.0.so.1.0.2
+-rwxr-xr-x root/root usr/lib/libSDL_sound-1.0.so.1.0.2
+-rw-r--r-- root/root usr/lib/libSDL_sound.a
+-rwxr-xr-x root/root usr/lib/libSDL_sound.la
+lrwxrwxrwx root/root usr/lib/libSDL_sound.so -> libSDL_sound-1.0.so.1.0.2
diff --git a/sdl_sound/.footprint.x86_64 b/sdl_sound/.footprint.x86_64
new file mode 100644
index 000000000..0c3c67e7a
--- /dev/null
+++ b/sdl_sound/.footprint.x86_64
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/playsound
+-rwxr-xr-x root/root usr/bin/playsound_simple
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/SDL/
+-rw-r--r-- root/root usr/include/SDL/SDL_sound.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libSDL_sound-1.0.so.1 -> libSDL_sound-1.0.so.1.0.2
+-rwxr-xr-x root/root usr/lib/libSDL_sound-1.0.so.1.0.2
+-rw-r--r-- root/root usr/lib/libSDL_sound.a
+-rwxr-xr-x root/root usr/lib/libSDL_sound.la
+lrwxrwxrwx root/root usr/lib/libSDL_sound.so -> libSDL_sound-1.0.so.1.0.2
diff --git a/sdl_sound/.md5sum.i686 b/sdl_sound/.md5sum.i686
new file mode 100644
index 000000000..d957fd986
--- /dev/null
+++ b/sdl_sound/.md5sum.i686
@@ -0,0 +1,2 @@
+aa09cd52df85d29bee87a664424c94b5 SDL_sound-1.0.3.tar.gz
+b8aa5b78ba39be43dae5b870adf98eba flac.patch
diff --git a/sdl_sound/.md5sum.x86_64 b/sdl_sound/.md5sum.x86_64
new file mode 100644
index 000000000..d957fd986
--- /dev/null
+++ b/sdl_sound/.md5sum.x86_64
@@ -0,0 +1,2 @@
+aa09cd52df85d29bee87a664424c94b5 SDL_sound-1.0.3.tar.gz
+b8aa5b78ba39be43dae5b870adf98eba flac.patch
diff --git a/sdl_sound/Pkgfile b/sdl_sound/Pkgfile
new file mode 100644
index 000000000..9711b864f
--- /dev/null
+++ b/sdl_sound/Pkgfile
@@ -0,0 +1,25 @@
+# Description: librairie pour décoder les plus populaires fichiers au format .WAV et .MP3
+# URL:http://icculus.org/SDL_sound/
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on: sdl, libmikmod, libvorbis, flac, speex, smpeg
+# Run on: sdl,libmikmod,libvorbis,flac,speex,smpeg
+
+name=sdl_sound
+version=1.0.3
+release=1
+source=(http://icculus.org/SDL_sound/downloads/SDL_sound-$version.tar.gz
+ http://nutyx.meticul.eu/files/patchs/$name/flac.patch)
+
+build() {
+ cd $SRC/SDL_sound-$version
+
+ CFLAGS="$CFLAGS -I/usr/include/smpeg" \
+ CXXFLAGS="$CXXFLAGS -I/usr/include/smpeg" \
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+}
+