mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/rawtherapee: Updated for version 5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a2830c26f5
commit
274f40922b
4 changed files with 5 additions and 17 deletions
|
@ -2,7 +2,3 @@ RawTherapee is an advanced program for developing raw photos and for
|
|||
processing non-raw photos. It is non-destructive, makes use of OpenMP,
|
||||
supports all the cameras supported by dcraw and carries out its calculations
|
||||
in a high precision 32bit floating point engine.
|
||||
|
||||
By default, the SlackBuild bulding the gtk3 interface. If you want instead
|
||||
to build the gtk2 interface download the gtk2 source and pass GTK2=yes to
|
||||
SlackBuild.
|
||||
|
|
|
@ -23,13 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rawtherapee
|
||||
VER=${VER:-5.0.r1}
|
||||
if [ "${GTK2:-no}" == "yes" ]; then
|
||||
OPT1=gtk2
|
||||
else
|
||||
OPT2=gtk3
|
||||
fi
|
||||
VERSION=$VER.$OPT1$OPT2
|
||||
VERSION=${VERSION:-5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
PRGNAM="rawtherapee"
|
||||
VERSION="5.0.r1"
|
||||
VERSION="5.1"
|
||||
HOMEPAGE="http://rawtherapee.com/"
|
||||
DOWNLOAD="https://master.dl.sourceforge.net/project/slackbuildsdirectlinks/rawtherapee/rawtherapee-5.0.r1.gtk2.tar.xz \
|
||||
https://master.dl.sourceforge.net/project/slackbuildsdirectlinks/rawtherapee/rawtherapee-5.0.r1.gtk3.tar.xz"
|
||||
MD5SUM="34c636f761c03d97de5d89d48ab2aed0 \
|
||||
b3dd5929cc5ad294add586a6c9eeef4d"
|
||||
DOWNLOAD="http://rawtherapee.com/shared/source/rawtherapee-5.1.tar.xz"
|
||||
MD5SUM="280af366adafc9afa47364dfe9c7978a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libiptcdata"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
rawtherapee: rawtherapee (High Image Quality)
|
||||
rawtherapee:
|
||||
rawtherapee: the powerful open source raw converter,
|
||||
rawtherapee: The powerful open source raw converter,
|
||||
rawtherapee: all the standard features you would expect from a raw developer
|
||||
rawtherapee: and much more a processing queue to make tweaking a photo as fast
|
||||
rawtherapee: as possible while leaving the CPU grunt work queued up for later,
|
||||
|
|
Loading…
Reference in a new issue