From owner-dev-commits-ports-main@freebsd.org Mon Apr 12 00:34:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 B2EFA5E3FB8; Mon, 12 Apr 2021 00:34:21 +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 4FJV9T2ndcz4nvD; Mon, 12 Apr 2021 00:34:21 +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 25A715ABB; Mon, 12 Apr 2021 00:34:21 +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 13C0YLXa092268; Mon, 12 Apr 2021 00:34:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13C0YLVF092267; Mon, 12 Apr 2021 00:34:21 GMT (envelope-from git) Date: Mon, 12 Apr 2021 00:34:21 GMT Message-Id: <202104120034.13C0YLVF092267@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: 136cf0c62d8b - main - graphics/jpeg-xl: 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: 136cf0c62d8bbf420ca40d06a905819e80b95edf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 00:34:21 -0000 The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=136cf0c62d8bbf420ca40d06a905819e80b95edf commit 136cf0c62d8bbf420ca40d06a905819e80b95edf Author: Matthias Andree AuthorDate: 2021-04-11 00:11:57 +0000 Commit: Matthias Andree CommitDate: 2021-04-12 00:33:39 +0000 graphics/jpeg-xl: make compatible with OpenEXR/Imath 3.0 --- graphics/jpeg-xl/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/graphics/jpeg-xl/Makefile b/graphics/jpeg-xl/Makefile index 9bcfd5ed8538..bcaedd837d5b 100644 --- a/graphics/jpeg-xl/Makefile +++ b/graphics/jpeg-xl/Makefile @@ -1,6 +1,7 @@ PORTNAME= jpeg-xl DISTVERSIONPREFIX= v DISTVERSION= 0.3.7 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -57,8 +58,8 @@ MANPAGES_BUILD_DEPENDS= a2x:textproc/asciidoc MANPAGES_USES= python:build MANPAGES_CMAKE_BOOL_OFF=CMAKE_DISABLE_FIND_PACKAGE_Python -OPENEXR_LIB_DEPENDS= libHalf.so:graphics/ilmbase \ - libIlmImf.so:graphics/openexr +OPENEXR_LIB_DEPENDS= libImath.so:math/Imath \ + libOpenEXR.so:graphics/openexr OPENEXR_CMAKE_BOOL= JPEGXL_ENABLE_OPENEXR PIXBUF_USES= gnome @@ -75,6 +76,8 @@ TEST_TEST_TARGET= test post-patch: @${REINPLACE_CMD} 's,/usr,${LOCALBASE},' \ ${WRKSRC}/plugins/gdk-pixbuf/jxl.thumbnailer + ${REINPLACE_CMD} 's,OpenEXR::Int64,uint64_t,' \ + ${WRKSRC}/lib/extras/codec_exr.cc # pkg_check_modules doesn't support CMAKE_DISABLE_* post-patch-GIMP-off: