libsdl2-32: 2.24.2 -> 2.26.0
This commit is contained in:
parent
5931a79d05
commit
9df4e71c76
@ -13,8 +13,8 @@ drwxr-xr-x root/root usr/lib32/cmake/SDL2/
|
||||
-rw-r--r-- root/root usr/lib32/cmake/SDL2/SDL2testTargets-release.cmake
|
||||
-rw-r--r-- root/root usr/lib32/cmake/SDL2/SDL2testTargets.cmake
|
||||
lrwxrwxrwx root/root usr/lib32/libSDL2-2.0.so -> libSDL2-2.0.so.0
|
||||
lrwxrwxrwx root/root usr/lib32/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.2400.2
|
||||
-rwxr-xr-x root/root usr/lib32/libSDL2-2.0.so.0.2400.2
|
||||
lrwxrwxrwx root/root usr/lib32/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.2600.0
|
||||
-rwxr-xr-x root/root usr/lib32/libSDL2-2.0.so.0.2600.0
|
||||
-rw-r--r-- root/root usr/lib32/libSDL2.a
|
||||
lrwxrwxrwx root/root usr/lib32/libSDL2.so -> libSDL2-2.0.so
|
||||
-rw-r--r-- root/root usr/lib32/libSDL2_test.a
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||
RWSwxGo/zH7eXcRykmkSgIeIcb2hqmLjoNEQtQjHE4WT27kpHBdjxNijkxqjfrC7iV0rXcCwRyRBmzhYB9bsL4vrvqm08oeL1As=
|
||||
SHA256 (Pkgfile) = 91f7811819ff90bcf4a4419c2fdaf40667ba0e50cf329693410acada641a1217
|
||||
SHA256 (.footprint) = 7908dfabf543d84af0b58e107acc8cb61e7cbcf88f215f1fd5c3a2fee8a6e657
|
||||
SHA256 (SDL2-2.24.2.tar.gz) = b35ef0a802b09d90ed3add0dcac0e95820804202914f5bb7b0feb710f1a1329f
|
||||
RWSwxGo/zH7eXWDkC9Box0krxBHP7BxB6AIDa9e5QV3WsBXFrCNAWKjgwM/9jibY1m1aTsBygRyRqskLK/3bP5p+4e46V8Mzbgc=
|
||||
SHA256 (Pkgfile) = 97264080ce826e3cb3890e588413e61d0ba6aa3898399144d30a9b74409c017d
|
||||
SHA256 (.footprint) = ff8388d85f471df84e7760056ed30d2a535137472570077a60049f6b3fac266c
|
||||
SHA256 (SDL2-2.26.0.tar.gz) = 8000d7169febce93c84b6bdf376631f8179132fd69f7015d4dadb8b9c2bdb295
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Optional: alsa-lib ibus-32 jack ninja pipewire pulseaudio wayland-protocols
|
||||
|
||||
name=libsdl2-32
|
||||
version=2.24.2
|
||||
version=2.26.0
|
||||
release=1
|
||||
source=(https://www.libsdl.org/release/SDL2-$version.tar.gz)
|
||||
|
||||
@ -18,6 +18,8 @@ build() {
|
||||
prt-get isinst pulseaudio-32 && PKGMK_SDL2+=' -D SDL_PULSEAUDIO_SHARED=ON'
|
||||
prt-get isinst wayland-protocols-32 && PKGMK_SDL2+=' -D SDL_WAYLAND_SHARED=ON'
|
||||
|
||||
[ -e '/usr/bin/ccache' ] && PATH="$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')"
|
||||
|
||||
cmake -S SDL2-$version -B build $PKGMK_SDL2 \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_INSTALL_LIBDIR=lib32 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user