blob: 1b0b097c8cb843c2b9f8c54931c1ae280ce85e96 (
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.31 2018/05/23 20:43:18 adam 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.14.1
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.14.0
LICENSE= gnu-lgpl-v2
# Disable all drivers and features by default.
.for driver in alsa \
cdparanoia \
cocoa \
freetypetest \
gio \
ivorbis \
libvisual \
ogg \
pango \
theora \
vorbis \
x \
xshm \
xvideo
CONFIGURE_ARGS+= --disable-${driver}
.endfor
.include "../../devel/orc/buildlink3.mk"
.include "plugins.mk"
|