From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- sdl_sound/.footprint.i686 | 13 +++++++++++++ sdl_sound/.footprint.x86_64 | 13 +++++++++++++ sdl_sound/.md5sum.i686 | 2 ++ sdl_sound/.md5sum.x86_64 | 2 ++ sdl_sound/Pkgfile | 25 +++++++++++++++++++++++++ 5 files changed, 55 insertions(+) create mode 100644 sdl_sound/.footprint.i686 create mode 100644 sdl_sound/.footprint.x86_64 create mode 100644 sdl_sound/.md5sum.i686 create mode 100644 sdl_sound/.md5sum.x86_64 create mode 100644 sdl_sound/Pkgfile (limited to 'sdl_sound') 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 + +} + -- cgit v1.2.3-54-g00ecf