From 524a974282938c07fd6ce51400b8db272cdf2891 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 18 May 2015 00:21:50 +0700 Subject: libraries/lensfun: Updated for version 0.3.1. Signed-off-by: Willy Sudiarto Raharjo --- libraries/lensfun/lensfun.SlackBuild | 7 ++++--- libraries/lensfun/lensfun.info | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'libraries/lensfun') 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 -# Copyright 2013-2014 Willy Sudiarto Raharjo +# Copyright 2013-2015 Willy Sudiarto Raharjo # 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="" -- cgit v1.2.3