development/SDL2: Updated for version 2.0.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dugan Chen 2014-01-14 22:54:48 +07:00 committed by Erik Hanson
parent 717a64e0d7
commit 481f31ce71
4 changed files with 20 additions and 20 deletions

View file

@ -1,6 +1,6 @@
Simple DirectMedia Layer is a cross-platform development library designed to
provide low-level access to audio, keyboard, mouse, joystick, and graphics
hardware ia via OpenGL.
hardware via OpenGL.
SDL is written in C and works natively with C++.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=SDL2
VERSION=${VERSION:-2.0.0}
VERSION=${VERSION:-2.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \

View file

@ -1,8 +1,8 @@
PRGNAM="SDL2"
VERSION="2.0.0"
VERSION="2.0.1"
HOMEPAGE="http://libsdl.org"
DOWNLOAD="http://www.libsdl.org/release/SDL2-2.0.0.tar.gz"
MD5SUM="beec89afb6edcc6f0abc4114f2e6bcf7"
DOWNLOAD="http://www.libsdl.org/release/SDL2-2.0.1.tar.gz"
MD5SUM="0eb97039488bf463e775295f7b18b227"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"

View file

@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
sdl2: SDL2 (Simple DirectMedia Layer Version 2)
sdl2:
sdl2: Simple DirectMedia Layer is a cross-platform development library
sdl2: designed to provide low-level access to audio, keyboard, mouse,
sdl2: joystick, and graphics hardware ia via OpenGL.
sdl2:
sdl2: SDL is written in C and works natively with C++.
sdl2:
sdl2: http://libsdl.org
sdl2:
sdl2:
SDL2: SDL2 (Simple DirectMedia Layer Version 2)
SDL2:
SDL2: Simple DirectMedia Layer is a cross-platform development library
SDL2: designed to provide low-level access to audio, keyboard, mouse,
SDL2: joystick, and graphics hardware ia via OpenGL.
SDL2:
SDL2: SDL is written in C and works natively with C++.
SDL2:
SDL2: http://libsdl.org
SDL2:
SDL2: