Date: Mon, 12 Apr 2021 00:34:32 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8b4cc116f677 - main - graphics/gstreamer1-plugins-openexr: make compatible with OpenEXR/Imath 3.0 Message-ID: <202104120034.13C0YWTQ092489@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b4cc116f677d518a48582aea8739bb06e078675 commit 8b4cc116f677d518a48582aea8739bb06e078675 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-04-11 04:42:12 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104120034.13C0YWTQ092489>