summaryrefslogtreecommitdiffstats
path: root/extra/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 /extra/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 'extra/sdl_sound')
-rw-r--r--extra/sdl_sound/.footprint.i68613
-rw-r--r--extra/sdl_sound/.footprint.x86_6413
-rw-r--r--extra/sdl_sound/.md5sum.i6862
-rw-r--r--extra/sdl_sound/.md5sum.x86_642
-rw-r--r--extra/sdl_sound/Pkgfile25
5 files changed, 0 insertions, 55 deletions
diff --git a/extra/sdl_sound/.footprint.i686 b/extra/sdl_sound/.footprint.i686
deleted file mode 100644
index 0c3c67e7a..000000000
--- a/extra/sdl_sound/.footprint.i686
+++ /dev/null
@@ -1,13 +0,0 @@
-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/extra/sdl_sound/.footprint.x86_64 b/extra/sdl_sound/.footprint.x86_64
deleted file mode 100644
index 0c3c67e7a..000000000
--- a/extra/sdl_sound/.footprint.x86_64
+++ /dev/null
@@ -1,13 +0,0 @@
-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/extra/sdl_sound/.md5sum.i686 b/extra/sdl_sound/.md5sum.i686
deleted file mode 100644
index d957fd986..000000000
--- a/extra/sdl_sound/.md5sum.i686
+++ /dev/null
@@ -1,2 +0,0 @@
-aa09cd52df85d29bee87a664424c94b5 SDL_sound-1.0.3.tar.gz
-b8aa5b78ba39be43dae5b870adf98eba flac.patch
diff --git a/extra/sdl_sound/.md5sum.x86_64 b/extra/sdl_sound/.md5sum.x86_64
deleted file mode 100644
index d957fd986..000000000
--- a/extra/sdl_sound/.md5sum.x86_64
+++ /dev/null
@@ -1,2 +0,0 @@
-aa09cd52df85d29bee87a664424c94b5 SDL_sound-1.0.3.tar.gz
-b8aa5b78ba39be43dae5b870adf98eba flac.patch
diff --git a/extra/sdl_sound/Pkgfile b/extra/sdl_sound/Pkgfile
deleted file mode 100644
index 9711b864f..000000000
--- a/extra/sdl_sound/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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
-
-}
-