diff --git a/sdl2_mixer/.footprint b/sdl2_mixer/.footprint index 5baa6ba99..cee0529ff 100644 --- a/sdl2_mixer/.footprint +++ b/sdl2_mixer/.footprint @@ -5,6 +5,7 @@ drwxr-xr-x root/root usr/include/SDL2/ drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libSDL2_mixer-2.0.so.0 -> libSDL2_mixer-2.0.so.0.2.2 -rwxr-xr-x root/root usr/lib/libSDL2_mixer-2.0.so.0.2.2 +-rw-r--r-- root/root usr/lib/libSDL2_mixer.a -rwxr-xr-x root/root usr/lib/libSDL2_mixer.la lrwxrwxrwx root/root usr/lib/libSDL2_mixer.so -> libSDL2_mixer-2.0.so.0.2.2 drwxr-xr-x root/root usr/lib/pkgconfig/ diff --git a/sdl2_mixer/.signature b/sdl2_mixer/.signature index d806db750..b6131f84b 100644 --- a/sdl2_mixer/.signature +++ b/sdl2_mixer/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF342yvKtXbLzFTvBua09/rQCW+YnZzDwyuwPsiPSgYa+KXQ2XoTRQ2sxJz2grtf7/RE9i0ntjKWyRuu5XPzsPRgg= -SHA256 (Pkgfile) = d12ae3309c5136ba0779da8546d91e2bec05e868cca289bfa20cc1076b1f87d8 -SHA256 (.footprint) = 14206fdd386fa67eeddeab43cc417607792eeeb3a9d3b13b5df2819fa3892aed +RWSagIOpLGJF36PIbP2cNrDuZ/CpLHqaSBz4vi1KTZz6GRf/2VmC5GpmXlABi407ynB6OaYXZezT2k+B4KFB1ssV1CrpToPnsgA= +SHA256 (Pkgfile) = f4b3c7866a28a12d62c1d53495c2fb1d9879326be0d4d9b368407635efc69d9a +SHA256 (.footprint) = c35ac99b9d364b5d45eff48165ff47d34c35eea09aa4350a322cae07c040be95 SHA256 (SDL2_mixer-2.0.4.tar.gz) = b4cf5a382c061cd75081cf246c2aa2f9df8db04bdda8dcdc6b6cca55bede2419 diff --git a/sdl2_mixer/Pkgfile b/sdl2_mixer/Pkgfile index aea0371b7..6bdf2370e 100644 --- a/sdl2_mixer/Pkgfile +++ b/sdl2_mixer/Pkgfile @@ -1,18 +1,22 @@ # Description: A sample multi-channel audio mixer library. # URL: http://www.libsdl.org/projects/SDL_mixer/ -# Maintainer: unmaintained +# Maintainer: Danny Rawlins, crux at romster dot me # Depends on: libvorbis libmodplug flac libsdl2 mpg123 name=sdl2_mixer version=2.0.4 -release=2 -source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$version.tar.gz) +release=3 +source=(https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$version.tar.gz) build() { - cd SDL2_mixer-$version - CONFIG_SHELL=/bin/bash ./configure \ - --prefix=/usr \ - --disable-static - make - make DESTDIR=$PKG install + cd SDL2_mixer-$version + + sed -i "s|/etc/timidity|/etc/timidity++|g" timidity/options.h + sed -i "s|/etc/timidity++.cfg|/etc/timidity++/timidity.cfg|g" timidity/options.h + + CONFIG_SHELL=/bin/bash ./configure \ + --prefix=/usr + + make + make DESTDIR=$PKG install }