pkgsrc/multimedia/gst-plugins0.10-bad/Makefile.common
drochner 04675aa414 update to 0.10.5
changes:
-some new plugins
-LADSPA plugin improvements
-IIR equaliser ported to 0.10
-libsndfile output ported to 0.10
-mpegvideoparse ported to 0.10 and improved
-switch element ported to 0.10
-VCD source element ported to 0.10
-AMR-WB support fixes
-MIDI renderer plugin based on timidity
-qtdemux, wavpack and videocrop plugins moved to the Good module
-Many other bug fixes and improvements
2007-07-06 19:20:15 +00:00

36 lines
759 B
Makefile

# $NetBSD: Makefile.common,v 1.3 2007/07/06 19:20:15 drochner Exp $
#
GST_PLUGINS0.10_TYPE= bad
GST_PLUGINS0.10_VER= 0.10.5
# Disable all drivers and features by default.
.for driver in amrwb \
cdaudio \
dfbvideosink \
divx \
tsdec \
faac \
faad \
glsink \
gsmenc gsmdec \
ivorbisdec \
libmms \
musepack \
musicbrainz \
neonhttpsrc \
sdlvideosink sdlaudiosink \
soundtouch \
swfdec \
theoraexpdec \
v4l2src \
xvid
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"