pkgsrc/multimedia/gst-plugins1-bad/Makefile.common
2017-02-03 15:27:10 +00:00

57 lines
1.7 KiB
Text

# $NetBSD: Makefile.common,v 1.23 2017/02/03 15:27:10 maya 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.3
# 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"