libraries/SDL2_image: Updated for version 2.0.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Dugan Chen 2017-10-29 22:01:06 +00:00 committed by Willy Sudiarto Raharjo
parent 570aec81f2
commit 1b97509273
3 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
SDL2_image is a simple library to load images of various formats as
SDL2_image is a simple library to load images of various formats as
SDL surfaces. It is safe to install alongside Slackware's SDL libraries.
libwebp is an optional dependency.

View file

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=SDL2_image
VERSION=${VERSION:-2.0.1}
VERSION=${VERSION:-2.0.2}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="SDL2_image"
VERSION="2.0.1"
VERSION="2.0.2"
HOMEPAGE="https://www.libsdl.org/projects/SDL_image/"
DOWNLOAD="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz"
MD5SUM="d94b94555ba022fa249a53a021dc3606"
DOWNLOAD="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.2.tar.gz"
MD5SUM="d0a83b9a2ca8371a3c85aefe402ae680"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2"