summaryrefslogtreecommitdiffstats
path: root/graphics/shotwell/shotwell.SlackBuild
diff options
context:
space:
mode:
author dsomero2012-09-20 06:08:55 +0200
committer dsomero2012-09-20 06:09:54 +0200
commitc87893e2bd517ce60938748f31680a891b67469a (patch)
treed084c8b6f6a007db35ba44d49ece3cabb7411c7f /graphics/shotwell/shotwell.SlackBuild
parent6845836d445466e8b4bff8f0adcd3aa8a26c5257 (diff)
downloadslackbuilds-c87893e2bd517ce60938748f31680a891b67469a.tar.gz
graphics/shotwell: Patched for LibRaw 0.14.x
Diffstat (limited to 'graphics/shotwell/shotwell.SlackBuild')
-rw-r--r--graphics/shotwell/shotwell.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/shotwell/shotwell.SlackBuild b/graphics/shotwell/shotwell.SlackBuild
index c9a88cc0bb..00fc9fad66 100644
--- a/graphics/shotwell/shotwell.SlackBuild
+++ b/graphics/shotwell/shotwell.SlackBuild
@@ -4,7 +4,7 @@
PRGNAM=shotwell
VERSION=0.11.6
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -43,6 +43,10 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
+# Fix building with LibRaw 0.14
+patch -p0 -i $CWD/patch-src-photos-GRaw.vala
+patch -p0 -i $CWD/patch-vapi-libraw.vapi
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \