blob: 03b55a13baccb122427d235f5e880ddcfdf12803 (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# $NetBSD: Makefile.common,v 1.24 2017/03/16 14:51:19 wiz Exp $
#
# used by audio/gst-plugins1-dts/Makefile
# used by audio/gst-plugins1-faac/Makefile
# used by audio/gst-plugins1-faad/Makefile
# used by audio/gst-plugins1-soundtouch/Makefile
# used by audio/gst-plugins1-spc/Makefile
# used by net/gst-plugins1-mms/Makefile
# used by net/gst-plugins1-rtmp/Makefile
# used by multimedia/gst-plugins1-resindvd/Makefile
## used by multimedia/gst-plugins1-xvid/Makefile (broken)
## used by audio/gst-plugins1-musepack/Makefile (probably newer libmusepack or libmpcdec is needed)
#
GST_PLUGINS1_TYPE= bad
GST_PLUGINS1_VER= 1.10.4
# Disable all drivers and features by default.
.for driver in \
directfb \
dts \
dvb \
faac \
faad \
fbdev \
gsm \
hls \
libmms \
musepack \
neon \
real \
sdl \
shm \
soundtouch \
vcd \
vdpau \
xvid
CONFIGURE_ARGS+= --disable-${driver}
.endfor
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.10.0
BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.10.0
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-insertbin.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-bad-audio.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-player.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-gl.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-plugins-bad.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-mpegts.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-bad-base.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-bad-video.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-codecparsers.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-wayland.pc.in
.include "../../devel/orc/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/plugins.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
|