- remove old, unmaintained and unused gstreamer v0.8

from brad@
"die!" jasper@
This commit is contained in:
ajacoutot 2008-05-23 09:51:07 +00:00
parent 8539611a92
commit e5f7dc1f2f
84 changed files with 1 additions and 2233 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.600 2008/05/22 19:23:33 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.601 2008/05/23 09:51:07 ajacoutot Exp $
# $FreeBSD: Makefile,v 1.85 1997/11/20 05:22:14 asami Exp $
SUBDIR += ElectricFence
@ -99,8 +99,6 @@
SUBDIR += gputils
SUBDIR += grcs
SUBDIR += gsl
SUBDIR += gstreamer
SUBDIR += gstreamer-plugins
SUBDIR += guilib
SUBDIR += haddock
SUBDIR += happy

View File

@ -1,277 +0,0 @@
# $OpenBSD: Makefile,v 1.40 2008/03/26 14:58:55 fgsch Exp $
COMMENT-main= GStreamer Streaming-media framework plug-ins
VERSION= 0.8.11
DISTNAME= gst-plugins-${VERSION}
PKGNAME-main= gstreamer-plugins-${VERSION}p17
# Don't forget about PKGNAME-${PLUGIN} (See below)
SHARED_LIBS= gstgconf-0.8 1.0 \
gstinterfaces-0.8 1.0 \
gstmedia-info-0.8 1.0 \
gstplay-0.8 1.0
CATEGORIES= devel
HOMEPAGE= http://www.gstreamer.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= patent issues
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins/ \
${MASTER_SITE_GNOME:=sources/gst-plugins/0.8/}
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
SHARED_ONLY= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
AUTOCONF_VERSION= 2.59
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gst-plugins
# Disable plugins might try to build that we shouldn't
#CONFIGURE_ARGS+= --disable-mpeg2enc
CONFIGURE_ARGS+= --disable-x264
CONFIGURE_ARGS+= --disable-jack
CONFIGURE_ARGS+= --disable-shout2
CONFIGURE_ARGS+= --disable-xvid
CONFIGURE_ARGS+= --disable-tests
# do not build the cdaudio plugin, cdparanoia is enough
CONFIGURE_ARGS+= --disable-cdaudio
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
PSEUDO_FLAVORS= minimal
FLAVOR?=
MULTI_PACKAGES= -main
myWANTLIB= m z xml2 glib-2.0 \
gthread-2.0 gmodule-2.0 gobject-2.0 popt
myLIB_DEPENDS= gstreamer-0.8.>=5.0:gstreamer-0.8.*:devel/gstreamer \
${MODGETTEXT_LIB_DEPENDS}
WANTLIB-main= ICE SM X11 Xau Xdamage Xdmcp Xext Xfixes Xrender Xv \
Xcursor Xi Xinerama Xrandr \
expat fontconfig freetype ossaudio \
atk-1.0 ORBit-2 \
pango-1.0 pangoft2-1.0 pangocairo-1.0 \
gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0 \
cairo glitz png ${myWANTLIB}
LIB_DEPENDS-main= gconf-2::devel/gconf2 \
gstcontrol-0.8.>=5.0:gstreamer-0.8.*:devel/gstreamer \
${myLIB_DEPENDS}
PLUGINS= arts audiofile cdda dvdnav dvdread esd faad flac \
gnome gsm jpeg lame mad mikmod mpeg2 musepack ogg \
sdl sidplay sndfile speex theora tremor vorbis
# a52 doesn't build properly on sparc64
.if ${MACHINE_ARCH} != "sparc64"
PLUGINS+= a52
.endif
# setup pseudo-flavors and multi-packages
.for PLUGIN in ${PLUGINS}
PSEUDO_FLAVORS+= no_${PLUGIN}
. if !${FLAVOR:L:Mno_${PLUGIN}} && !${FLAVOR:L:Mminimal}
MULTI_PACKAGES+= -${PLUGIN}
# also check for individual overrides below
PKGNAME-${PLUGIN}= gstreamer-${PLUGIN}-${VERSION}p16
BASENAME-${PLUGIN}= gstreamer-${PLUGIN}
. endif
.endfor
SUBST_VARS+= BASENAME
# a52dec
COMMENT-a52= GStreamer plugin for decoding A/52 audio streams
WANTLIB-a52= ${myWANTLIB}
LIB_DEPENDS-a52= a52::audio/liba52 \
${myLIB_DEPENDS}
OPTIONS-a52= a52dec
# arts
COMMENT-arts= GStreamer plugin for interfacing with KDE arts
WANTLIB-arts= vorbis vorbisenc pthread audiofile ossaudio mad ogg \
esd vorbisfile stdc++ ${myWANTLIB}
LIB_DEPENDS-arts= artsflow,mcop,artsflow_idl,artsc::x11/kde/arts3 \
${myLIB_DEPENDS}
OPTIONS-arts= arts artsc
# audiofile
COMMENT-audiofile= GStreamer plugin for using the Audiofile library
WANTLIB-audiofile= ${myWANTLIB}
LIB_DEPENDS-audiofile= audiofile::devel/libaudiofile \
${myLIB_DEPENDS}
# cdaudio
COMMENT-cdaudio= GStreamer plugin for using the CD audio library
WANTLIB-cdaudio= ${myWANTLIB}
LIB_DEPENDS-cdaudio= cdaudio::audio/libcdaudio \
${myLIB_DEPENDS}
# cdparanoia (cdda)
COMMENT-cdda= GStreamer plugin for reading audio from CDs
WANTLIB-cdda= ${myWANTLIB}
LIB_DEPENDS-cdda= cdda_interface,cdda_paranoia::audio/cdparanoia \
${myLIB_DEPENDS}
OPTIONS-cdda= cdparanoia
# dvdnavsrc
COMMENT-dvdnav= GStreamer plugin for DVD playback with menus
WANTLIB-dvdnav= ${myWANTLIB}
LIB_DEPENDS-dvdnav= dvdnav::multimedia/libdvdnav \
dvdread::devel/libdvdread \
${myLIB_DEPENDS}
# dvdreadsrc
COMMENT-dvdread= GStreamer plugin for DVD playback
WANTLIB-dvdread= ${myWANTLIB}
LIB_DEPENDS-dvdread= dvdread::devel/libdvdread \
${myLIB_DEPENDS}
# esd
COMMENT-esd= GStreamer plugin for outputting to esd
WANTLIB-esd= audiofile ${myWANTLIB}
LIB_DEPENDS-esd= esd.>=2::audio/esound \
${myLIB_DEPENDS}
# faad
COMMENT-faad= GStreamer plugin for decoding AAC files
WANTLIB-faad= ${myWANTLIB}
LIB_DEPENDS-faad= faad.>=1::audio/faad \
${myLIB_DEPENDS}
# flac
COMMENT-flac= GStreamer plugin for encoding/decoding FLAC files
PKGNAME-flac= gstreamer-flac-${VERSION}p16
WANTLIB-flac= ogg ${myWANTLIB}
LIB_DEPENDS-flac= FLAC::audio/flac \
${myLIB_DEPENDS}
# gnomevfs
COMMENT-gnome= GStreamer plugin supporting GNOME VFS
WANTLIB-gnome= ORBit-2 crypto ssl gconf-2 \
dbus-1 dbus-glib-1 util \
${myWANTLIB}
LIB_DEPENDS-gnome= gnomevfs-2.>=1800:gnome-vfs2->=2.18:x11/gnome/vfs2 \
${myLIB_DEPENDS}
OPTIONS-gnome= gnome_vfs
# gsm
COMMENT-gsm= GStreamer plugin for using gsm
WANTLIB-gsm= ${myWANTLIB}
LIB_DEPENDS-gsm= gsm::audio/gsm \
${myLIB_DEPENDS}
# jpeg
COMMENT-jpeg= GStreamer plugin for handling JPEG files
WANTLIB-jpeg= ${myWANTLIB}
LIB_DEPENDS-jpeg= jpeg::graphics/jpeg \
${myLIB_DEPENDS}
# lame
COMMENT-lame= GStreamer plugin for encoding mp3 files using LAME
PERMIT_PACKAGE_CDROM-lame= patent issues
WANTLIB-lame= ${myWANTLIB}
LIB_DEPENDS-lame= mp3lame:lame-*:audio/lame \
${myLIB_DEPENDS}
# mad
COMMENT-mad= GStreamer plugin for decoding mp3 files using MAD
WANTLIB-mad= ${myWANTLIB}
LIB_DEPENDS-mad= id3tag::audio/libid3tag \
mad::audio/libmad \
${myLIB_DEPENDS}
# mikmod
COMMENT-mikmod= GStreamer plugin for using the Mikmod library
WANTLIB-mikmod= ${myWANTLIB}
LIB_DEPENDS-mikmod= mikmod::audio/libmikmod \
${myLIB_DEPENDS}
# mpeg2dec
COMMENT-mpeg2= GStreamer plugin for playing and encoding MPEG video files
WANTLIB-mpeg2= X11 Xau Xdmcp Xext Xv ${myWANTLIB}
LIB_DEPENDS-mpeg2= mpeg2::graphics/libmpeg2 \
${myLIB_DEPENDS}
OPTIONS-mpeg2= mpeg2dec
# musepack
COMMENT-musepack= GStreamer plugin for playing musepack sound files
WANTLIB-musepack= ${myWANTLIB}
LIB_DEPENDS-musepack= mpcdec::audio/libmpcdec \
${myLIB_DEPENDS}
# ogg
COMMENT-ogg= GStreamer plugin for demuxing Ogg streams
WANTLIB-ogg= ${myWANTLIB}
LIB_DEPENDS-ogg= ogg::audio/libogg \
${myLIB_DEPENDS}
# sdlvideosink
COMMENT-sdl= GStreamer plugin for using SDL to diplay video
WANTLIB-sdl= X11 Xau Xdmcp Xext usbhid ${myWANTLIB}
LIB_DEPENDS-sdl= SDL::devel/sdl \
gstinterfaces-0.8.>=1.0::devel/gstreamer-plugins \
${myLIB_DEPENDS}
# sidplay
COMMENT-sidplay= GStreamer plugin for playing SID files
WANTLIB-sidplay= stdc++ ${myWANTLIB}
LIB_DEPENDS-sidplay= sidplay::audio/libsidplay \
${myLIB_DEPENDS}
# sndfile
COMMENT-sndfile= GStreamer plugin for using sndfile
WANTLIB-sndfile= ${myWANTLIB}
LIB_DEPENDS-sndfile= sndfile::audio/libsndfile \
${myLIB_DEPENDS}
# speex
COMMENT-speex= GStreamer plugin for speex
WANTLIB-speex= ${myWANTLIB}
LIB_DEPENDS-speex= speex.>=4:speex->=1.0.5:audio/speex \
${myLIB_DEPENDS}
# theora
COMMENT-theora= GStreamer plugin for theora
WANTLIB-theora= ${myWANTLIB}
LIB_DEPENDS-theora= theora::multimedia/libtheora \
ogg::audio/libogg \
${myLIB_DEPENDS}
# tremor
COMMENT-tremor= GStreamer plugin for Vorbis audio files, integer
WANTLIB-tremor= ${myWANTLIB}
LIB_DEPENDS-tremor= vorbisidec::audio/tremor \
${myLIB_DEPENDS}
# vorbis
COMMENT-vorbis= GStreamer plugin for Vorbis audio files
WANTLIB-vorbis= ogg ${myWANTLIB}
LIB_DEPENDS-vorbis= vorbis,vorbisenc::audio/libvorbis \
${myLIB_DEPENDS}
.for PLUGIN in ${PLUGINS}
. if ${MULTI_PACKAGES:M-${PLUGIN}}
. for O in ${OPTIONS-${PLUGIN}}
CONFIGURE_ARGS+= --enable-$O
. endfor
. else
. for O in ${OPTIONS-${PLUGIN}}
CONFIGURE_ARGS+= --disable-$O
. endfor
. endif
.endfor
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (gst-plugins-0.8.11.tar.bz2) = 6nh+7tN2H/A8tg7Ovr4cMA==
RMD160 (gst-plugins-0.8.11.tar.bz2) = gzrsEjpSzQ827Ig8NJzI1pCQ10k=
SHA1 (gst-plugins-0.8.11.tar.bz2) = Spvmti3Q6Kc2FujpP3o6zorsjFk=
SHA256 (gst-plugins-0.8.11.tar.bz2) = Dkju8dO/oiY8EEf5+EYipOFuM9ljJSy4FT/xs0DEupA=
SIZE (gst-plugins-0.8.11.tar.bz2) = 2439654

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-common_m4_gst-feature_m4,v 1.1 2007/09/16 16:45:59 naddy Exp $
--- common/m4/gst-feature.m4.orig Sun Sep 16 17:46:12 2007
+++ common/m4/gst-feature.m4 Sun Sep 16 17:46:49 2007
@@ -133,7 +133,7 @@ AC_DEFUN([GST_CHECK_CONFIGPROG],
[$1]_CFLAGS=
HAVE_[$1]=no
else
- if [$2] --plugin-libs [$3] &> /dev/null; then
+ if [$2] --plugin-libs [$3] > /dev/null 2>&1; then
[$1]_LIBS=`[$2] --plugin-libs [$3]`
else
[$1]_LIBS=`[$2] --libs [$3]`

View File

@ -1,50 +0,0 @@
$OpenBSD: patch-configure_ac,v 1.2 2007/09/18 18:33:25 naddy Exp $
--- configure.ac.orig Sun Sep 4 14:14:17 2005
+++ configure.ac Sun Sep 16 22:49:40 2007
@@ -106,7 +106,7 @@ DEFAULT_AUDIOSRC="osssrc"
DEFAULT_VIDEOSRC="v4lsrc"
DEFAULT_VISUALIZER="goom"
case "$host" in
- *-sun-* | *pc-solaris* )
+ *-sun-* | *pc-solaris* | *-*-openbsd* )
DEFAULT_AUDIOSINK="sunaudiosink"
DEFAULT_VIDEOSINK="ximagesink"
DEFAULT_AUDIOSRC="sunaudiosrc"
@@ -671,9 +671,9 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true)
GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions],
[xvimagesink], [
if test x$HAVE_X = xyes; then
- AC_CHECK_LIB(Xv_pic, XvQueryExtension,
- HAVE_XVIDEO="yes", HAVE_XVIDEO="no",
- $X_LIBS -lXext)
+dnl AC_CHECK_LIB(Xv_pic, XvQueryExtension,
+dnl HAVE_XVIDEO="yes", HAVE_XVIDEO="no",
+dnl $X_LIBS -lXext)
if test x$HAVE_XVIDEO = xyes; then
XVIDEO_LIBS="-lXv_pic -lXext"
@@ -840,7 +840,7 @@ fi
translit(dnm, m, l) AM_CONDITIONAL(USE_ARTS, true)
GST_CHECK_FEATURE(ARTS, [arts plug-ins], arts, [
- AM_PATH_ARTS(, HAVE_ARTS=yes, HAVE_ARTS=no)
+ AM_PATH_ARTS(, ARTS_LIBS="-lstdc++" HAVE_ARTS=yes, HAVE_ARTS=no)
])
dnl *** artsc ***
@@ -1125,14 +1125,7 @@ dnl])
dnl *** FLAC ***
translit(dnm, m, l) AM_CONDITIONAL(USE_FLAC, true)
GST_CHECK_FEATURE(FLAC, [FLAC lossless audio], flacenc flacdec, [
- GST_CHECK_LIBHEADER(FLAC, FLAC, FLAC__seekable_stream_encoder_new, -lm, FLAC/all.h, FLAC_LIBS="-lFLAC")
- dnl API change in FLAC 1.1.1, so require that...
- if test x$HAVE_FLAC = xyes; then
- AC_CHECK_DECL(FLAC__SEEKABLE_STREAM_ENCODER_TELL_ERROR,
- HAVE_FLAC="yes", HAVE_FLAC="no", [
-#include <FLAC/seekable_stream_encoder.h>
- ])
- fi
+ GST_CHECK_LIBHEADER(FLAC, FLAC, FLAC__stream_encoder_new, -logg -lm, FLAC/all.h, FLAC_LIBS="-lFLAC -logg")
AC_SUBST(FLAC_LIBS)
])

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-ext_dvdnav_dvdnavsrc_c,v 1.1 2006/03/20 15:21:43 espie Exp $
--- ext/dvdnav/dvdnavsrc.c.orig Sun Mar 19 18:29:25 2006
+++ ext/dvdnav/dvdnavsrc.c Sun Mar 19 18:29:36 2006
@@ -31,6 +31,7 @@
#include <gst/gst-i18n-plugin.h>
#include <gst/gst.h>
+#include <stdint.h>
#include <dvdread/dvd_reader.h>
#include <dvdread/ifo_read.h>

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-ext_dvdread_dvdreadsrc_c,v 1.1 2006/02/19 19:22:06 espie Exp $
--- ext/dvdread/dvdreadsrc.c.orig Sun Feb 19 20:03:42 2006
+++ ext/dvdread/dvdreadsrc.c Sun Feb 19 20:03:54 2006
@@ -34,6 +34,7 @@
#include <sys/types.h>
#include <dirent.h>
#include <errno.h>
+#include <stdint.h>
//#include <linux/cdrom.h>
#include <assert.h>

View File

@ -1,39 +0,0 @@
$OpenBSD: patch-ext_faad_gstfaad_c,v 1.1 2007/06/29 06:13:44 jakemsr Exp $
--- ext/faad/gstfaad.c.orig Fri Jun 1 22:25:24 2007
+++ ext/faad/gstfaad.c Fri Jun 1 22:33:43 2007
@@ -301,8 +301,8 @@ gst_faad_sinkconnect (GstPad * pad, const GstCaps * ca
faad->packetised = FALSE;
if ((value = gst_structure_get_value (str, "codec_data"))) {
- unsigned long samplerate;
- guchar channels;
+ guint32 samplerate;
+ guint8 channels;
/* We have codec data, means packetised stream */
faad->packetised = TRUE;
@@ -625,9 +625,9 @@ gst_faad_sync (GstBuffer * buf, guint * off)
static void
gst_faad_chain (GstPad * pad, GstData * data)
{
- guint input_size;
+ guint32 input_size;
guint skip_bytes = 0;
- guchar *input_data;
+ guint8 *input_data;
GstFaad *faad = GST_FAAD (gst_pad_get_parent (pad));
GstBuffer *buf, *outbuf;
faacDecFrameInfo info;
@@ -674,9 +674,9 @@ gst_faad_chain (GstPad * pad, GstData * data)
/* init if not already done during capsnego */
if (!faad->init) {
- unsigned long samplerate;
- guchar channels;
- glong init_res;
+ guint32 samplerate;
+ guint8 channels;
+ gint32 init_res;
init_res = faacDecInit (faad->handle, input_data, input_size,
&samplerate, &channels);

View File

@ -1,265 +0,0 @@
$OpenBSD: patch-ext_flac_gstflacdec_c,v 1.1 2007/09/18 18:33:25 naddy Exp $
--- ext/flac/gstflacdec.c.orig Mon Sep 17 16:49:23 2007
+++ ext/flac/gstflacdec.c Mon Sep 17 17:44:21 2007
@@ -69,27 +69,27 @@ static gboolean gst_flacdec_src_query (GstPad * pad, G
static const GstEventMask *gst_flacdec_get_src_event_masks (GstPad * pad);
static gboolean gst_flacdec_src_event (GstPad * pad, GstEvent * event);
-static FLAC__SeekableStreamDecoderReadStatus
-gst_flacdec_read (const FLAC__SeekableStreamDecoder * decoder,
- FLAC__byte buffer[], unsigned *bytes, void *client_data);
-static FLAC__SeekableStreamDecoderSeekStatus
-gst_flacdec_seek (const FLAC__SeekableStreamDecoder * decoder,
+static FLAC__StreamDecoderReadStatus
+gst_flacdec_read (const FLAC__StreamDecoder * decoder,
+ FLAC__byte buffer[], size_t *bytes, void *client_data);
+static FLAC__StreamDecoderSeekStatus
+gst_flacdec_seek (const FLAC__StreamDecoder * decoder,
FLAC__uint64 position, void *client_data);
-static FLAC__SeekableStreamDecoderTellStatus
-gst_flacdec_tell (const FLAC__SeekableStreamDecoder * decoder,
+static FLAC__StreamDecoderTellStatus
+gst_flacdec_tell (const FLAC__StreamDecoder * decoder,
FLAC__uint64 * position, void *client_data);
-static FLAC__SeekableStreamDecoderLengthStatus
-gst_flacdec_length (const FLAC__SeekableStreamDecoder * decoder,
+static FLAC__StreamDecoderLengthStatus
+gst_flacdec_length (const FLAC__StreamDecoder * decoder,
FLAC__uint64 * length, void *client_data);
-static FLAC__bool gst_flacdec_eof (const FLAC__SeekableStreamDecoder * decoder,
+static FLAC__bool gst_flacdec_eof (const FLAC__StreamDecoder * decoder,
void *client_data);
static FLAC__StreamDecoderWriteStatus
-gst_flacdec_write (const FLAC__SeekableStreamDecoder * decoder,
+gst_flacdec_write (const FLAC__StreamDecoder * decoder,
const FLAC__Frame * frame,
const FLAC__int32 * const buffer[], void *client_data);
-static void gst_flacdec_metadata_callback (const FLAC__SeekableStreamDecoder *
+static void gst_flacdec_metadata_callback (const FLAC__StreamDecoder *
decoder, const FLAC__StreamMetadata * metadata, void *client_data);
-static void gst_flacdec_error_callback (const FLAC__SeekableStreamDecoder *
+static void gst_flacdec_error_callback (const FLAC__StreamDecoder *
decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
static GstElementClass *parent_class = NULL;
@@ -194,40 +194,14 @@ gst_flacdec_init (FlacDec * flacdec)
gst_pad_set_event_function (flacdec->srcpad, gst_flacdec_src_event);
gst_pad_use_explicit_caps (flacdec->srcpad);
- flacdec->decoder = FLAC__seekable_stream_decoder_new ();
+ flacdec->decoder = FLAC__stream_decoder_new ();
flacdec->total_samples = 0;
flacdec->init = TRUE;
flacdec->eos = FALSE;
flacdec->seek_pending = FALSE;
- FLAC__seekable_stream_decoder_set_read_callback (flacdec->decoder,
- gst_flacdec_read);
- FLAC__seekable_stream_decoder_set_seek_callback (flacdec->decoder,
- gst_flacdec_seek);
- FLAC__seekable_stream_decoder_set_tell_callback (flacdec->decoder,
- gst_flacdec_tell);
- FLAC__seekable_stream_decoder_set_length_callback (flacdec->decoder,
- gst_flacdec_length);
- FLAC__seekable_stream_decoder_set_eof_callback (flacdec->decoder,
- gst_flacdec_eof);
-#if FLAC_VERSION >= 0x010003
- FLAC__seekable_stream_decoder_set_write_callback (flacdec->decoder,
- gst_flacdec_write);
-#else
- FLAC__seekable_stream_decoder_set_write_callback (flacdec->decoder,
- (FLAC__StreamDecoderWriteStatus (*)
- (const FLAC__SeekableStreamDecoder * decoder,
- const FLAC__Frame * frame,
- const FLAC__int32 * buffer[], void *client_data))
- (gst_flacdec_write));
-#endif
- FLAC__seekable_stream_decoder_set_metadata_respond (flacdec->decoder,
+ FLAC__stream_decoder_set_metadata_respond (flacdec->decoder,
FLAC__METADATA_TYPE_VORBIS_COMMENT);
- FLAC__seekable_stream_decoder_set_metadata_callback (flacdec->decoder,
- gst_flacdec_metadata_callback);
- FLAC__seekable_stream_decoder_set_error_callback (flacdec->decoder,
- gst_flacdec_error_callback);
- FLAC__seekable_stream_decoder_set_client_data (flacdec->decoder, flacdec);
}
static void
@@ -238,7 +212,7 @@ gst_flacdec_finalize (GObject * object)
flacdec = GST_FLACDEC (object);
if (flacdec->decoder)
- FLAC__seekable_stream_decoder_delete (flacdec->decoder);
+ FLAC__stream_decoder_delete (flacdec->decoder);
flacdec->decoder = NULL;
G_OBJECT_CLASS (parent_class)->finalize (object);
@@ -287,7 +261,7 @@ gst_flacdec_update_metadata (FlacDec * flacdec,
static void
-gst_flacdec_metadata_callback (const FLAC__SeekableStreamDecoder * decoder,
+gst_flacdec_metadata_callback (const FLAC__StreamDecoder * decoder,
const FLAC__StreamMetadata * metadata, void *client_data)
{
FlacDec *flacdec;
@@ -307,7 +281,7 @@ gst_flacdec_metadata_callback (const FLAC__SeekableStr
}
static void
-gst_flacdec_error_callback (const FLAC__SeekableStreamDecoder * decoder,
+gst_flacdec_error_callback (const FLAC__StreamDecoder * decoder,
FLAC__StreamDecoderErrorStatus status, void *client_data)
{
FlacDec *flacdec;
@@ -333,8 +307,8 @@ gst_flacdec_error_callback (const FLAC__SeekableStream
GST_ELEMENT_ERROR (flacdec, STREAM, DECODE, (NULL), (error));
}
-static FLAC__SeekableStreamDecoderSeekStatus
-gst_flacdec_seek (const FLAC__SeekableStreamDecoder * decoder,
+static FLAC__StreamDecoderSeekStatus
+gst_flacdec_seek (const FLAC__StreamDecoder * decoder,
FLAC__uint64 position, void *client_data)
{
FlacDec *flacdec;
@@ -343,13 +317,13 @@ gst_flacdec_seek (const FLAC__SeekableStreamDecoder *
GST_DEBUG ("seek %" G_GINT64_FORMAT, position);
if (!gst_bytestream_seek (flacdec->bs, position, GST_SEEK_METHOD_SET)) {
- return FLAC__SEEKABLE_STREAM_DECODER_SEEK_STATUS_ERROR;
+ return FLAC__STREAM_DECODER_SEEK_STATUS_ERROR;
}
- return FLAC__SEEKABLE_STREAM_DECODER_SEEK_STATUS_OK;
+ return FLAC__STREAM_DECODER_SEEK_STATUS_OK;
}
-static FLAC__SeekableStreamDecoderTellStatus
-gst_flacdec_tell (const FLAC__SeekableStreamDecoder * decoder,
+static FLAC__StreamDecoderTellStatus
+gst_flacdec_tell (const FLAC__StreamDecoder * decoder,
FLAC__uint64 * position, void *client_data)
{
FlacDec *flacdec;
@@ -358,15 +332,15 @@ gst_flacdec_tell (const FLAC__SeekableStreamDecoder *
*position = gst_bytestream_tell (flacdec->bs);
if (*position == -1)
- return FLAC__SEEKABLE_STREAM_DECODER_TELL_STATUS_ERROR;
+ return FLAC__STREAM_DECODER_TELL_STATUS_ERROR;
GST_DEBUG ("tell %" G_GINT64_FORMAT, *position);
- return FLAC__SEEKABLE_STREAM_DECODER_TELL_STATUS_OK;
+ return FLAC__STREAM_DECODER_TELL_STATUS_OK;
}
-static FLAC__SeekableStreamDecoderLengthStatus
-gst_flacdec_length (const FLAC__SeekableStreamDecoder * decoder,
+static FLAC__StreamDecoderLengthStatus
+gst_flacdec_length (const FLAC__StreamDecoder * decoder,
FLAC__uint64 * length, void *client_data)
{
FlacDec *flacdec;
@@ -375,15 +349,15 @@ gst_flacdec_length (const FLAC__SeekableStreamDecoder
*length = gst_bytestream_length (flacdec->bs);
if (*length == -1)
- return FLAC__SEEKABLE_STREAM_DECODER_TELL_STATUS_ERROR;
+ return FLAC__STREAM_DECODER_TELL_STATUS_ERROR;
GST_DEBUG ("length %" G_GINT64_FORMAT, *length);
- return FLAC__SEEKABLE_STREAM_DECODER_LENGTH_STATUS_OK;
+ return FLAC__STREAM_DECODER_LENGTH_STATUS_OK;
}
static FLAC__bool
-gst_flacdec_eof (const FLAC__SeekableStreamDecoder * decoder, void *client_data)
+gst_flacdec_eof (const FLAC__StreamDecoder * decoder, void *client_data)
{
FlacDec *flacdec;
@@ -393,9 +367,9 @@ gst_flacdec_eof (const FLAC__SeekableStreamDecoder * d
return flacdec->eos;
}
-static FLAC__SeekableStreamDecoderReadStatus
-gst_flacdec_read (const FLAC__SeekableStreamDecoder * decoder,
- FLAC__byte buffer[], unsigned *bytes, void *client_data)
+static FLAC__StreamDecoderReadStatus
+gst_flacdec_read (const FLAC__StreamDecoder * decoder,
+ FLAC__byte buffer[], size_t *bytes, void *client_data)
{
FlacDec *flacdec;
gint insize = 0;
@@ -444,11 +418,11 @@ gst_flacdec_read (const FLAC__SeekableStreamDecoder *
*bytes = insize;
gst_bytestream_flush_fast (flacdec->bs, insize);
- return FLAC__SEEKABLE_STREAM_DECODER_READ_STATUS_OK;
+ return FLAC__STREAM_DECODER_READ_STATUS_CONTINUE;
}
static FLAC__StreamDecoderWriteStatus
-gst_flacdec_write (const FLAC__SeekableStreamDecoder * decoder,
+gst_flacdec_write (const FLAC__StreamDecoder * decoder,
const FLAC__Frame * frame,
const FLAC__int32 * const buffer[], void *client_data)
{
@@ -563,20 +537,22 @@ gst_flacdec_loop (GstElement * element)
FLAC__StreamDecoderState res;
GST_DEBUG ("flacdec: initializing decoder");
- res = FLAC__seekable_stream_decoder_init (flacdec->decoder);
- if (res != FLAC__SEEKABLE_STREAM_DECODER_OK) {
+ res = FLAC__stream_decoder_init_stream (flacdec->decoder,
+ gst_flacdec_read, gst_flacdec_seek, gst_flacdec_tell,
+ gst_flacdec_length, gst_flacdec_eof, gst_flacdec_write,
+ gst_flacdec_metadata_callback, gst_flacdec_error_callback, flacdec);
+ if (res != FLAC__STREAM_DECODER_INIT_STATUS_OK) {
GST_ELEMENT_ERROR (flacdec, LIBRARY, INIT, (NULL),
- (FLAC__SeekableStreamDecoderStateString[res]));
+ (FLAC__StreamDecoderInitStatusString[res]));
return;
}
- /* FLAC__seekable_stream_decoder_process_metadata (flacdec->decoder); */
flacdec->init = FALSE;
}
if (flacdec->seek_pending) {
GST_DEBUG ("perform seek to sample %" G_GINT64_FORMAT, flacdec->seek_value);
- if (FLAC__seekable_stream_decoder_seek_absolute (flacdec->decoder,
+ if (FLAC__stream_decoder_seek_absolute (flacdec->decoder,
flacdec->seek_value)) {
flacdec->total_samples = flacdec->seek_value;
GST_DEBUG ("seek done");
@@ -587,14 +563,14 @@ gst_flacdec_loop (GstElement * element)
}
GST_DEBUG ("flacdec: processing single");
- res = FLAC__seekable_stream_decoder_process_single (flacdec->decoder);
+ res = FLAC__stream_decoder_process_single (flacdec->decoder);
GST_DEBUG ("flacdec: checking for EOS");
- if (FLAC__seekable_stream_decoder_get_state (flacdec->decoder) ==
- FLAC__SEEKABLE_STREAM_DECODER_END_OF_STREAM) {
+ if (FLAC__stream_decoder_get_state (flacdec->decoder) ==
+ FLAC__STREAM_DECODER_END_OF_STREAM) {
GstEvent *event;
GST_DEBUG ("flacdec: sending EOS event");
- FLAC__seekable_stream_decoder_reset (flacdec->decoder);
+ FLAC__stream_decoder_reset (flacdec->decoder);
if (GST_PAD_IS_USABLE (flacdec->srcpad)) {
event = gst_event_new (GST_EVENT_EOS);
@@ -777,7 +753,7 @@ gst_flacdec_change_state (GstElement * element)
flacdec->total_samples = 0;
flacdec->eos = FALSE;
if (flacdec->init == FALSE) {
- FLAC__seekable_stream_decoder_reset (flacdec->decoder);
+ FLAC__stream_decoder_reset (flacdec->decoder);
}
break;
case GST_STATE_PAUSED_TO_PLAYING:

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-ext_flac_gstflacdec_h,v 1.1 2007/09/18 18:33:25 naddy Exp $
--- ext/flac/gstflacdec.h.orig Sun Sep 16 23:11:04 2007
+++ ext/flac/gstflacdec.h Sun Sep 16 23:11:16 2007
@@ -47,7 +47,7 @@ struct _FlacDec {
GstPad *sinkpad,*srcpad;
GstByteStream *bs;
- FLAC__SeekableStreamDecoder *decoder;
+ FLAC__StreamDecoder *decoder;
gint channels;
gint depth;
gint width;

View File

@ -1,301 +0,0 @@
$OpenBSD: patch-ext_flac_gstflacenc_c,v 1.1 2007/09/18 18:33:25 naddy Exp $
--- ext/flac/gstflacenc.c.orig Mon Aug 29 13:50:49 2005
+++ ext/flac/gstflacenc.c Mon Sep 17 22:51:14 2007
@@ -81,11 +81,11 @@ static void gst_flacenc_get_property (GObject * object
static GstElementStateReturn gst_flacenc_change_state (GstElement * element);
static FLAC__StreamEncoderWriteStatus
-gst_flacenc_write_callback (const FLAC__SeekableStreamEncoder * encoder,
- const FLAC__byte buffer[], unsigned bytes,
+gst_flacenc_write_callback (const FLAC__StreamEncoder * encoder,
+ const FLAC__byte buffer[], size_t bytes,
unsigned samples, unsigned current_frame, void *client_data);
-static FLAC__SeekableStreamEncoderSeekStatus
-gst_flacenc_seek_callback (const FLAC__SeekableStreamEncoder * encoder,
+static FLAC__StreamEncoderSeekStatus
+gst_flacenc_seek_callback (const FLAC__StreamEncoder * encoder,
FLAC__uint64 absolute_byte_offset, void *client_data);
static GstElementClass *parent_class = NULL;
@@ -328,7 +328,7 @@ gst_flacenc_init (FlacEnc * flacenc)
GST_FLAG_SET (flacenc, GST_ELEMENT_EVENT_AWARE);
- flacenc->encoder = FLAC__seekable_stream_encoder_new ();
+ flacenc->encoder = FLAC__stream_encoder_new ();
flacenc->negotiated = FALSE;
flacenc->offset = 0;
@@ -344,7 +344,7 @@ gst_flacenc_finalize (GObject * object)
{
FlacEnc *flacenc = GST_FLACENC (object);
- FLAC__seekable_stream_encoder_delete (flacenc->encoder);
+ FLAC__stream_encoder_delete (flacenc->encoder);
G_OBJECT_CLASS (parent_class)->finalize (object);
}
@@ -373,11 +373,11 @@ gst_flacenc_sinkconnect (GstPad * pad, const GstCaps *
return ret;
}
- FLAC__seekable_stream_encoder_set_bits_per_sample (flacenc->encoder,
+ FLAC__stream_encoder_set_bits_per_sample (flacenc->encoder,
flacenc->depth);
- FLAC__seekable_stream_encoder_set_sample_rate (flacenc->encoder,
+ FLAC__stream_encoder_set_sample_rate (flacenc->encoder,
flacenc->sample_rate);
- FLAC__seekable_stream_encoder_set_channels (flacenc->encoder,
+ FLAC__stream_encoder_set_channels (flacenc->encoder,
flacenc->channels);
flacenc->negotiated = TRUE;
@@ -392,9 +392,9 @@ gst_flacenc_update_quality (FlacEnc * flacenc, gint qu
#define DO_UPDATE(name, val, str) \
G_STMT_START { \
- if (FLAC__seekable_stream_encoder_get_##name (flacenc->encoder) != \
+ if (FLAC__stream_encoder_get_##name (flacenc->encoder) != \
flacenc_params[quality].val) { \
- FLAC__seekable_stream_encoder_set_##name (flacenc->encoder, \
+ FLAC__stream_encoder_set_##name (flacenc->encoder, \
flacenc_params[quality].val); \
g_object_notify (G_OBJECT (flacenc), str); \
} \
@@ -429,8 +429,8 @@ gst_flacenc_update_quality (FlacEnc * flacenc, gint qu
return TRUE;
}
-static FLAC__SeekableStreamEncoderSeekStatus
-gst_flacenc_seek_callback (const FLAC__SeekableStreamEncoder * encoder,
+static FLAC__StreamEncoderSeekStatus
+gst_flacenc_seek_callback (const FLAC__StreamEncoder * encoder,
FLAC__uint64 absolute_byte_offset, void *client_data)
{
FlacEnc *flacenc;
@@ -454,8 +454,8 @@ gst_flacenc_seek_callback (const FLAC__SeekableStreamE
}
static FLAC__StreamEncoderWriteStatus
-gst_flacenc_write_callback (const FLAC__SeekableStreamEncoder * encoder,
- const FLAC__byte buffer[], unsigned bytes,
+gst_flacenc_write_callback (const FLAC__StreamEncoder * encoder,
+ const FLAC__byte buffer[], size_t bytes,
unsigned samples, unsigned current_frame, void *client_data)
{
FlacEnc *flacenc;
@@ -482,8 +482,8 @@ gst_flacenc_write_callback (const FLAC__SeekableStream
return FLAC__STREAM_ENCODER_OK;
}
-static FLAC__SeekableStreamEncoderTellStatus
-gst_flacenc_tell_callback (const FLAC__SeekableStreamEncoder * encoder,
+static FLAC__StreamEncoderTellStatus
+gst_flacenc_tell_callback (const FLAC__StreamEncoder * encoder,
FLAC__uint64 * absolute_byte_offset, void *client_data)
{
FlacEnc *flacenc = GST_FLACENC (client_data);
@@ -533,7 +533,7 @@ gst_flacenc_set_metadata (FlacEnc * flacenc)
FLAC__metadata_object_new (FLAC__METADATA_TYPE_VORBIS_COMMENT);
gst_tag_list_foreach (copy, add_one_tag, flacenc);
- if (FLAC__seekable_stream_encoder_set_metadata (flacenc->encoder,
+ if (FLAC__stream_encoder_set_metadata (flacenc->encoder,
flacenc->meta, 1) != true)
g_warning ("Dude, i'm already initialized!");
gst_tag_list_free (copy);
@@ -560,7 +560,7 @@ gst_flacenc_chain (GstPad * pad, GstData * _data)
switch (GST_EVENT_TYPE (event)) {
case GST_EVENT_EOS:
- FLAC__seekable_stream_encoder_finish (flacenc->encoder);
+ FLAC__stream_encoder_finish (flacenc->encoder);
break;
case GST_EVENT_TAG:
if (flacenc->tags) {
@@ -588,22 +588,15 @@ gst_flacenc_chain (GstPad * pad, GstData * _data)
insize = GST_BUFFER_SIZE (buf);
samples = insize / ((depth + 7) >> 3);
- if (FLAC__seekable_stream_encoder_get_state (flacenc->encoder) ==
- FLAC__SEEKABLE_STREAM_ENCODER_UNINITIALIZED) {
- FLAC__SeekableStreamEncoderState state;
+ if (FLAC__stream_encoder_get_state (flacenc->encoder) ==
+ FLAC__STREAM_ENCODER_UNINITIALIZED) {
+ FLAC__StreamEncoderState state;
- FLAC__seekable_stream_encoder_set_write_callback (flacenc->encoder,
- gst_flacenc_write_callback);
- FLAC__seekable_stream_encoder_set_seek_callback (flacenc->encoder,
- gst_flacenc_seek_callback);
- FLAC__seekable_stream_encoder_set_tell_callback (flacenc->encoder,
- gst_flacenc_tell_callback);
-
- FLAC__seekable_stream_encoder_set_client_data (flacenc->encoder, flacenc);
-
gst_flacenc_set_metadata (flacenc);
- state = FLAC__seekable_stream_encoder_init (flacenc->encoder);
- if (state != FLAC__STREAM_ENCODER_OK) {
+ state = FLAC__stream_encoder_init_stream (flacenc->encoder,
+ gst_flacenc_write_callback, gst_flacenc_seek_callback,
+ gst_flacenc_tell_callback, NULL, flacenc);
+ if (state != FLAC__STREAM_ENCODER_INIT_STATUS_OK) {
GST_ELEMENT_ERROR (flacenc, LIBRARY, INIT, (NULL),
("could not initialize encoder (wrong parameters?)"));
return;
@@ -631,7 +624,7 @@ gst_flacenc_chain (GstPad * pad, GstData * _data)
gst_buffer_unref (buf);
- res = FLAC__seekable_stream_encoder_process_interleaved (flacenc->encoder,
+ res = FLAC__stream_encoder_process_interleaved (flacenc->encoder,
(const FLAC__int32 *) data, samples / flacenc->channels);
g_free (flacenc->data);
@@ -654,51 +647,51 @@ gst_flacenc_set_property (GObject * object, guint prop
gst_flacenc_update_quality (this, g_value_get_enum (value));
break;
case ARG_STREAMABLE_SUBSET:
- FLAC__seekable_stream_encoder_set_streamable_subset (this->encoder,
+ FLAC__stream_encoder_set_streamable_subset (this->encoder,
g_value_get_boolean (value));
break;
case ARG_MID_SIDE_STEREO:
- FLAC__seekable_stream_encoder_set_do_mid_side_stereo (this->encoder,
+ FLAC__stream_encoder_set_do_mid_side_stereo (this->encoder,
g_value_get_boolean (value));
break;
case ARG_LOOSE_MID_SIDE_STEREO:
- FLAC__seekable_stream_encoder_set_loose_mid_side_stereo (this->encoder,
+ FLAC__stream_encoder_set_loose_mid_side_stereo (this->encoder,
g_value_get_boolean (value));
break;
case ARG_BLOCKSIZE:
- FLAC__seekable_stream_encoder_set_blocksize (this->encoder,
+ FLAC__stream_encoder_set_blocksize (this->encoder,
g_value_get_uint (value));
break;
case ARG_MAX_LPC_ORDER:
- FLAC__seekable_stream_encoder_set_max_lpc_order (this->encoder,
+ FLAC__stream_encoder_set_max_lpc_order (this->encoder,
g_value_get_uint (value));
break;
case ARG_QLP_COEFF_PRECISION:
- FLAC__seekable_stream_encoder_set_qlp_coeff_precision (this->encoder,
+ FLAC__stream_encoder_set_qlp_coeff_precision (this->encoder,
g_value_get_uint (value));
break;
case ARG_QLP_COEFF_PREC_SEARCH:
- FLAC__seekable_stream_encoder_set_do_qlp_coeff_prec_search (this->encoder,
+ FLAC__stream_encoder_set_do_qlp_coeff_prec_search (this->encoder,
g_value_get_boolean (value));
break;
case ARG_ESCAPE_CODING:
- FLAC__seekable_stream_encoder_set_do_escape_coding (this->encoder,
+ FLAC__stream_encoder_set_do_escape_coding (this->encoder,
g_value_get_boolean (value));
break;
case ARG_EXHAUSTIVE_MODEL_SEARCH:
- FLAC__seekable_stream_encoder_set_do_exhaustive_model_search (this->
+ FLAC__stream_encoder_set_do_exhaustive_model_search (this->
encoder, g_value_get_boolean (value));
break;
case ARG_MIN_RESIDUAL_PARTITION_ORDER:
- FLAC__seekable_stream_encoder_set_min_residual_partition_order (this->
+ FLAC__stream_encoder_set_min_residual_partition_order (this->
encoder, g_value_get_uint (value));
break;
case ARG_MAX_RESIDUAL_PARTITION_ORDER:
- FLAC__seekable_stream_encoder_set_max_residual_partition_order (this->
+ FLAC__stream_encoder_set_max_residual_partition_order (this->
encoder, g_value_get_uint (value));
break;
case ARG_RICE_PARAMETER_SEARCH_DIST:
- FLAC__seekable_stream_encoder_set_rice_parameter_search_dist (this->
+ FLAC__stream_encoder_set_rice_parameter_search_dist (this->
encoder, g_value_get_uint (value));
break;
default:
@@ -721,57 +714,57 @@ gst_flacenc_get_property (GObject * object, guint prop
break;
case ARG_STREAMABLE_SUBSET:
g_value_set_boolean (value,
- FLAC__seekable_stream_encoder_get_streamable_subset (this->encoder));
+ FLAC__stream_encoder_get_streamable_subset (this->encoder));
break;
case ARG_MID_SIDE_STEREO:
g_value_set_boolean (value,
- FLAC__seekable_stream_encoder_get_do_mid_side_stereo (this->encoder));
+ FLAC__stream_encoder_get_do_mid_side_stereo (this->encoder));
break;
case ARG_LOOSE_MID_SIDE_STEREO:
g_value_set_boolean (value,
- FLAC__seekable_stream_encoder_get_loose_mid_side_stereo (this->
+ FLAC__stream_encoder_get_loose_mid_side_stereo (this->
encoder));
break;
case ARG_BLOCKSIZE:
g_value_set_uint (value,
- FLAC__seekable_stream_encoder_get_blocksize (this->encoder));
+ FLAC__stream_encoder_get_blocksize (this->encoder));
break;
case ARG_MAX_LPC_ORDER:
g_value_set_uint (value,
- FLAC__seekable_stream_encoder_get_max_lpc_order (this->encoder));
+ FLAC__stream_encoder_get_max_lpc_order (this->encoder));
break;
case ARG_QLP_COEFF_PRECISION:
g_value_set_uint (value,
- FLAC__seekable_stream_encoder_get_qlp_coeff_precision (this->
+ FLAC__stream_encoder_get_qlp_coeff_precision (this->
encoder));
break;
case ARG_QLP_COEFF_PREC_SEARCH:
g_value_set_boolean (value,
- FLAC__seekable_stream_encoder_get_do_qlp_coeff_prec_search (this->
+ FLAC__stream_encoder_get_do_qlp_coeff_prec_search (this->
encoder));
break;
case ARG_ESCAPE_CODING:
g_value_set_boolean (value,
- FLAC__seekable_stream_encoder_get_do_escape_coding (this->encoder));
+ FLAC__stream_encoder_get_do_escape_coding (this->encoder));
break;
case ARG_EXHAUSTIVE_MODEL_SEARCH:
g_value_set_boolean (value,
- FLAC__seekable_stream_encoder_get_do_exhaustive_model_search (this->
+ FLAC__stream_encoder_get_do_exhaustive_model_search (this->
encoder));
break;
case ARG_MIN_RESIDUAL_PARTITION_ORDER:
g_value_set_uint (value,
- FLAC__seekable_stream_encoder_get_min_residual_partition_order (this->
+ FLAC__stream_encoder_get_min_residual_partition_order (this->
encoder));
break;
case ARG_MAX_RESIDUAL_PARTITION_ORDER:
g_value_set_uint (value,
- FLAC__seekable_stream_encoder_get_max_residual_partition_order (this->
+ FLAC__stream_encoder_get_max_residual_partition_order (this->
encoder));
break;
case ARG_RICE_PARAMETER_SEARCH_DIST:
g_value_set_uint (value,
- FLAC__seekable_stream_encoder_get_rice_parameter_search_dist (this->
+ FLAC__stream_encoder_get_rice_parameter_search_dist (this->
encoder));
break;
default:
@@ -795,10 +788,10 @@ gst_flacenc_change_state (GstElement * element)
case GST_STATE_PLAYING_TO_PAUSED:
break;
case GST_STATE_PAUSED_TO_READY:
- if (FLAC__seekable_stream_encoder_get_state (flacenc->encoder) !=
+ if (FLAC__stream_encoder_get_state (flacenc->encoder) !=
FLAC__STREAM_ENCODER_UNINITIALIZED) {
flacenc->stopped = TRUE;
- FLAC__seekable_stream_encoder_finish (flacenc->encoder);
+ FLAC__stream_encoder_finish (flacenc->encoder);
}
flacenc->negotiated = FALSE;
flacenc->offset = 0;

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-ext_flac_gstflacenc_h,v 1.1 2007/09/18 18:33:25 naddy Exp $
--- ext/flac/gstflacenc.h.orig Sun Sep 16 23:08:43 2007
+++ ext/flac/gstflacenc.h Sun Sep 16 23:10:33 2007
@@ -56,7 +56,7 @@ struct _FlacEnc {
gboolean stopped;
FLAC__int32 *data;
- FLAC__SeekableStreamEncoder *encoder;
+ FLAC__StreamEncoder *encoder;
FLAC__StreamMetadata **meta;
GstTagList * tags;

View File

@ -1,18 +0,0 @@
$OpenBSD: patch-gconf_Makefile_in,v 1.5 2007/06/29 06:13:44 jakemsr Exp $
--- gconf/Makefile.in.orig Sun Sep 4 05:19:41 2005
+++ gconf/Makefile.in Fri Jun 1 22:17:42 2007
@@ -851,13 +851,7 @@ gstreamer-@GST_MAJORMINOR@.schemas: gstreamer.schemas
cp gstreamer.schemas gstreamer-@GST_MAJORMINOR@.schemas
install-data-local:
- @GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \
- --makefile-install-rule $(srcdir)/$(schema_DATA) || \
- (echo ;\
- echo "*****************************************************"; \
- echo "Installation of schemas failed, install them manually"; \
- echo "*****************************************************";)
- @true
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-m4_gst-sid_m4,v 1.1 2007/09/16 16:45:59 naddy Exp $
--- m4/gst-sid.m4.orig Sun Sep 16 17:49:30 2007
+++ m4/gst-sid.m4 Sun Sep 16 17:49:43 2007
@@ -31,7 +31,7 @@ if test $HAVE_SIDPLAY = "yes"; then
fi
SIDPLAY_CFLAGS=
-SIDPLAY_LIBS="-lsidplay"
+SIDPLAY_LIBS="-lsidplay -lstdc++"
AC_SUBST(SIDPLAY_CFLAGS)
AC_SUBST(SIDPLAY_LIBS)

View File

@ -1,20 +0,0 @@
$OpenBSD: patch-sys_cdrom_gstcdplayer_ioctl_bsd_h,v 1.2 2007/06/29 06:13:44 jakemsr Exp $
--- sys/cdrom/gstcdplayer_ioctl_bsd.h.orig Mon Mar 15 08:32:53 2004
+++ sys/cdrom/gstcdplayer_ioctl_bsd.h Fri Jun 1 22:17:42 2007
@@ -224,6 +224,7 @@ gboolean cd_start(struct cd *cd,gint start_track,gint
return FALSE;
}
+ return TRUE;
}
gboolean cd_pause(struct cd *cd)
@@ -321,7 +322,7 @@ gint cd_current_track(struct cd *cd)
return -1;
}
-#ifdef __NetBSD__
+#if defined(__NetBSD__) || defined(__OpenBSD__)
return sub_channel.data->what.track_info.track_number;
#else
return sub_channel.data->track_number;

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-sys_oss_Makefile_in,v 1.4 2006/02/19 19:22:06 espie Exp $
--- sys/oss/Makefile.in.orig Sun Sep 4 14:21:13 2005
+++ sys/oss/Makefile.in Mon Dec 19 14:36:49 2005
@@ -368,7 +368,7 @@ LIBOIL_CFLAGS = @LIBOIL_CFLAGS@
LIBOIL_LIBS = @LIBOIL_LIBS@
LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
LIBPNG_LIBS = @LIBPNG_LIBS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -lossaudio
LIBTOOL = @LIBTOOL@
LIBVISUAL_CFLAGS = @LIBVISUAL_CFLAGS@
LIBVISUAL_LIBS = @LIBVISUAL_LIBS@

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-sys_oss_gstosselement_c,v 1.3 2007/06/29 06:13:44 jakemsr Exp $
--- sys/oss/gstosselement.c.orig Tue Feb 22 07:23:05 2005
+++ sys/oss/gstosselement.c Fri Jun 1 22:17:42 2007
@@ -263,7 +263,7 @@ gst_osselement_class_probe_devices (GstOssElementClass
if (!init && !check) {
#define MIXER 0
#define DSP 1
- gchar *dev_base[][2] = { {"/dev/mixer", "/dev/dsp"}
+ gchar *dev_base[][2] = { {"/dev/mixer", "/dev/sound"}
,
{"/dev/sound/mixer", "/dev/sound/dsp"}
,
@@ -424,7 +424,7 @@ gst_ossprobe_interface_init (GstPropertyProbeInterface
static void
gst_osselement_init (GstOssElement * oss)
{
- oss->device = g_strdup ("/dev/dsp");
+ oss->device = g_strdup ("/dev/sound");
oss->mixer_dev = g_strdup ("/dev/mixer");
oss->fd = -1;
oss->mixer_fd = -1;

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-sys_oss_oss_probe_c,v 1.2 2005/05/24 21:33:33 marcm Exp $
--- sys/oss/oss_probe.c.orig Thu Dec 16 03:34:54 2004
+++ sys/oss/oss_probe.c Mon Apr 11 15:06:16 2005
@@ -79,9 +79,9 @@ main (int argc, char *argv[])
gboolean mono_supported = FALSE;
gboolean stereo_supported = FALSE;
- fd = open ("/dev/dsp", O_RDWR);
+ fd = open ("/dev/sound", O_RDWR);
if (fd < 0) {
- perror ("/dev/dsp");
+ perror ("/dev/sound");
exit (1);
}

View File

@ -1,57 +0,0 @@
$OpenBSD: patch-sys_sunaudio_gstsunaudio_c,v 1.3 2007/06/29 06:13:44 jakemsr Exp $
--- sys/sunaudio/gstsunaudio.c.orig Wed Dec 15 10:23:31 2004
+++ sys/sunaudio/gstsunaudio.c Fri Jun 1 22:17:43 2007
@@ -28,7 +28,10 @@
#include <string.h>
#include <unistd.h>
#include <sys/mman.h>
+#include <sys/types.h>
+#include <sys/ioctl.h>
#include <sys/audioio.h>
+#include <string.h>
#include "gstsunelement.h"
#include "gstsunmixer.h"
#include "gstsunaudiosrc.h"
@@ -184,8 +187,8 @@ gst_sunaudiosink_class_init (GstSunAudioSinkClass * kl
gstelement_class->change_state = gst_sunaudiosink_change_state;
g_object_class_install_property (gobject_class, ARG_DEVICE,
- g_param_spec_string ("device", "Device", "Audio Device (/dev/audio)",
- "/dev/audio", G_PARAM_READWRITE));
+ g_param_spec_string ("device", "Device", "Audio Device (/dev/sound)",
+ "/dev/sound", G_PARAM_READWRITE));
g_object_class_install_property (gobject_class, ARG_BUFFER_SIZE,
g_param_spec_int ("buffer_size", "Buffer Size", "Buffer Size",
1, G_MAXINT, 64, G_PARAM_READWRITE));
@@ -210,7 +213,7 @@ gst_sunaudiosink_init (GstSunAudioSink * sunaudiosink)
audiodev = g_getenv ("AUDIODEV");
if (audiodev == NULL)
- audiodev = "/dev/audio";
+ audiodev = "/dev/sound";
sunaudiosink->device = g_strdup (audiodev);
}
@@ -296,10 +299,9 @@ gst_sunaudiosink_setparams (GstSunAudioSink * sunaudio
ainfo.play.sample_rate = sunaudiosink->rate;
ainfo.play.channels = sunaudiosink->channels;
ainfo.play.precision = sunaudiosink->width;
- ainfo.play.encoding = AUDIO_ENCODING_LINEAR;
+ ainfo.play.encoding = AUDIO_ENCODING_SLINEAR;
ainfo.play.port = ports;
ainfo.play.buffer_size = sunaudiosink->buffer_size;
- ainfo.output_muted = 0;
ret = ioctl (sunaudiosink->fd, AUDIO_SETINFO, &ainfo);
if (ret == -1) {
@@ -343,10 +345,6 @@ gst_sunaudiosink_open (GstSunAudioSink * sunaudiosink)
}
GST_INFO ("monitor_gain %d", sunaudiosink->info.monitor_gain);
- GST_INFO ("output_muted %d", sunaudiosink->info.output_muted);
- GST_INFO ("hw_features %08x", sunaudiosink->info.hw_features);
- GST_INFO ("sw_features %08x", sunaudiosink->info.sw_features);
- GST_INFO ("sw_features_enabled %08x", sunaudiosink->info.sw_features_enabled);
return TRUE;
}

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-sys_sunaudio_gstsunaudiosrc_c,v 1.1.1.1 2004/12/22 06:09:18 marcm Exp $
--- sys/sunaudio/gstsunaudiosrc.c.orig Sun Sep 12 22:57:24 2004
+++ sys/sunaudio/gstsunaudiosrc.c Sun Sep 12 22:57:53 2004
@@ -28,6 +28,7 @@
#include <unistd.h>
#include <string.h>
#include <sys/audioio.h>
+#include <sys/ioctl.h>
#include <gstsunaudiosrc.h>
#include <gstsunelement.h>

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-sys_sunaudio_gstsunmixer_c,v 1.3 2007/06/29 06:13:44 jakemsr Exp $
--- sys/sunaudio/gstsunmixer.c.orig Wed Dec 22 06:49:06 2004
+++ sys/sunaudio/gstsunmixer.c Fri Jun 1 22:17:43 2007
@@ -284,12 +284,6 @@ gst_sunaudiomixer_set_mute (GstMixer * mixer,
AUDIO_INITINFO (&audioinfo);
- if (mute) {
- audioinfo.output_muted = 1;
- } else {
- audioinfo.output_muted = 0;
- }
-
if (ioctl (sunaudio->mixer_fd, AUDIO_SETINFO, &audioinfo) < 0) {
g_warning ("Error setting volume device");
return;

View File

@ -1 +0,0 @@
An AC-3 or A/52 decoding plugin for the GStreamer streaming-media framework.

View File

@ -1 +0,0 @@
A KDE arts plugin for the GStreamer streaming-media framework.

View File

@ -1,2 +0,0 @@
A plugin for the GStreamer streaming-media framework that utilizes the
Audio File Library.

View File

@ -1 +0,0 @@
A CD audio library plugin for the GStreamer streaming-media framework.

View File

@ -1,2 +0,0 @@
A plugin for the GStreamer streaming-media framework that utilizes
cdparanoia to read CDDA CDs.

View File

@ -1,2 +0,0 @@
A dvdnav plugin for the GStreamer streaming-media framework, which allows
navigation of menus contained in DVDs.

View File

@ -1 +0,0 @@
A plugin for the GStreamer streaming-media framework for reading DVDs.

View File

@ -1 +0,0 @@
An esd plugin for the GStreamer streaming-media framework.

View File

@ -1,2 +0,0 @@
A faad plugin for the GStreamer streaming-media framework, supporting the
ISO AAC audio codec.

View File

@ -1,2 +0,0 @@
A FLAC plugin for the GStreamer streaming-media framework. FLAC stands for
Free Lossless Audio Codec.

View File

@ -1 +0,0 @@
Gnome VFS plugins for the GStreamer streaming-media framework.

View File

@ -1 +0,0 @@
A gsm plugin for the GStreamer streaming-media framework.

View File

@ -1 +0,0 @@
A JPEG plugin for the GStreamer streaming-media framework.

View File

@ -1,2 +0,0 @@
An MP3 encoding plugin for the GStreamer streaming-media framework using
LAME. Please note that there are certain patent issues with this plugin.

View File

@ -1,2 +0,0 @@
A MP3 decoding plugin for the GStreamer streaming-media framework using
the MAD MPEG audio decoder

View File

@ -1,4 +0,0 @@
Plugin support and plugins for the GStreamer streaming-media framework.
This package provides a basic set of plugins to use with
GStreamer-based applications.

View File

@ -1,2 +0,0 @@
A plugin for the GStreamer streaming-media framework that uses the
MikMod sound library.

View File

@ -1,2 +0,0 @@
A plugin for the GStreamer streaming-media framework for decoding
mpeg-2 and mpeg-1 video streams.

View File

@ -1 +0,0 @@
A musepack (MPC) plugin for the GStreamer streaming-media framework.

View File

@ -1 +0,0 @@
An ogg demuxer plugin for the GStreamer streaming-media framework.

View File

@ -1,2 +0,0 @@
An SDL video plugin for the GStreamer streaming-media framework. SDL
stands for Simple DirectMedia Layer.

View File

@ -1 +0,0 @@
A SID plugin for the GStreamer streaming-media framework.

View File

@ -1 +0,0 @@
A sndfile plugin for the GStreamer streaming-media framework.

View File

@ -1 +0,0 @@
A speex plugin for the GStreamer streaming-media framework.

View File

@ -1 +0,0 @@
A theora plugin for the GStreamer streaming-media framework.

View File

@ -1 +0,0 @@
A tremor plugin for the GStreamer streaming-media framework.

View File

@ -1 +0,0 @@
A Vorbis audio plugin for the GStreamer streaming-media framework.

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-a52,v 1.3 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgsta52dec.a
lib/gstreamer-0.8/libgsta52dec.la
lib/gstreamer-0.8/libgsta52dec.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,11 +0,0 @@
@comment $OpenBSD: PLIST-arts,v 1.2 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstarts.a
lib/gstreamer-0.8/libgstarts.la
lib/gstreamer-0.8/libgstarts.so
lib/gstreamer-0.8/libgstartsdsink.a
lib/gstreamer-0.8/libgstartsdsink.la
lib/gstreamer-0.8/libgstartsdsink.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-audiofile,v 1.3 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstaudiofile.a
lib/gstreamer-0.8/libgstaudiofile.la
lib/gstreamer-0.8/libgstaudiofile.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-cdaudio,v 1.2 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstcdaudio.a
lib/gstreamer-0.8/libgstcdaudio.la
lib/gstreamer-0.8/libgstcdaudio.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-cdda,v 1.3 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstcdparanoia.a
lib/gstreamer-0.8/libgstcdparanoia.la
lib/gstreamer-0.8/libgstcdparanoia.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-dvdnav,v 1.2 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstdvdnavsrc.a
lib/gstreamer-0.8/libgstdvdnavsrc.la
lib/gstreamer-0.8/libgstdvdnavsrc.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-dvdread,v 1.3 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstdvdreadsrc.a
lib/gstreamer-0.8/libgstdvdreadsrc.la
lib/gstreamer-0.8/libgstdvdreadsrc.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-esd,v 1.3 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstesd.a
lib/gstreamer-0.8/libgstesd.la
lib/gstreamer-0.8/libgstesd.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-faad,v 1.2 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstfaad.a
lib/gstreamer-0.8/libgstfaad.la
lib/gstreamer-0.8/libgstfaad.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-flac,v 1.3 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstflac.a
lib/gstreamer-0.8/libgstflac.la
lib/gstreamer-0.8/libgstflac.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-gnome,v 1.3 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstgnomevfs.a
lib/gstreamer-0.8/libgstgnomevfs.la
lib/gstreamer-0.8/libgstgnomevfs.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-gsm,v 1.2 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstgsm.a
lib/gstreamer-0.8/libgstgsm.la
lib/gstreamer-0.8/libgstgsm.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-jpeg,v 1.4 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstjpeg.a
lib/gstreamer-0.8/libgstjpeg.la
lib/gstreamer-0.8/libgstjpeg.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-lame,v 1.3 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstlame.a
lib/gstreamer-0.8/libgstlame.la
lib/gstreamer-0.8/libgstlame.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-mad,v 1.3 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstmad.a
lib/gstreamer-0.8/libgstmad.la
lib/gstreamer-0.8/libgstmad.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,423 +0,0 @@
@comment $OpenBSD: PLIST-main,v 1.2 2007/12/19 07:31:15 ajacoutot Exp $
@pkgpath devel/gstreamer-plugins
bin/gst-launch-ext-0.8
bin/gst-visualise-0.8
include/gstreamer-0.8/gst/audio/
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/
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/
include/gstreamer-0.8/gst/floatcast/floatcast.h
include/gstreamer-0.8/gst/gconf/
include/gstreamer-0.8/gst/gconf/gconf.h
include/gstreamer-0.8/gst/idct/
include/gstreamer-0.8/gst/idct/idct.h
include/gstreamer-0.8/gst/media-info/
include/gstreamer-0.8/gst/media-info/media-info.h
include/gstreamer-0.8/gst/mixer/
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/
include/gstreamer-0.8/gst/navigation/navigation.h
include/gstreamer-0.8/gst/play/
include/gstreamer-0.8/gst/play/play-enumtypes.h
include/gstreamer-0.8/gst/play/play.h
include/gstreamer-0.8/gst/propertyprobe/
include/gstreamer-0.8/gst/propertyprobe/propertyprobe.h
include/gstreamer-0.8/gst/resample/
include/gstreamer-0.8/gst/resample/resample.h
include/gstreamer-0.8/gst/riff/
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/
include/gstreamer-0.8/gst/tag/tag.h
include/gstreamer-0.8/gst/tuner/
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/
include/gstreamer-0.8/gst/video/video.h
include/gstreamer-0.8/gst/video/videosink.h
include/gstreamer-0.8/gst/xoverlay/
include/gstreamer-0.8/gst/xoverlay/xoverlay.h
include/gstreamer-0.8/gst/xwindowlistener/
include/gstreamer-0.8/gst/xwindowlistener/xwindowlistener.h
lib/gstreamer-0.8/libgstac3parse.a
lib/gstreamer-0.8/libgstac3parse.la
lib/gstreamer-0.8/libgstac3parse.so
lib/gstreamer-0.8/libgstadder.a
lib/gstreamer-0.8/libgstadder.la
lib/gstreamer-0.8/libgstadder.so
lib/gstreamer-0.8/libgstalaw.a
lib/gstreamer-0.8/libgstalaw.la
lib/gstreamer-0.8/libgstalaw.so
lib/gstreamer-0.8/libgstalpha.a
lib/gstreamer-0.8/libgstalpha.la
lib/gstreamer-0.8/libgstalpha.so
lib/gstreamer-0.8/libgstalphacolor.a
lib/gstreamer-0.8/libgstalphacolor.la
lib/gstreamer-0.8/libgstalphacolor.so
lib/gstreamer-0.8/libgstapetag.a
lib/gstreamer-0.8/libgstapetag.la
lib/gstreamer-0.8/libgstapetag.so
lib/gstreamer-0.8/libgstasf.a
lib/gstreamer-0.8/libgstasf.la
lib/gstreamer-0.8/libgstasf.so
lib/gstreamer-0.8/libgstaudio.a
lib/gstreamer-0.8/libgstaudio.la
lib/gstreamer-0.8/libgstaudio.so
lib/gstreamer-0.8/libgstaudioconvert.a
lib/gstreamer-0.8/libgstaudioconvert.la
lib/gstreamer-0.8/libgstaudioconvert.so
lib/gstreamer-0.8/libgstaudiofilter.a
lib/gstreamer-0.8/libgstaudiofilter.la
lib/gstreamer-0.8/libgstaudiofilter.so
lib/gstreamer-0.8/libgstaudiorate.a
lib/gstreamer-0.8/libgstaudiorate.la
lib/gstreamer-0.8/libgstaudiorate.so
lib/gstreamer-0.8/libgstaudioscale.a
lib/gstreamer-0.8/libgstaudioscale.la
lib/gstreamer-0.8/libgstaudioscale.so
lib/gstreamer-0.8/libgstauparse.a
lib/gstreamer-0.8/libgstauparse.la
lib/gstreamer-0.8/libgstauparse.so
lib/gstreamer-0.8/libgstautodetect.a
lib/gstreamer-0.8/libgstautodetect.la
lib/gstreamer-0.8/libgstautodetect.so
lib/gstreamer-0.8/libgstavi.a
lib/gstreamer-0.8/libgstavi.la
lib/gstreamer-0.8/libgstavi.so
lib/gstreamer-0.8/libgstcairo.a
lib/gstreamer-0.8/libgstcairo.la
lib/gstreamer-0.8/libgstcairo.so
lib/gstreamer-0.8/libgstcdplayer.a
lib/gstreamer-0.8/libgstcdplayer.la
lib/gstreamer-0.8/libgstcdplayer.so
lib/gstreamer-0.8/libgstcdxaparse.a
lib/gstreamer-0.8/libgstcdxaparse.la
lib/gstreamer-0.8/libgstcdxaparse.so
lib/gstreamer-0.8/libgstchart.a
lib/gstreamer-0.8/libgstchart.la
lib/gstreamer-0.8/libgstchart.so
lib/gstreamer-0.8/libgstcolorspace.a
lib/gstreamer-0.8/libgstcolorspace.la
lib/gstreamer-0.8/libgstcolorspace.so
lib/gstreamer-0.8/libgstcutter.a
lib/gstreamer-0.8/libgstcutter.la
lib/gstreamer-0.8/libgstcutter.so
lib/gstreamer-0.8/libgstdebug.a
lib/gstreamer-0.8/libgstdebug.la
lib/gstreamer-0.8/libgstdebug.so
lib/gstreamer-0.8/libgstdecodebin.a
lib/gstreamer-0.8/libgstdecodebin.la
lib/gstreamer-0.8/libgstdecodebin.so
lib/gstreamer-0.8/libgstdeinterlace.a
lib/gstreamer-0.8/libgstdeinterlace.la
lib/gstreamer-0.8/libgstdeinterlace.so
lib/gstreamer-0.8/libgstdvdlpcmdec.a
lib/gstreamer-0.8/libgstdvdlpcmdec.la
lib/gstreamer-0.8/libgstdvdlpcmdec.so
lib/gstreamer-0.8/libgstdvdsubdec.a
lib/gstreamer-0.8/libgstdvdsubdec.la
lib/gstreamer-0.8/libgstdvdsubdec.so
lib/gstreamer-0.8/libgstefence.a
lib/gstreamer-0.8/libgstefence.la
lib/gstreamer-0.8/libgstefence.so
lib/gstreamer-0.8/libgsteffectv.a
lib/gstreamer-0.8/libgsteffectv.la
lib/gstreamer-0.8/libgsteffectv.so
lib/gstreamer-0.8/libgstequalizer.a
lib/gstreamer-0.8/libgstequalizer.la
lib/gstreamer-0.8/libgstequalizer.so
lib/gstreamer-0.8/libgstfestival.a
lib/gstreamer-0.8/libgstfestival.la
lib/gstreamer-0.8/libgstfestival.so
lib/gstreamer-0.8/libgstffmpegcolorspace.a
lib/gstreamer-0.8/libgstffmpegcolorspace.la
lib/gstreamer-0.8/libgstffmpegcolorspace.so
lib/gstreamer-0.8/libgstfilter.a
lib/gstreamer-0.8/libgstfilter.la
lib/gstreamer-0.8/libgstfilter.so
lib/gstreamer-0.8/libgstflxdec.a
lib/gstreamer-0.8/libgstflxdec.la
lib/gstreamer-0.8/libgstflxdec.so
lib/gstreamer-0.8/libgstfreeze.a
lib/gstreamer-0.8/libgstfreeze.la
lib/gstreamer-0.8/libgstfreeze.so
lib/gstreamer-0.8/libgstgamma.a
lib/gstreamer-0.8/libgstgamma.la
lib/gstreamer-0.8/libgstgamma.so
lib/gstreamer-0.8/libgstgconfelements.a
lib/gstreamer-0.8/libgstgconfelements.la
lib/gstreamer-0.8/libgstgconfelements.so
lib/gstreamer-0.8/libgstgdkpixbuf.a
lib/gstreamer-0.8/libgstgdkpixbuf.la
lib/gstreamer-0.8/libgstgdkpixbuf.so
lib/gstreamer-0.8/libgstgoom.a
lib/gstreamer-0.8/libgstgoom.la
lib/gstreamer-0.8/libgstgoom.so
lib/gstreamer-0.8/libgstidct.a
lib/gstreamer-0.8/libgstidct.la
lib/gstreamer-0.8/libgstidct.so
lib/gstreamer-0.8/libgstimagemixer.a
lib/gstreamer-0.8/libgstimagemixer.la
lib/gstreamer-0.8/libgstimagemixer.so
lib/gstreamer-0.8/libgstinterleave.a
lib/gstreamer-0.8/libgstinterleave.la
lib/gstreamer-0.8/libgstinterleave.so
lib/gstreamer-0.8/libgstlevel.a
lib/gstreamer-0.8/libgstlevel.la
lib/gstreamer-0.8/libgstlevel.so
lib/gstreamer-0.8/libgstmatroska.a
lib/gstreamer-0.8/libgstmatroska.la
lib/gstreamer-0.8/libgstmatroska.so
lib/gstreamer-0.8/libgstmedian.a
lib/gstreamer-0.8/libgstmedian.la
lib/gstreamer-0.8/libgstmedian.so
lib/gstreamer-0.8/libgstmixmatrix.a
lib/gstreamer-0.8/libgstmixmatrix.la
lib/gstreamer-0.8/libgstmixmatrix.so
lib/gstreamer-0.8/libgstmodplug.a
lib/gstreamer-0.8/libgstmodplug.la
lib/gstreamer-0.8/libgstmodplug.so
lib/gstreamer-0.8/libgstmonoscope.a
lib/gstreamer-0.8/libgstmonoscope.la
lib/gstreamer-0.8/libgstmonoscope.so
lib/gstreamer-0.8/libgstmp1videoparse.a
lib/gstreamer-0.8/libgstmp1videoparse.la
lib/gstreamer-0.8/libgstmp1videoparse.so
lib/gstreamer-0.8/libgstmpeg1systemencode.a
lib/gstreamer-0.8/libgstmpeg1systemencode.la
lib/gstreamer-0.8/libgstmpeg1systemencode.so
lib/gstreamer-0.8/libgstmpeg2subt.a
lib/gstreamer-0.8/libgstmpeg2subt.la
lib/gstreamer-0.8/libgstmpeg2subt.so
lib/gstreamer-0.8/libgstmpegaudio.a
lib/gstreamer-0.8/libgstmpegaudio.la
lib/gstreamer-0.8/libgstmpegaudio.so
lib/gstreamer-0.8/libgstmpegaudioparse.a
lib/gstreamer-0.8/libgstmpegaudioparse.la
lib/gstreamer-0.8/libgstmpegaudioparse.so
lib/gstreamer-0.8/libgstmpegstream.a
lib/gstreamer-0.8/libgstmpegstream.la
lib/gstreamer-0.8/libgstmpegstream.so
lib/gstreamer-0.8/libgstmulaw.a
lib/gstreamer-0.8/libgstmulaw.la
lib/gstreamer-0.8/libgstmulaw.so
lib/gstreamer-0.8/libgstmultifilesink.a
lib/gstreamer-0.8/libgstmultifilesink.la
lib/gstreamer-0.8/libgstmultifilesink.so
lib/gstreamer-0.8/libgstmultipart.a
lib/gstreamer-0.8/libgstmultipart.la
lib/gstreamer-0.8/libgstmultipart.so
lib/gstreamer-0.8/libgstnavigationtest.a
lib/gstreamer-0.8/libgstnavigationtest.la
lib/gstreamer-0.8/libgstnavigationtest.so
lib/gstreamer-0.8/libgstossaudio.a
lib/gstreamer-0.8/libgstossaudio.la
lib/gstreamer-0.8/libgstossaudio.so
lib/gstreamer-0.8/libgstoverlay.a
lib/gstreamer-0.8/libgstoverlay.la
lib/gstreamer-0.8/libgstoverlay.so
lib/gstreamer-0.8/libgstpassthrough.a
lib/gstreamer-0.8/libgstpassthrough.la
lib/gstreamer-0.8/libgstpassthrough.so
lib/gstreamer-0.8/libgstplaybin.a
lib/gstreamer-0.8/libgstplaybin.la
lib/gstreamer-0.8/libgstplaybin.so
lib/gstreamer-0.8/libgstplayondemand.a
lib/gstreamer-0.8/libgstplayondemand.la
lib/gstreamer-0.8/libgstplayondemand.so
lib/gstreamer-0.8/libgstpuzzle.a
lib/gstreamer-0.8/libgstpuzzle.la
lib/gstreamer-0.8/libgstpuzzle.so
lib/gstreamer-0.8/libgstqtdemux.a
lib/gstreamer-0.8/libgstqtdemux.la
lib/gstreamer-0.8/libgstqtdemux.so
lib/gstreamer-0.8/libgstresample.a
lib/gstreamer-0.8/libgstresample.la
lib/gstreamer-0.8/libgstresample.so
lib/gstreamer-0.8/libgstrfbsrc.a
lib/gstreamer-0.8/libgstrfbsrc.la
lib/gstreamer-0.8/libgstrfbsrc.so
lib/gstreamer-0.8/libgstriff.a
lib/gstreamer-0.8/libgstriff.la
lib/gstreamer-0.8/libgstriff.so
lib/gstreamer-0.8/libgstrmdemux.a
lib/gstreamer-0.8/libgstrmdemux.la
lib/gstreamer-0.8/libgstrmdemux.so
lib/gstreamer-0.8/libgstrtjpeg.a
lib/gstreamer-0.8/libgstrtjpeg.la
lib/gstreamer-0.8/libgstrtjpeg.so
lib/gstreamer-0.8/libgstrtp.a
lib/gstreamer-0.8/libgstrtp.la
lib/gstreamer-0.8/libgstrtp.so
lib/gstreamer-0.8/libgstsilence.a
lib/gstreamer-0.8/libgstsilence.la
lib/gstreamer-0.8/libgstsilence.so
lib/gstreamer-0.8/libgstsinesrc.a
lib/gstreamer-0.8/libgstsinesrc.la
lib/gstreamer-0.8/libgstsinesrc.so
lib/gstreamer-0.8/libgstsmooth.a
lib/gstreamer-0.8/libgstsmooth.la
lib/gstreamer-0.8/libgstsmooth.so
lib/gstreamer-0.8/libgstsmoothwave.a
lib/gstreamer-0.8/libgstsmoothwave.la
lib/gstreamer-0.8/libgstsmoothwave.so
lib/gstreamer-0.8/libgstsmpte.a
lib/gstreamer-0.8/libgstsmpte.la
lib/gstreamer-0.8/libgstsmpte.so
lib/gstreamer-0.8/libgstspectrum.a
lib/gstreamer-0.8/libgstspectrum.la
lib/gstreamer-0.8/libgstspectrum.so
lib/gstreamer-0.8/libgstspeed.a
lib/gstreamer-0.8/libgstspeed.la
lib/gstreamer-0.8/libgstspeed.so
lib/gstreamer-0.8/libgststereo.a
lib/gstreamer-0.8/libgststereo.la
lib/gstreamer-0.8/libgststereo.so
lib/gstreamer-0.8/libgstsubparse.a
lib/gstreamer-0.8/libgstsubparse.la
lib/gstreamer-0.8/libgstsubparse.so
lib/gstreamer-0.8/libgstsunaudio.a
lib/gstreamer-0.8/libgstsunaudio.la
lib/gstreamer-0.8/libgstsunaudio.so
lib/gstreamer-0.8/libgstswitch.a
lib/gstreamer-0.8/libgstswitch.la
lib/gstreamer-0.8/libgstswitch.so
lib/gstreamer-0.8/libgstsynaesthesia.a
lib/gstreamer-0.8/libgstsynaesthesia.la
lib/gstreamer-0.8/libgstsynaesthesia.so
lib/gstreamer-0.8/libgsttagedit.a
lib/gstreamer-0.8/libgsttagedit.la
lib/gstreamer-0.8/libgsttagedit.so
lib/gstreamer-0.8/libgsttcp.a
lib/gstreamer-0.8/libgsttcp.la
lib/gstreamer-0.8/libgsttcp.so
lib/gstreamer-0.8/libgsttextoverlay.a
lib/gstreamer-0.8/libgsttextoverlay.la
lib/gstreamer-0.8/libgsttextoverlay.so
lib/gstreamer-0.8/libgsttimeoverlay.a
lib/gstreamer-0.8/libgsttimeoverlay.la
lib/gstreamer-0.8/libgsttimeoverlay.so
lib/gstreamer-0.8/libgsttta.a
lib/gstreamer-0.8/libgsttta.la
lib/gstreamer-0.8/libgsttta.so
lib/gstreamer-0.8/libgsttypefindfunctions.a
lib/gstreamer-0.8/libgsttypefindfunctions.la
lib/gstreamer-0.8/libgsttypefindfunctions.so
lib/gstreamer-0.8/libgstudp.a
lib/gstreamer-0.8/libgstudp.la
lib/gstreamer-0.8/libgstudp.so
lib/gstreamer-0.8/libgstvbidec.a
lib/gstreamer-0.8/libgstvbidec.la
lib/gstreamer-0.8/libgstvbidec.so
lib/gstreamer-0.8/libgstvideo.a
lib/gstreamer-0.8/libgstvideo.la
lib/gstreamer-0.8/libgstvideo.so
lib/gstreamer-0.8/libgstvideobalance.a
lib/gstreamer-0.8/libgstvideobalance.la
lib/gstreamer-0.8/libgstvideobalance.so
lib/gstreamer-0.8/libgstvideobox.a
lib/gstreamer-0.8/libgstvideobox.la
lib/gstreamer-0.8/libgstvideobox.so
lib/gstreamer-0.8/libgstvideocrop.a
lib/gstreamer-0.8/libgstvideocrop.la
lib/gstreamer-0.8/libgstvideocrop.so
lib/gstreamer-0.8/libgstvideodrop.a
lib/gstreamer-0.8/libgstvideodrop.la
lib/gstreamer-0.8/libgstvideodrop.so
lib/gstreamer-0.8/libgstvideofilter.a
lib/gstreamer-0.8/libgstvideofilter.la
lib/gstreamer-0.8/libgstvideofilter.so
lib/gstreamer-0.8/libgstvideoflip.a
lib/gstreamer-0.8/libgstvideoflip.la
lib/gstreamer-0.8/libgstvideoflip.so
lib/gstreamer-0.8/libgstvideomixer.a
lib/gstreamer-0.8/libgstvideomixer.la
lib/gstreamer-0.8/libgstvideomixer.so
lib/gstreamer-0.8/libgstvideorate.a
lib/gstreamer-0.8/libgstvideorate.la
lib/gstreamer-0.8/libgstvideorate.so
lib/gstreamer-0.8/libgstvideoscale.a
lib/gstreamer-0.8/libgstvideoscale.la
lib/gstreamer-0.8/libgstvideoscale.so
lib/gstreamer-0.8/libgstvideotestsrc.a
lib/gstreamer-0.8/libgstvideotestsrc.la
lib/gstreamer-0.8/libgstvideotestsrc.so
lib/gstreamer-0.8/libgstvolenv.a
lib/gstreamer-0.8/libgstvolenv.la
lib/gstreamer-0.8/libgstvolenv.so
lib/gstreamer-0.8/libgstvolume.a
lib/gstreamer-0.8/libgstvolume.la
lib/gstreamer-0.8/libgstvolume.so
lib/gstreamer-0.8/libgstwavenc.a
lib/gstreamer-0.8/libgstwavenc.la
lib/gstreamer-0.8/libgstwavenc.so
lib/gstreamer-0.8/libgstwavparse.a
lib/gstreamer-0.8/libgstwavparse.la
lib/gstreamer-0.8/libgstwavparse.so
lib/gstreamer-0.8/libgstximagesink.a
lib/gstreamer-0.8/libgstximagesink.la
lib/gstreamer-0.8/libgstximagesink.so
lib/gstreamer-0.8/libgstxvimagesink.a
lib/gstreamer-0.8/libgstxvimagesink.la
lib/gstreamer-0.8/libgstxvimagesink.so
lib/gstreamer-0.8/libgstxwindowlistener.a
lib/gstreamer-0.8/libgstxwindowlistener.la
lib/gstreamer-0.8/libgstxwindowlistener.so
lib/gstreamer-0.8/libgsty4menc.a
lib/gstreamer-0.8/libgsty4menc.la
lib/gstreamer-0.8/libgsty4menc.so
lib/libgstgconf-0.8.a
lib/libgstgconf-0.8.la
@lib lib/libgstgconf-0.8.so.${LIBgstgconf-0.8_VERSION}
lib/libgstinterfaces-0.8.a
lib/libgstinterfaces-0.8.la
@lib lib/libgstinterfaces-0.8.so.${LIBgstinterfaces-0.8_VERSION}
lib/libgstmedia-info-0.8.a
lib/libgstmedia-info-0.8.la
@lib lib/libgstmedia-info-0.8.so.${LIBgstmedia-info-0.8_VERSION}
lib/libgstplay-0.8.a
lib/libgstplay-0.8.la
@lib lib/libgstplay-0.8.so.${LIBgstplay-0.8_VERSION}
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 man/man1/gst-launch-ext-0.8.1
@man man/man1/gst-visualise-0.8.1
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
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/gst-plugins/*.schemas > /dev/null
share/schemas/
share/schemas/gst-plugins/
share/schemas/gst-plugins/gstreamer-0.8.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gst-plugins/*.schemas > /dev/null
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-mikmod,v 1.3 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstmikmod.a
lib/gstreamer-0.8/libgstmikmod.la
lib/gstreamer-0.8/libgstmikmod.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-mpeg2,v 1.3 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstmpeg2dec.a
lib/gstreamer-0.8/libgstmpeg2dec.la
lib/gstreamer-0.8/libgstmpeg2dec.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-musepack,v 1.2 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstmusepack.a
lib/gstreamer-0.8/libgstmusepack.la
lib/gstreamer-0.8/libgstmusepack.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-ogg,v 1.3 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstogg.a
lib/gstreamer-0.8/libgstogg.la
lib/gstreamer-0.8/libgstogg.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-sdl,v 1.3 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstsdlvideosink.a
lib/gstreamer-0.8/libgstsdlvideosink.la
lib/gstreamer-0.8/libgstsdlvideosink.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-sidplay,v 1.2 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstsid.a
lib/gstreamer-0.8/libgstsid.la
lib/gstreamer-0.8/libgstsid.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-sndfile,v 1.2 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstsndfile.a
lib/gstreamer-0.8/libgstsndfile.la
lib/gstreamer-0.8/libgstsndfile.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-speex,v 1.2 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstspeex.a
lib/gstreamer-0.8/libgstspeex.la
lib/gstreamer-0.8/libgstspeex.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-theora,v 1.2 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgsttheora.a
lib/gstreamer-0.8/libgsttheora.la
lib/gstreamer-0.8/libgsttheora.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-tremor,v 1.2 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstivorbis.a
lib/gstreamer-0.8/libgstivorbis.la
lib/gstreamer-0.8/libgstivorbis.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-vorbis,v 1.3 2007/01/08 19:52:25 espie Exp $
@option no-default-conflict
@conflict ${BASENAME}-<0.10
lib/gstreamer-0.8/libgstvorbis.a
lib/gstreamer-0.8/libgstvorbis.la
lib/gstreamer-0.8/libgstvorbis.so
@exec %D/bin/gst-register > /dev/null 2>&1
@unexec %D/bin/gst-register > /dev/null 2>&1

View File

@ -1,53 +0,0 @@
# $OpenBSD: Makefile,v 1.14 2007/11/13 14:06:21 steven Exp $
COMMENT-main= streaming media framework - core
COMMENT-frontend= streaming media framework - frontend commands
VERSION= 0.8
SUBST_VARS+= VERSION
DISTNAME= gstreamer-0.8.11
PKGNAME-main= ${DISTNAME}p3
PKGNAME-frontend= gstreamer-frontend-0.8.11p1
SHARED_LIBS += gstreamer-0.8 5.0 # .5.0
SHARED_LIBS += gstcontrol-0.8 5.0 # .5.0
MULTI_PACKAGES= -main -frontend
CATEGORIES= devel
HOMEPAGE= http://www.gstreamer.net/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m pthread z pcre
WANTLIB-frontend= c iconv intl
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gstreamer/0.8/}
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
MULTI_PACKAGES= -main -frontend
BUILD_DEPENDS= :bison-*:devel/bison
LIB_DEPENDS= glib-2.0.>=200.0,gmodule-2.0.>=200.0,gobject-2.0.>=200.0,gthread-2.0.>=200.0::devel/glib2 \
popt.>=0.3::devel/popt \
xml2.>=6::textproc/libxml
LIB_DEPENDS-frontend= glib-2.0.>=200.0::devel/glib2 \
popt.>=0.3::devel/popt \
USE_GMAKE= Yes
USE_LIBTOOL= Yes
YACC= bison
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --localstatedir=/var/db
CONFIGURE_ARGS+= --with-cachedir=/var/db/gstreamer
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (gstreamer-0.8.11.tar.bz2) = OiUc8Ft5TrrAThj3Hlsm6w==
RMD160 (gstreamer-0.8.11.tar.bz2) = u0cbpPTDK6zCbSnvwcuFd4Jc4ek=
SHA1 (gstreamer-0.8.11.tar.bz2) = lFsI5o8x+ZYhznw11+w7esPkmx4=
SHA256 (gstreamer-0.8.11.tar.bz2) = KarsDzRbYU36jal872KdaPdLRSPdKMsKvAQ1LPFOYGQ=
SIZE (gstreamer-0.8.11.tar.bz2) = 1459651

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-gst_cothreads_c,v 1.1.1.1 2004/12/22 06:06:56 marcm Exp $
--- gst/cothreads.c.orig 2004-03-15 11:20:28.000000000 -0800
+++ gst/cothreads.c 2004-04-02 19:32:54.000000000 -0800
@@ -52,7 +52,7 @@
#endif
#endif
-#define STACK_SIZE 0x200000
+#define STACK_SIZE 0x100000
#define COTHREAD_MAGIC_NUMBER 0xabcdef

View File

@ -1,19 +0,0 @@
$OpenBSD: patch-gst_gstarch_h,v 1.1 2006/08/13 19:58:58 ian Exp $
This patch should not work but does, and most of "regress" passes.
See http://archives.neohapsis.com/archives/openbsd/2005-05/1405.html
--- gst/gstarch.h.orig Thu Jul 13 22:33:27 2006
+++ gst/gstarch.h Thu Jul 13 22:32:03 2006
@@ -40,6 +40,11 @@
/* assuming the stackframe is 16 bytes */
#define GST_ARCH_SETUP_STACK(sp) sp -= 4
+/***** X86_64 *****/
+#elif defined(HAVE_CPU_X86_64) && defined(__GNUC__)
+#define GST_ARCH_SET_SP(stackpointer);
+#define GST_ARCH_CALL(target);
+#define GST_ARCH_SETUP_STACK(sp) sp -= 4
/***** PowerPC *****/
#elif defined (HAVE_CPU_PPC) && defined(__GNUC__)

View File

@ -1,8 +0,0 @@
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. This package contains front-ends to the other
programs.
These binaries were split out so that people can install both gstreamer-0.8
and gstreamer-0.10. The front-end know about version numbers, so you can
install whatever version is most convenient, and have it use the correct
gstreamer subsystem by saying e.g., gst-launch --gst-mm=0.8

View File

@ -1,9 +0,0 @@
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related. Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.
Some command-line utilities have been moved into gstreamer-frontend
to facilitate the transition to gstreamer-0.10

View File

@ -1,17 +0,0 @@
@comment $OpenBSD: PFRAG.shared-main,v 1.1 2007/01/08 14:34:08 espie Exp $
lib/gstreamer-${VERSION}/libgstbasicgthreadscheduler.so
lib/gstreamer-${VERSION}/libgstbasicomegascheduler.so
lib/gstreamer-${VERSION}/libgstbytestream.so
lib/gstreamer-${VERSION}/libgstdataprotocol.so
lib/gstreamer-${VERSION}/libgstelements.so
lib/gstreamer-${VERSION}/libgstentrygthreadscheduler.so
lib/gstreamer-${VERSION}/libgstentryomegascheduler.so
lib/gstreamer-${VERSION}/libgstfairgthreadscheduler.so
lib/gstreamer-${VERSION}/libgstgetbits.so
lib/gstreamer-${VERSION}/libgstindexers.so
lib/gstreamer-${VERSION}/libgstoptgthreadscheduler.so
lib/gstreamer-${VERSION}/libgstoptomegascheduler.so
lib/gstreamer-${VERSION}/libgstoptscheduler.so
lib/gstreamer-${VERSION}/libgstspider.so
@lib lib/libgstcontrol-${VERSION}.so.${LIBgstcontrol-0.8_VERSION}
@lib lib/libgstreamer-${VERSION}.so.${LIBgstreamer-0.8_VERSION}

View File

@ -1,7 +0,0 @@
@comment $OpenBSD: PLIST-frontend,v 1.1 2007/01/08 14:34:08 espie Exp $
bin/gst-feedback
bin/gst-inspect
bin/gst-launch
bin/gst-typefind
bin/gst-xmlinspect
bin/gst-xmllaunch

View File

@ -1,249 +0,0 @@
@comment $OpenBSD: PLIST-main,v 1.1 2007/01/08 14:34:08 espie Exp $
@option no-default-conflict
@conflict gstreamer-<0.10
@pkgpath devel/gstreamer
%%SHARED%%
bin/gst-complete
bin/gst-complete-${VERSION}
bin/gst-compprep
bin/gst-compprep-${VERSION}
bin/gst-feedback-${VERSION}
bin/gst-inspect-${VERSION}
bin/gst-launch-${VERSION}
bin/gst-md5sum
bin/gst-md5sum-${VERSION}
bin/gst-register
bin/gst-register-${VERSION}
bin/gst-typefind-${VERSION}
bin/gst-xmlinspect-${VERSION}
bin/gst-xmllaunch-${VERSION}
include/gstreamer-${VERSION}/
include/gstreamer-${VERSION}/gst/
include/gstreamer-${VERSION}/gst/bytestream/
include/gstreamer-${VERSION}/gst/bytestream/adapter.h
include/gstreamer-${VERSION}/gst/bytestream/bytestream.h
include/gstreamer-${VERSION}/gst/bytestream/filepad.h
include/gstreamer-${VERSION}/gst/control/
include/gstreamer-${VERSION}/gst/control/control.h
include/gstreamer-${VERSION}/gst/control/dparam.h
include/gstreamer-${VERSION}/gst/control/dparam_smooth.h
include/gstreamer-${VERSION}/gst/control/dparamcommon.h
include/gstreamer-${VERSION}/gst/control/dparammanager.h
include/gstreamer-${VERSION}/gst/control/dplinearinterp.h
include/gstreamer-${VERSION}/gst/control/unitconvert.h
include/gstreamer-${VERSION}/gst/dataprotocol/
include/gstreamer-${VERSION}/gst/dataprotocol/dataprotocol.h
include/gstreamer-${VERSION}/gst/getbits/
include/gstreamer-${VERSION}/gst/getbits/getbits.h
include/gstreamer-${VERSION}/gst/gst.h
include/gstreamer-${VERSION}/gst/gstatomic.h
include/gstreamer-${VERSION}/gst/gstbin.h
include/gstreamer-${VERSION}/gst/gstbuffer.h
include/gstreamer-${VERSION}/gst/gstcaps.h
include/gstreamer-${VERSION}/gst/gstchildproxy.h
include/gstreamer-${VERSION}/gst/gstclock.h
include/gstreamer-${VERSION}/gst/gstcompat.h
include/gstreamer-${VERSION}/gst/gstconfig.h
include/gstreamer-${VERSION}/gst/gstcpu.h
include/gstreamer-${VERSION}/gst/gstdata.h
include/gstreamer-${VERSION}/gst/gstelement.h
include/gstreamer-${VERSION}/gst/gstenumtypes.h
include/gstreamer-${VERSION}/gst/gsterror.h
include/gstreamer-${VERSION}/gst/gstevent.h
include/gstreamer-${VERSION}/gst/gstfilter.h
include/gstreamer-${VERSION}/gst/gstformat.h
include/gstreamer-${VERSION}/gst/gstindex.h
include/gstreamer-${VERSION}/gst/gstinfo.h
include/gstreamer-${VERSION}/gst/gstinterface.h
include/gstreamer-${VERSION}/gst/gstmacros.h
include/gstreamer-${VERSION}/gst/gstmarshal.h
include/gstreamer-${VERSION}/gst/gstmemchunk.h
include/gstreamer-${VERSION}/gst/gstobject.h
include/gstreamer-${VERSION}/gst/gstpad.h
include/gstreamer-${VERSION}/gst/gstparse.h
include/gstreamer-${VERSION}/gst/gstpipeline.h
include/gstreamer-${VERSION}/gst/gstplugin.h
include/gstreamer-${VERSION}/gst/gstpluginfeature.h
include/gstreamer-${VERSION}/gst/gstprobe.h
include/gstreamer-${VERSION}/gst/gstquery.h
include/gstreamer-${VERSION}/gst/gstqueue.h
include/gstreamer-${VERSION}/gst/gstregistry.h
include/gstreamer-${VERSION}/gst/gstregistrypool.h
include/gstreamer-${VERSION}/gst/gstscheduler.h
include/gstreamer-${VERSION}/gst/gststructure.h
include/gstreamer-${VERSION}/gst/gstsystemclock.h
include/gstreamer-${VERSION}/gst/gsttag.h
include/gstreamer-${VERSION}/gst/gsttaginterface.h
include/gstreamer-${VERSION}/gst/gstthread.h
include/gstreamer-${VERSION}/gst/gsttrace.h
include/gstreamer-${VERSION}/gst/gsttrashstack.h
include/gstreamer-${VERSION}/gst/gsttypefind.h
include/gstreamer-${VERSION}/gst/gsttypes.h
include/gstreamer-${VERSION}/gst/gsturi.h
include/gstreamer-${VERSION}/gst/gsturitype.h
include/gstreamer-${VERSION}/gst/gstutils.h
include/gstreamer-${VERSION}/gst/gstvalue.h
include/gstreamer-${VERSION}/gst/gstversion.h
include/gstreamer-${VERSION}/gst/gstxml.h
lib/gstreamer-${VERSION}/
lib/gstreamer-${VERSION}/libgstbasicgthreadscheduler.a
lib/gstreamer-${VERSION}/libgstbasicgthreadscheduler.la
lib/gstreamer-${VERSION}/libgstbasicomegascheduler.a
lib/gstreamer-${VERSION}/libgstbasicomegascheduler.la
lib/gstreamer-${VERSION}/libgstbytestream.a
lib/gstreamer-${VERSION}/libgstbytestream.la
lib/gstreamer-${VERSION}/libgstdataprotocol.a
lib/gstreamer-${VERSION}/libgstdataprotocol.la
lib/gstreamer-${VERSION}/libgstelements.a
lib/gstreamer-${VERSION}/libgstelements.la
lib/gstreamer-${VERSION}/libgstentrygthreadscheduler.a
lib/gstreamer-${VERSION}/libgstentrygthreadscheduler.la
lib/gstreamer-${VERSION}/libgstentryomegascheduler.a
lib/gstreamer-${VERSION}/libgstentryomegascheduler.la
lib/gstreamer-${VERSION}/libgstfairgthreadscheduler.a
lib/gstreamer-${VERSION}/libgstfairgthreadscheduler.la
lib/gstreamer-${VERSION}/libgstgetbits.a
lib/gstreamer-${VERSION}/libgstgetbits.la
lib/gstreamer-${VERSION}/libgstindexers.a
lib/gstreamer-${VERSION}/libgstindexers.la
lib/gstreamer-${VERSION}/libgstoptgthreadscheduler.a
lib/gstreamer-${VERSION}/libgstoptgthreadscheduler.la
lib/gstreamer-${VERSION}/libgstoptomegascheduler.a
lib/gstreamer-${VERSION}/libgstoptomegascheduler.la
lib/gstreamer-${VERSION}/libgstoptscheduler.a
lib/gstreamer-${VERSION}/libgstoptscheduler.la
lib/gstreamer-${VERSION}/libgstspider.a
lib/gstreamer-${VERSION}/libgstspider.la
lib/libgstcontrol-${VERSION}.a
lib/libgstcontrol-${VERSION}.la
lib/libgstreamer-${VERSION}.a
lib/libgstreamer-${VERSION}.la
lib/pkgconfig/
lib/pkgconfig/gstreamer-${VERSION}.pc
lib/pkgconfig/gstreamer-control-${VERSION}.pc
@man man/man1/gst-complete-${VERSION}.1
@man man/man1/gst-compprep-${VERSION}.1
@man man/man1/gst-feedback-${VERSION}.1
@man man/man1/gst-inspect-${VERSION}.1
@man man/man1/gst-launch-${VERSION}.1
@man man/man1/gst-md5sum-${VERSION}.1
@man man/man1/gst-register-${VERSION}.1
@man man/man1/gst-typefind-${VERSION}.1
@man man/man1/gst-xmlinspect-${VERSION}.1
@man man/man1/gst-xmllaunch-${VERSION}.1
share/aclocal/gst-element-check-${VERSION}.m4
@comment share/doc/gstreamer-${VERSION}.11/
@comment share/doc/gstreamer-${VERSION}.11/faq/
@comment share/doc/gstreamer-${VERSION}.11/manual/
@comment share/doc/gstreamer-${VERSION}.11/pwg/
share/gtk-doc/
share/gtk-doc/html/
share/gtk-doc/html/gstreamer-${VERSION}/
share/gtk-doc/html/gstreamer-${VERSION}/GstBin.html
share/gtk-doc/html/gstreamer-${VERSION}/GstClock.html
share/gtk-doc/html/gstreamer-${VERSION}/GstElement.html
share/gtk-doc/html/gstreamer-${VERSION}/GstElementFactory.html
share/gtk-doc/html/gstreamer-${VERSION}/GstGhostPad.html
share/gtk-doc/html/gstreamer-${VERSION}/GstImplementsInterface.html
share/gtk-doc/html/gstreamer-${VERSION}/GstIndex.html
share/gtk-doc/html/gstreamer-${VERSION}/GstIndexFactory.html
share/gtk-doc/html/gstreamer-${VERSION}/GstObject.html
share/gtk-doc/html/gstreamer-${VERSION}/GstPad.html
share/gtk-doc/html/gstreamer-${VERSION}/GstPadTemplate.html
share/gtk-doc/html/gstreamer-${VERSION}/GstPipeline.html
share/gtk-doc/html/gstreamer-${VERSION}/GstPluginFeature.html
share/gtk-doc/html/gstreamer-${VERSION}/GstQueue.html
share/gtk-doc/html/gstreamer-${VERSION}/GstRealPad.html
share/gtk-doc/html/gstreamer-${VERSION}/GstRegistry.html
share/gtk-doc/html/gstreamer-${VERSION}/GstScheduler.html
share/gtk-doc/html/gstreamer-${VERSION}/GstSchedulerFactory.html
share/gtk-doc/html/gstreamer-${VERSION}/GstTagSetter.html
share/gtk-doc/html/gstreamer-${VERSION}/GstThread.html
share/gtk-doc/html/gstreamer-${VERSION}/GstTypeFindFactory.html
share/gtk-doc/html/gstreamer-${VERSION}/GstXML.html
share/gtk-doc/html/gstreamer-${VERSION}/api-index.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-${VERSION}.devhelp
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-Gst.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstAtomic.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstBuffer.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstCPU.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstCaps.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstCompat.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstData.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstElementDetails.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstEvent.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstFilter.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstFormat.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstGError.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstInfo.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstMacros.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstMemChunk.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstParse.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstPlugin.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstProbe.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstQuery.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstRegistryPool.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstStructure.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstSystemClock.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstTagList.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstTypeFind.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstTypes.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstUriHandler.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstUriType.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstUtils.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstValue.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-GstVersion.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-compat.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-gstconfig.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-hierarchy.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer-support.html
share/gtk-doc/html/gstreamer-${VERSION}/gstreamer.html
share/gtk-doc/html/gstreamer-${VERSION}/index.html
share/gtk-doc/html/gstreamer-${VERSION}/index.sgml
share/gtk-doc/html/gstreamer-${VERSION}/style.css
share/gtk-doc/html/gstreamer-libs-${VERSION}/
share/gtk-doc/html/gstreamer-libs-${VERSION}/GstDParam.html
share/gtk-doc/html/gstreamer-libs-${VERSION}/GstDParamLinInterp.html
share/gtk-doc/html/gstreamer-libs-${VERSION}/GstDParamManager.html
share/gtk-doc/html/gstreamer-libs-${VERSION}/GstDParamSmooth.html
share/gtk-doc/html/gstreamer-libs-${VERSION}/GstUnitConvert.html
share/gtk-doc/html/gstreamer-libs-${VERSION}/api-index.html
share/gtk-doc/html/gstreamer-libs-${VERSION}/gstreamer-control.html
share/gtk-doc/html/gstreamer-libs-${VERSION}/gstreamer-libs-${VERSION}.devhelp
share/gtk-doc/html/gstreamer-libs-${VERSION}/gstreamer-libs-GstControl.html
share/gtk-doc/html/gstreamer-libs-${VERSION}/gstreamer-libs-gstbytestream.html
share/gtk-doc/html/gstreamer-libs-${VERSION}/gstreamer-libs-gstdataprotocol.html
share/gtk-doc/html/gstreamer-libs-${VERSION}/gstreamer-libs-gstgetbits.html
share/gtk-doc/html/gstreamer-libs-${VERSION}/gstreamer-libs-hierarchy.html
share/gtk-doc/html/gstreamer-libs-${VERSION}/gstreamer-libs.html
share/gtk-doc/html/gstreamer-libs-${VERSION}/index.html
share/gtk-doc/html/gstreamer-libs-${VERSION}/index.sgml
share/locale/af/
share/locale/af/LC_MESSAGES/
share/locale/af/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/az/
share/locale/az/LC_MESSAGES/
share/locale/az/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/ca/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/cs/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/de/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/en_GB/
share/locale/en_GB/LC_MESSAGES/
share/locale/en_GB/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/fr/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/it/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/nb/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/nl/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/ru/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/sq/
share/locale/sq/LC_MESSAGES/
share/locale/sq/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/sr/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/sv/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/tr/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/uk/LC_MESSAGES/gstreamer-${VERSION}.mo
share/locale/vi/LC_MESSAGES/gstreamer-${VERSION}.mo
@exec %D/bin/gst-register > /dev/null 2>&1
@cwd /var/db
@extra gstreamer/registry.xml
@extra gstreamer/