From c710fa26db3b91a4e77aa5572daf21817f9c2444 Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Tue, 27 Mar 2018 11:59:31 +0000 Subject: libraries/libAfterImage: Switch to i586. Signed-off-by: David Spencer --- libraries/libAfterImage/README | 12 ++++++------ libraries/libAfterImage/libAfterImage.SlackBuild | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'libraries/libAfterImage') 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" -- cgit v1.2.3