graphics/rawtherapee: Updated for version 5.4.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Panagiotis Nikolaou 2018-06-17 17:44:08 +01:00 committed by David Spencer
parent d5260b40ac
commit 4a85098557
2 changed files with 7 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for rawtherapee
# Copyright 2014-2017 Panagiotis Nikolaou, Culver City, CA
# Copyright 2014-2018 Panagiotis Nikolaou, Culver City, CA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rawtherapee
VERSION=${VERSION:-5.3}
VERSION=${VERSION:-5.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -90,6 +90,8 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
mv $PKG/usr/share/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION
rm -rf $PKG/usr/share/doc
cp -a RELEASE_NOTES.txt README.md AUTHORS.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="rawtherapee"
VERSION="5.3"
VERSION="5.4"
HOMEPAGE="http://rawtherapee.com/"
DOWNLOAD="http://rawtherapee.com/shared/source/rawtherapee-5.3.tar.xz"
MD5SUM="7f0162d1eca4259424aba7881c8c890b"
DOWNLOAD="http://rawtherapee.com/shared/source/rawtherapee-5.4.tar.xz"
MD5SUM="07bbb401dee4abaa3e38b4e1f3e498ce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lensfun libiptcdata"