summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-13 19:40:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-13 19:40:48 +0000
commit7724fdde0012b95d3be13490410919dc67da31dc (patch)
tree9950f99cd4bd82d8538e3674bef901e5de7db4af /multimedia
parent- Update to version 1.17 (diff)
Update to 0.6.4.
Notes
Notes: svn path=/head/; revision=91090
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/Makefile3
-rw-r--r--multimedia/gstreamer-plugins/distinfo2
-rw-r--r--multimedia/gstreamer-plugins/files/patch-ext_esd_esdsink.c27
-rw-r--r--multimedia/gstreamer-plugins/files/patch-sys_xvideo_gstxvimage.c12
-rw-r--r--multimedia/gstreamer-plugins80/Makefile3
-rw-r--r--multimedia/gstreamer-plugins80/distinfo2
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-ext_esd_esdsink.c27
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-sys_xvideo_gstxvimage.c12
8 files changed, 28 insertions, 60 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index ef5d1b1faa1d..f6d6ecea586f 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gstreamer
-PORTVERSION= 0.6.3
-PORTREVISION= 1
+PORTVERSION= 0.6.4
CATEGORIES= multimedia audio
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gst-plugins/0.6
diff --git a/multimedia/gstreamer-plugins/distinfo b/multimedia/gstreamer-plugins/distinfo
index 8ff1da2054a0..1ecb20d04a49 100644
--- a/multimedia/gstreamer-plugins/distinfo
+++ b/multimedia/gstreamer-plugins/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gst-plugins-0.6.3.tar.bz2) = 3cc128c526e1537267df74fd201b7376
+MD5 (gnome2/gst-plugins-0.6.4.tar.bz2) = d62e6cd3750863b6395e4c1030223690
diff --git a/multimedia/gstreamer-plugins/files/patch-ext_esd_esdsink.c b/multimedia/gstreamer-plugins/files/patch-ext_esd_esdsink.c
deleted file mode 100644
index cdef63cc59b7..000000000000
--- a/multimedia/gstreamer-plugins/files/patch-ext_esd_esdsink.c
+++ /dev/null
@@ -1,27 +0,0 @@
---- ext/esd/esdsink.c 3 Aug 2003 20:48:40 -0000 1.10.4.1
-+++ ext/esd/esdsink.c 25 Sep 2003 00:25:05 -0000
-@@ -281,7 +281,8 @@
-
- switch(GST_EVENT_TYPE(event)){
- case GST_EVENT_EOS:
-- break;
-+ gst_pad_event_default(pad, event);
-+ return;
- case GST_EVENT_DISCONTINUOUS:
- {
- gint64 value;
-@@ -293,11 +294,12 @@
- //esdsink->handled = 0;
- }
- //esdsink->resync = TRUE;
-- break;
-+ gst_pad_event_default(pad, event);
-+ return;
- }
- default:
- gst_pad_event_default(pad, event);
-- break;
-+ return;
- }
- gst_event_unref(event);
- return;
diff --git a/multimedia/gstreamer-plugins/files/patch-sys_xvideo_gstxvimage.c b/multimedia/gstreamer-plugins/files/patch-sys_xvideo_gstxvimage.c
new file mode 100644
index 000000000000..274283fb0939
--- /dev/null
+++ b/multimedia/gstreamer-plugins/files/patch-sys_xvideo_gstxvimage.c
@@ -0,0 +1,12 @@
+--- sys/xvideo/gstxvimage.c.orig Mon Oct 13 15:28:54 2003
++++ sys/xvideo/gstxvimage.c Mon Oct 13 15:29:24 2003
+@@ -20,6 +20,9 @@
+ #include "config.h"
+
+ #include <errno.h>
++#include <machine/param.h>
++#include <sys/types.h>
++#include <sys/ipc.h>
+ #include <sys/shm.h> /* for SHM symbols */
+ #include <gst/gst.h>
+ /* gcc -ansi -pedantic on GNU/Linux causes warnings and errors
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile
index ef5d1b1faa1d..f6d6ecea586f 100644
--- a/multimedia/gstreamer-plugins80/Makefile
+++ b/multimedia/gstreamer-plugins80/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gstreamer
-PORTVERSION= 0.6.3
-PORTREVISION= 1
+PORTVERSION= 0.6.4
CATEGORIES= multimedia audio
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gst-plugins/0.6
diff --git a/multimedia/gstreamer-plugins80/distinfo b/multimedia/gstreamer-plugins80/distinfo
index 8ff1da2054a0..1ecb20d04a49 100644
--- a/multimedia/gstreamer-plugins80/distinfo
+++ b/multimedia/gstreamer-plugins80/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gst-plugins-0.6.3.tar.bz2) = 3cc128c526e1537267df74fd201b7376
+MD5 (gnome2/gst-plugins-0.6.4.tar.bz2) = d62e6cd3750863b6395e4c1030223690
diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_esd_esdsink.c b/multimedia/gstreamer-plugins80/files/patch-ext_esd_esdsink.c
deleted file mode 100644
index cdef63cc59b7..000000000000
--- a/multimedia/gstreamer-plugins80/files/patch-ext_esd_esdsink.c
+++ /dev/null
@@ -1,27 +0,0 @@
---- ext/esd/esdsink.c 3 Aug 2003 20:48:40 -0000 1.10.4.1
-+++ ext/esd/esdsink.c 25 Sep 2003 00:25:05 -0000
-@@ -281,7 +281,8 @@
-
- switch(GST_EVENT_TYPE(event)){
- case GST_EVENT_EOS:
-- break;
-+ gst_pad_event_default(pad, event);
-+ return;
- case GST_EVENT_DISCONTINUOUS:
- {
- gint64 value;
-@@ -293,11 +294,12 @@
- //esdsink->handled = 0;
- }
- //esdsink->resync = TRUE;
-- break;
-+ gst_pad_event_default(pad, event);
-+ return;
- }
- default:
- gst_pad_event_default(pad, event);
-- break;
-+ return;
- }
- gst_event_unref(event);
- return;
diff --git a/multimedia/gstreamer-plugins80/files/patch-sys_xvideo_gstxvimage.c b/multimedia/gstreamer-plugins80/files/patch-sys_xvideo_gstxvimage.c
new file mode 100644
index 000000000000..274283fb0939
--- /dev/null
+++ b/multimedia/gstreamer-plugins80/files/patch-sys_xvideo_gstxvimage.c
@@ -0,0 +1,12 @@
+--- sys/xvideo/gstxvimage.c.orig Mon Oct 13 15:28:54 2003
++++ sys/xvideo/gstxvimage.c Mon Oct 13 15:29:24 2003
+@@ -20,6 +20,9 @@
+ #include "config.h"
+
+ #include <errno.h>
++#include <machine/param.h>
++#include <sys/types.h>
++#include <sys/ipc.h>
+ #include <sys/shm.h> /* for SHM symbols */
+ #include <gst/gst.h>
+ /* gcc -ansi -pedantic on GNU/Linux causes warnings and errors