libsdl2: update to 2.0.14
This commit is contained in:
parent
c05f91f749
commit
6ba028b454
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user