libsdl2: update to 2.0.20

This commit is contained in:
Juergen Daubert 2022-01-11 14:43:52 +01:00
parent b5538bfc44
commit 6c05b7c77e
3 changed files with 13 additions and 13 deletions

View File

@ -99,9 +99,13 @@ drwxr-xr-x root/root usr/lib/cmake/SDL2/
-rw-r--r-- root/root usr/lib/cmake/SDL2/SDL2ConfigVersion.cmake
-rw-r--r-- root/root usr/lib/cmake/SDL2/SDL2Targets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/SDL2/SDL2Targets.cmake
-rw-r--r-- root/root usr/lib/cmake/SDL2/SDL2mainTargets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/SDL2/SDL2mainTargets.cmake
-rw-r--r-- root/root usr/lib/cmake/SDL2/SDL2staticTargets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/SDL2/SDL2staticTargets.cmake
lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so -> libSDL2-2.0.so.0
lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.18.0
-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.18.0
lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.18.2
-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.18.2
-rw-r--r-- root/root usr/lib/libSDL2.a
lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so
-rw-r--r-- root/root usr/lib/libSDL2main.a

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ZSLIGWVr0Zcm9cfKhJwT+B0cIJDz4/jgWpDbVQcP+mh4CtsVIUyS3Yq+eqVQrb8w3WlEoZmSkU0H83CxS4FsQE=
SHA256 (Pkgfile) = 370fedb8547efd698a8c9529ffda1f24f3fad39221cc6bb25e1a7ebec7311081
SHA256 (.footprint) = 35fddd68b42b5d279cf8ad85cdf6334d76a68cbf13fc9492804d31234ba790bc
SHA256 (SDL2-2.0.18.tar.gz) = 94d40cd73dbfa10bb6eadfbc28f355992bb2d6ef6761ad9d4074eff95ee5711c
SHA256 (libsdl2-wayland-1.20.patch) = 1bb3a1a1dd4d437a0549d17dbd26e9c87c55097a87ae1b7998a77e120a849176
RWSE3ohX2g5d/a88LHqE26WF4SfGm6voaUiNyUCbxjp6XavAZLWMZvzAS1ADL9q2koVzqDjZ7i/AUhbtKcopscslC3OzAZxUAAE=
SHA256 (Pkgfile) = 8dd9d3cb709ab10347c3a649ca163477cb0a6676ef955d1941839b57a61aa643
SHA256 (.footprint) = 26dc31ee18c6e2cdc0e4a34e2577de73a3f870e2f281710725fc0c2bc63d0d29
SHA256 (SDL2-2.0.20.tar.gz) = c56aba1d7b5b0e7e999e4a7698c70b63a3394ff9704b5f6e1c57e0c16f04dd06

View File

@ -5,14 +5,11 @@
# Optional: alsa-lib ibus jack ninja pipewire pulseaudio wayland-protocols
name=libsdl2
version=2.0.18
release=3
source=(https://www.libsdl.org/release/SDL2-$version.tar.gz
$name-wayland-1.20.patch)
version=2.0.20
release=1
source=(https://www.libsdl.org/release/SDL2-$version.tar.gz)
build() {
patch -p1 -d SDL2-$version -i $SRC/$name-wayland-1.20.patch
prt-get isinst ninja && PKGMK_SDL2+=' -G Ninja'
prt-get isinst alsa-lib && PKGMK_SDL2+=' -D SDL_ALSA_SHARED=ON'
prt-get isinst ibus && PKGMK_SDL2+=' -D SDL_USE_IME=ON'