summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins1-base/Makefile.common
blob: 8824731723341edf815d25bcd74dafa575616b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# $NetBSD: Makefile.common,v 1.22 2017/03/16 14:35:22 wiz Exp $
#
# used by audio/gst-plugins1-alsa/Makefile
# used by audio/gst-plugins1-cdparanoia/Makefile
# used by audio/gst-plugins1-opus/Makefile
# used by sysutils/gst-plugins1-gio/Makefile
# used by audio/gst-plugins1-libvisual/Makefile
# used by multimedia/gst-plugins1-ogg/Makefile
# used by devel/gst-plugins1-pango/Makefile
# used by multimedia/gst-plugins1-theora/Makefile
# used by audio/gst-plugins1-vorbis/Makefile
# used by x11/gst-plugins1-x11/Makefile
#

GST_PLUGINS1_TYPE=	base
GST_PLUGINS1_VER=	1.10.4
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.10.0
LICENSE=		gnu-lgpl-v2

# Disable all drivers and features by default.
.for driver in	alsa \
		cdparanoia \
		freetypetest \
		gio \
		ivorbis \
		libvisual \
		ogg \
		pango \
		theora \
		vorbis \
		x \
		xshm \
		xvideo
CONFIGURE_ARGS+=	--disable-${driver}
.endfor

.include "../../devel/orc/buildlink3.mk"
.include "plugins.mk"