graphics/hugin: Updated for version 2017.0.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
titopoquito 2017-07-04 10:20:01 +01:00 committed by Willy Sudiarto Raharjo
parent 14bb5e2ed8
commit eb3ece5720
3 changed files with 9 additions and 12 deletions

View File

@ -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.

View File

@ -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 .

View File

@ -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"