From 4a604888e145dfe25aeeb9ccf162584a4ee1d1dc Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 6 Feb 2004 22:06:08 +0000 Subject: Update to 0.7.4. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1785 df743ca5-7f9a-e211-a948-0013205c9059 --- multimedia/gstreamer-plugins/Makefile | 14 +++++----- multimedia/gstreamer-plugins/distinfo | 3 ++- .../files/patch-ext_a52dec_gsta52dec.c | 11 -------- .../files/patch-ext_ffmpeg_gstffmpegcodecmap.c | 31 ++++++++++++++++++++++ .../files/patch-ext_flac_gstflacenc.c | 20 ++++++++++++++ .../files/patch-ext_mad_gstid3tag.c | 13 --------- .../files/patch-gst_rtp_rtp-packet.c | 10 ------- multimedia/gstreamer-plugins/pkg-plist | 16 ++++++++--- multimedia/gstreamer-plugins80/Makefile | 14 +++++----- multimedia/gstreamer-plugins80/distinfo | 3 ++- .../files/patch-ext_a52dec_gsta52dec.c | 11 -------- .../files/patch-ext_ffmpeg_gstffmpegcodecmap.c | 31 ++++++++++++++++++++++ .../files/patch-ext_flac_gstflacenc.c | 20 ++++++++++++++ .../files/patch-ext_mad_gstid3tag.c | 13 --------- .../files/patch-gst_rtp_rtp-packet.c | 10 ------- multimedia/gstreamer-plugins80/pkg-plist | 16 ++++++++--- 16 files changed, 148 insertions(+), 88 deletions(-) delete mode 100644 multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c create mode 100644 multimedia/gstreamer-plugins/files/patch-ext_ffmpeg_gstffmpegcodecmap.c create mode 100644 multimedia/gstreamer-plugins/files/patch-ext_flac_gstflacenc.c delete mode 100644 multimedia/gstreamer-plugins/files/patch-ext_mad_gstid3tag.c delete mode 100644 multimedia/gstreamer-plugins/files/patch-gst_rtp_rtp-packet.c delete mode 100644 multimedia/gstreamer-plugins80/files/patch-ext_a52dec_gsta52dec.c create mode 100644 multimedia/gstreamer-plugins80/files/patch-ext_ffmpeg_gstffmpegcodecmap.c create mode 100644 multimedia/gstreamer-plugins80/files/patch-ext_flac_gstflacenc.c delete mode 100644 multimedia/gstreamer-plugins80/files/patch-ext_mad_gstid3tag.c delete mode 100644 multimedia/gstreamer-plugins80/files/patch-gst_rtp_rtp-packet.c (limited to 'multimedia') diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 1f7c23a07..8c1b50197 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gstreamer -PORTVERSION= 0.7.3 -PORTREVISION= 2 +PORTVERSION= 0.7.4 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gst-plugins/0.7 @@ -18,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= lioux@FreeBSD.org COMMENT= GStreamer written collection of plugins handling several media types -LIB_DEPENDS= gstreamer-0.7.5:${PORTSDIR}/multimedia/gstreamer \ +LIB_DEPENDS= gstreamer-0.7.6:${PORTSDIR}/multimedia/gstreamer \ popt.0:${PORTSDIR}/devel/popt USE_X_PREFIX= yes @@ -133,7 +132,7 @@ WITH_AALIB=yes .endif # arts -.if exists(${LOCALBASE}/lib/libartsc.so.0) +.if exists(${LOCALBASE}/lib/libartsc.so.0) && !defined(WITHOUT_ARTS) WITH_ARTS=yes .endif @@ -672,9 +671,12 @@ pre-everything:: @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_AALIB to enable aalib Video plugin' .endif -.ifndef(WITH_ARTS) +.ifdef(WITH_ARTS) + @${ECHO_MSG} '===>' + @${ECHO_MSG} '===> Define WITHOUT_ARTS to disable aRts Audio plugin' +.else @${ECHO_MSG} '===>' - @${ECHO_MSG} '===> Define WITH_ARTS to enable arts Audio plugin' + @${ECHO_MSG} '===> Define WITH_ARTS to enable aRts Audio plugin' .endif .ifndef(WITH_AVIFILE) @${ECHO_MSG} '===>' diff --git a/multimedia/gstreamer-plugins/distinfo b/multimedia/gstreamer-plugins/distinfo index 2a1467345..9a049a98c 100644 --- a/multimedia/gstreamer-plugins/distinfo +++ b/multimedia/gstreamer-plugins/distinfo @@ -1 +1,2 @@ -MD5 (gnome2/gst-plugins-0.7.3.tar.bz2) = 2d7ddd33a0bd53302a3d515da19aa944 +MD5 (gnome2/gst-plugins-0.7.4.tar.bz2) = 7df9f07a7766cec2184b394565dd1381 +SIZE (gnome2/gst-plugins-0.7.4.tar.bz2) = 2548004 diff --git a/multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c b/multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c deleted file mode 100644 index 05c0e5366..000000000 --- a/multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/a52dec/gsta52dec.c.orig Sun Apr 6 18:58:19 2003 -+++ ext/a52dec/gsta52dec.c Sun Apr 20 13:16:28 2003 -@@ -25,7 +25,7 @@ - - #include - --#ifdef HAVE_STDINT_H -+#if defined(HAVE_STDINT_H) || defined(__FreeBSD__) - #include - #else - /* (Ronald) hacky... can't include stdint.h because it's not available diff --git a/multimedia/gstreamer-plugins/files/patch-ext_ffmpeg_gstffmpegcodecmap.c b/multimedia/gstreamer-plugins/files/patch-ext_ffmpeg_gstffmpegcodecmap.c new file mode 100644 index 000000000..180258708 --- /dev/null +++ b/multimedia/gstreamer-plugins/files/patch-ext_ffmpeg_gstffmpegcodecmap.c @@ -0,0 +1,31 @@ +--- ext/ffmpeg/gstffmpegcodecmap.c.orig Fri Feb 6 15:29:09 2004 ++++ ext/ffmpeg/gstffmpegcodecmap.c Fri Feb 6 15:40:14 2004 +@@ -44,13 +44,13 @@ + "width", G_TYPE_INT, context->width, \ + "height", G_TYPE_INT, context->height, \ + "framerate", G_TYPE_DOUBLE, 1. * context->frame_rate / \ +- context->frame_rate_base, \ ++ context->frame_rate_base , \ + ##props, NULL) \ + : \ + gst_caps_new_simple (mimetype, \ + "width", GST_TYPE_INT_RANGE, 16, 4096, \ + "height", GST_TYPE_INT_RANGE, 16, 4096, \ +- "framerate", GST_TYPE_DOUBLE_RANGE, 0., G_MAXDOUBLE, \ ++ "framerate", GST_TYPE_DOUBLE_RANGE, 0., G_MAXDOUBLE , \ + ##props, NULL) + + /* same for audio - now with channels/sample rate +@@ -60,10 +60,10 @@ + (context != NULL) ? \ + gst_caps_new_simple (mimetype, \ + "rate", G_TYPE_INT, context->sample_rate, \ +- "channels", G_TYPE_INT, context->channels, \ ++ "channels", G_TYPE_INT, context->channels , \ + ##props, NULL) \ + : \ +- gst_caps_new_simple (mimetype, \ ++ gst_caps_new_simple (mimetype , \ + ##props, NULL) + + /* Convert a FFMPEG codec ID and optional AVCodecContext diff --git a/multimedia/gstreamer-plugins/files/patch-ext_flac_gstflacenc.c b/multimedia/gstreamer-plugins/files/patch-ext_flac_gstflacenc.c new file mode 100644 index 000000000..b42b35cb7 --- /dev/null +++ b/multimedia/gstreamer-plugins/files/patch-ext_flac_gstflacenc.c @@ -0,0 +1,20 @@ +--- ext/flac/gstflacenc.c.orig Fri Feb 6 15:43:38 2004 ++++ ext/flac/gstflacenc.c Fri Feb 6 16:15:23 2004 +@@ -575,7 +575,7 @@ + gst_flacenc_set_metadata (flacenc); + state = FLAC__seekable_stream_encoder_init (flacenc->encoder); + if (state != FLAC__STREAM_ENCODER_OK) { +- GST_ELEMENT_ERROR (flacenc, LIBRARY, INIT, NULL, ++ GST_ELEMENT_ERROR (flacenc, LIBRARY, INIT, (NULL), + ("could not initialize encoder (wrong parameters?)")); + return; + } +@@ -610,7 +610,7 @@ + flacenc->data = NULL; + + if (!res) { +- GST_ELEMENT_ERROR (flacenc, STREAM, ENCODE, NULL, NULL); ++ GST_ELEMENT_ERROR (flacenc, STREAM, ENCODE, (NULL), (NULL)); + } + } + diff --git a/multimedia/gstreamer-plugins/files/patch-ext_mad_gstid3tag.c b/multimedia/gstreamer-plugins/files/patch-ext_mad_gstid3tag.c deleted file mode 100644 index 288478b29..000000000 --- a/multimedia/gstreamer-plugins/files/patch-ext_mad_gstid3tag.c +++ /dev/null @@ -1,13 +0,0 @@ ---- ext/mad/gstid3tag.c.orig Fri Dec 19 15:09:09 2003 -+++ ext/mad/gstid3tag.c Fri Dec 19 15:09:33 2003 -@@ -474,8 +474,9 @@ - tmp = strtoul (utf8, &check, 10); - if (*check != '\0') break; - if (strcmp (tag_name, GST_TAG_DATE) == 0) { -+ GDate *d; - if (tmp == 0) break; -- GDate *d = g_date_new_dmy (1, 1, tmp); -+ d = g_date_new_dmy (1, 1, tmp); - tmp = g_date_get_julian (d); - g_date_free (d); - } diff --git a/multimedia/gstreamer-plugins/files/patch-gst_rtp_rtp-packet.c b/multimedia/gstreamer-plugins/files/patch-gst_rtp_rtp-packet.c deleted file mode 100644 index b65d5146a..000000000 --- a/multimedia/gstreamer-plugins/files/patch-gst_rtp_rtp-packet.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gst/rtp/rtp-packet.c.orig Sat Nov 15 01:59:32 2003 -+++ gst/rtp/rtp-packet.c Sat Nov 15 01:59:44 2003 -@@ -26,6 +26,7 @@ - #include - #include - #include -+#include - #include - #include - diff --git a/multimedia/gstreamer-plugins/pkg-plist b/multimedia/gstreamer-plugins/pkg-plist index ff3272ef5..c00706340 100644 --- a/multimedia/gstreamer-plugins/pkg-plist +++ b/multimedia/gstreamer-plugins/pkg-plist @@ -5,24 +5,32 @@ etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/default/%gconf.xml etc/gconf/gconf.xml.defaults/system/gstreamer/%gconf.xml etc/gconf/gconf.xml.defaults/system/gstreamer/default/%gconf.xml etc/gconf/schemas/gstreamer.schemas +include/gstreamer-%%VERSION%%/gst/audio/gstaudiofilter.h include/gstreamer-%%VERSION%%/gst/audio/audioclock.h include/gstreamer-%%VERSION%%/gst/audio/audio.h +include/gstreamer-%%VERSION%%/gst/colorbalance/colorbalance-enumtypes.h +include/gstreamer-%%VERSION%%/gst/colorbalance/colorbalance-marshal.h include/gstreamer-%%VERSION%%/gst/colorbalance/colorbalance.h include/gstreamer-%%VERSION%%/gst/colorbalance/colorbalancechannel.h include/gstreamer-%%VERSION%%/gst/floatcast/floatcast.h include/gstreamer-%%VERSION%%/gst/gconf/gconf.h include/gstreamer-%%VERSION%%/gst/idct/idct.h include/gstreamer-%%VERSION%%/gst/media-info/media-info.h +include/gstreamer-%%VERSION%%/gst/mixer/mixer-enumtypes.h +include/gstreamer-%%VERSION%%/gst/mixer/mixer-marshal.h 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/gstplay.h +include/gstreamer-%%VERSION%%/gst/play/play-enumtypes.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-ids.h include/gstreamer-%%VERSION%%/gst/riff/riff-media.h include/gstreamer-%%VERSION%%/gst/riff/riff-read.h include/gstreamer-%%VERSION%%/gst/tag/tag.h +include/gstreamer-%%VERSION%%/gst/tuner/tuner-enumtypes.h +include/gstreamer-%%VERSION%%/gst/tuner/tuner-marshal.h include/gstreamer-%%VERSION%%/gst/tuner/tuner.h include/gstreamer-%%VERSION%%/gst/tuner/tunerchannel.h include/gstreamer-%%VERSION%%/gst/tuner/tunernorm.h @@ -38,6 +46,7 @@ lib/gstreamer-%%VERSION%%/libgstalaw.so %%ARTS%%lib/gstreamer-%%VERSION%%/libgstartsdsink.so lib/gstreamer-%%VERSION%%/libgstasf.so lib/gstreamer-%%VERSION%%/libgstaudioconvert.so +lib/gstreamer-%%VERSION%%/libgstaudiofilter.so lib/gstreamer-%%VERSION%%/libgstaudio.so %%LIBAUDIOFILE%%lib/gstreamer-%%VERSION%%/libgstaudiofile.so lib/gstreamer-%%VERSION%%/libgstaudioscale.so @@ -60,10 +69,12 @@ lib/gstreamer-%%VERSION%%/libgstffmpeg.so lib/gstreamer-%%VERSION%%/libgstfilter.so %%FLAC%%lib/gstreamer-%%VERSION%%/libgstflac.so lib/gstreamer-%%VERSION%%/libgstflxdec.so +lib/gstreamer-%%VERSION%%/libgstgamma.so lib/gstreamer-%%VERSION%%/libgstgdkpixbuf.so %%GNOMEVFS%%lib/gstreamer-%%VERSION%%/libgstgnomevfs.so lib/gstreamer-%%VERSION%%/libgstgoom.so %%GSM%%lib/gstreamer-%%VERSION%%/libgstgsm.so +%%HERMES%%lib/gstreamer-%%VERSION%%/libgsthermescolorspace.so %%HTTP%%lib/gstreamer-%%VERSION%%/libgsthttpsrc.so lib/gstreamer-%%VERSION%%/libgstidct.so lib/gstreamer-%%VERSION%%/libgstintfloat.so @@ -87,8 +98,6 @@ lib/gstreamer-%%VERSION%%/libgstmpeg2subt.so lib/gstreamer-%%VERSION%%/libgstmpegaudio.so lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.so lib/gstreamer-%%VERSION%%/libgstmpegstream.so -lib/gstreamer-%%VERSION%%/libgstmplex.a -lib/gstreamer-%%VERSION%%/libgstmplex.so lib/gstreamer-%%VERSION%%/libgstmulaw.so lib/gstreamer-%%VERSION%%/libgstnavigationtest.so %%OGG%%lib/gstreamer-%%VERSION%%/libgstogg.so @@ -168,6 +177,7 @@ libdata/pkgconfig/gstreamer-gconf-%%VERSION%%.pc libdata/pkgconfig/gstreamer-interfaces-%%VERSION%%.pc libdata/pkgconfig/gstreamer-libs-%%VERSION%%.pc libdata/pkgconfig/gstreamer-play-%%VERSION%%.pc +share/locale/nl/LC_MESSAGES/gst-plugins-%%VERSION%%.mo @unexec rmdir %D/lib/gstreamer-%%VERSION%% 2>/dev/null || true @dirrm include/gstreamer-%%VERSION%%/gst/xwindowlistener @dirrm include/gstreamer-%%VERSION%%/gst/xoverlay diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 1f7c23a07..8c1b50197 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gstreamer -PORTVERSION= 0.7.3 -PORTREVISION= 2 +PORTVERSION= 0.7.4 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gst-plugins/0.7 @@ -18,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= lioux@FreeBSD.org COMMENT= GStreamer written collection of plugins handling several media types -LIB_DEPENDS= gstreamer-0.7.5:${PORTSDIR}/multimedia/gstreamer \ +LIB_DEPENDS= gstreamer-0.7.6:${PORTSDIR}/multimedia/gstreamer \ popt.0:${PORTSDIR}/devel/popt USE_X_PREFIX= yes @@ -133,7 +132,7 @@ WITH_AALIB=yes .endif # arts -.if exists(${LOCALBASE}/lib/libartsc.so.0) +.if exists(${LOCALBASE}/lib/libartsc.so.0) && !defined(WITHOUT_ARTS) WITH_ARTS=yes .endif @@ -672,9 +671,12 @@ pre-everything:: @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_AALIB to enable aalib Video plugin' .endif -.ifndef(WITH_ARTS) +.ifdef(WITH_ARTS) + @${ECHO_MSG} '===>' + @${ECHO_MSG} '===> Define WITHOUT_ARTS to disable aRts Audio plugin' +.else @${ECHO_MSG} '===>' - @${ECHO_MSG} '===> Define WITH_ARTS to enable arts Audio plugin' + @${ECHO_MSG} '===> Define WITH_ARTS to enable aRts Audio plugin' .endif .ifndef(WITH_AVIFILE) @${ECHO_MSG} '===>' diff --git a/multimedia/gstreamer-plugins80/distinfo b/multimedia/gstreamer-plugins80/distinfo index 2a1467345..9a049a98c 100644 --- a/multimedia/gstreamer-plugins80/distinfo +++ b/multimedia/gstreamer-plugins80/distinfo @@ -1 +1,2 @@ -MD5 (gnome2/gst-plugins-0.7.3.tar.bz2) = 2d7ddd33a0bd53302a3d515da19aa944 +MD5 (gnome2/gst-plugins-0.7.4.tar.bz2) = 7df9f07a7766cec2184b394565dd1381 +SIZE (gnome2/gst-plugins-0.7.4.tar.bz2) = 2548004 diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_a52dec_gsta52dec.c b/multimedia/gstreamer-plugins80/files/patch-ext_a52dec_gsta52dec.c deleted file mode 100644 index 05c0e5366..000000000 --- a/multimedia/gstreamer-plugins80/files/patch-ext_a52dec_gsta52dec.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/a52dec/gsta52dec.c.orig Sun Apr 6 18:58:19 2003 -+++ ext/a52dec/gsta52dec.c Sun Apr 20 13:16:28 2003 -@@ -25,7 +25,7 @@ - - #include - --#ifdef HAVE_STDINT_H -+#if defined(HAVE_STDINT_H) || defined(__FreeBSD__) - #include - #else - /* (Ronald) hacky... can't include stdint.h because it's not available diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_ffmpeg_gstffmpegcodecmap.c b/multimedia/gstreamer-plugins80/files/patch-ext_ffmpeg_gstffmpegcodecmap.c new file mode 100644 index 000000000..180258708 --- /dev/null +++ b/multimedia/gstreamer-plugins80/files/patch-ext_ffmpeg_gstffmpegcodecmap.c @@ -0,0 +1,31 @@ +--- ext/ffmpeg/gstffmpegcodecmap.c.orig Fri Feb 6 15:29:09 2004 ++++ ext/ffmpeg/gstffmpegcodecmap.c Fri Feb 6 15:40:14 2004 +@@ -44,13 +44,13 @@ + "width", G_TYPE_INT, context->width, \ + "height", G_TYPE_INT, context->height, \ + "framerate", G_TYPE_DOUBLE, 1. * context->frame_rate / \ +- context->frame_rate_base, \ ++ context->frame_rate_base , \ + ##props, NULL) \ + : \ + gst_caps_new_simple (mimetype, \ + "width", GST_TYPE_INT_RANGE, 16, 4096, \ + "height", GST_TYPE_INT_RANGE, 16, 4096, \ +- "framerate", GST_TYPE_DOUBLE_RANGE, 0., G_MAXDOUBLE, \ ++ "framerate", GST_TYPE_DOUBLE_RANGE, 0., G_MAXDOUBLE , \ + ##props, NULL) + + /* same for audio - now with channels/sample rate +@@ -60,10 +60,10 @@ + (context != NULL) ? \ + gst_caps_new_simple (mimetype, \ + "rate", G_TYPE_INT, context->sample_rate, \ +- "channels", G_TYPE_INT, context->channels, \ ++ "channels", G_TYPE_INT, context->channels , \ + ##props, NULL) \ + : \ +- gst_caps_new_simple (mimetype, \ ++ gst_caps_new_simple (mimetype , \ + ##props, NULL) + + /* Convert a FFMPEG codec ID and optional AVCodecContext diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_flac_gstflacenc.c b/multimedia/gstreamer-plugins80/files/patch-ext_flac_gstflacenc.c new file mode 100644 index 000000000..b42b35cb7 --- /dev/null +++ b/multimedia/gstreamer-plugins80/files/patch-ext_flac_gstflacenc.c @@ -0,0 +1,20 @@ +--- ext/flac/gstflacenc.c.orig Fri Feb 6 15:43:38 2004 ++++ ext/flac/gstflacenc.c Fri Feb 6 16:15:23 2004 +@@ -575,7 +575,7 @@ + gst_flacenc_set_metadata (flacenc); + state = FLAC__seekable_stream_encoder_init (flacenc->encoder); + if (state != FLAC__STREAM_ENCODER_OK) { +- GST_ELEMENT_ERROR (flacenc, LIBRARY, INIT, NULL, ++ GST_ELEMENT_ERROR (flacenc, LIBRARY, INIT, (NULL), + ("could not initialize encoder (wrong parameters?)")); + return; + } +@@ -610,7 +610,7 @@ + flacenc->data = NULL; + + if (!res) { +- GST_ELEMENT_ERROR (flacenc, STREAM, ENCODE, NULL, NULL); ++ GST_ELEMENT_ERROR (flacenc, STREAM, ENCODE, (NULL), (NULL)); + } + } + diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_mad_gstid3tag.c b/multimedia/gstreamer-plugins80/files/patch-ext_mad_gstid3tag.c deleted file mode 100644 index 288478b29..000000000 --- a/multimedia/gstreamer-plugins80/files/patch-ext_mad_gstid3tag.c +++ /dev/null @@ -1,13 +0,0 @@ ---- ext/mad/gstid3tag.c.orig Fri Dec 19 15:09:09 2003 -+++ ext/mad/gstid3tag.c Fri Dec 19 15:09:33 2003 -@@ -474,8 +474,9 @@ - tmp = strtoul (utf8, &check, 10); - if (*check != '\0') break; - if (strcmp (tag_name, GST_TAG_DATE) == 0) { -+ GDate *d; - if (tmp == 0) break; -- GDate *d = g_date_new_dmy (1, 1, tmp); -+ d = g_date_new_dmy (1, 1, tmp); - tmp = g_date_get_julian (d); - g_date_free (d); - } diff --git a/multimedia/gstreamer-plugins80/files/patch-gst_rtp_rtp-packet.c b/multimedia/gstreamer-plugins80/files/patch-gst_rtp_rtp-packet.c deleted file mode 100644 index b65d5146a..000000000 --- a/multimedia/gstreamer-plugins80/files/patch-gst_rtp_rtp-packet.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gst/rtp/rtp-packet.c.orig Sat Nov 15 01:59:32 2003 -+++ gst/rtp/rtp-packet.c Sat Nov 15 01:59:44 2003 -@@ -26,6 +26,7 @@ - #include - #include - #include -+#include - #include - #include - diff --git a/multimedia/gstreamer-plugins80/pkg-plist b/multimedia/gstreamer-plugins80/pkg-plist index ff3272ef5..c00706340 100644 --- a/multimedia/gstreamer-plugins80/pkg-plist +++ b/multimedia/gstreamer-plugins80/pkg-plist @@ -5,24 +5,32 @@ etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/default/%gconf.xml etc/gconf/gconf.xml.defaults/system/gstreamer/%gconf.xml etc/gconf/gconf.xml.defaults/system/gstreamer/default/%gconf.xml etc/gconf/schemas/gstreamer.schemas +include/gstreamer-%%VERSION%%/gst/audio/gstaudiofilter.h include/gstreamer-%%VERSION%%/gst/audio/audioclock.h include/gstreamer-%%VERSION%%/gst/audio/audio.h +include/gstreamer-%%VERSION%%/gst/colorbalance/colorbalance-enumtypes.h +include/gstreamer-%%VERSION%%/gst/colorbalance/colorbalance-marshal.h include/gstreamer-%%VERSION%%/gst/colorbalance/colorbalance.h include/gstreamer-%%VERSION%%/gst/colorbalance/colorbalancechannel.h include/gstreamer-%%VERSION%%/gst/floatcast/floatcast.h include/gstreamer-%%VERSION%%/gst/gconf/gconf.h include/gstreamer-%%VERSION%%/gst/idct/idct.h include/gstreamer-%%VERSION%%/gst/media-info/media-info.h +include/gstreamer-%%VERSION%%/gst/mixer/mixer-enumtypes.h +include/gstreamer-%%VERSION%%/gst/mixer/mixer-marshal.h 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/gstplay.h +include/gstreamer-%%VERSION%%/gst/play/play-enumtypes.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-ids.h include/gstreamer-%%VERSION%%/gst/riff/riff-media.h include/gstreamer-%%VERSION%%/gst/riff/riff-read.h include/gstreamer-%%VERSION%%/gst/tag/tag.h +include/gstreamer-%%VERSION%%/gst/tuner/tuner-enumtypes.h +include/gstreamer-%%VERSION%%/gst/tuner/tuner-marshal.h include/gstreamer-%%VERSION%%/gst/tuner/tuner.h include/gstreamer-%%VERSION%%/gst/tuner/tunerchannel.h include/gstreamer-%%VERSION%%/gst/tuner/tunernorm.h @@ -38,6 +46,7 @@ lib/gstreamer-%%VERSION%%/libgstalaw.so %%ARTS%%lib/gstreamer-%%VERSION%%/libgstartsdsink.so lib/gstreamer-%%VERSION%%/libgstasf.so lib/gstreamer-%%VERSION%%/libgstaudioconvert.so +lib/gstreamer-%%VERSION%%/libgstaudiofilter.so lib/gstreamer-%%VERSION%%/libgstaudio.so %%LIBAUDIOFILE%%lib/gstreamer-%%VERSION%%/libgstaudiofile.so lib/gstreamer-%%VERSION%%/libgstaudioscale.so @@ -60,10 +69,12 @@ lib/gstreamer-%%VERSION%%/libgstffmpeg.so lib/gstreamer-%%VERSION%%/libgstfilter.so %%FLAC%%lib/gstreamer-%%VERSION%%/libgstflac.so lib/gstreamer-%%VERSION%%/libgstflxdec.so +lib/gstreamer-%%VERSION%%/libgstgamma.so lib/gstreamer-%%VERSION%%/libgstgdkpixbuf.so %%GNOMEVFS%%lib/gstreamer-%%VERSION%%/libgstgnomevfs.so lib/gstreamer-%%VERSION%%/libgstgoom.so %%GSM%%lib/gstreamer-%%VERSION%%/libgstgsm.so +%%HERMES%%lib/gstreamer-%%VERSION%%/libgsthermescolorspace.so %%HTTP%%lib/gstreamer-%%VERSION%%/libgsthttpsrc.so lib/gstreamer-%%VERSION%%/libgstidct.so lib/gstreamer-%%VERSION%%/libgstintfloat.so @@ -87,8 +98,6 @@ lib/gstreamer-%%VERSION%%/libgstmpeg2subt.so lib/gstreamer-%%VERSION%%/libgstmpegaudio.so lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.so lib/gstreamer-%%VERSION%%/libgstmpegstream.so -lib/gstreamer-%%VERSION%%/libgstmplex.a -lib/gstreamer-%%VERSION%%/libgstmplex.so lib/gstreamer-%%VERSION%%/libgstmulaw.so lib/gstreamer-%%VERSION%%/libgstnavigationtest.so %%OGG%%lib/gstreamer-%%VERSION%%/libgstogg.so @@ -168,6 +177,7 @@ libdata/pkgconfig/gstreamer-gconf-%%VERSION%%.pc libdata/pkgconfig/gstreamer-interfaces-%%VERSION%%.pc libdata/pkgconfig/gstreamer-libs-%%VERSION%%.pc libdata/pkgconfig/gstreamer-play-%%VERSION%%.pc +share/locale/nl/LC_MESSAGES/gst-plugins-%%VERSION%%.mo @unexec rmdir %D/lib/gstreamer-%%VERSION%% 2>/dev/null || true @dirrm include/gstreamer-%%VERSION%%/gst/xwindowlistener @dirrm include/gstreamer-%%VERSION%%/gst/xoverlay -- cgit v1.2.3