blob: 3e2770bee3960619510a5d4bc103d509cb272fab (
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.26 2010/05/14 16:28:57 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.29
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"
|