pkgsrc/multimedia/gst-plugins0.10-bad/Makefile.common
drochner 7bf81ecf65 update to 0.10.12
changes:
Presets support in several elements
Support ITV HD MPEG-TS streams
New element: flvmux
New element: osxvideosrc
Fixes in RTP elements
camerabin fixes
Improved QT/mp4 muxing
xdgmime based content type guessing
deinterlace2 moved to the Good plugins (replacing deinterlace)
Support for MXF muxing, and improved MXF demuxing
Greatly improved DVD playback
DirectDraw element moved back from Good plugins
Many other bug fixes and improvements

pkgsrc change: explicitely disable build of libgstreal, should fix
PR pkg/41476 by "U.F.B.".
If needed, this should be put into its own plugin which would be
ONLY_FOR i386/amd64. (Actually, there seem to be realplayer codecs
also for alpha and ppc, so in theory these could also be supported.)
2009-05-25 15:41:34 +00:00

45 lines
1 KiB
Makefile

# $NetBSD: Makefile.common,v 1.12 2009/05/25 15:41:34 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.12
# 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.21
BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.20
.include "../../multimedia/gst-plugins0.10-base/plugins.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"