freebsd-ports/graphics/gstreamer1-plugins-qt/Makefile
Michal Zielonka e3b732b479
Update gstreamer1 to upstream release 1.20.3
PR:		261585
Reviewed by:	riggs,jbeich,tcberner

Differential Revision:	https://reviews.freebsd.org/D36850
2022-10-15 12:46:46 +02:00

19 lines
368 B
Makefile

PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer Qt videosink plugin
GST_PLUGIN_SUFFIX= -qt
GST_PLUGIN= qt5
DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
USES= compiler:c++11-lang qt:5
USE_QT= core gui declarative buildtools:build network x11extras
USE_GSTREAMER= gl
.include "${MASTERDIR}/Makefile"