summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Panagiotis Nikolaou2016-02-05 21:38:46 +0100
committer Willy Sudiarto Raharjo2016-02-05 21:56:30 +0100
commit8f5f8f8831a8b82c896a3c4d355f6bfc9aafe033 (patch)
treea61d1b94e7d19104a400d4d2a5ed87cbc26f2006 /graphics
parent53a5ed6178e32617dcec9d1bac448f26cc4dc41c (diff)
downloadslackbuilds-8f5f8f8831a8b82c896a3c4d355f6bfc9aafe033.tar.gz
graphics/rawtherapee: Update to newer source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/rawtherapee/rawtherapee.SlackBuild8
-rw-r--r--graphics/rawtherapee/rawtherapee.info4
2 files changed, 7 insertions, 5 deletions
diff --git a/graphics/rawtherapee/rawtherapee.SlackBuild b/graphics/rawtherapee/rawtherapee.SlackBuild
index 93b33e8137..20ebb1e2e4 100644
--- a/graphics/rawtherapee/rawtherapee.SlackBuild
+++ b/graphics/rawtherapee/rawtherapee.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for rawtherapee
-# Copyright 2014 Panagiotis Nikolaou, Karlovasi Samos, Gr
+# Copyright 2014-2016 Panagiotis Nikolaou, Karlovasi Samos, Gr
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=rawtherapee
VERSION=${VERSION:-4.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -73,7 +73,8 @@ mkdir -p build
cd build
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
- -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
+ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS -std=c++11" \
+ -DPROC_TARGET_NUMBER="2" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release ..
make
@@ -88,6 +89,7 @@ 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
+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
mkdir -p $PKG/install
diff --git a/graphics/rawtherapee/rawtherapee.info b/graphics/rawtherapee/rawtherapee.info
index de9b15d680..c8dbfa1f23 100644
--- a/graphics/rawtherapee/rawtherapee.info
+++ b/graphics/rawtherapee/rawtherapee.info
@@ -1,8 +1,8 @@
PRGNAM="rawtherapee"
VERSION="4.2"
HOMEPAGE="http://rawtherapee.com/"
-DOWNLOAD="http://rawtherapee.com/shared/source/rawtherapee-4.2.tar.xz"
-MD5SUM="e6510ed56fdc35aa712b4c0f54c52ac0"
+DOWNLOAD="https://packages.slackonly.com/pub/sources/rawtherapee/rawtherapee-4.2.tar.xz"
+MD5SUM="010ad7e70e85f5225f798ca209084f86"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libiptcdata"