diff options
author | titopoquito <titopoquito@gmail.com> | 2013-04-25 18:57:24 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-25 18:57:24 -0300 |
commit | 12f3f7987768bd741eff00f6ec07222903bdb64e (patch) | |
tree | a4fdb595ebe66b0a5aa0b946b0aae242f8a8355d /graphics/hugin/hugin.SlackBuild | |
parent | 68c3666b9e794181cc99d2ec21b6fcd91fd12475 (diff) |
graphics/hugin: Updated for version 2012.0.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/hugin/hugin.SlackBuild')
-rw-r--r-- | graphics/hugin/hugin.SlackBuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/hugin/hugin.SlackBuild b/graphics/hugin/hugin.SlackBuild index a52b663f4855..0bc15640d3f4 100644 --- a/graphics/hugin/hugin.SlackBuild +++ b/graphics/hugin/hugin.SlackBuild @@ -5,7 +5,8 @@ # Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # Modified 2011 for version 2011.0.0 by titopoquito -# Modified 2012 for version 2011.4.0 by titopoquito +# Modified 2012 for version 2011.4.0 by titopoquito +# Modified 2013 for version 2012.0.0 by titopoquito # (titopoquito@gmail.com) # # Redistribution and use of this script, with or without modification, is @@ -26,8 +27,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hugin -VERSION=2011.4.0 -BUILD=${BUILD:-2} +VERSION=2012.0.0 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -68,10 +69,6 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -# apply patch to make compilation work with gcc 4.7 -# patch taken from https://bugs.launchpad.net/hugin/+bug/913250 -patch -p1 < $CWD/hugin-gcc47.patch - cmake \ -DCMAKE_C_FLAGS="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \ |