freebsd-ports/x11/gstreamer1-plugins-ximagesrc/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

22 lines
443 B
Makefile

PORTREVISION= 0
CATEGORIES= x11
PKGNAMESUFFIX= 1-plugins-ximagesrc
COMMENT= GStreamer X source plugin
GST_PLUGIN= ximagesrc
DIST= good
GOOD_GST_ENABLED_PLUGINS= ximagesrc \
ximagesrc-xshm \
ximagesrc-xfixes \
ximagesrc-xdamage
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
USES= xorg
USE_XORG= x11 xfixes xdamage xext
.include "${MASTERDIR}/Makefile"