From 68c3666b9e794181cc99d2ec21b6fcd91fd12475 Mon Sep 17 00:00:00 2001 From: titopoquito Date: Thu, 25 Apr 2013 18:54:49 -0300 Subject: graphics/enblend-enfuse: Updated for version 4.1.1. Signed-off-by: Niels Horn --- graphics/enblend-enfuse/enblend-enfuse.SlackBuild | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) (limited to 'graphics/enblend-enfuse/enblend-enfuse.SlackBuild') diff --git a/graphics/enblend-enfuse/enblend-enfuse.SlackBuild b/graphics/enblend-enfuse/enblend-enfuse.SlackBuild index 9a03c11ad1..1f40a83ce1 100644 --- a/graphics/enblend-enfuse/enblend-enfuse.SlackBuild +++ b/graphics/enblend-enfuse/enblend-enfuse.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for Enblend-Enfuse # # Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA -# Copyright 2011 titopoquito (titopoquito@googlemail.com) +# Copyright 2011-2013 titopoquito (titopoquito@googlemail.com) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=enblend-enfuse -VERSION=4.0 +VERSION=4.1.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,31 +60,18 @@ set -eu rm -rf $PKG mkdir -p $TMP $PKG cd $TMP -rm -rf $PRGNAM-$VERSION-* +rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION-* +cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -patch -p1 < $CWD/libpng14-fix.diff - -# Patch a possible bug that only occurs if -# the user has installed libjpeg-turbo. -# Upstream has already fixed this, but this -# bug is still present in the 4.0 tarball. -# See: http://old.nabble.com/Error-interpreting-JPEG-file-td31789059.html -# and https://bugs.launchpad.net/hugin/+bug/894287 -# Since slackbuilds.org has a SlackBuild for -# libjpeg-turbo this looks like the safer way. -sed -i 's/info.arith_code = TRUE/info.arith_code = FALSE/' src/vigra_impex/jpeg.cxx - CXXFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --mandir=/usr/man \ --infodir=/usr/info \ - --disable-static \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --build=$ARCH-slackware-linux @@ -96,7 +83,7 @@ gzip -9 $PKG/usr/info/*.info rm -rf $PKG/usr/info/dir mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog NEWS README README.txt VERSION VIGRA_LICENSE \ +cp -a AUTHORS COPYING ChangeLog NEWS README README.txt VERSION \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -- cgit v1.2.3