summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2021-07-08 21:29:49 +0000
committermarkd <markd@pkgsrc.org>2021-07-08 21:29:49 +0000
commitafc1fbd1be1ed6ebe030d6507f7ca7313568fea7 (patch)
tree8ff558ab893bd6ceaf18b211f0d81df8666ce221 /graphics
parent9c78d24c4ae69e6406c34c48f57b370a1fdd9eb3 (diff)
downloadpkgsrc-afc1fbd1be1ed6ebe030d6507f7ca7313568fea7.tar.gz
gegl: build with openexr3
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gegl/Makefile4
-rw-r--r--graphics/gegl/distinfo3
-rw-r--r--graphics/gegl/patches/patch-operations_external_exr-save.cc14
3 files changed, 18 insertions, 3 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index be79e14fd9a..f2addea3a88 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.93 2021/04/21 11:41:52 adam Exp $
+# $NetBSD: Makefile,v 1.94 2021/07/08 21:29:49 markd Exp $
DISTNAME= gegl-0.4.30
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://download.gimp.org/pub/gegl/0.4/
EXTRACT_SUFX= .tar.xz
diff --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo
index cedea09a0c7..7a1ea9a4770 100644
--- a/graphics/gegl/distinfo
+++ b/graphics/gegl/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.33 2021/04/03 05:30:51 ryoon Exp $
+$NetBSD: distinfo,v 1.34 2021/07/08 21:29:49 markd Exp $
SHA1 (gegl-0.4.30.tar.xz) = 5409c096dcba512186a0a6a8ef2449d62b2affae
RMD160 (gegl-0.4.30.tar.xz) = a9c35d5343baad327a622d1989f8f43597d9ccd1
SHA512 (gegl-0.4.30.tar.xz) = 73db2d18260ba061fbbc2adb3256ea9d5b822b57f5654cc3aefb59e7afeeb2e4f0fd7e95ac14603c0a549935df04d5744001089efb378511c914c68664dbd378
Size (gegl-0.4.30.tar.xz) = 5398052 bytes
SHA1 (patch-gegl_gegl-config.c) = a8e1f5f5394a33be2bcdcb05ec7654d06f7ad4bc
+SHA1 (patch-operations_external_exr-save.cc) = 9896064414bcb73eb244bb82a9ce768868084aa3
SHA1 (patch-operations_external_png-load.c) = 9a03e842597d6c069f7dfa0fa224dd487479b27f
SHA1 (patch-operations_external_tiff-load.c) = 5be8581a1459db3007bb82c27c2770356314f71d
diff --git a/graphics/gegl/patches/patch-operations_external_exr-save.cc b/graphics/gegl/patches/patch-operations_external_exr-save.cc
new file mode 100644
index 00000000000..200aed682fc
--- /dev/null
+++ b/graphics/gegl/patches/patch-operations_external_exr-save.cc
@@ -0,0 +1,14 @@
+$NetBSD: patch-operations_external_exr-save.cc,v 1.3 2021/07/08 21:29:49 markd Exp $
+
+openexr3 patch
+
+--- operations/external/exr-save.cc.orig 2021-03-27 19:13:57.953967000 +0000
++++ operations/external/exr-save.cc
+@@ -45,6 +45,7 @@ extern "C" {
+ #include <ImfChromaticities.h>
+ #include <ImfStandardAttributes.h>
+ #include <ImfArray.h>
++#include <ImfFrameBuffer.h>
+ #include "ImathRandom.h"
+
+