libraries/SDL_gfx: Updated for version 2.0.23.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
cf98920688
commit
ef69b7d19a
|
@ -5,6 +5,3 @@ SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
|||
provided basic drawing routines such as lines, circles or polygons
|
||||
and SDL_rotozoom which implemented a interpolating rotozoomer for
|
||||
SDL surfaces.
|
||||
|
||||
homepage: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for: SDL_gfx
|
||||
# Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom
|
||||
# Copyright 2007-2011 Michiel van Wessem, Leicester, United Kingdom
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=SDL_gfx
|
||||
VERSION=${VERSION:-2.0.22}
|
||||
VERSION=${VERSION:-2.0.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -55,7 +55,7 @@ elif [ "$ARCH" = "x86_64" ]; then
|
|||
MIX=${MIX:-"dis"}
|
||||
fi
|
||||
|
||||
set -e # Exit on any error.
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="SDL_gfx"
|
||||
VERSION="2.0.22"
|
||||
VERSION="2.0.23"
|
||||
HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/"
|
||||
DOWNLOAD="http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.22.tar.gz"
|
||||
MD5SUM="330f291f1f09a1bdf397c9b40d92ca41"
|
||||
DOWNLOAD="http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.23.tar.gz"
|
||||
MD5SUM="fcc3c4f2d1b4943409bf7e67dd65d03a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Michiel van Wessem"
|
||||
EMAIL="michiel@slackbuilds.org"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
SDL_gfx: SDL_gfx (SDL graphics drawing library)
|
||||
SDL_gfx:
|
||||
SDL_gfx:
|
||||
SDL_gfx: SDL graphics drawing primitives and other support functions. The
|
||||
SDL_gfx: SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
||||
SDL_gfx: provided basic drawing routines such as lines, circles or polygons
|
||||
SDL_gfx: and SDL_rotozoom which implemented a interpolating rotozoomer for
|
||||
SDL_gfx: SDL surfaces.
|
||||
SDL_gfx:
|
||||
SDL_gfx:
|
||||
SDL_gfx: homepage: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
||||
SDL_gfx:
|
||||
SDL_gfx:
|
||||
SDL_gfx:
|
||||
|
|
Loading…
Reference in New Issue