summaryrefslogtreecommitdiffstats
path: root/libraries/lensfun
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-18 00:21:50 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-18 07:05:48 +0700
commit524a974282938c07fd6ce51400b8db272cdf2891 (patch)
treed257b42334188797081581a761e7d95a3a2df6a2 /libraries/lensfun
parent2154dafeb3cd650be93d19d59b42abec6aac4352 (diff)
downloadslackbuilds-524a974282938c07fd6ce51400b8db272cdf2891.tar.gz
slackbuilds-524a974282938c07fd6ce51400b8db272cdf2891.tar.xz
libraries/lensfun: Updated for version 0.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/lensfun')
-rw-r--r--libraries/lensfun/lensfun.SlackBuild7
-rw-r--r--libraries/lensfun/lensfun.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/libraries/lensfun/lensfun.SlackBuild b/libraries/lensfun/lensfun.SlackBuild
index ef6e292ff8..b3186d501f 100644
--- a/libraries/lensfun/lensfun.SlackBuild
+++ b/libraries/lensfun/lensfun.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script of lensfun
# Copyright 2009 Ricardson Williams <ricardsonwilliams at yahoo.com.br>
-# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2013-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lensfun
-VERSION=${VERSION:-0.3.0}
+VERSION=${VERSION:-0.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +61,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-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -79,6 +79,7 @@ cd build
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DBUILD_FOR_SSE=ON \
-DBUILD_FOR_SSE2=ON \
+ -DBUILD_TESTS=OFF \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
diff --git a/libraries/lensfun/lensfun.info b/libraries/lensfun/lensfun.info
index 913a21f776..8e27288092 100644
--- a/libraries/lensfun/lensfun.info
+++ b/libraries/lensfun/lensfun.info
@@ -1,8 +1,8 @@
PRGNAM="lensfun"
-VERSION="0.3.0"
+VERSION="0.3.1"
HOMEPAGE="http://lensfun.sourceforge.net/"
-DOWNLOAD="http://sourceforge.net/projects/lensfun/files/0.3.0/lensfun-0.3.0.tar.bz2"
-MD5SUM="c553cb37f1b781d1af05787beacf0193"
+DOWNLOAD="http://sourceforge.net/projects/lensfun/files/0.3.1/lensfun-0.3.1.tar.gz"
+MD5SUM="7f577385f98b260ea5384b99c6eb03aa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""