freebsd-ports/graphics/gstreamer1-plugins-opencv/Makefile
Thomas Zander 06be4e146b
Update gstreamer1 to upstream release 1.22.5
PR:		272141, 271505
MFH:		2023Q3
2023-07-25 08:51:31 +02:00

18 lines
442 B
Makefile

PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer opencv real time computer vision plugin
GST_PLUGIN= opencv
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
# Clang has issues with Overloaded stuff inside OpenCV
CXXFLAGS+= -Wno-overloaded-virtual
LIB_DEPENDS= libopencv_highgui.so:graphics/opencv
GST_PLUGIN_DIR= gst-libs/gst/opencv ext/opencv
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"