sdl_sound: imported from romster and updated by nogagplz emulators

This commit is contained in:
Danny Rawlins 2013-02-01 20:58:51 +11:00
parent 3015b212ae
commit fefb025aac
3 changed files with 31 additions and 0 deletions

13
sdl_sound/.footprint Normal file
View File

@ -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

1
sdl_sound/.md5sum Normal file
View File

@ -0,0 +1 @@
aa09cd52df85d29bee87a664424c94b5 SDL_sound-1.0.3.tar.gz

17
sdl_sound/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: A library for decoding various sound formats.
# URL: http://icculus.org/SDL_sound/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Aaron Marks, nymacro at gmail dot com
# Depends on: flac libmikmod libmodplug libvorbis physfs smpeg speex
name=sdl_sound
version=1.0.3
release=1
source=(http://icculus.org/SDL_sound/downloads/SDL_sound-$version.tar.gz)
build() {
cd SDL_sound-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}