Received: by mail.netbsd.org (Postfix, from userid 605) id 5A77A84FCE; Thu, 8 Jul 2021 21:29:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8241284D6A for ; Thu, 8 Jul 2021 21:29:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id KDz23VtGIshA for ; Thu, 8 Jul 2021 21:29:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 987AF84D69 for ; Thu, 8 Jul 2021 21:29:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 95370FA95; Thu, 8 Jul 2021 21:29:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162577978932430" MIME-Version: 1.0 Date: Thu, 8 Jul 2021 21:29:49 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/graphics/gegl To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210708212949.95370FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162577978932430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_162577978932430 Content-Disposition: inline Content-Length: 2349 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 + #include + #include ++#include + #include "ImathRandom.h" + + --_----------=_162577978932430--