From d91e7bdda3e27364026ce91dd51f5d1d37e99e99 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 25 Nov 2003 08:08:03 +0000 Subject: Update to 0.7.2. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1374 df743ca5-7f9a-e211-a948-0013205c9059 --- multimedia/gstreamer-plugins/Makefile | 3 +- multimedia/gstreamer-plugins/distinfo | 2 +- multimedia/gstreamer-plugins/files/patch-configure | 27 ---------------- .../files/patch-ext_ffmpeg_gstffmpegcodecmap.c | 36 ---------------------- .../files/patch-gst-libs_ext_ffmpeg_Makefile.in | 11 +++++++ multimedia/gstreamer-plugins/pkg-plist | 25 ++++++++------- multimedia/gstreamer-plugins80/Makefile | 3 +- multimedia/gstreamer-plugins80/distinfo | 2 +- .../gstreamer-plugins80/files/patch-configure | 27 ---------------- .../files/patch-ext_ffmpeg_gstffmpegcodecmap.c | 36 ---------------------- .../files/patch-gst-libs_ext_ffmpeg_Makefile.in | 11 +++++++ multimedia/gstreamer-plugins80/pkg-plist | 25 ++++++++------- 12 files changed, 56 insertions(+), 152 deletions(-) delete mode 100644 multimedia/gstreamer-plugins/files/patch-configure delete mode 100644 multimedia/gstreamer-plugins/files/patch-ext_ffmpeg_gstffmpegcodecmap.c create mode 100644 multimedia/gstreamer-plugins/files/patch-gst-libs_ext_ffmpeg_Makefile.in delete mode 100644 multimedia/gstreamer-plugins80/files/patch-configure delete mode 100644 multimedia/gstreamer-plugins80/files/patch-ext_ffmpeg_gstffmpegcodecmap.c create mode 100644 multimedia/gstreamer-plugins80/files/patch-gst-libs_ext_ffmpeg_Makefile.in (limited to 'multimedia') diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 6ef327300..7e179dc2a 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gstreamer -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gst-plugins/0.7 @@ -37,6 +37,7 @@ CONFIGURE_ARGS= --disable-tests \ --disable-qcam \ --disable-v4l2 \ --disable-v4l \ + --disable-dependency-tracking \ --enable-static CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ diff --git a/multimedia/gstreamer-plugins/distinfo b/multimedia/gstreamer-plugins/distinfo index 2ecbce68a..ad52ff817 100644 --- a/multimedia/gstreamer-plugins/distinfo +++ b/multimedia/gstreamer-plugins/distinfo @@ -1 +1 @@ -MD5 (gnome2/gst-plugins-0.7.1.tar.bz2) = e44dce3ca00a01873a7b9ccfe549e8d1 +MD5 (gnome2/gst-plugins-0.7.2.tar.bz2) = 3f3b29146f7a8e12aa367caf6dbb0fb6 diff --git a/multimedia/gstreamer-plugins/files/patch-configure b/multimedia/gstreamer-plugins/files/patch-configure deleted file mode 100644 index 7b664a7cf..000000000 --- a/multimedia/gstreamer-plugins/files/patch-configure +++ /dev/null @@ -1,27 +0,0 @@ ---- configure.orig Sat Nov 15 00:58:40 2003 -+++ configure Sat Nov 15 00:59:23 2003 -@@ -34136,18 +34136,18 @@ - mk_MAJVER=`echo 0.4.4 | cut -d"." -f1` - mk_MINVER=`echo 0.4.4 | cut -d"." -f2` - mk_RELVER=`echo 0.4.4 | cut -d"." -f3` -- mver_ok=`sed 's;\.;\ ;g' < conf.matroskatest | (read -a mver -- if test ${mver[0]} -gt $mk_MAJVER ; then -+ mver_ok=`sed 's;\.;\ ;g' < conf.matroskatest | (read mver0 mver1 mver2 -+ if test ${mver0} -gt $mk_MAJVER ; then - mver_ok=1 -- elif test ${mver[0]} -lt $mk_MAJVER ; then -+ elif test ${mver0} -lt $mk_MAJVER ; then - mver_ok=0 - else -- if test ${mver[1]} -gt $mk_MINVER ; then -+ if test ${mver1} -gt $mk_MINVER ; then - mver_ok=1 -- elif test ${mver[1]} -lt $mk_MINVER ; then -+ elif test ${mver1} -lt $mk_MINVER ; then - mver_ok=0 - else -- if test ${mver[2]} -ge $mk_RELVER ; then -+ if test ${mver2} -ge $mk_RELVER ; then - mver_ok=1 - else - mver_ok=0 diff --git a/multimedia/gstreamer-plugins/files/patch-ext_ffmpeg_gstffmpegcodecmap.c b/multimedia/gstreamer-plugins/files/patch-ext_ffmpeg_gstffmpegcodecmap.c deleted file mode 100644 index 9f518be88..000000000 --- a/multimedia/gstreamer-plugins/files/patch-ext_ffmpeg_gstffmpegcodecmap.c +++ /dev/null @@ -1,36 +0,0 @@ ---- ext/ffmpeg/gstffmpegcodecmap.c.orig Sat Nov 15 02:22:47 2003 -+++ ext/ffmpeg/gstffmpegcodecmap.c Sat Nov 15 02:22:27 2003 -@@ -44,7 +44,7 @@ - "height", GST_PROPS_INT (context->height),\ - "framerate", GST_PROPS_FLOAT ( \ - 1.*context->frame_rate/ \ -- context->frame_rate_base), \ -+ context->frame_rate_base) , \ - ##props) \ - : \ - GST_CAPS_NEW (name, \ -@@ -52,7 +52,7 @@ - "width", GST_PROPS_INT_RANGE (16, 4096), \ - "height", GST_PROPS_INT_RANGE (16, 4096), \ - "framerate", GST_PROPS_FLOAT_RANGE (0, \ -- G_MAXFLOAT), \ -+ G_MAXFLOAT) , \ - ##props) - - /* same for audio - now with channels/sample rate -@@ -63,13 +63,13 @@ - GST_CAPS_NEW (name, \ - mimetype, \ - "rate", GST_PROPS_INT (context->sample_rate), \ -- "channels", GST_PROPS_INT (context->channels), \ -+ "channels", GST_PROPS_INT (context->channels) , \ - ##props) \ - : \ - GST_CAPS_NEW (name, \ - mimetype, \ - "rate", GST_PROPS_INT_RANGE (8000, 96000), \ -- "channels", GST_PROPS_INT_RANGE (1, 2), \ -+ "channels", GST_PROPS_INT_RANGE (1, 2) , \ - ##props) - - /* Convert a FFMPEG codec ID and optional AVCodecContext diff --git a/multimedia/gstreamer-plugins/files/patch-gst-libs_ext_ffmpeg_Makefile.in b/multimedia/gstreamer-plugins/files/patch-gst-libs_ext_ffmpeg_Makefile.in new file mode 100644 index 000000000..2cc654fbf --- /dev/null +++ b/multimedia/gstreamer-plugins/files/patch-gst-libs_ext_ffmpeg_Makefile.in @@ -0,0 +1,11 @@ +--- gst-libs/ext/ffmpeg/Makefile.in.orig Tue Nov 25 02:24:22 2003 ++++ gst-libs/ext/ffmpeg/Makefile.in Tue Nov 25 02:24:35 2003 +@@ -809,7 +809,7 @@ + libavformat_la-file.lo libavformat_la-flvdec.lo \ + libavformat_la-flvenc.lo libavformat_la-framehook.lo \ + libavformat_la-gif.lo libavformat_la-gifdec.lo \ +- libavformat_la-grab.lo libavformat_la-idcin.lo \ ++ libavformat_la-idcin.lo \ + libavformat_la-idroq.lo libavformat_la-img.lo \ + libavformat_la-ipmovie.lo libavformat_la-jpeg.lo \ + libavformat_la-mov.lo libavformat_la-movenc.lo \ diff --git a/multimedia/gstreamer-plugins/pkg-plist b/multimedia/gstreamer-plugins/pkg-plist index e6327f599..1136ae072 100644 --- a/multimedia/gstreamer-plugins/pkg-plist +++ b/multimedia/gstreamer-plugins/pkg-plist @@ -17,6 +17,7 @@ include/gstreamer-%%VERSION%%/gst/mixer/mixer.h include/gstreamer-%%VERSION%%/gst/mixer/mixertrack.h include/gstreamer-%%VERSION%%/gst/navigation/navigation.h include/gstreamer-%%VERSION%%/gst/play/play.h +include/gstreamer-%%VERSION%%/gst/propertyprobe/propertyprobe.h include/gstreamer-%%VERSION%%/gst/resample/resample.h include/gstreamer-%%VERSION%%/gst/riff/riff.h include/gstreamer-%%VERSION%%/gst/tuner/tuner.h @@ -43,8 +44,7 @@ lib/gstreamer-%%VERSION%%/libgstaudio.so %%LIBAUDIOFILE%%lib/gstreamer-%%VERSION%%/libgstaudiofile.so lib/gstreamer-%%VERSION%%/libgstaudioscale.so lib/gstreamer-%%VERSION%%/libgstauparse.so -lib/gstreamer-%%VERSION%%/libgstavidemux.so -lib/gstreamer-%%VERSION%%/libgstavimux.so +lib/gstreamer-%%VERSION%%/libgstavi.so %%CDPARANOIA%%lib/gstreamer-%%VERSION%%/libgstcdparanoia.so lib/gstreamer-%%VERSION%%/libgstcdxaparse.so lib/gstreamer-%%VERSION%%/libgstchart.so @@ -63,8 +63,7 @@ lib/gstreamer-%%VERSION%%/libgstfilter.so %%FLAC%%lib/gstreamer-%%VERSION%%/libgstflac.so lib/gstreamer-%%VERSION%%/libgstflxdec.so lib/gstreamer-%%VERSION%%/libgstgdkpixbuf.so -%%GNOMEVFS%%lib/gstreamer-%%VERSION%%/libgstgnomevfssink.so -%%GNOMEVFS%%lib/gstreamer-%%VERSION%%/libgstgnomevfssrc.so +%%GNOMEVFS%%lib/gstreamer-%%VERSION%%/libgstgnomevfs.so lib/gstreamer-%%VERSION%%/libgstgoom.so %%GSM%%lib/gstreamer-%%VERSION%%/libgstgsm.so %%HTTP%%lib/gstreamer-%%VERSION%%/libgsthttpsrc.so @@ -77,6 +76,7 @@ lib/gstreamer-%%VERSION%%/libgstid3types.so lib/gstreamer-%%VERSION%%/libgstlevel.so %%LIBFAME%%lib/gstreamer-%%VERSION%%/libgstlibfame.so %%LIBMAD%%lib/gstreamer-%%VERSION%%/libgstmad.so +lib/gstreamer-%%VERSION%%/libgstmatroska.so lib/gstreamer-%%VERSION%%/libgstmedian.so %%LIBMIKMOD%%lib/gstreamer-%%VERSION%%/libgstmikmod.so lib/gstreamer-%%VERSION%%/libgstmodplug.a @@ -85,15 +85,14 @@ lib/gstreamer-%%VERSION%%/libgstmonoscope.so lib/gstreamer-%%VERSION%%/libgstmp1videoparse.so lib/gstreamer-%%VERSION%%/libgstmpeg1systemencode.so %%LIBMPEG2%%lib/gstreamer-%%VERSION%%/libgstmpeg2dec.so -lib/gstreamer-%%VERSION%%/libgstmpeg2enc.so lib/gstreamer-%%VERSION%%/libgstmpeg2subt.so lib/gstreamer-%%VERSION%%/libgstmpegaudio.so lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.so lib/gstreamer-%%VERSION%%/libgstmpegstream.so -lib/gstreamer-%%VERSION%%/libgstmpegtypes.so lib/gstreamer-%%VERSION%%/libgstmplex.a lib/gstreamer-%%VERSION%%/libgstmplex.so lib/gstreamer-%%VERSION%%/libgstmulaw.so +lib/gstreamer-%%VERSION%%/libgstnavigationtest.so lib/gstreamer-%%VERSION%%/libgstoneton.so lib/gstreamer-%%VERSION%%/libgstoverlay.so %%OPENQUICKTIME%%lib/gstreamer-%%VERSION%%/libgstopenquicktimedecoder.so @@ -127,6 +126,7 @@ lib/gstreamer-%%VERSION%%/libgstsynaesthesia.so lib/gstreamer-%%VERSION%%/libgsttcp.so lib/gstreamer-%%VERSION%%/libgsttextoverlay.so lib/gstreamer-%%VERSION%%/libgsttimeoverlay.so +lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.so lib/gstreamer-%%VERSION%%/libgstudp.so lib/gstreamer-%%VERSION%%/libgstvbidec.so lib/gstreamer-%%VERSION%%/libgstvideo.so @@ -142,28 +142,30 @@ lib/gstreamer-%%VERSION%%/libgstvolume.so %%VORBIS%%lib/gstreamer-%%VERSION%%/libgstvorbis.so lib/gstreamer-%%VERSION%%/libgstwavenc.so lib/gstreamer-%%VERSION%%/libgstwavparse.so +lib/gstreamer-%%VERSION%%/libgstximagesink.so %%XVID%%lib/gstreamer-%%VERSION%%/libgstxvid.so lib/gstreamer-%%VERSION%%/libgstxvideosink.so +lib/gstreamer-%%VERSION%%/libgstxvimagesink.so lib/gstreamer-%%VERSION%%/libgstxwindowlistener.a lib/gstreamer-%%VERSION%%/libgstxwindowlistener.so lib/gstreamer-%%VERSION%%/libgstxwindowlistener.so.0 lib/gstreamer-%%VERSION%%/libgsty4menc.so lib/gstreamer-%%VERSION%%/libmixmatrix.so -lib/libgstcolorbalance.so +lib/gtk-2.0/2.2.0/loaders/gst_loader.so lib/libgstgconf-%%VERSION%%.a lib/libgstgconf-%%VERSION%%.so lib/libgstgconf-%%VERSION%%.so.%%SHLIB_VERSION%% +lib/libgstinterfaces-%%VERSION%%.a +lib/libgstinterfaces-%%VERSION%%.so +lib/libgstinterfaces-%%VERSION%%.so.1 lib/libgstmedia-info-%%VERSION%%.a lib/libgstmedia-info-%%VERSION%%.so lib/libgstmedia-info-%%VERSION%%.so.0 -lib/libgstmixer.so -lib/libgstnavigation.so lib/libgstplay-%%VERSION%%.a lib/libgstplay-%%VERSION%%.so lib/libgstplay-%%VERSION%%.so.%%SHLIB_VERSION%% -lib/libgsttuner.so -lib/libgstxoverlay.so libdata/pkgconfig/gstreamer-gconf-%%VERSION%%.pc +libdata/pkgconfig/gstreamer-interfaces-%%VERSION%%.pc libdata/pkgconfig/gstreamer-libs-%%VERSION%%.pc libdata/pkgconfig/gstreamer-play-%%VERSION%%.pc @unexec rmdir %D/lib/gstreamer-%%VERSION%% 2>/dev/null || true @@ -173,6 +175,7 @@ libdata/pkgconfig/gstreamer-play-%%VERSION%%.pc @dirrm include/gstreamer-%%VERSION%%/gst/tuner @dirrm include/gstreamer-%%VERSION%%/gst/riff @dirrm include/gstreamer-%%VERSION%%/gst/resample +@dirrm include/gstreamer-%%VERSION%%/gst/propertyprobe @dirrm include/gstreamer-%%VERSION%%/gst/play @dirrm include/gstreamer-%%VERSION%%/gst/navigation @dirrm include/gstreamer-%%VERSION%%/gst/mixer diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 6ef327300..7e179dc2a 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gstreamer -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gst-plugins/0.7 @@ -37,6 +37,7 @@ CONFIGURE_ARGS= --disable-tests \ --disable-qcam \ --disable-v4l2 \ --disable-v4l \ + --disable-dependency-tracking \ --enable-static CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ diff --git a/multimedia/gstreamer-plugins80/distinfo b/multimedia/gstreamer-plugins80/distinfo index 2ecbce68a..ad52ff817 100644 --- a/multimedia/gstreamer-plugins80/distinfo +++ b/multimedia/gstreamer-plugins80/distinfo @@ -1 +1 @@ -MD5 (gnome2/gst-plugins-0.7.1.tar.bz2) = e44dce3ca00a01873a7b9ccfe549e8d1 +MD5 (gnome2/gst-plugins-0.7.2.tar.bz2) = 3f3b29146f7a8e12aa367caf6dbb0fb6 diff --git a/multimedia/gstreamer-plugins80/files/patch-configure b/multimedia/gstreamer-plugins80/files/patch-configure deleted file mode 100644 index 7b664a7cf..000000000 --- a/multimedia/gstreamer-plugins80/files/patch-configure +++ /dev/null @@ -1,27 +0,0 @@ ---- configure.orig Sat Nov 15 00:58:40 2003 -+++ configure Sat Nov 15 00:59:23 2003 -@@ -34136,18 +34136,18 @@ - mk_MAJVER=`echo 0.4.4 | cut -d"." -f1` - mk_MINVER=`echo 0.4.4 | cut -d"." -f2` - mk_RELVER=`echo 0.4.4 | cut -d"." -f3` -- mver_ok=`sed 's;\.;\ ;g' < conf.matroskatest | (read -a mver -- if test ${mver[0]} -gt $mk_MAJVER ; then -+ mver_ok=`sed 's;\.;\ ;g' < conf.matroskatest | (read mver0 mver1 mver2 -+ if test ${mver0} -gt $mk_MAJVER ; then - mver_ok=1 -- elif test ${mver[0]} -lt $mk_MAJVER ; then -+ elif test ${mver0} -lt $mk_MAJVER ; then - mver_ok=0 - else -- if test ${mver[1]} -gt $mk_MINVER ; then -+ if test ${mver1} -gt $mk_MINVER ; then - mver_ok=1 -- elif test ${mver[1]} -lt $mk_MINVER ; then -+ elif test ${mver1} -lt $mk_MINVER ; then - mver_ok=0 - else -- if test ${mver[2]} -ge $mk_RELVER ; then -+ if test ${mver2} -ge $mk_RELVER ; then - mver_ok=1 - else - mver_ok=0 diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_ffmpeg_gstffmpegcodecmap.c b/multimedia/gstreamer-plugins80/files/patch-ext_ffmpeg_gstffmpegcodecmap.c deleted file mode 100644 index 9f518be88..000000000 --- a/multimedia/gstreamer-plugins80/files/patch-ext_ffmpeg_gstffmpegcodecmap.c +++ /dev/null @@ -1,36 +0,0 @@ ---- ext/ffmpeg/gstffmpegcodecmap.c.orig Sat Nov 15 02:22:47 2003 -+++ ext/ffmpeg/gstffmpegcodecmap.c Sat Nov 15 02:22:27 2003 -@@ -44,7 +44,7 @@ - "height", GST_PROPS_INT (context->height),\ - "framerate", GST_PROPS_FLOAT ( \ - 1.*context->frame_rate/ \ -- context->frame_rate_base), \ -+ context->frame_rate_base) , \ - ##props) \ - : \ - GST_CAPS_NEW (name, \ -@@ -52,7 +52,7 @@ - "width", GST_PROPS_INT_RANGE (16, 4096), \ - "height", GST_PROPS_INT_RANGE (16, 4096), \ - "framerate", GST_PROPS_FLOAT_RANGE (0, \ -- G_MAXFLOAT), \ -+ G_MAXFLOAT) , \ - ##props) - - /* same for audio - now with channels/sample rate -@@ -63,13 +63,13 @@ - GST_CAPS_NEW (name, \ - mimetype, \ - "rate", GST_PROPS_INT (context->sample_rate), \ -- "channels", GST_PROPS_INT (context->channels), \ -+ "channels", GST_PROPS_INT (context->channels) , \ - ##props) \ - : \ - GST_CAPS_NEW (name, \ - mimetype, \ - "rate", GST_PROPS_INT_RANGE (8000, 96000), \ -- "channels", GST_PROPS_INT_RANGE (1, 2), \ -+ "channels", GST_PROPS_INT_RANGE (1, 2) , \ - ##props) - - /* Convert a FFMPEG codec ID and optional AVCodecContext diff --git a/multimedia/gstreamer-plugins80/files/patch-gst-libs_ext_ffmpeg_Makefile.in b/multimedia/gstreamer-plugins80/files/patch-gst-libs_ext_ffmpeg_Makefile.in new file mode 100644 index 000000000..2cc654fbf --- /dev/null +++ b/multimedia/gstreamer-plugins80/files/patch-gst-libs_ext_ffmpeg_Makefile.in @@ -0,0 +1,11 @@ +--- gst-libs/ext/ffmpeg/Makefile.in.orig Tue Nov 25 02:24:22 2003 ++++ gst-libs/ext/ffmpeg/Makefile.in Tue Nov 25 02:24:35 2003 +@@ -809,7 +809,7 @@ + libavformat_la-file.lo libavformat_la-flvdec.lo \ + libavformat_la-flvenc.lo libavformat_la-framehook.lo \ + libavformat_la-gif.lo libavformat_la-gifdec.lo \ +- libavformat_la-grab.lo libavformat_la-idcin.lo \ ++ libavformat_la-idcin.lo \ + libavformat_la-idroq.lo libavformat_la-img.lo \ + libavformat_la-ipmovie.lo libavformat_la-jpeg.lo \ + libavformat_la-mov.lo libavformat_la-movenc.lo \ diff --git a/multimedia/gstreamer-plugins80/pkg-plist b/multimedia/gstreamer-plugins80/pkg-plist index e6327f599..1136ae072 100644 --- a/multimedia/gstreamer-plugins80/pkg-plist +++ b/multimedia/gstreamer-plugins80/pkg-plist @@ -17,6 +17,7 @@ include/gstreamer-%%VERSION%%/gst/mixer/mixer.h include/gstreamer-%%VERSION%%/gst/mixer/mixertrack.h include/gstreamer-%%VERSION%%/gst/navigation/navigation.h include/gstreamer-%%VERSION%%/gst/play/play.h +include/gstreamer-%%VERSION%%/gst/propertyprobe/propertyprobe.h include/gstreamer-%%VERSION%%/gst/resample/resample.h include/gstreamer-%%VERSION%%/gst/riff/riff.h include/gstreamer-%%VERSION%%/gst/tuner/tuner.h @@ -43,8 +44,7 @@ lib/gstreamer-%%VERSION%%/libgstaudio.so %%LIBAUDIOFILE%%lib/gstreamer-%%VERSION%%/libgstaudiofile.so lib/gstreamer-%%VERSION%%/libgstaudioscale.so lib/gstreamer-%%VERSION%%/libgstauparse.so -lib/gstreamer-%%VERSION%%/libgstavidemux.so -lib/gstreamer-%%VERSION%%/libgstavimux.so +lib/gstreamer-%%VERSION%%/libgstavi.so %%CDPARANOIA%%lib/gstreamer-%%VERSION%%/libgstcdparanoia.so lib/gstreamer-%%VERSION%%/libgstcdxaparse.so lib/gstreamer-%%VERSION%%/libgstchart.so @@ -63,8 +63,7 @@ lib/gstreamer-%%VERSION%%/libgstfilter.so %%FLAC%%lib/gstreamer-%%VERSION%%/libgstflac.so lib/gstreamer-%%VERSION%%/libgstflxdec.so lib/gstreamer-%%VERSION%%/libgstgdkpixbuf.so -%%GNOMEVFS%%lib/gstreamer-%%VERSION%%/libgstgnomevfssink.so -%%GNOMEVFS%%lib/gstreamer-%%VERSION%%/libgstgnomevfssrc.so +%%GNOMEVFS%%lib/gstreamer-%%VERSION%%/libgstgnomevfs.so lib/gstreamer-%%VERSION%%/libgstgoom.so %%GSM%%lib/gstreamer-%%VERSION%%/libgstgsm.so %%HTTP%%lib/gstreamer-%%VERSION%%/libgsthttpsrc.so @@ -77,6 +76,7 @@ lib/gstreamer-%%VERSION%%/libgstid3types.so lib/gstreamer-%%VERSION%%/libgstlevel.so %%LIBFAME%%lib/gstreamer-%%VERSION%%/libgstlibfame.so %%LIBMAD%%lib/gstreamer-%%VERSION%%/libgstmad.so +lib/gstreamer-%%VERSION%%/libgstmatroska.so lib/gstreamer-%%VERSION%%/libgstmedian.so %%LIBMIKMOD%%lib/gstreamer-%%VERSION%%/libgstmikmod.so lib/gstreamer-%%VERSION%%/libgstmodplug.a @@ -85,15 +85,14 @@ lib/gstreamer-%%VERSION%%/libgstmonoscope.so lib/gstreamer-%%VERSION%%/libgstmp1videoparse.so lib/gstreamer-%%VERSION%%/libgstmpeg1systemencode.so %%LIBMPEG2%%lib/gstreamer-%%VERSION%%/libgstmpeg2dec.so -lib/gstreamer-%%VERSION%%/libgstmpeg2enc.so lib/gstreamer-%%VERSION%%/libgstmpeg2subt.so lib/gstreamer-%%VERSION%%/libgstmpegaudio.so lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.so lib/gstreamer-%%VERSION%%/libgstmpegstream.so -lib/gstreamer-%%VERSION%%/libgstmpegtypes.so lib/gstreamer-%%VERSION%%/libgstmplex.a lib/gstreamer-%%VERSION%%/libgstmplex.so lib/gstreamer-%%VERSION%%/libgstmulaw.so +lib/gstreamer-%%VERSION%%/libgstnavigationtest.so lib/gstreamer-%%VERSION%%/libgstoneton.so lib/gstreamer-%%VERSION%%/libgstoverlay.so %%OPENQUICKTIME%%lib/gstreamer-%%VERSION%%/libgstopenquicktimedecoder.so @@ -127,6 +126,7 @@ lib/gstreamer-%%VERSION%%/libgstsynaesthesia.so lib/gstreamer-%%VERSION%%/libgsttcp.so lib/gstreamer-%%VERSION%%/libgsttextoverlay.so lib/gstreamer-%%VERSION%%/libgsttimeoverlay.so +lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.so lib/gstreamer-%%VERSION%%/libgstudp.so lib/gstreamer-%%VERSION%%/libgstvbidec.so lib/gstreamer-%%VERSION%%/libgstvideo.so @@ -142,28 +142,30 @@ lib/gstreamer-%%VERSION%%/libgstvolume.so %%VORBIS%%lib/gstreamer-%%VERSION%%/libgstvorbis.so lib/gstreamer-%%VERSION%%/libgstwavenc.so lib/gstreamer-%%VERSION%%/libgstwavparse.so +lib/gstreamer-%%VERSION%%/libgstximagesink.so %%XVID%%lib/gstreamer-%%VERSION%%/libgstxvid.so lib/gstreamer-%%VERSION%%/libgstxvideosink.so +lib/gstreamer-%%VERSION%%/libgstxvimagesink.so lib/gstreamer-%%VERSION%%/libgstxwindowlistener.a lib/gstreamer-%%VERSION%%/libgstxwindowlistener.so lib/gstreamer-%%VERSION%%/libgstxwindowlistener.so.0 lib/gstreamer-%%VERSION%%/libgsty4menc.so lib/gstreamer-%%VERSION%%/libmixmatrix.so -lib/libgstcolorbalance.so +lib/gtk-2.0/2.2.0/loaders/gst_loader.so lib/libgstgconf-%%VERSION%%.a lib/libgstgconf-%%VERSION%%.so lib/libgstgconf-%%VERSION%%.so.%%SHLIB_VERSION%% +lib/libgstinterfaces-%%VERSION%%.a +lib/libgstinterfaces-%%VERSION%%.so +lib/libgstinterfaces-%%VERSION%%.so.1 lib/libgstmedia-info-%%VERSION%%.a lib/libgstmedia-info-%%VERSION%%.so lib/libgstmedia-info-%%VERSION%%.so.0 -lib/libgstmixer.so -lib/libgstnavigation.so lib/libgstplay-%%VERSION%%.a lib/libgstplay-%%VERSION%%.so lib/libgstplay-%%VERSION%%.so.%%SHLIB_VERSION%% -lib/libgsttuner.so -lib/libgstxoverlay.so libdata/pkgconfig/gstreamer-gconf-%%VERSION%%.pc +libdata/pkgconfig/gstreamer-interfaces-%%VERSION%%.pc libdata/pkgconfig/gstreamer-libs-%%VERSION%%.pc libdata/pkgconfig/gstreamer-play-%%VERSION%%.pc @unexec rmdir %D/lib/gstreamer-%%VERSION%% 2>/dev/null || true @@ -173,6 +175,7 @@ libdata/pkgconfig/gstreamer-play-%%VERSION%%.pc @dirrm include/gstreamer-%%VERSION%%/gst/tuner @dirrm include/gstreamer-%%VERSION%%/gst/riff @dirrm include/gstreamer-%%VERSION%%/gst/resample +@dirrm include/gstreamer-%%VERSION%%/gst/propertyprobe @dirrm include/gstreamer-%%VERSION%%/gst/play @dirrm include/gstreamer-%%VERSION%%/gst/navigation @dirrm include/gstreamer-%%VERSION%%/gst/mixer -- cgit v1.2.3