diff options
author | Simone Rota <sip@crux.nu> | 2006-10-14 20:19:49 +0000 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2006-10-14 20:19:49 +0000 |
commit | da788d3719088de077c9610762683fc5df1d495f (patch) | |
tree | e09dabf4ce0229752b772fafd31657904209daaa /sdl_mixer | |
parent | 8320185eba4ec243fc8f3cf7ca1abee4b99252ff (diff) | |
download | opt-da788d3719088de077c9610762683fc5df1d495f.tar.gz opt-da788d3719088de077c9610762683fc5df1d495f.tar.xz |
sdl_mixer: updated to 1.2.7
Diffstat (limited to 'sdl_mixer')
-rw-r--r-- | sdl_mixer/.footprint | 6 | ||||
-rw-r--r-- | sdl_mixer/.md5sum | 2 | ||||
-rw-r--r-- | sdl_mixer/Pkgfile | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sdl_mixer/.footprint b/sdl_mixer/.footprint index 680e03574..d1ebb3f36 100644 --- a/sdl_mixer/.footprint +++ b/sdl_mixer/.footprint @@ -3,8 +3,8 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/SDL/ -rw-r--r-- root/root usr/include/SDL/SDL_mixer.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libSDL_mixer-1.2.so.0 -> libSDL_mixer-1.2.so.0.2.4 --rwxr-xr-x root/root usr/lib/libSDL_mixer-1.2.so.0.2.4 +lrwxrwxrwx root/root usr/lib/libSDL_mixer-1.2.so.0 -> libSDL_mixer-1.2.so.0.2.5 +-rwxr-xr-x root/root usr/lib/libSDL_mixer-1.2.so.0.2.5 -rw-r--r-- root/root usr/lib/libSDL_mixer.a -rwxr-xr-x root/root usr/lib/libSDL_mixer.la -lrwxrwxrwx root/root usr/lib/libSDL_mixer.so -> libSDL_mixer-1.2.so.0.2.4 +lrwxrwxrwx root/root usr/lib/libSDL_mixer.so -> libSDL_mixer-1.2.so.0.2.5 diff --git a/sdl_mixer/.md5sum b/sdl_mixer/.md5sum index e6f2984ec..0760ec785 100644 --- a/sdl_mixer/.md5sum +++ b/sdl_mixer/.md5sum @@ -1 +1 @@ -2b8beffad9179d80e598c22c80efb135 SDL_mixer-1.2.6.tar.gz +7959b89c8f8f1564ca90968f6c88fa1e SDL_mixer-1.2.7.tar.gz diff --git a/sdl_mixer/Pkgfile b/sdl_mixer/Pkgfile index 2a8f55aa2..5933e6f1a 100644 --- a/sdl_mixer/Pkgfile +++ b/sdl_mixer/Pkgfile @@ -1,16 +1,16 @@ # Description: A sample multi-channel audio mixer library. # URL: http://www.libsdl.org/projects/SDL_mixer/ # Maintainer: Simone Rota, sip at crux dot nu -# Depends on: libvorbis, libmikmod, smpeg +# Depends on: libvorbis, smpeg name=sdl_mixer -version=1.2.6 +version=1.2.7 release=1 source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$version.tar.gz) build() { cd SDL_mixer-$version - ./configure --prefix=/usr + ./configure --prefix=/usr make make DESTDIR=$PKG install } |