summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-base/Makefile.common
blob: b7375e1cf239a3fb5d4b476958691f52efc3eb0e (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.23 2009/10/21 16:45:31 drochner Exp $
#
# used by audio/gst-plugins0.10-alsa/Makefile
# used by audio/gst-plugins0.10-cdparanoia/Makefile
# used by audio/gst-plugins0.10-libvisual/Makefile
# used by audio/gst-plugins0.10-vorbis/Makefile
# used by devel/gst-plugins0.10-pango/Makefile
# used by multimedia/gst-plugins0.10-ogg/Makefile
# used by multimedia/gst-plugins0.10-theora/Makefile
# used by sysutils/gst-plugins0.10-gio/Makefile
# used by sysutils/gst-plugins0.10-gnomevfs/Makefile
# used by x11/gst-plugins0.10-x11/Makefile

GST_PLUGINS0.10_TYPE=	base
GST_PLUGINS0.10_VER=	0.10.25
BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.20.1

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

.include "plugins.mk"