mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/lensfun: Updated for version 0.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2154dafeb3
commit
524a974282
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue