diff --git a/sdl_mixer/.footprint b/sdl_mixer/.footprint index e541251ab..aabb39ca2 100644 --- a/sdl_mixer/.footprint +++ b/sdl_mixer/.footprint @@ -3,10 +3,10 @@ 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.12.0 --rwxr-xr-x root/root usr/lib/libSDL_mixer-1.2.so.0.12.0 +lrwxrwxrwx root/root usr/lib/libSDL_mixer-1.2.so.0 -> libSDL_mixer-1.2.so.0.12.1 +-rwxr-xr-x root/root usr/lib/libSDL_mixer-1.2.so.0.12.1 -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.12.0 +lrwxrwxrwx root/root usr/lib/libSDL_mixer.so -> libSDL_mixer-1.2.so.0.12.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/SDL_mixer.pc diff --git a/sdl_mixer/.signature b/sdl_mixer/.signature index 4bb156bdb..fb0ba8f3c 100644 --- a/sdl_mixer/.signature +++ b/sdl_mixer/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39Zdzh4qRCozBCG326KZBu2EavLEKPAkgMLF4xnuogLP7NC+pCSoQZt++x3pAU5v1y/Ji/zszMH7eidLD8dxhQ4= -SHA256 (Pkgfile) = f8022903a19093274cb25b4f12c050fcb0042d8e34dd0136d86bbd05b0c4c279 -SHA256 (.footprint) = c1593123daee91b932d5cadbcb15f7b53bcaedc287ef5db045428d2c582d9176 -SHA256 (SDL_mixer-1.2.12.tar.gz) = 1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a +RWSagIOpLGJF3y5kAhaatUBVS0w6g8owpGlOQWvzkMRza+y/qgxqqyEMe+DXEA0mB1JyWqysyRw/qayCOv3jg5KqR8Hkv/b0jgk= +SHA256 (Pkgfile) = 4cd2523a4159dc77f6821bd6dca5667d2b6d354cdb49d4aa48df5d287c430f02 +SHA256 (.footprint) = dc0f8ec2e7c1be40787fe6585442e58faa936dc5e58160a0bd8f7c56fd654e10 +SHA256 (sdl_mixer-1.2.13.tar.gz) = 259653627ca978109cb3acad146fdd42cd91d5391bfd35f6523ece998bc1d688 diff --git a/sdl_mixer/Pkgfile b/sdl_mixer/Pkgfile index 60556fc0a..60c1bdf67 100644 --- a/sdl_mixer/Pkgfile +++ b/sdl_mixer/Pkgfile @@ -1,17 +1,18 @@ # Description: A sample multi-channel audio mixer library. -# URL: http://www.libsdl.org/projects/SDL_mixer/ +# URL: https://www.github.com/libsdl-org/SDL_mixer # Maintainer: John McQuah, jmcquah at disroot dot org # Depends on: libvorbis smpeg libmikmod flac name=sdl_mixer -version=1.2.12 +version=1.2.13 +_commit=b33c434caa458a767f374a121a17ca1bd9229c79 release=1 -source=(https://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$version.tar.gz) +source=(https://www.github.com/libsdl-org/SDL_mixer/archive/$_commit/$name-$version.tar.gz) build() { - cd SDL_mixer-$version - sed -i -e 's|/usr/local/lib/timidity|/usr/share/timidity|g' timidity/config.h - CONFIG_SHELL=/bin/bash ./configure --prefix=/usr - make - make DESTDIR=$PKG install + cd SDL_mixer-$_commit + sed -i -e 's|/usr/local/lib/timidity|/usr/share/timidity|g' timidity/config.h + CONFIG_SHELL=/bin/bash ./configure --prefix=/usr + make + make DESTDIR=$PKG install }