blob: 370832956fc93652bd94abc9a6b83f9517b926e5 (
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
|
# $NetBSD: Makefile.common,v 1.9 2008/12/03 09:00:18 wiz Exp $
#
# used by audio/gst-plugins0.10-a52/Makefile
# used by audio/gst-plugins0.10-mad/Makefile
# used by audio/gst-plugins0.10-sid/Makefile
# used by multimedia/gst-plugins0.10-dvdread/Makefile
# used by multimedia/gst-plugins0.10-mpeg2dec/Makefile
GST_PLUGINS0.10_TYPE= ugly
GST_PLUGINS0.10_VER= 0.10.10
# Disable all drivers and features by default.
.for driver in a52dec \
amrnb \
dvdread \
dvdnav \
lame \
id3tag \
mad \
mpeg2dec \
sidplay
CONFIGURE_ARGS+= --disable-${driver}
.endfor
BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.20
BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.14
.include "../../multimedia/gst-plugins0.10-base/plugins.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
|