summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author titopoquito <titopoquito@gmail.com>2016-03-20 10:21:48 +0700
committer Robby Workman <rworkman@slackbuilds.org>2016-03-20 23:34:30 -0500
commit695b127426b5fa8e97e01d22154dc9f6d6342b9a (patch)
tree2ce470e6d70ee58feee42cde05cd492e0093042d /graphics
parent976c877221f6e8f88395849e2223362fd7e0a996 (diff)
downloadslackbuilds-695b127426b5fa8e97e01d22154dc9f6d6342b9a.tar.gz
slackbuilds-695b127426b5fa8e97e01d22154dc9f6d6342b9a.tar.xz
graphics/enblend-enfuse: Updated for version 4.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/enblend-enfuse/enblend-enfuse.SlackBuild23
-rw-r--r--graphics/enblend-enfuse/enblend-enfuse.info6
2 files changed, 13 insertions, 16 deletions
diff --git a/graphics/enblend-enfuse/enblend-enfuse.SlackBuild b/graphics/enblend-enfuse/enblend-enfuse.SlackBuild
index 89225d3202..2e45033d2c 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-2015 titopoquito (titopoquito@gmail.com)
+# Copyright 2011-2016 titopoquito (titopoquito@gmail.com)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=enblend-enfuse
-VERSION=${VERSION:-4.1.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-4.1.4}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -68,17 +68,10 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-
-# for version 4.1.2 there is an underlinking problem in
-# enblend-enfuse when used with an vigra library that is
-# compiled to support OpenEXR. Both are needed to run
-# hugin, a program to create panorama photos.
-# Thanks to David Spencer for the LDFLAGS hint!
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CXXFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS" \
-LDFLAGS="-lpthread" \
./configure \
--prefix=/usr \
--mandir=/usr/man \
@@ -86,10 +79,14 @@ LDFLAGS="-lpthread" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--build=$ARCH-slackware-linux
-make
+make -j1
make install-strip DESTDIR=$PKG
-gzip -9 $PKG/usr/man/man?/*.?
+rm -f $PKG/usr/info/dir
+gzip -9 $PKG/usr/info/*.info*
+
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog NEWS README README.txt VERSION \
diff --git a/graphics/enblend-enfuse/enblend-enfuse.info b/graphics/enblend-enfuse/enblend-enfuse.info
index 273decac09..6b2144588e 100644
--- a/graphics/enblend-enfuse/enblend-enfuse.info
+++ b/graphics/enblend-enfuse/enblend-enfuse.info
@@ -1,8 +1,8 @@
PRGNAM="enblend-enfuse"
-VERSION="4.1.2"
+VERSION="4.1.4"
HOMEPAGE="http://enblend.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/enblend/enblend-enfuse-4.1.2.tar.gz"
-MD5SUM="5b609ddfc9fae5fadf65d29c08e0340e"
+DOWNLOAD="http://downloads.sourceforge.net/enblend/enblend-enfuse-4.1.4.tar.gz"
+MD5SUM="51abb1add90786ed64ec261778b31647"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="vigra"