summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins80/files
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer-plugins80/files')
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-ext_mad_gstid3tag.c13
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-ext_shout_gstshout.c11
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c17
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-gst-libs_ext_ffmpeg_Makefile.in15
4 files changed, 25 insertions, 31 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_mad_gstid3tag.c b/multimedia/gstreamer-plugins80/files/patch-ext_mad_gstid3tag.c
new file mode 100644
index 000000000..288478b29
--- /dev/null
+++ b/multimedia/gstreamer-plugins80/files/patch-ext_mad_gstid3tag.c
@@ -0,0 +1,13 @@
+--- 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-ext_shout_gstshout.c b/multimedia/gstreamer-plugins80/files/patch-ext_shout_gstshout.c
deleted file mode 100644
index d03e18cde..000000000
--- a/multimedia/gstreamer-plugins80/files/patch-ext_shout_gstshout.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/shout/gstshout.c.orig Tue Nov 25 19:09:41 2003
-+++ ext/shout/gstshout.c Tue Nov 25 20:11:54 2003
-@@ -109,7 +109,7 @@
- if (!icecastsend_type) {
- static const GTypeInfo icecastsend_info = {
- sizeof (GstIcecastSendClass),
-- (GBaseInitFunc gst_icecastsend_base_init, NULL,
-+ (GBaseInitFunc) gst_icecastsend_base_init, NULL,
- (GClassInitFunc) gst_icecastsend_class_init, NULL, NULL,
- sizeof (GstIcecastSend), 0,
- (GInstanceInitFunc) gst_icecastsend_init,
diff --git a/multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c b/multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c
deleted file mode 100644
index 8149c3981..000000000
--- a/multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- gst-libs/ext/ffmpeg/ffmpeg/libavcodec/alpha/simple_idct_alpha.c.orig Fri Apr 25 22:06:13 2003
-+++ gst-libs/ext/ffmpeg/ffmpeg/libavcodec/alpha/simple_idct_alpha.c Fri Apr 25 23:19:39 2003
-@@ -24,8 +24,14 @@
- * and Falk Hueffner <falk@debian.org>
- */
-
-+#include <sys/param.h>
-+
- #include "asm.h"
- #include "../dsputil.h"
-+
-+#if defined(__FreeBSD__) && __FreeBSD_version < 500000
-+typedef __int32_t int_fast32_t;
-+#endif
-
- extern void (*put_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels,
- int line_size);
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
index 2cc654fbf..22f6d71f7 100644
--- a/multimedia/gstreamer-plugins80/files/patch-gst-libs_ext_ffmpeg_Makefile.in
+++ b/multimedia/gstreamer-plugins80/files/patch-gst-libs_ext_ffmpeg_Makefile.in
@@ -1,6 +1,6 @@
---- 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 @@
+--- gst-libs/ext/ffmpeg/Makefile.in.orig Fri Dec 19 14:31:01 2003
++++ gst-libs/ext/ffmpeg/Makefile.in Fri Dec 19 14:40:11 2003
+@@ -866,7 +866,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 \
@@ -9,3 +9,12 @@
libavformat_la-idroq.lo libavformat_la-img.lo \
libavformat_la-ipmovie.lo libavformat_la-jpeg.lo \
libavformat_la-mov.lo libavformat_la-movenc.lo \
+@@ -5659,7 +5659,7 @@
+
+ patches:
+ @echo -n Patching ffmpeg if necessary ...
+- @patch -p0 -N -r rejects <$(srcdir)/patch/function.patch > /dev/null || true
++# @patch -p0 -N -r rejects <$(srcdir)/patch/function.patch > /dev/null || true
+ @rm -f rejects || true
+ @echo done.
+