1
0
forked from ports/opt

libsdl2: update to 2.24.0

This commit is contained in:
Juergen Daubert 2022-08-22 10:46:45 +02:00
parent 14f7606e00
commit acc3e206a0
3 changed files with 13 additions and 16 deletions

View File

@ -11,15 +11,6 @@ drwxr-xr-x root/root usr/include/SDL2/
-rw-r--r-- root/root usr/include/SDL2/SDL_blendmode.h
-rw-r--r-- root/root usr/include/SDL2/SDL_clipboard.h
-rw-r--r-- root/root usr/include/SDL2/SDL_config.h
-rw-r--r-- root/root usr/include/SDL2/SDL_config_android.h
-rw-r--r-- root/root usr/include/SDL2/SDL_config_emscripten.h
-rw-r--r-- root/root usr/include/SDL2/SDL_config_iphoneos.h
-rw-r--r-- root/root usr/include/SDL2/SDL_config_macosx.h
-rw-r--r-- root/root usr/include/SDL2/SDL_config_minimal.h
-rw-r--r-- root/root usr/include/SDL2/SDL_config_os2.h
-rw-r--r-- root/root usr/include/SDL2/SDL_config_pandora.h
-rw-r--r-- root/root usr/include/SDL2/SDL_config_windows.h
-rw-r--r-- root/root usr/include/SDL2/SDL_config_winrt.h
-rw-r--r-- root/root usr/include/SDL2/SDL_copying.h
-rw-r--r-- root/root usr/include/SDL2/SDL_cpuinfo.h
-rw-r--r-- root/root usr/include/SDL2/SDL_egl.h
@ -29,6 +20,7 @@ drwxr-xr-x root/root usr/include/SDL2/
-rw-r--r-- root/root usr/include/SDL2/SDL_filesystem.h
-rw-r--r-- root/root usr/include/SDL2/SDL_gamecontroller.h
-rw-r--r-- root/root usr/include/SDL2/SDL_gesture.h
-rw-r--r-- root/root usr/include/SDL2/SDL_guid.h
-rw-r--r-- root/root usr/include/SDL2/SDL_haptic.h
-rw-r--r-- root/root usr/include/SDL2/SDL_hidapi.h
-rw-r--r-- root/root usr/include/SDL2/SDL_hints.h
@ -101,11 +93,14 @@ drwxr-xr-x root/root usr/lib/cmake/SDL2/
-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
-rw-r--r-- root/root usr/lib/cmake/SDL2/SDL2testTargets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/SDL2/SDL2testTargets.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.22.0
-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.22.0
lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.2400.0
-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/libSDL2_test.a
-rw-r--r-- root/root usr/lib/libSDL2main.a
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/sdl2.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/VqjZ6OuwRo3siIqarP0fQ0qoOCzOSlyKvYQk02NTuLRcXRnvDVOJ/uxjP0fMX2WaFgpEZ/xnWHeU6oaPKR/Nw4=
SHA256 (Pkgfile) = 6dce3ab22a069a1735773f41c90fa4503a6111b5ab29db4f8bedf78234130e82
SHA256 (.footprint) = 7118816b62f04ec89643380d5524f9f1d067a1b547bc414ab66d97ad1db2ed42
SHA256 (SDL2-2.0.22.tar.gz) = fe7cbf3127882e3fc7259a75a0cb585620272c51745d3852ab9dd87960697f2e
RWSE3ohX2g5d/fO7x2skBAVx+fogBZQIdblzUTU0+cB+k0gifJ7ZfOgmXw3/OErR0sYmbKRntev+aA6hMfU0qkKfVwCtlZqgqAE=
SHA256 (Pkgfile) = 5a4e712c91d556060a9306fc0137e07d0c23f96cfdaad7ac0489a1f19f6f9fe5
SHA256 (.footprint) = 6afea90d780121f8545160e5a5fa6ebccf0b4b5d547e7f861e013564b77a2e6d
SHA256 (SDL2-2.24.0.tar.gz) = 91e4c34b1768f92d399b078e171448c6af18cafda743987ed2064a28954d6d97

View File

@ -5,7 +5,7 @@
# Optional: alsa-lib ibus jack ninja pipewire pulseaudio wayland-protocols
name=libsdl2
version=2.0.22
version=2.24.0
release=1
source=(https://www.libsdl.org/release/SDL2-$version.tar.gz)
@ -29,4 +29,6 @@ build() {
-D SDL_DLOPEN=ON
cmake --build build -j ${JOBS:-1}
DESTDIR=$PKG cmake --install build
rm -r $PKG/usr/share/licenses
}