summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-11-26 11:08:03 +0000
committerTim Biermann <tbier@posteo.de>2022-11-26 11:08:03 +0000
commit9df4e71c76e4ecb5f6412ec305b424974865b500 (patch)
treebc71a3dd278adb02a7cfe7e789edff2c83955466
parent5931a79d057f29f188ad068b95064ac7dbbf58c1 (diff)
downloadcompat-32-9df4e71c76e4ecb5f6412ec305b424974865b500.tar.gz
compat-32-9df4e71c76e4ecb5f6412ec305b424974865b500.tar.xz
libsdl2-32: 2.24.2 -> 2.26.0
-rw-r--r--libsdl2-32/.footprint4
-rw-r--r--libsdl2-32/.signature8
-rw-r--r--libsdl2-32/Pkgfile4
3 files changed, 9 insertions, 7 deletions
diff --git a/libsdl2-32/.footprint b/libsdl2-32/.footprint
index efd060be..b93ee1b4 100644
--- a/libsdl2-32/.footprint
+++ b/libsdl2-32/.footprint
@@ -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
diff --git a/libsdl2-32/.signature b/libsdl2-32/.signature
index 344b4f45..7c3d482e 100644
--- a/libsdl2-32/.signature
+++ b/libsdl2-32/.signature
@@ -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
diff --git a/libsdl2-32/Pkgfile b/libsdl2-32/Pkgfile
index 7d96ccdd..c82b31d1 100644
--- a/libsdl2-32/Pkgfile
+++ b/libsdl2-32/Pkgfile
@@ -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 \

Generated by cgit