pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/gegl



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Jul  8 21:29:49 UTC 2021

Modified Files:
        pkgsrc/graphics/gegl: Makefile distinfo
Added Files:
        pkgsrc/graphics/gegl/patches: patch-operations_external_exr-save.cc

Log Message:
gegl: build with openexr3


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/graphics/gegl/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/gegl/distinfo
cvs rdiff -u -r0 -r1.3 \
    pkgsrc/graphics/gegl/patches/patch-operations_external_exr-save.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gegl/Makefile
diff -u pkgsrc/graphics/gegl/Makefile:1.93 pkgsrc/graphics/gegl/Makefile:1.94
--- pkgsrc/graphics/gegl/Makefile:1.93  Wed Apr 21 11:41:52 2021
+++ pkgsrc/graphics/gegl/Makefile       Thu Jul  8 21:29:49 2021
@@ -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

Index: pkgsrc/graphics/gegl/distinfo
diff -u pkgsrc/graphics/gegl/distinfo:1.33 pkgsrc/graphics/gegl/distinfo:1.34
--- pkgsrc/graphics/gegl/distinfo:1.33  Sat Apr  3 05:30:51 2021
+++ pkgsrc/graphics/gegl/distinfo       Thu Jul  8 21:29:49 2021
@@ -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

Added files:

Index: pkgsrc/graphics/gegl/patches/patch-operations_external_exr-save.cc
diff -u /dev/null pkgsrc/graphics/gegl/patches/patch-operations_external_exr-save.cc:1.3
--- /dev/null   Thu Jul  8 21:29:49 2021
+++ pkgsrc/graphics/gegl/patches/patch-operations_external_exr-save.cc  Thu Jul  8 21:29:49 2021
@@ -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