summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author titopoquito <titopoquito@gmail.com>2017-07-04 10:20:01 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-08 07:11:25 +0700
commiteb3ece5720c7889b8f2521025edc146c85d876b3 (patch)
tree9df1043670c8f7d6ee839329cbe0c10bfa30d523 /graphics
parent14bb5e2ed8a3aa18283cafa83e017ff0c69bb062 (diff)
downloadslackbuilds-eb3ece5720c7889b8f2521025edc146c85d876b3.tar.gz
slackbuilds-eb3ece5720c7889b8f2521025edc146c85d876b3.tar.xz
graphics/hugin: Updated for version 2017.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/hugin/README4
-rw-r--r--graphics/hugin/hugin.SlackBuild7
-rw-r--r--graphics/hugin/hugin.info10
3 files changed, 9 insertions, 12 deletions
diff --git a/graphics/hugin/README b/graphics/hugin/README
index 05cf86b958..87809f1047 100644
--- a/graphics/hugin/README
+++ b/graphics/hugin/README
@@ -2,7 +2,3 @@ An easy to use cross-platform panoramic imaging toolchain based on
Panorama Tools. With hugin you can assemble a mosaic of photographs
into a complete immersive panorama, stitch any series of overlapping
pictures and much more.
-Since version 2015.0.0 the external lensfun library is replaced by
-an internal database. vigra now has to be compiled with OpenEXR
-support. And last but not least hugin now ships an own blender tool
-which you could use instead of enblend.
diff --git a/graphics/hugin/hugin.SlackBuild b/graphics/hugin/hugin.SlackBuild
index a4347e6d9a..bdc8e4343b 100644
--- a/graphics/hugin/hugin.SlackBuild
+++ b/graphics/hugin/hugin.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for Hugin
#
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
-# Copyright 2011-2016 by titopoquito (titopoquito@gmail.com)
+# Copyright 2011-2017 by titopoquito (titopoquito@gmail.com)
# Thanks to Romain Dartigues for the help with the update to 2016.2.0
# All rights reserved.
#
@@ -25,7 +25,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hugin
-VERSION=${VERSION:-2016.2.0}
+VERSION=${VERSION:-2017.0.0}
+SRCVER=${SRCVER:-2017.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -62,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$SRCVER.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
diff --git a/graphics/hugin/hugin.info b/graphics/hugin/hugin.info
index ac8bd35d9b..7cadce416a 100644
--- a/graphics/hugin/hugin.info
+++ b/graphics/hugin/hugin.info
@@ -1,10 +1,10 @@
PRGNAM="hugin"
-VERSION="2016.2.0"
-HOMEPAGE="http://hugin.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/hugin/hugin-2016.2.0.tar.bz2"
-MD5SUM="bfc28b0774e5147207e8b4b54875c33d"
+VERSION="2017.0.0"
+HOMEPAGE="https://hugin.sourceforge.net/"
+DOWNLOAD="https://downloads.sourceforge.net/hugin/hugin-2017.0.tar.bz2"
+MD5SUM="3b49a905da8ee395774347ee6b3903b0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="enblend-enfuse exiftool libpano13 tclap wxPython"
+REQUIRES="enblend-enfuse exiftool libpano13 tclap wxGTK3"
MAINTAINER="titopoquito"
EMAIL="titopoquito@gmail.com"