summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.8
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2009-03-05 22:46:21 +0000
committersnj <snj@pkgsrc.org>2009-03-05 22:46:21 +0000
commit712298fabba8031d55dc76c64efa14a404ea3f19 (patch)
treec7bbc86ef851311e912457e4aa26ae8fee911a5a /multimedia/gst-plugins0.8
parentbe29a013ea8c3f3e10afa954ecfe78ed62dbe3b0 (diff)
downloadpkgsrc-712298fabba8031d55dc76c64efa14a404ea3f19.tar.gz
Say goodbye to gstreamer-0.8 and its friends.
Diffstat (limited to 'multimedia/gst-plugins0.8')
-rw-r--r--multimedia/gst-plugins0.8/DESCR10
-rw-r--r--multimedia/gst-plugins0.8/Makefile39
-rw-r--r--multimedia/gst-plugins0.8/Makefile.common171
-rw-r--r--multimedia/gst-plugins0.8/PLIST185
-rw-r--r--multimedia/gst-plugins0.8/buildlink3.mk26
-rw-r--r--multimedia/gst-plugins0.8/distinfo17
-rw-r--r--multimedia/gst-plugins0.8/patches/patch-aa73
-rw-r--r--multimedia/gst-plugins0.8/patches/patch-ab21
-rw-r--r--multimedia/gst-plugins0.8/patches/patch-ac23
-rw-r--r--multimedia/gst-plugins0.8/patches/patch-ad12
-rw-r--r--multimedia/gst-plugins0.8/patches/patch-ae16
-rw-r--r--multimedia/gst-plugins0.8/patches/patch-ag36
-rw-r--r--multimedia/gst-plugins0.8/patches/patch-ah13
-rw-r--r--multimedia/gst-plugins0.8/patches/patch-ai18
-rw-r--r--multimedia/gst-plugins0.8/patches/patch-aj21
-rw-r--r--multimedia/gst-plugins0.8/patches/patch-ak20
-rw-r--r--multimedia/gst-plugins0.8/patches/patch-al12
-rw-r--r--multimedia/gst-plugins0.8/patches/patch-am22
18 files changed, 0 insertions, 735 deletions
diff --git a/multimedia/gst-plugins0.8/DESCR b/multimedia/gst-plugins0.8/DESCR
deleted file mode 100644
index b8abf75cf79..00000000000
--- a/multimedia/gst-plugins0.8/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-GStreamer is a library that allows the construction of graphs of
-media-handling components, ranging from simple mp3 playback to complex
-audio (mixing) and video (non-linear editing) processing.
-
-Applications can take advantage of advances in codec and filter technology
-transparently. Developers can add new codecs and filters by writing a
-simple plugin with a clean, generic interface.
-
-This package is part of gst-plugins, which contains a set of multimedia
-plugins for GStreamer.
diff --git a/multimedia/gst-plugins0.8/Makefile b/multimedia/gst-plugins0.8/Makefile
deleted file mode 100644
index 07d9249af35..00000000000
--- a/multimedia/gst-plugins0.8/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2009/02/11 12:42:59 drochner Exp $
-#
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_LANGUAGES= c c++
-
-.include "Makefile.common"
-
-COMMENT+= base plugins
-PKGREVISION= 11
-
-USE_TOOLS+= perl:run
-
-PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-gconf.pc.in
-PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-interfaces.pc.in
-PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-media-info.pc.in
-PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-libs.pc.in
-PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-play.pc.in
-PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-plugins.pc.in
-
-CONFIGURE_ARGS+= --enable-gconf
-CONFIGURE_ARGS+= --enable-gconftool
-CONFIGURE_ARGS+= --enable-x
-CONFIGURE_ARGS+= --enable-xshm
-CONFIGURE_ARGS+= --enable-xvideo
-CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/gst-plugins-0.8
-
-GCONF_SCHEMAS= gstreamer-0.8.schemas
-
-REPLACE_PERL+= tools/gst-launch-ext-m.m
-REPLACE_PERL+= tools/gst-visualise-m.m
-
-.include "../../devel/GConf/schemas.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libXfixes/buildlink3.mk"
-.include "../../x11/libXdamage/buildlink3.mk"
-.include "../../x11/libXv/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/multimedia/gst-plugins0.8/Makefile.common b/multimedia/gst-plugins0.8/Makefile.common
deleted file mode 100644
index aaaf2f6078f..00000000000
--- a/multimedia/gst-plugins0.8/Makefile.common
+++ /dev/null
@@ -1,171 +0,0 @@
-# $NetBSD: Makefile.common,v 1.3 2006/04/22 09:22:11 rillig Exp $
-#
-
-DISTNAME= gst-plugins-0.8.11
-PKGNAME= ${DISTNAME:S/plugins/plugins0.8/}
-CATEGORIES= multimedia gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gst-plugins/0.8/} \
- http://gstreamer.freedesktop.org/src/gst-plugins/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= rh@NetBSD.org
-HOMEPAGE= http://www.gstreamer.net/
-COMMENT= Open source multimedia framework -
-
-DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins0.8/distinfo
-FILESDIR= ${.CURDIR}/../../multimedia/gst-plugins0.8/files
-PATCHDIR= ${.CURDIR}/../../multimedia/gst-plugins0.8/patches
-
-CONFLICTS+= gst-plugins-[0-9]*
-
-BUILD_DEPENDS+= nasm>=0.98.38:../../devel/nasm
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake pkg-config
-USE_LIBTOOL= yes
-USE_PKGLOCALEDIR= yes
-
-CONFIGURE_ARGS+= --disable-docs-build
-CONFIGURE_ARGS+= --disable-examples
-CONFIGURE_ARGS+= --disable-tests
-
-.include "../../mk/compiler.mk"
-
-.if !empty(PKGSRC_COMPILER:Msunpro)
-# SunPro cc understands __func__ but CC does not, so disable explicitly.
-CONFIGURE_ENV+= have_func=no
-.endif
-
-# Disable all drivers and features by default.
-.for driver in a52dec \
- aalib \
- aalibtest \
- alsa \
- amrnb \
- arts \
- artsc \
- artstest \
- audiofile \
- audioresample \
- cairo \
- cdaudio \
- cdio \
- cdparanoia \
- cdrom \
- dirac \
- directfb \
- divx \
- dts \
- dv1394 \
- dvdnav \
- dvdread \
- dxr3 \
- esd \
- esdtest \
- faac \
- faad \
- flac \
- freetypetest \
- gconf \
- gconftool \
- gdk_pixbuf \
- gnome_vfs \
- gsm \
- gst_v4l \
- gst_v4l2 \
- hermes \
- ivorbis \
- jack \
- jpeg \
- ladspa \
- lame \
- lcs \
- libcaca \
- libdv \
- libfame \
- libfametest \
- libmikmodtest \
- libmms \
- libmng \
- libpng \
- libvisual \
- mad \
- mikmod \
- mpeg2dec \
- mpeg2enc \
- mplex \
- musepack \
- musicbrainz \
- nas \
- ogg \
- oggtest \
- opengl \
- oss \
- osx_audio \
- osx_video \
- pango \
- polyp \
- qcam \
- raw1394 \
- sdl \
- sdltest \
- shout \
- shout2 \
- shout2test \
- sidplay \
- smoothwave \
- sndfile \
- sunaudio \
- spc \
- speex \
- swfdec \
- tarkin \
- theora \
- vcd \
- vorbis \
- vorbistest \
- wavpack \
- x \
- x264 \
- xshm \
- xvid \
- xvideo
-CONFIGURE_ARGS+= --disable-${driver}
-.endfor
-
-# A package building a single plugin of gst-plugins0.8 has to include this
-# file and define the following variables:
-# GST_PLUGINS0.8_NAME - The name of the plugin, to be added to the package
-# name and the comment.
-# GST_PLUGINS0.8_DIR - The directory where the plugin resides; a relative
-# path from WRKSRC.
-# GST_PLUGINS0.8_FLAG - The name of the flag used to enable the plugin.
-# Defaults to GST_PLUGINS0.8_NAME.
-.if defined(GST_PLUGINS0.8_NAME) && !empty(GST_PLUGINS0.8_NAME)
-PKGNAME:= ${PKGNAME:S/plugins0.8/plugins0.8-${GST_PLUGINS0.8_NAME}/}
-COMMENT+= ${GST_PLUGINS0.8_NAME} plugin
-
-GST_PLUGINS0.8_FLAG?= ${GST_PLUGINS0.8_NAME}
-GST_PLUGINS0.8_DIR?= non-existent
-
-CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-${GST_PLUGINS0.8_FLAG}/--enable-${GST_PLUGINS0.8_FLAG}/}
-
-BUILD_DIRS= ${WRKSRC}/${GST_PLUGINS0.8_DIR}
-INSTALL_DIRS= ${WRKSRC}/${GST_PLUGINS0.8_DIR}
-
-# Fix paths to already installed libraries (by the gst-plugins0.8 package).
-SUBST_CLASSES+= libs
-SUBST_MESSAGE.libs= Fixing path to dependent libraries.
-SUBST_STAGE.libs= pre-configure
-SUBST_FILES.libs= ${GST_PLUGINS0.8_DIR}/Makefile.in
-SUBST_SED.libs= -e 's|$$(top_builddir)/gst-libs/gst/libgst|${BUILDLINK_PREFIX.gst-plugins0.8}/lib/libgst|g'
-
-.include "../../multimedia/gst-plugins0.8/buildlink3.mk"
-.endif
-
-BUILDLINK_API_DEPENDS.gstreamer0.8+= gstreamer0.8>=0.8.11
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../multimedia/gstreamer0.8/plugins.mk"
diff --git a/multimedia/gst-plugins0.8/PLIST b/multimedia/gst-plugins0.8/PLIST
deleted file mode 100644
index 5786b79540a..00000000000
--- a/multimedia/gst-plugins0.8/PLIST
+++ /dev/null
@@ -1,185 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2007/09/25 10:54:16 hira Exp $
-bin/gst-launch-ext-0.8
-bin/gst-visualise-0.8
-include/gstreamer-0.8/gst/audio/audio.h
-include/gstreamer-0.8/gst/audio/audioclock.h
-include/gstreamer-0.8/gst/audio/gstaudiofilter.h
-include/gstreamer-0.8/gst/audio/multichannel-enumtypes.h
-include/gstreamer-0.8/gst/audio/multichannel.h
-include/gstreamer-0.8/gst/colorbalance/colorbalance-enumtypes.h
-include/gstreamer-0.8/gst/colorbalance/colorbalance.h
-include/gstreamer-0.8/gst/colorbalance/colorbalancechannel.h
-include/gstreamer-0.8/gst/floatcast/floatcast.h
-include/gstreamer-0.8/gst/gconf/gconf.h
-include/gstreamer-0.8/gst/idct/idct.h
-include/gstreamer-0.8/gst/media-info/media-info.h
-include/gstreamer-0.8/gst/mixer/mixer-enumtypes.h
-include/gstreamer-0.8/gst/mixer/mixer.h
-include/gstreamer-0.8/gst/mixer/mixeroptions.h
-include/gstreamer-0.8/gst/mixer/mixertrack.h
-include/gstreamer-0.8/gst/navigation/navigation.h
-include/gstreamer-0.8/gst/play/play-enumtypes.h
-include/gstreamer-0.8/gst/play/play.h
-include/gstreamer-0.8/gst/propertyprobe/propertyprobe.h
-include/gstreamer-0.8/gst/resample/resample.h
-include/gstreamer-0.8/gst/riff/riff-ids.h
-include/gstreamer-0.8/gst/riff/riff-media.h
-include/gstreamer-0.8/gst/riff/riff-read.h
-include/gstreamer-0.8/gst/tag/tag.h
-include/gstreamer-0.8/gst/tuner/tuner-enumtypes.h
-include/gstreamer-0.8/gst/tuner/tuner.h
-include/gstreamer-0.8/gst/tuner/tunerchannel.h
-include/gstreamer-0.8/gst/tuner/tunernorm.h
-include/gstreamer-0.8/gst/video/video.h
-include/gstreamer-0.8/gst/video/videosink.h
-include/gstreamer-0.8/gst/xoverlay/xoverlay.h
-include/gstreamer-0.8/gst/xwindowlistener/xwindowlistener.h
-lib/gstreamer-0.8/libgstac3parse.la
-lib/gstreamer-0.8/libgstadder.la
-lib/gstreamer-0.8/libgstalaw.la
-lib/gstreamer-0.8/libgstalpha.la
-lib/gstreamer-0.8/libgstalphacolor.la
-lib/gstreamer-0.8/libgstapetag.la
-lib/gstreamer-0.8/libgstasf.la
-lib/gstreamer-0.8/libgstaudio.la
-lib/gstreamer-0.8/libgstaudioconvert.la
-lib/gstreamer-0.8/libgstaudiofilter.la
-lib/gstreamer-0.8/libgstaudiorate.la
-lib/gstreamer-0.8/libgstaudioscale.la
-lib/gstreamer-0.8/libgstauparse.la
-lib/gstreamer-0.8/libgstautodetect.la
-lib/gstreamer-0.8/libgstavi.la
-lib/gstreamer-0.8/libgstcdxaparse.la
-lib/gstreamer-0.8/libgstchart.la
-lib/gstreamer-0.8/libgstcolorspace.la
-lib/gstreamer-0.8/libgstcutter.la
-lib/gstreamer-0.8/libgstdebug.la
-lib/gstreamer-0.8/libgstdecodebin.la
-lib/gstreamer-0.8/libgstdeinterlace.la
-lib/gstreamer-0.8/libgstdvdlpcmdec.la
-lib/gstreamer-0.8/libgstdvdsubdec.la
-lib/gstreamer-0.8/libgstefence.la
-lib/gstreamer-0.8/libgsteffectv.la
-lib/gstreamer-0.8/libgstequalizer.la
-lib/gstreamer-0.8/libgstfestival.la
-lib/gstreamer-0.8/libgstffmpegcolorspace.la
-lib/gstreamer-0.8/libgstfilter.la
-lib/gstreamer-0.8/libgstflxdec.la
-lib/gstreamer-0.8/libgstfreeze.la
-lib/gstreamer-0.8/libgstgamma.la
-lib/gstreamer-0.8/libgstgconfelements.la
-lib/gstreamer-0.8/libgstgoom.la
-lib/gstreamer-0.8/libgstidct.la
-lib/gstreamer-0.8/libgstimagemixer.la
-lib/gstreamer-0.8/libgstinterleave.la
-lib/gstreamer-0.8/libgstlevel.la
-lib/gstreamer-0.8/libgstmatroska.la
-lib/gstreamer-0.8/libgstmedian.la
-lib/gstreamer-0.8/libgstmixmatrix.la
-lib/gstreamer-0.8/libgstmodplug.la
-lib/gstreamer-0.8/libgstmonoscope.la
-lib/gstreamer-0.8/libgstmp1videoparse.la
-lib/gstreamer-0.8/libgstmpeg1systemencode.la
-lib/gstreamer-0.8/libgstmpeg2subt.la
-lib/gstreamer-0.8/libgstmpegaudio.la
-lib/gstreamer-0.8/libgstmpegaudioparse.la
-lib/gstreamer-0.8/libgstmpegstream.la
-lib/gstreamer-0.8/libgstmulaw.la
-lib/gstreamer-0.8/libgstmultifilesink.la
-lib/gstreamer-0.8/libgstmultipart.la
-lib/gstreamer-0.8/libgstnavigationtest.la
-lib/gstreamer-0.8/libgstoverlay.la
-lib/gstreamer-0.8/libgstpassthrough.la
-lib/gstreamer-0.8/libgstplaybin.la
-lib/gstreamer-0.8/libgstplayondemand.la
-lib/gstreamer-0.8/libgstpuzzle.la
-lib/gstreamer-0.8/libgstqtdemux.la
-lib/gstreamer-0.8/libgstresample.la
-lib/gstreamer-0.8/libgstrfbsrc.la
-lib/gstreamer-0.8/libgstriff.la
-lib/gstreamer-0.8/libgstrmdemux.la
-lib/gstreamer-0.8/libgstrtjpeg.la
-lib/gstreamer-0.8/libgstrtp.la
-lib/gstreamer-0.8/libgstsilence.la
-lib/gstreamer-0.8/libgstsinesrc.la
-lib/gstreamer-0.8/libgstsmooth.la
-lib/gstreamer-0.8/libgstsmpte.la
-lib/gstreamer-0.8/libgstspectrum.la
-lib/gstreamer-0.8/libgstspeed.la
-lib/gstreamer-0.8/libgststereo.la
-lib/gstreamer-0.8/libgstsubparse.la
-lib/gstreamer-0.8/libgstswitch.la
-lib/gstreamer-0.8/libgstsynaesthesia.la
-lib/gstreamer-0.8/libgsttagedit.la
-lib/gstreamer-0.8/libgsttcp.la
-lib/gstreamer-0.8/libgsttta.la
-lib/gstreamer-0.8/libgsttypefindfunctions.la
-lib/gstreamer-0.8/libgstudp.la
-lib/gstreamer-0.8/libgstvbidec.la
-lib/gstreamer-0.8/libgstvideo.la
-lib/gstreamer-0.8/libgstvideobalance.la
-lib/gstreamer-0.8/libgstvideobox.la
-lib/gstreamer-0.8/libgstvideocrop.la
-lib/gstreamer-0.8/libgstvideodrop.la
-lib/gstreamer-0.8/libgstvideofilter.la
-lib/gstreamer-0.8/libgstvideoflip.la
-lib/gstreamer-0.8/libgstvideomixer.la
-lib/gstreamer-0.8/libgstvideorate.la
-lib/gstreamer-0.8/libgstvideoscale.la
-lib/gstreamer-0.8/libgstvideotestsrc.la
-lib/gstreamer-0.8/libgstvolenv.la
-lib/gstreamer-0.8/libgstvolume.la
-lib/gstreamer-0.8/libgstwavenc.la
-lib/gstreamer-0.8/libgstwavparse.la
-lib/gstreamer-0.8/libgstximagesink.la
-lib/gstreamer-0.8/libgstxvimagesink.la
-lib/gstreamer-0.8/libgstxwindowlistener.la
-lib/gstreamer-0.8/libgsty4menc.la
-lib/libgstgconf-0.8.la
-lib/libgstinterfaces-0.8.la
-lib/libgstmedia-info-0.8.la
-lib/libgstplay-0.8.la
-lib/pkgconfig/gstreamer-gconf-0.8.pc
-lib/pkgconfig/gstreamer-interfaces-0.8.pc
-lib/pkgconfig/gstreamer-libs-0.8.pc
-lib/pkgconfig/gstreamer-media-info-0.8.pc
-lib/pkgconfig/gstreamer-play-0.8.pc
-lib/pkgconfig/gstreamer-plugins-0.8.pc
-man/man1/gst-launch-ext-0.8.1
-man/man1/gst-visualise-0.8.1
-share/gconf/schemas/gstreamer-0.8.schemas
-share/locale/af/LC_MESSAGES/gst-plugins-0.8.mo
-share/locale/az/LC_MESSAGES/gst-plugins-0.8.mo
-share/locale/cs/LC_MESSAGES/gst-plugins-0.8.mo
-share/locale/en_GB/LC_MESSAGES/gst-plugins-0.8.mo
-share/locale/hu/LC_MESSAGES/gst-plugins-0.8.mo
-share/locale/it/LC_MESSAGES/gst-plugins-0.8.mo
-share/locale/nb/LC_MESSAGES/gst-plugins-0.8.mo
-share/locale/nl/LC_MESSAGES/gst-plugins-0.8.mo
-share/locale/or/LC_MESSAGES/gst-plugins-0.8.mo
-share/locale/sq/LC_MESSAGES/gst-plugins-0.8.mo
-share/locale/sr/LC_MESSAGES/gst-plugins-0.8.mo
-share/locale/sv/LC_MESSAGES/gst-plugins-0.8.mo
-share/locale/uk/LC_MESSAGES/gst-plugins-0.8.mo
-share/locale/vi/LC_MESSAGES/gst-plugins-0.8.mo
-share/locale/zh_TW/LC_MESSAGES/gst-plugins-0.8.mo
-@comment in GConf: @dirrm share/gconf/schemas
-@comment in gstreamer0.8: @dirrm lib/gstreamer-0.8
-@dirrm include/gstreamer-0.8/gst/xwindowlistener
-@dirrm include/gstreamer-0.8/gst/xoverlay
-@dirrm include/gstreamer-0.8/gst/video
-@dirrm include/gstreamer-0.8/gst/tuner
-@dirrm include/gstreamer-0.8/gst/tag
-@dirrm include/gstreamer-0.8/gst/riff
-@dirrm include/gstreamer-0.8/gst/resample
-@dirrm include/gstreamer-0.8/gst/propertyprobe
-@dirrm include/gstreamer-0.8/gst/play
-@dirrm include/gstreamer-0.8/gst/navigation
-@dirrm include/gstreamer-0.8/gst/mixer
-@dirrm include/gstreamer-0.8/gst/media-info
-@dirrm include/gstreamer-0.8/gst/idct
-@dirrm include/gstreamer-0.8/gst/gconf
-@dirrm include/gstreamer-0.8/gst/floatcast
-@dirrm include/gstreamer-0.8/gst/colorbalance
-@dirrm include/gstreamer-0.8/gst/audio
-@comment in gstreamer0.8: @dirrm include/gstreamer-0.8/gst
diff --git a/multimedia/gst-plugins0.8/buildlink3.mk b/multimedia/gst-plugins0.8/buildlink3.mk
deleted file mode 100644
index 5825fa97dd8..00000000000
--- a/multimedia/gst-plugins0.8/buildlink3.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.13 2008/03/06 14:53:52 wiz Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-GST_PLUGINS0.8_BUILDLINK3_MK:= ${GST_PLUGINS0.8_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= gst-plugins0.8
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngst-plugins0.8}
-BUILDLINK_PACKAGES+= gst-plugins0.8
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gst-plugins0.8
-
-.if !empty(GST_PLUGINS0.8_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.gst-plugins0.8+= gst-plugins0.8>=0.8.11
-BUILDLINK_ABI_DEPENDS.gst-plugins0.8?= gst-plugins0.8>=0.8.11nb10
-BUILDLINK_PKGSRCDIR.gst-plugins0.8?= ../../multimedia/gst-plugins0.8
-.endif # GST_PLUGINS0.8_BUILDLINK3_MK
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/GConf/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../multimedia/gstreamer0.8/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/multimedia/gst-plugins0.8/distinfo b/multimedia/gst-plugins0.8/distinfo
deleted file mode 100644
index ae5062d1fe3..00000000000
--- a/multimedia/gst-plugins0.8/distinfo
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: distinfo,v 1.4 2009/02/11 12:42:59 drochner Exp $
-
-SHA1 (gst-plugins-0.8.11.tar.bz2) = 4a9be6b62dd0e8a73616e8e93f7a3ace8aec8c59
-RMD160 (gst-plugins-0.8.11.tar.bz2) = 833aec123a52cd0f36ec883c349cc8d69090d749
-Size (gst-plugins-0.8.11.tar.bz2) = 2439654 bytes
-SHA1 (patch-aa) = 288c0b1b6fa295ade5234ab6166140e4f178cb30
-SHA1 (patch-ab) = 7fc0f2214692ab11542527768726eee5dff7d8c8
-SHA1 (patch-ac) = b40375ef906a77c6819c379ea789f568c2cef907
-SHA1 (patch-ad) = 51d93b59e26fe1fd18554ad9c81f428b5cf77a72
-SHA1 (patch-ae) = 3509dd08d3e010e9eb85c71ae6c42e28f6f9ec2d
-SHA1 (patch-ag) = 264ef4cb6a4fa8eb65ff55ca1c0947d3566a64b8
-SHA1 (patch-ah) = 9df4c75c56f7fe29279f270ffc1cfa716fae1a98
-SHA1 (patch-ai) = fbee2828dfda28f1e017552e0e2e273cf5d2670b
-SHA1 (patch-aj) = b0af98ac299f1b52387de14c5f3a0173efd7ca8f
-SHA1 (patch-ak) = 9907506f1d7bab87d6857fc159bbe58b82b1b585
-SHA1 (patch-al) = 363b9f17c1a09e1283f73104c6fb83cd880c9847
-SHA1 (patch-am) = b53630192ae2ed108c642ca9675338b2951e5126
diff --git a/multimedia/gst-plugins0.8/patches/patch-aa b/multimedia/gst-plugins0.8/patches/patch-aa
deleted file mode 100644
index 3cc3a2e6554..00000000000
--- a/multimedia/gst-plugins0.8/patches/patch-aa
+++ /dev/null
@@ -1,73 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/01/18 12:44:03 jmmv Exp $
-
---- configure.orig 2005-09-04 14:21:34.000000000 +0200
-+++ configure
-@@ -28340,6 +28340,10 @@ else
- fi
-
-
-+if test -z "$schemas_install"; then
-+ GCONF_SCHEMAS_INSTALL_TRUE='#'
-+ GCONF_SCHEMAS_INSTALL_FALSE=
-+fi
-
- echo "$as_me: ***" >&6
- echo "$as_me: *** checking plugin: ***" >&6
-@@ -35066,13 +35070,6 @@ echo "${ECHO_T}$XFIXES_LIBS" >&6
-
-
-
--if test "x$HAVE_XFIXES" = "xyes"; then
-- HAVE_XFIXES_TRUE=
-- HAVE_XFIXES_FALSE='#'
--else
-- HAVE_XFIXES_TRUE='#'
-- HAVE_XFIXES_FALSE=
--fi
-
-
-
-@@ -35180,13 +35177,6 @@ echo "${ECHO_T}$XDAMAGE_LIBS" >&6
-
-
-
--if test "x$HAVE_XDAMAGE" = "xyes"; then
-- HAVE_XDAMAGE_TRUE=
-- HAVE_XDAMAGE_FALSE='#'
--else
-- HAVE_XDAMAGE_TRUE='#'
-- HAVE_XDAMAGE_FALSE=
--fi
-
-
- fi
-@@ -35230,6 +35220,20 @@ else
- USE_X_TRUE='#'
- USE_X_FALSE=
- fi
-+if test "x$HAVE_XFIXES" = "xyes"; then
-+ HAVE_XFIXES_TRUE=
-+ HAVE_XFIXES_FALSE='#'
-+else
-+ HAVE_XFIXES_TRUE='#'
-+ HAVE_XFIXES_FALSE=
-+fi
-+if test "x$HAVE_XDAMAGE" = "xyes"; then
-+ HAVE_XDAMAGE_TRUE=
-+ HAVE_XDAMAGE_FALSE='#'
-+else
-+ HAVE_XDAMAGE_TRUE='#'
-+ HAVE_XDAMAGE_FALSE=
-+fi
-
-
-
-@@ -42153,7 +42157,7 @@ fi
- DVDNAV_CFLAGS=
- HAVE_DVDNAV=no
- else
-- if dvdnav-config --plugin-libs &> /dev/null; then
-+ if dvdnav-config --plugin-libs > /dev/null 2>&1; then
- DVDNAV_LIBS=`dvdnav-config --plugin-libs `
- else
- DVDNAV_LIBS=`dvdnav-config --libs `
diff --git a/multimedia/gst-plugins0.8/patches/patch-ab b/multimedia/gst-plugins0.8/patches/patch-ab
deleted file mode 100644
index a9ac30e68fa..00000000000
--- a/multimedia/gst-plugins0.8/patches/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2006/01/18 12:44:03 jmmv Exp $
-
---- gst/librfb/gstrfbsrc.c.orig 2005-05-17 08:41:44.000000000 +0000
-+++ gst/librfb/gstrfbsrc.c
-@@ -22,11 +22,16 @@
- #include "config.h"
- #endif
-
-+#if defined(__DragonFly__)
-+#include <sys/time.h>
-+#endif
-+
- #include <gst/gst.h>
- #include <gst/video/video.h>
-
- #include <string.h>
- #include <stdlib.h>
-+#include <time.h>
- #include <unistd.h>
-
- #include <librfb/rfb.h>
diff --git a/multimedia/gst-plugins0.8/patches/patch-ac b/multimedia/gst-plugins0.8/patches/patch-ac
deleted file mode 100644
index 571a5ebcfbe..00000000000
--- a/multimedia/gst-plugins0.8/patches/patch-ac
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2006/01/18 12:44:03 jmmv Exp $
-
---- sys/ximage/ximagesrc.c.orig 2005-08-29 13:50:51.000000000 +0200
-+++ sys/ximage/ximagesrc.c
-@@ -93,6 +93,9 @@ struct _GstXimagesrc
- gboolean have_xfixes;
- gboolean have_xdamage;
- gboolean show_pointer;
-+#ifdef HAVE_XFIXES
-+ int fixes_event_base;
-+#endif
- #ifdef HAVE_XDAMAGE
- Damage damage;
- int damage_event_base;
-@@ -440,7 +443,7 @@ gst_ximagesrc_change_state (GstElement *
- {
- int error_base;
-
-- if (XFixesQueryExtension (s->xcontext->disp, &s->damage_event_base,
-+ if (XFixesQueryExtension (s->xcontext->disp, &s->fixes_event_base,
- &error_base))
- s->have_xfixes = TRUE;
- }
diff --git a/multimedia/gst-plugins0.8/patches/patch-ad b/multimedia/gst-plugins0.8/patches/patch-ad
deleted file mode 100644
index 835365dc5f1..00000000000
--- a/multimedia/gst-plugins0.8/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/04/28 22:18:02 wiz Exp $
-
---- ext/dvdnav/dvdnavsrc.c.orig 2005-07-24 16:52:30.000000000 +0000
-+++ ext/dvdnav/dvdnavsrc.c
-@@ -21,6 +21,7 @@
- #include "config.h"
- #endif
-
-+#include <stdint.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
diff --git a/multimedia/gst-plugins0.8/patches/patch-ae b/multimedia/gst-plugins0.8/patches/patch-ae
deleted file mode 100644
index 3000b1d6c4d..00000000000
--- a/multimedia/gst-plugins0.8/patches/patch-ae
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2006/01/18 12:44:03 jmmv Exp $
-
---- ext/artsd/Makefile.in.orig 2005-03-07 17:41:49.000000000 +0100
-+++ ext/artsd/Makefile.in
-@@ -121,9 +121,9 @@ AMDEP_TRUE = @AMDEP_TRUE@
- AMRNB_LIBS = @AMRNB_LIBS@
- AMTAR = @AMTAR@
- AR = @AR@
--ARTSC_CFLAGS = @ARTSC_CFLAGS@
-+ARTSC_CFLAGS = @ARTSC_CFLAGS@ -I@prefix@/include/artsc
- ARTSC_CONFIG = @ARTSC_CONFIG@
--ARTSC_LIBS = @ARTSC_LIBS@
-+ARTSC_LIBS = @ARTSC_LIBS@ -L@prefix@/lib -Wl,-R@prefix@/lib -lartsc
- ARTS_CONFIG = @ARTS_CONFIG@
- ARTS_CXXFLAGS = @ARTS_CXXFLAGS@
- ARTS_LIBS = @ARTS_LIBS@
diff --git a/multimedia/gst-plugins0.8/patches/patch-ag b/multimedia/gst-plugins0.8/patches/patch-ag
deleted file mode 100644
index f7d756ccc93..00000000000
--- a/multimedia/gst-plugins0.8/patches/patch-ag
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2006/01/18 12:44:03 jmmv Exp $
-
-Removed the #define directive from the inside of a macro expansion.
-Needed for gcc-2.95 and possibly others.
-
---- sys/glsink/glimagesink.c.orig 2005-06-14 18:38:03.000000000 +0200
-+++ sys/glsink/glimagesink.c
-@@ -46,6 +46,12 @@ GST_ELEMENT_DETAILS ("Video sink",
- "An OpenGL 1.2 based videosink",
- "Gernot Ziegler <gz@lysator.liu.se>, Julien Moutte <julien@moutte.net>");
-
-+#ifdef GL_YCBCR_MESA
-+# define YUV_FOO ";" GST_VIDEO_CAPS_YUV ("{ UYVY, YUY2 }")
-+#else
-+# define YUV_FOO
-+#endif
-+
- /* Default template - initiated with class struct to allow gst-register to work
- without X running */
- static GstStaticPadTemplate gst_glimagesink_sink_template_factory =
-@@ -53,12 +59,12 @@ static GstStaticPadTemplate gst_glimages
- GST_PAD_SINK,
- GST_PAD_ALWAYS,
- GST_STATIC_CAPS (GST_VIDEO_CAPS_RGBx ";" GST_VIDEO_CAPS_BGRx
--#ifdef GL_YCBCR_MESA
-- ";" GST_VIDEO_CAPS_YUV ("{ UYVY, YUY2 }")
--#endif
-+ YUV_FOO
- )
- );
-
-+#undef YUV_FOO
-+
- #if 0
- enum
- {
diff --git a/multimedia/gst-plugins0.8/patches/patch-ah b/multimedia/gst-plugins0.8/patches/patch-ah
deleted file mode 100644
index 3e0dcbd7a5d..00000000000
--- a/multimedia/gst-plugins0.8/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2006/01/18 12:44:03 jmmv Exp $
-
---- ext/xvid/gstxviddec.c.orig 2005-10-21 08:44:45.000000000 +0200
-+++ ext/xvid/gstxviddec.c 2005-10-21 08:45:00.000000000 +0200
-@@ -38,7 +38,7 @@
- static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
- GST_PAD_SINK,
- GST_PAD_ALWAYS,
-- GST_STATIC_CAPS ("video/x-xvid, "
-+ GST_STATIC_CAPS ("video/x-divx, "
- "width = (int) [ 0, MAX ], "
- "height = (int) [ 0, MAX ], " "framerate = (double) [ 0, MAX ]")
- );
diff --git a/multimedia/gst-plugins0.8/patches/patch-ai b/multimedia/gst-plugins0.8/patches/patch-ai
deleted file mode 100644
index 5d9209812de..00000000000
--- a/multimedia/gst-plugins0.8/patches/patch-ai
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ai,v 1.1 2006/01/18 12:44:03 jmmv Exp $
-
-Keywords: c90
-
---- ext/gnomevfs/gstgnomevfssrc.c.orig Mon Aug 29 13:50:49 2005
-+++ ext/gnomevfs/gstgnomevfssrc.c Sun Dec 18 23:25:51 2005
-@@ -1131,8 +1131,10 @@ gst_gnomevfssrc_get (GstPad * pad)
-
- /* deal with tag list */
- if (src->icy_taglist) {
-+ GstEvent *event;
-+
- gst_element_found_tags (GST_ELEMENT (src), src->icy_taglist);
-- GstEvent *event = gst_event_new_tag (src->icy_taglist);
-+ event = gst_event_new_tag (src->icy_taglist);
-
- gst_object_ref (GST_OBJECT (src));
- event->src = GST_OBJECT (src);
diff --git a/multimedia/gst-plugins0.8/patches/patch-aj b/multimedia/gst-plugins0.8/patches/patch-aj
deleted file mode 100644
index d93231a0cbd..00000000000
--- a/multimedia/gst-plugins0.8/patches/patch-aj
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2006/01/18 12:44:03 jmmv Exp $
-
---- ext/ogg/gstoggparse.c.orig Mon Aug 29 13:46:41 2005
-+++ ext/ogg/gstoggparse.c Sun Dec 18 23:51:21 2005
-@@ -455,6 +455,7 @@ gst_ogg_parse_chain (GstPad * pad, GstDa
- * new chain, and we can flush all existing streams.
- */
- GstOggStream *stream = gst_ogg_parse_find_stream (ogg, serialno);
-+ page_type type;
-
- if (!stream) {
- GST_LOG_OBJECT (ogg, "Non-BOS page unexpectedly found at %lld",
-@@ -464,7 +465,7 @@ gst_ogg_parse_chain (GstPad * pad, GstDa
-
- ogg->last_page_not_bos = TRUE;
-
-- page_type type = gst_ogg_parse_is_header (ogg, stream, &page);
-+ type = gst_ogg_parse_is_header (ogg, stream, &page);
-
- if (type == PAGE_PENDING && ogg->in_headers) {
- gst_buffer_ref (pagebuffer);
diff --git a/multimedia/gst-plugins0.8/patches/patch-ak b/multimedia/gst-plugins0.8/patches/patch-ak
deleted file mode 100644
index 40229907fca..00000000000
--- a/multimedia/gst-plugins0.8/patches/patch-ak
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ak,v 1.1 2006/01/18 12:44:03 jmmv Exp $
-
---- ext/cdparanoia/gstcdparanoia.c.orig 2006-01-05 14:39:04.000000000 +0000
-+++ ext/cdparanoia/gstcdparanoia.c
-@@ -815,9 +815,15 @@ cdparanoia_open (CDParanoia * src)
-
- /* open the disc */
- if (cdda_open (src->d)) {
-+#if defined(__FreeBSD__) || defined(__DragonFly__)
-+ GST_ELEMENT_ERROR (src, RESOURCE, OPEN_READ,
-+ (_("Could not open CD device %s for reading."),
-+ src->d->dev->device_name), ("cdda_open failed"));
-+#else
- GST_ELEMENT_ERROR (src, RESOURCE, OPEN_READ,
- (_("Could not open CD device %s for reading."),
- src->d->cdda_device_name), ("cdda_open failed"));
-+#endif
- cdda_close (src->d);
- src->d = NULL;
- return FALSE;
diff --git a/multimedia/gst-plugins0.8/patches/patch-al b/multimedia/gst-plugins0.8/patches/patch-al
deleted file mode 100644
index 7d316940e82..00000000000
--- a/multimedia/gst-plugins0.8/patches/patch-al
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-al,v 1.1 2006/04/28 22:27:36 wiz Exp $
-
---- ext/dvdread/dvdreadsrc.c.orig 2005-07-24 16:52:30.000000000 +0000
-+++ ext/dvdread/dvdreadsrc.c
-@@ -22,6 +22,7 @@
- #include "config.h"
- #endif
-
-+#include <stdint.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
diff --git a/multimedia/gst-plugins0.8/patches/patch-am b/multimedia/gst-plugins0.8/patches/patch-am
deleted file mode 100644
index c11eca1f8d4..00000000000
--- a/multimedia/gst-plugins0.8/patches/patch-am
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-am,v 1.1 2009/02/11 12:42:59 drochner Exp $
-
---- gst/qtdemux/qtdemux.c.orig 2005-08-29 13:50:51.000000000 +0200
-+++ gst/qtdemux/qtdemux.c
-@@ -2360,7 +2360,7 @@ qtdemux_parse_trak (GstQTDemux * qtdemux
- n_sample_times = QTDEMUX_GUINT32_GET (stts->data + 12);
- timestamp = 0;
- index = 0;
-- for (i = 0; i < n_sample_times; i++) {
-+ for (i = 0; (i < n_sample_times) && (index < n_samples); i++) {
- int n;
- int duration;
- guint64 time;
-@@ -2368,7 +2368,7 @@ qtdemux_parse_trak (GstQTDemux * qtdemux
- n = QTDEMUX_GUINT32_GET (stts->data + 16 + 8 * i);
- duration = QTDEMUX_GUINT32_GET (stts->data + 16 + 8 * i + 4);
- time = (GST_SECOND * duration) / stream->timescale;
-- for (j = 0; j < n; j++) {
-+ for (j = 0; (j < n) && (index < n_samples); j++) {
- //GST_INFO("moo %lld", timestamp);
- samples[index].timestamp = timestamp;
- samples[index].duration = time;