pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gegl gegl: build with openexr3
details: https://anonhg.NetBSD.org/pkgsrc/rev/2dbe7bbd91ad
branches: trunk
changeset: 455695:2dbe7bbd91ad
user: markd <markd%pkgsrc.org@localhost>
date: Thu Jul 08 21:29:49 2021 +0000
description:
gegl: build with openexr3
diffstat:
graphics/gegl/Makefile | 4 +-
graphics/gegl/distinfo | 3 +-
graphics/gegl/patches/patch-operations_external_exr-save.cc | 14 +++++++++++++
3 files changed, 18 insertions(+), 3 deletions(-)
diffs (46 lines):
diff -r 2f9ee00444a2 -r 2dbe7bbd91ad graphics/gegl/Makefile
--- a/graphics/gegl/Makefile Thu Jul 08 21:29:09 2021 +0000
+++ b/graphics/gegl/Makefile Thu Jul 08 21:29:49 2021 +0000
@@ -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 -r 2f9ee00444a2 -r 2dbe7bbd91ad graphics/gegl/distinfo
--- a/graphics/gegl/distinfo Thu Jul 08 21:29:09 2021 +0000
+++ b/graphics/gegl/distinfo Thu Jul 08 21:29:49 2021 +0000
@@ -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 -r 2f9ee00444a2 -r 2dbe7bbd91ad graphics/gegl/patches/patch-operations_external_exr-save.cc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gegl/patches/patch-operations_external_exr-save.cc Thu Jul 08 21:29:49 2021 +0000
@@ -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"
+
+
Home |
Main Index |
Thread Index |
Old Index