graphics/gstreamer1-plugins-openexr: make compatible with OpenEXR/Imath 3.0
This commit is contained in:
parent
9afced5664
commit
8b4cc116f6
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue