diff options
author | Juergen Daubert <jue@jue.li> | 2020-12-22 13:04:16 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-12-22 13:04:16 +0100 |
commit | 6ba028b4540b7e0d1c19e8c2a78a48943c456e4b (patch) | |
tree | 5079221f46ce5fa9e3aa7ddafd9ff74f2205edd3 /libsdl2 | |
parent | c05f91f74944eff1cbc772980395a5b895669ef2 (diff) | |
download | opt-6ba028b4540b7e0d1c19e8c2a78a48943c456e4b.tar.gz opt-6ba028b4540b7e0d1c19e8c2a78a48943c456e4b.tar.xz |
libsdl2: update to 2.0.14
Diffstat (limited to 'libsdl2')
-rw-r--r-- | libsdl2/.footprint | 8 | ||||
-rw-r--r-- | libsdl2/.signature | 8 | ||||
-rw-r--r-- | libsdl2/Pkgfile | 10 |
3 files changed, 14 insertions, 12 deletions
diff --git a/libsdl2/.footprint b/libsdl2/.footprint index 372ba28bd..3495f1a4d 100644 --- a/libsdl2/.footprint +++ b/libsdl2/.footprint @@ -25,10 +25,12 @@ drwxr-xr-x root/root usr/include/SDL2/ -rw-r--r-- root/root usr/include/SDL2/SDL_keyboard.h -rw-r--r-- root/root usr/include/SDL2/SDL_keycode.h -rw-r--r-- root/root usr/include/SDL2/SDL_loadso.h +-rw-r--r-- root/root usr/include/SDL2/SDL_locale.h -rw-r--r-- root/root usr/include/SDL2/SDL_log.h -rw-r--r-- root/root usr/include/SDL2/SDL_main.h -rw-r--r-- root/root usr/include/SDL2/SDL_messagebox.h -rw-r--r-- root/root usr/include/SDL2/SDL_metal.h +-rw-r--r-- root/root usr/include/SDL2/SDL_misc.h -rw-r--r-- root/root usr/include/SDL2/SDL_mouse.h -rw-r--r-- root/root usr/include/SDL2/SDL_mutex.h -rw-r--r-- root/root usr/include/SDL2/SDL_name.h @@ -82,11 +84,11 @@ drwxr-xr-x root/root usr/lib/cmake/ drwxr-xr-x root/root usr/lib/cmake/SDL2/ -rw-r--r-- root/root usr/lib/cmake/SDL2/sdl2-config-version.cmake -rw-r--r-- root/root usr/lib/cmake/SDL2/sdl2-config.cmake -lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.12.0 --rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.12.0 +lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.14.0 +-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.14.0 -rw-r--r-- root/root usr/lib/libSDL2.a -rwxr-xr-x root/root usr/lib/libSDL2.la -lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.12.0 +lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.14.0 -rw-r--r-- root/root usr/lib/libSDL2_test.a -rwxr-xr-x root/root usr/lib/libSDL2_test.la -rw-r--r-- root/root usr/lib/libSDL2main.a diff --git a/libsdl2/.signature b/libsdl2/.signature index e147d2598..5819d779d 100644 --- a/libsdl2/.signature +++ b/libsdl2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/RyCNH+h4fvY0Ax9KZD38c2/LA/fkvH22bvoCj+L0rRDUdYPMHif7Bwu/K4eTgPWzqrkNqscF8FyNU1t0I+WyQk= -SHA256 (Pkgfile) = bc75e4d40bcb6e1d9f37eb2788ca52873f603f5465c0d62f881cd0ef056f3d6f -SHA256 (.footprint) = 1748ecf7248ae327934e3bccbc7f95c90925dcff46d7702295638b855c38b2b5 -SHA256 (SDL2-2.0.12.tar.gz) = 349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863 +RWSE3ohX2g5d/RCtBjmOhzuIX7ZPrQSOyk0vqPJ0g3MlmvqxK26VMj8wpAD/yieJAVnlSyX10fy/h7yTfgJ4BTL3TdYU3eNUsws= +SHA256 (Pkgfile) = b1e1c221e7e27ec8af7e873606ee56c622480619e1f690e9d0ebfc45068b81ee +SHA256 (.footprint) = fb59460c70797d9a06e4b2e5a7119019b1e94dfea761e5d9874a19f7c41bc84f +SHA256 (SDL2-2.0.14.tar.gz) = d8215b571a581be1332d2106f8036fcb03d12a70bae01e20f424976d275432bc diff --git a/libsdl2/Pkgfile b/libsdl2/Pkgfile index 50f4039df..018765507 100644 --- a/libsdl2/Pkgfile +++ b/libsdl2/Pkgfile @@ -4,13 +4,13 @@ # Depends on: alsa-lib mesa name=libsdl2 -version=2.0.12 +version=2.0.14 release=1 source=(http://www.libsdl.org/release/SDL2-$version.tar.gz) build () { - cd SDL2-$version - CONFIG_SHELL=/bin/bash ./configure --prefix=/usr - make - make DESTDIR=$PKG install + cd SDL2-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install } |