libsdl2: updated to 2.0.4

This commit is contained in:
Jose V Beneyto 2016-01-04 12:17:16 +01:00
parent b7d68893b3
commit 5cd52c77c8
3 changed files with 14 additions and 5 deletions

View File

@ -12,6 +12,7 @@ drwxr-xr-x root/root usr/include/SDL2/
-rw-r--r-- root/root usr/include/SDL2/SDL_clipboard.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.h
-rw-r--r-- root/root usr/include/SDL2/SDL_cpuinfo.h -rw-r--r-- root/root usr/include/SDL2/SDL_cpuinfo.h
-rw-r--r-- root/root usr/include/SDL2/SDL_egl.h
-rw-r--r-- root/root usr/include/SDL2/SDL_endian.h -rw-r--r-- root/root usr/include/SDL2/SDL_endian.h
-rw-r--r-- root/root usr/include/SDL2/SDL_error.h -rw-r--r-- root/root usr/include/SDL2/SDL_error.h
-rw-r--r-- root/root usr/include/SDL2/SDL_events.h -rw-r--r-- root/root usr/include/SDL2/SDL_events.h
@ -31,8 +32,13 @@ drwxr-xr-x root/root usr/include/SDL2/
-rw-r--r-- root/root usr/include/SDL2/SDL_mutex.h -rw-r--r-- root/root usr/include/SDL2/SDL_mutex.h
-rw-r--r-- root/root usr/include/SDL2/SDL_name.h -rw-r--r-- root/root usr/include/SDL2/SDL_name.h
-rw-r--r-- root/root usr/include/SDL2/SDL_opengl.h -rw-r--r-- root/root usr/include/SDL2/SDL_opengl.h
-rw-r--r-- root/root usr/include/SDL2/SDL_opengl_glext.h
-rw-r--r-- root/root usr/include/SDL2/SDL_opengles.h -rw-r--r-- root/root usr/include/SDL2/SDL_opengles.h
-rw-r--r-- root/root usr/include/SDL2/SDL_opengles2.h -rw-r--r-- root/root usr/include/SDL2/SDL_opengles2.h
-rw-r--r-- root/root usr/include/SDL2/SDL_opengles2_gl2.h
-rw-r--r-- root/root usr/include/SDL2/SDL_opengles2_gl2ext.h
-rw-r--r-- root/root usr/include/SDL2/SDL_opengles2_gl2platform.h
-rw-r--r-- root/root usr/include/SDL2/SDL_opengles2_khrplatform.h
-rw-r--r-- root/root usr/include/SDL2/SDL_pixels.h -rw-r--r-- root/root usr/include/SDL2/SDL_pixels.h
-rw-r--r-- root/root usr/include/SDL2/SDL_platform.h -rw-r--r-- root/root usr/include/SDL2/SDL_platform.h
-rw-r--r-- root/root usr/include/SDL2/SDL_power.h -rw-r--r-- root/root usr/include/SDL2/SDL_power.h
@ -68,11 +74,14 @@ drwxr-xr-x root/root usr/include/SDL2/
-rw-r--r-- root/root usr/include/SDL2/begin_code.h -rw-r--r-- root/root usr/include/SDL2/begin_code.h
-rw-r--r-- root/root usr/include/SDL2/close_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/
lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.2.1 drwxr-xr-x root/root usr/lib/cmake/
-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.2.1 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.0
-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.4.0
-rw-r--r-- root/root usr/lib/libSDL2.a -rw-r--r-- root/root usr/lib/libSDL2.a
-rwxr-xr-x root/root usr/lib/libSDL2.la -rwxr-xr-x root/root usr/lib/libSDL2.la
lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.2.1 lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.4.0
-rw-r--r-- root/root usr/lib/libSDL2_test.a -rw-r--r-- root/root usr/lib/libSDL2_test.a
-rw-r--r-- root/root usr/lib/libSDL2main.a -rw-r--r-- root/root usr/lib/libSDL2main.a
drwxr-xr-x root/root usr/lib/pkgconfig/ drwxr-xr-x root/root usr/lib/pkgconfig/

View File

@ -1 +1 @@
fe6c61d2e9df9ef570e7e80c6e822537 SDL2-2.0.3.tar.gz 44fc4a023349933e7f5d7a582f7b886e SDL2-2.0.4.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: alsa-lib mesa3d # Depends on: alsa-lib mesa3d
name=libsdl2 name=libsdl2
version=2.0.3 version=2.0.4
release=1 release=1
source=(http://www.libsdl.org/release/SDL2-$version.tar.gz) source=(http://www.libsdl.org/release/SDL2-$version.tar.gz)