graphics/gstreamer1-plugins-openexr: make compatible with OpenEXR/Imath 3.0

This commit is contained in:
Matthias Andree 2021-04-11 06:42:12 +02:00
parent 9afced5664
commit 8b4cc116f6
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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