ports/opt (master): sdl_mixer: updated to 1.2.7
commit da788d3719088de077c9610762683fc5df1d495f Author: Simone Rota <sip@crux.nu> Date: Sat Oct 14 20:19:49 2006 +0000 sdl_mixer: updated to 1.2.7 diff --git a/sdl_mixer/.footprint b/sdl_mixer/.footprint index 680e035..d1ebb3f 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 e6f2984..0760ec7 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 2a8f55a..5933e6f 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 }
participants (1)
-
crux@crux.nu