libsdl2: update to 2.0.7, new maintainer

This commit is contained in:
Juergen Daubert 2018-02-16 11:41:47 +01:00
parent e9f9965f25
commit 0f77755001
4 changed files with 20 additions and 19 deletions

View File

@ -64,6 +64,7 @@ drwxr-xr-x root/root usr/include/SDL2/
-rw-r--r-- root/root usr/include/SDL2/SDL_test_images.h
-rw-r--r-- root/root usr/include/SDL2/SDL_test_log.h
-rw-r--r-- root/root usr/include/SDL2/SDL_test_md5.h
-rw-r--r-- root/root usr/include/SDL2/SDL_test_memory.h
-rw-r--r-- root/root usr/include/SDL2/SDL_test_random.h
-rw-r--r-- root/root usr/include/SDL2/SDL_thread.h
-rw-r--r-- root/root usr/include/SDL2/SDL_timer.h
@ -71,19 +72,22 @@ drwxr-xr-x root/root usr/include/SDL2/
-rw-r--r-- root/root usr/include/SDL2/SDL_types.h
-rw-r--r-- root/root usr/include/SDL2/SDL_version.h
-rw-r--r-- root/root usr/include/SDL2/SDL_video.h
-rw-r--r-- root/root usr/include/SDL2/SDL_vulkan.h
-rw-r--r-- root/root usr/include/SDL2/begin_code.h
-rw-r--r-- root/root usr/include/SDL2/close_code.h
drwxr-xr-x root/root usr/lib/
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.cmake
lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.4.1
-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.4.1
lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.7.0
-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.7.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.4.1
lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.7.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
-rwxr-xr-x root/root usr/lib/libSDL2main.la
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/sdl2.pc
drwxr-xr-x root/root usr/share/

View File

@ -1 +1 @@
d4055424d556b4a908aa76fad63abd3c SDL2-2.0.5.tar.gz
cdb071009d250e1782371049f0d5ca42 SDL2-2.0.7.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/eOuCAudxcLahrqjsHuDB3/hbIBK0Y9WarEJwZx7iAqfDRffjadPRQZOmrLxA2ysqpaHaGsGmdh2rV4xj2NTOAE=
SHA256 (Pkgfile) = 6790c50a6a7d6990e64694dd8ee822e2222b5b22c5b196e1ddbd1e5f363ac37b
SHA256 (.footprint) = 4855f02e9077cd35fc0d03a01d09074f1261586489515a5e640519b5ead11b4a
SHA256 (SDL2-2.0.5.tar.gz) = 442038cf55965969f2ff06d976031813de643af9c9edc9e331bd761c242e8785
RWSE3ohX2g5d/RTwsSQeCa3Oan0ZBAHudNH33FfzKZuNYm1AXu8zs1iY6LvC2UvBi02JYSK+wLSKt4+jAnkgU+9O0eLJbRSP4w8=
SHA256 (Pkgfile) = 6230c66e685b68f8c4b630035c42908ac783fe1f38c27a6a251d0a9dd2bd9bf6
SHA256 (.footprint) = 42423e3b5c95114095a3e752617b4e1abaf0911fc967510911ba5aa3635752dc
SHA256 (SDL2-2.0.7.tar.gz) = ee35c74c4313e2eda104b14b1b86f7db84a04eeab9430d56e001cea268bf4d5e

View File

@ -1,19 +1,16 @@
# Description: SDL version 2, Simple DirectMedia Layer
# URL: http://www.libsdl.org
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Depends on: alsa-lib mesa3d
# URL: http://www.libsdl.org
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: alsa-lib mesa3d
name=libsdl2
version=2.0.5
version=2.0.7
release=1
source=(http://www.libsdl.org/release/SDL2-$version.tar.gz)
build () {
cd SDL2-$version
./configure --prefix=/usr \
--enable-alsa
make
make DESTDIR=$PKG install
cd SDL2-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}