diff options
author | titopoquito <titopoquito@gmail.com> | 2014-10-18 06:26:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-18 06:26:34 +0700 |
commit | 2bd0ba6a1ee367242f54a6a890a1191fb566f6bc (patch) | |
tree | 4d644698cd492e6e86ee13b0ba65651e92775dec /graphics/hugin/hugin.SlackBuild | |
parent | 0b3130a8d9913f06b04fd31b1621ee8310a6cebf (diff) | |
download | slackbuilds-2bd0ba6a1ee367242f54a6a890a1191fb566f6bc.tar.gz |
graphics/hugin: Updated for version 2014.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/hugin/hugin.SlackBuild')
-rw-r--r-- | graphics/hugin/hugin.SlackBuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/graphics/hugin/hugin.SlackBuild b/graphics/hugin/hugin.SlackBuild index 735986b2e3..70dd5f9571 100644 --- a/graphics/hugin/hugin.SlackBuild +++ b/graphics/hugin/hugin.SlackBuild @@ -7,7 +7,7 @@ # Modified 2011 for version 2011.0.0 by titopoquito # Modified 2012 for version 2011.4.0 by titopoquito # Modified 2013 for version 2012.0.0 by titopoquito -# Modified 2014 for version 2013.0.0 by titopoquito +# Modified 2014 for version 2013.0.0 and 2014.0.0 by titopoquito # (titopoquito@gmail.com) # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hugin -VERSION=${VERSION:-2013.0.0} +VERSION=${VERSION:-2014.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,6 +67,13 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION + +# make it compile with lensfun 0.3.0 +# taken from the gentoo-commits.gentoo.org +# mailing list. Thanks to Francesco Riosa! +# https://bugs.gentoo.org/show_bug.cgi?id=524700 +patch -p1 < $CWD/patch.lensfun-0.3.0 + chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |