pkgsrc/multimedia/gst-plugins0.10-bad/Makefile.common
drochner 032d9d54ad update to 0.10.4
changes:
Parallel installability with 0.8.x series
Threadsafe design and API
V4L2 source element moved to Good plugins
Many improvements in Quicktime playback
Xvid encoding and decoding improvements
FAAD decoder fixes
New element: alsaspdifsink for IEC958 output
Spectrum FFT analysis element ported
New element: h264parse. H.264 Parser
Fixes in bz2 support
New element: theoraexpdec. Libtheoraexp based Theora decoder
New element: wavpackenc. Wavpack decoder
Improvements in the libneon based http source
gstfilter ported to 0.10
mpeg2enc ported to 0.10
New element: nsfdec. NSF decoder
New element: spcdec. libopenspc based SPC decoder
videocrop ported/re-written from 0.8
cdaudio element ported to 0.10
New element: rganalysis. ReplayGain analysis element
New element: dvbsrc. DVB source element (disabled by default)
deinterlace (Simple deinterlacer) ported from 0.8
New element: nuvdemux. NUV video demuxer
Fixes in the DirectDraw output elements
New elements: multifilesrc, multifilesink
y4mencode ported from 0.8
rfbsrc, librfb based capture source ported from 0.8
New element: jackaudiosink. JACK audio output element
Many other fixes and improvements
2007-01-09 15:21:34 +00:00

37 lines
771 B
Makefile

# $NetBSD: Makefile.common,v 1.2 2007/01/09 15:21:34 drochner Exp $
#
GST_PLUGINS0.10_TYPE= bad
GST_PLUGINS0.10_VER= 0.10.4
# 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 \
wavpack \
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"