pkgsrc/multimedia/gst-plugins0.10-bad/Makefile.common
drochner 46ab92207d update to 0.10.14
changes:
Moved rtpmanager to -good
Moved dirac elements from schroedinger to gst-plugins-bad (new schroedinger release
 without the gstreamer elements will follow shortly)
amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb
 to amrwbenc (the removed elements will re-appear in the next -ugly release;
 no migration strategy provided in this case because of the 'special' status
 of the amrwb plugin)
asfmux, rtpasfpay: add ASF muxer and windows media payloader
basevideo: add experimental video base class library/API
camerabin: lots of fixes and improvements
capssetter: new element for debugging purposes
directdraw: Implement GstNavigation interface
directshow: refactor and improve dshowsrcwrapper, dshowideosrc, dshowaudiosrc
frei0r: wrapper for frei0r video filter plugins
gme: add libgme plugin which supersedes the existing OpenSPC spc plugin
Implement SEEKING query in more demuxers and decoders (notably mpeg-ps/mpeg-ts,
 mxf, musepack, rawparse)
kate: add kate subtitle encoder, decoder and overlay
mimic: lots of fixes for mimenc and mimdec; add "paused mode"
mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCM
mpegtsdemux: added VC1, EAC3 and LPCM related to blueray/hdmv
qtmux: handle pixel-aspect-ratio; misc. other fixes and improvements
shapewipe: support ARGB/RGBA for video input/output; fix for still images
vdpau: add experimental vdpau plugin
2009-09-08 20:27:11 +00:00

45 lines
1 KiB
Text

# $NetBSD: Makefile.common,v 1.15 2009/09/08 20:27:11 drochner Exp $
#
# used by audio/gst-plugins0.10-dts/Makefile
# used by audio/gst-plugins0.10-faad/Makefile
# used by audio/gst-plugins0.10-jack/Makefile
# used by audio/gst-plugins0.10-musepack/Makefile
# used by audio/gst-plugins0.10-spc/Makefile
# used by multimedia/gst-plugins0.10-x264/Makefile
# used by multimedia/gst-plugins0.10-xvid/Makefile
GST_PLUGINS0.10_TYPE= bad
GST_PLUGINS0.10_VER= 0.10.14
# Disable all drivers and features by default.
.for driver in amrwb \
cdaudio \
directfb \
dts \
dvb \
dvdnav \
divx \
faac \
faad \
fbdev \
gsm \
ivorbis \
libmms \
musepack \
musicbrainz \
neon \
real \
sdl \
soundtouch \
swfdec \
theoradec \
vcd \
xvid
CONFIGURE_ARGS+= --disable-${driver}
.endfor
BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.22.1
BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.22.1
.include "../../multimedia/gst-plugins0.10-base/plugins.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"