diff options
author | Tim Biermann <tbier@posteo.de> | 2022-07-10 12:08:23 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-07-10 12:08:23 +0200 |
commit | ca1e52074ecc0e31ee9c175cab14f57f719fd7cf (patch) | |
tree | 33c8165fbe1646e61809798e8d2b73307002c3a2 /sdl2_mixer | |
parent | 938bf4feebb610a06da82a4949ca4756cfe94cba (diff) | |
download | contrib-ca1e52074ecc0e31ee9c175cab14f57f719fd7cf.tar.gz contrib-ca1e52074ecc0e31ee9c175cab14f57f719fd7cf.tar.xz |
sdl2_mixer: 2.0.4 -> 2.6.0
Diffstat (limited to 'sdl2_mixer')
-rw-r--r-- | sdl2_mixer/.footprint | 10 | ||||
-rw-r--r-- | sdl2_mixer/.signature | 8 | ||||
-rw-r--r-- | sdl2_mixer/Pkgfile | 11 |
3 files changed, 15 insertions, 14 deletions
diff --git a/sdl2_mixer/.footprint b/sdl2_mixer/.footprint index cee0529ff..9ff812010 100644 --- a/sdl2_mixer/.footprint +++ b/sdl2_mixer/.footprint @@ -3,10 +3,14 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/SDL2/ -rw-r--r-- root/root usr/include/SDL2/SDL_mixer.h 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 +drwxr-xr-x root/root usr/lib/cmake/ +drwxr-xr-x root/root usr/lib/cmake/SDL2_mixer/ +-rw-r--r-- root/root usr/lib/cmake/SDL2_mixer/sdl2_mixer-config-version.cmake +-rw-r--r-- root/root usr/lib/cmake/SDL2_mixer/sdl2_mixer-config.cmake +lrwxrwxrwx root/root usr/lib/libSDL2_mixer-2.0.so.0 -> libSDL2_mixer-2.0.so.0.600.0 +-rwxr-xr-x root/root usr/lib/libSDL2_mixer-2.0.so.0.600.0 -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 +lrwxrwxrwx root/root usr/lib/libSDL2_mixer.so -> libSDL2_mixer-2.0.so.0.600.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/SDL2_mixer.pc diff --git a/sdl2_mixer/.signature b/sdl2_mixer/.signature index b6131f84b..b9875578f 100644 --- a/sdl2_mixer/.signature +++ b/sdl2_mixer/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36PIbP2cNrDuZ/CpLHqaSBz4vi1KTZz6GRf/2VmC5GpmXlABi407ynB6OaYXZezT2k+B4KFB1ssV1CrpToPnsgA= -SHA256 (Pkgfile) = f4b3c7866a28a12d62c1d53495c2fb1d9879326be0d4d9b368407635efc69d9a -SHA256 (.footprint) = c35ac99b9d364b5d45eff48165ff47d34c35eea09aa4350a322cae07c040be95 -SHA256 (SDL2_mixer-2.0.4.tar.gz) = b4cf5a382c061cd75081cf246c2aa2f9df8db04bdda8dcdc6b6cca55bede2419 +RWSagIOpLGJF3wPvFaZm+TXqEAkgr0nthMop1Fg8eWG6UvLpelUVBCNKkNpNOXEg7+7IoHl/K4Ocim+nU+BuXVCYs2xVmKDAgg8= +SHA256 (Pkgfile) = 401b1bba36f3b54f0786c72120bf0c1270e75f87e25d999bd82636fb7410210a +SHA256 (.footprint) = 8e7201e67d4674695c0c543c8fed93fff70b3be1787f9ddfb5ad377bb9ae4d40 +SHA256 (SDL2_mixer-2.6.0.tar.gz) = f94a4d3e878cb191c386a714be561838240012250fe17d496f4ff4341d59a391 diff --git a/sdl2_mixer/Pkgfile b/sdl2_mixer/Pkgfile index 6bdf2370e..282a9a792 100644 --- a/sdl2_mixer/Pkgfile +++ b/sdl2_mixer/Pkgfile @@ -1,19 +1,16 @@ # Description: A sample multi-channel audio mixer library. -# URL: http://www.libsdl.org/projects/SDL_mixer/ +# URL: https://github.com/libsdl-org/SDL_mixer # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: libvorbis libmodplug flac libsdl2 mpg123 name=sdl2_mixer -version=2.0.4 -release=3 -source=(https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$version.tar.gz) +version=2.6.0 +release=1 +source=(https://github.com/libsdl-org/SDL_mixer/releases/download/release-$version/SDL2_mixer-$version.tar.gz) build() { 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 |