summaryrefslogtreecommitdiff
path: root/graphics/enblend-enfuse/enblend-enfuse.SlackBuild
diff options
context:
space:
mode:
authortitopoquito <titopoquito@googlemail.com>2013-04-25 18:54:49 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2013-04-25 18:54:49 -0300
commit68c3666b9e794181cc99d2ec21b6fcd91fd12475 (patch)
tree65da9c9248e94a231b536f335ba706f05efabb55 /graphics/enblend-enfuse/enblend-enfuse.SlackBuild
parentd6ab6040e9ac9c794632575869a93a1a2add9a78 (diff)
downloadslackbuilds-68c3666b9e794181cc99d2ec21b6fcd91fd12475.tar.gz
graphics/enblend-enfuse: Updated for version 4.1.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/enblend-enfuse/enblend-enfuse.SlackBuild')
-rw-r--r--graphics/enblend-enfuse/enblend-enfuse.SlackBuild23
1 files changed, 5 insertions, 18 deletions
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