pkgsrc/multimedia/gst-plugins0.10-ugly/Makefile.common
drochner 8778351f42 update to 0.10.8
changes:
-ASF demuxer fixes
-MP3 parsing and Xing header output bug-fixes
-Real streaming and demuxing improvements
2008-05-30 17:36:50 +00:00

25 lines
587 B
Text

# $NetBSD: Makefile.common,v 1.6 2008/05/30 17:36:50 drochner Exp $
#
GST_PLUGINS0.10_TYPE= ugly
GST_PLUGINS0.10_VER= 0.10.8
# 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.3
BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.3
.include "../../multimedia/gst-plugins0.10-base/plugins.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"