summaryrefslogtreecommitdiff
path: root/graphics/darktable
diff options
context:
space:
mode:
authorwiz <wiz>2012-08-29 16:26:51 +0000
committerwiz <wiz>2012-08-29 16:26:51 +0000
commita75b8c2067add22799ce23dfa3c55304dccf11c7 (patch)
tree6df448888ab10788640f8eb6500c444d85af328d /graphics/darktable
parenta36d41adcbef58e9eddb09cc1bfdd649394c5641 (diff)
downloadpkgsrc-a75b8c2067add22799ce23dfa3c55304dccf11c7.tar.gz
Direct inclusion of librsvg/rsvg-cairo.h is deprecated and leads to build
errors. "Don't do it, then!"
Diffstat (limited to 'graphics/darktable')
-rw-r--r--graphics/darktable/distinfo3
-rw-r--r--graphics/darktable/patches/patch-src_iop_watermark.c14
2 files changed, 16 insertions, 1 deletions
diff --git a/graphics/darktable/distinfo b/graphics/darktable/distinfo
index 5e339b288ef..63fb8b7a8ca 100644
--- a/graphics/darktable/distinfo
+++ b/graphics/darktable/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2012/08/12 07:47:29 marino Exp $
+$NetBSD: distinfo,v 1.13 2012/08/29 16:26:51 wiz Exp $
SHA1 (darktable-1.0.5.tar.gz) = d007ada0f3fb3af6861de74323577b90eec3996e
RMD160 (darktable-1.0.5.tar.gz) = e9740b7ebc045e8e52b42c41074888e423ff8c3e
@@ -12,4 +12,5 @@ SHA1 (patch-src_common_imageio__rgbe.c) = 71ac4e58bd89310323c25464bda8cb7a46c597
SHA1 (patch-src_control_jobs_control__jobs.c) = 418bc906d7fb54d6c55060bf60f0e24b6b9d1f12
SHA1 (patch-src_develop_blend.c) = 7411edf0903bbed7b4afcb82bc5c650100f23755
SHA1 (patch-src_iop_lens.c) = 2c6613c4d46ec13085535e1106c32380e8fac1dc
+SHA1 (patch-src_iop_watermark.c) = 0b30f93011455fafc356dd861d1e0a078f647549
SHA1 (patch-src_rawspeed_RawSpeed_Common.h) = c7dfc4e65ea46e7318d3d5ebdab6dcb5491c1c48
diff --git a/graphics/darktable/patches/patch-src_iop_watermark.c b/graphics/darktable/patches/patch-src_iop_watermark.c
new file mode 100644
index 00000000000..d6a803d4f2b
--- /dev/null
+++ b/graphics/darktable/patches/patch-src_iop_watermark.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_iop_watermark.c,v 1.1 2012/08/29 16:26:51 wiz Exp $
+
+Direct inclusion of this header is deprecated.
+
+--- src/iop/watermark.c.orig 2012-07-21 10:44:08.000000000 +0000
++++ src/iop/watermark.c
+@@ -38,7 +38,6 @@
+ #include <inttypes.h>
+
+ #include <librsvg/rsvg.h>
+-#include <librsvg/rsvg-cairo.h>
+
+ #include "common/metadata.h"
+ #include "common/utility.h"