pkgsrc/multimedia/gst-plugins0.10-base/Makefile.common
drochner db23c76d94 update to 0.10.36
changes:
-new GstAudioDecoder and GstAudioEncoder base classes
-new GstAudioInfo audio format description API (which matches the new API
 in 0.11)
-add support for compressed audio payloading and passhthrough
 (think S/PDIF, mp3 over bluetooth)
-new tag convenience API to get info about creative commons licenses
-new GstTagMux base class
-new video API to force key units via events
-new video overlay composition API for subtitles
-decodebin/playbin2 now plug parsers by default
2012-02-28 18:28:14 +00:00

39 lines
1 KiB
Text

# $NetBSD: Makefile.common,v 1.32 2012/02/28 18:28:14 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.36
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 "../../devel/orc/buildlink3.mk"
.include "plugins.mk"