mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
aa49f23a6d
- The spc plugin was removed inflavor for the gsm plugin. - Added in tree qt plugin. Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2 Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by maintainer) Thanks to antoine@ for the exp-run. PR: 239386
19 lines
355 B
Makefile
19 lines
355 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|