From owner-dev-commits-ports-all@freebsd.org Mon Apr 12 00:34:33 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 A5E2E5E4131; Mon, 12 Apr 2021 00:34:33 +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 4FJV9h6vygz4npv; Mon, 12 Apr 2021 00:34:32 +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 AA2E25D82; Mon, 12 Apr 2021 00:34:32 +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 13C0YWOa092490; Mon, 12 Apr 2021 00:34:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13C0YWTQ092489; Mon, 12 Apr 2021 00:34:32 GMT (envelope-from git) Date: Mon, 12 Apr 2021 00:34:32 GMT Message-Id: <202104120034.13C0YWTQ092489@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: 8b4cc116f677 - main - graphics/gstreamer1-plugins-openexr: 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: 8b4cc116f677d518a48582aea8739bb06e078675 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:33 -0000 The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b4cc116f677d518a48582aea8739bb06e078675 commit 8b4cc116f677d518a48582aea8739bb06e078675 Author: Matthias Andree AuthorDate: 2021-04-11 04:42:12 +0000 Commit: Matthias Andree CommitDate: 2021-04-12 00:33:45 +0000 graphics/gstreamer1-plugins-openexr: make compatible with OpenEXR/Imath 3.0 --- graphics/gstreamer1-plugins-openexr/Makefile | 4 +++- multimedia/gstreamer1-plugins/Makefile.common | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/graphics/gstreamer1-plugins-openexr/Makefile b/graphics/gstreamer1-plugins-openexr/Makefile index cd4b6d84318c..affa28569cc3 100644 --- a/graphics/gstreamer1-plugins-openexr/Makefile +++ b/graphics/gstreamer1-plugins-openexr/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics COMMENT= GStreamer OpenExr codec plugin @@ -7,6 +7,8 @@ USES+= compiler:c++11-lang GST_PLUGIN= openexr DIST= bad +CPPFLAGS+= -DInt64=uint64_t + pre-configure: ${REINPLACE_CMD} -e 's/c++98/c++11/' ${WRKSRC}/ext/openexr/Makefile.in diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common index 0e7d463db6d4..0eeb8a80deba 100644 --- a/multimedia/gstreamer1-plugins/Makefile.common +++ b/multimedia/gstreamer1-plugins/Makefile.common @@ -384,8 +384,7 @@ gst_opencv_PLIST_FILES= # gst_opencv_USES= compiler:c++11-lib # openexr -gst_openexr_LIB_DEPENDS=libImath.so:graphics/ilmbase \ - libIlmImf.so:graphics/openexr +gst_openexr_LIB_DEPENDS= libOpenEXR.so:graphics/openexr # openjpeg gst_openjpeg_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg