From owner-dev-commits-ports-all@freebsd.org Mon Apr 12 00:34:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4363C5E3E34; Mon, 12 Apr 2021 00:34:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJV9M4vq7z4nV1; Mon, 12 Apr 2021 00:34:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5FADC5BBF; Mon, 12 Apr 2021 00:34:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13C0YFp9092157; Mon, 12 Apr 2021 00:34:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13C0YFf3092156; Mon, 12 Apr 2021 00:34:15 GMT (envelope-from git) Date: Mon, 12 Apr 2021 00:34:15 GMT Message-Id: <202104120034.13C0YFf3092156@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Andree Subject: git: 09382aa3f559 - main - graphics/gegl: make compatible with OpenEXR/Imath 3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 09382aa3f55946c41765cd39520e4acdf9677b38 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 00:34:16 -0000 The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=09382aa3f55946c41765cd39520e4acdf9677b38 commit 09382aa3f55946c41765cd39520e4acdf9677b38 Author: Matthias Andree AuthorDate: 2021-04-10 16:02:26 +0000 Commit: Matthias Andree CommitDate: 2021-04-12 00:33:37 +0000 graphics/gegl: make compatible with OpenEXR/Imath 3.0 --- graphics/gegl/Makefile | 5 +++-- graphics/gegl/files/patch-operations_external_exr-save.cc | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index b0065c57a6ea..cd427a44da64 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -2,6 +2,7 @@ PORTNAME= gegl PORTVERSION= 0.4.30 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GIMP @@ -76,8 +77,8 @@ JASPER_MESON_ENABLED= jasper LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 LCMS2_MESON_ENABLED= lcms -OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/openexr \ - libImath.so:graphics/ilmbase +OPENEXR_LIB_DEPENDS= libOpenEXR.so:graphics/openexr \ + libImath.so:math/Imath OPENEXR_MESON_ENABLED= openexr RAW_LIB_DEPENDS= libraw.so:graphics/libraw diff --git a/graphics/gegl/files/patch-operations_external_exr-save.cc b/graphics/gegl/files/patch-operations_external_exr-save.cc new file mode 100644 index 000000000000..69a1253b15e2 --- /dev/null +++ b/graphics/gegl/files/patch-operations_external_exr-save.cc @@ -0,0 +1,10 @@ +--- operations/external/exr-save.cc.orig 2021-03-27 19:13:57 UTC ++++ operations/external/exr-save.cc +@@ -45,6 +45,7 @@ extern "C" { + #include + #include + #include ++#include + #include "ImathRandom.h" + +