diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-03-27 11:59:31 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-31 07:41:31 +0700 |
commit | c710fa26db3b91a4e77aa5572daf21817f9c2444 (patch) | |
tree | 081782e2765966613f59e3c2e502e71e107addca | |
parent | 6ec7a3e052dc8611b8e33d50d9df5fb663a3c860 (diff) | |
download | slackbuilds-c710fa26db3b91a4e77aa5572daf21817f9c2444.tar.gz |
libraries/libAfterImage: Switch to i586.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | libraries/libAfterImage/README | 12 | ||||
-rw-r--r-- | libraries/libAfterImage/libAfterImage.SlackBuild | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/libraries/libAfterImage/README b/libraries/libAfterImage/README index e0af517d4d..b7463684b6 100644 --- a/libraries/libAfterImage/README +++ b/libraries/libAfterImage/README @@ -1,8 +1,8 @@ -libAfterImage is a generic image manipulation library. Most of the -popular image formats are supported using standard libraries, with +libAfterImage is a generic image manipulation library. Most of the +popular image formats are supported using standard libraries, with XCF, XPM, PPM/PNM, BMP, ICO, TGA, and GIF being supported internally. -PNG, JPEG, and TIFF formats are supported via standard libraries. -For convenience, source for libJPEG and libPNG is supplied with -libAfterImage. Powerful text rendering capabilities are included, -providing support for TrueType fonts using the FreeType library +PNG, JPEG, and TIFF formats are supported via standard libraries. +For convenience, source for libJPEG and libPNG is supplied with +libAfterImage. Powerful text rendering capabilities are included, +providing support for TrueType fonts using the FreeType library and antialiasing of standard fonts from the X window system. diff --git a/libraries/libAfterImage/libAfterImage.SlackBuild b/libraries/libAfterImage/libAfterImage.SlackBuild index 5f3ae72607..0f52e17cf9 100644 --- a/libraries/libAfterImage/libAfterImage.SlackBuild +++ b/libraries/libAfterImage/libAfterImage.SlackBuild @@ -7,12 +7,12 @@ PRGNAM=libAfterImage VERSION=${VERSION:-1.20} -BUILD=${BUILD:-1} +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 @@ -23,8 +23,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" |