diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-26 07:17:58 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-26 07:17:58 +0800 |
commit | 58c454927a3f85252d81b4e53ef16b9a705a3c0d (patch) | |
tree | 3471b45ce93fa5b373dc62c873a3b8e1d7bce3e6 | |
parent | 03425ccd55f9db5d1627d6b2358e9d5183322d2a (diff) | |
download | marcuscom-ports-58c454927a3f85252d81b4e53ef16b9a705a3c0d.tar marcuscom-ports-58c454927a3f85252d81b4e53ef16b9a705a3c0d.tar.gz marcuscom-ports-58c454927a3f85252d81b4e53ef16b9a705a3c0d.tar.bz2 marcuscom-ports-58c454927a3f85252d81b4e53ef16b9a705a3c0d.tar.lz marcuscom-ports-58c454927a3f85252d81b4e53ef16b9a705a3c0d.tar.xz marcuscom-ports-58c454927a3f85252d81b4e53ef16b9a705a3c0d.tar.zst marcuscom-ports-58c454927a3f85252d81b4e53ef16b9a705a3c0d.zip |
Update to 0.5.2. Remove the no longer needed threading patch.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@445 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/gstreamer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer/distinfo | 2 | ||||
-rw-r--r-- | multimedia/gstreamer/files/patch-gst::cothreads.c | 25 | ||||
-rw-r--r-- | multimedia/gstreamer/files/patch-gst_gstthreaddummy.c | 12 | ||||
-rw-r--r-- | multimedia/gstreamer/pkg-plist | 6 | ||||
-rw-r--r-- | multimedia/gstreamer80/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer80/distinfo | 2 | ||||
-rw-r--r-- | multimedia/gstreamer80/files/patch-gst::cothreads.c | 25 | ||||
-rw-r--r-- | multimedia/gstreamer80/files/patch-gst_gstthreaddummy.c | 12 | ||||
-rw-r--r-- | multimedia/gstreamer80/pkg-plist | 6 |
10 files changed, 36 insertions, 58 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile index f643aa20b..1234da3f4 100644 --- a/multimedia/gstreamer/Makefile +++ b/multimedia/gstreamer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gstreamer -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/multimedia/gstreamer/distinfo b/multimedia/gstreamer/distinfo index 56129823e..9740078f1 100644 --- a/multimedia/gstreamer/distinfo +++ b/multimedia/gstreamer/distinfo @@ -1 +1 @@ -MD5 (gstreamer-0.5.1.tar.bz2) = 3cb5958ce555eae3b06609f3308fc56c +MD5 (gstreamer-0.5.2.tar.bz2) = 29e0a16a4bbb2f96d8bd493bc90a0fc8 diff --git a/multimedia/gstreamer/files/patch-gst::cothreads.c b/multimedia/gstreamer/files/patch-gst::cothreads.c deleted file mode 100644 index 70def6f13..000000000 --- a/multimedia/gstreamer/files/patch-gst::cothreads.c +++ /dev/null @@ -1,25 +0,0 @@ ---- gst/cothreads.c.orig Tue Dec 31 23:28:32 2002 -+++ gst/cothreads.c Mon Jan 13 19:31:54 2003 -@@ -37,16 +37,20 @@ - #include "gstlog.h" - #include "gstutils.h" - -+#ifdef HAVE_MAKECONTEXT -+#include <ucontext.h> -+#endif -+ - /* older glibc's have MAP_ANON instead of MAP_ANONYMOUS */ - #ifndef MAP_ANONYMOUS - #define MAP_ANONYMOUS MAP_ANON - #endif - --#define STACK_SIZE 0x200000 -+#define STACK_SIZE 0x100000 - - #define COTHREAD_MAGIC_NUMBER 0xabcdef - --#define COTHREAD_MAXTHREADS 16 -+#define COTHREAD_MAXTHREADS 8 - #define COTHREAD_STACKSIZE (STACK_SIZE/COTHREAD_MAXTHREADS) - - static void cothread_destroy (cothread_state *cothread); diff --git a/multimedia/gstreamer/files/patch-gst_gstthreaddummy.c b/multimedia/gstreamer/files/patch-gst_gstthreaddummy.c new file mode 100644 index 000000000..36343fdba --- /dev/null +++ b/multimedia/gstreamer/files/patch-gst_gstthreaddummy.c @@ -0,0 +1,12 @@ +--- gst/gstthreaddummy.c.orig Sat Jan 25 18:06:11 2003 ++++ gst/gstthreaddummy.c Sat Jan 25 18:06:36 2003 +@@ -17,7 +17,9 @@ + * Boston, MA 02111-1307, USA. + */ + ++#include <sys/types.h> + #include <sys/time.h> ++#include <unistd.h> + #include <glib.h> + #include "gstlog.h" + diff --git a/multimedia/gstreamer/pkg-plist b/multimedia/gstreamer/pkg-plist index d687395ad..ed855d086 100644 --- a/multimedia/gstreamer/pkg-plist +++ b/multimedia/gstreamer/pkg-plist @@ -24,6 +24,7 @@ include/gstreamer-0.5/gst/gstbuffer.h include/gstreamer-0.5/gst/gstbufferpool-default.h include/gstreamer-0.5/gst/gstcaps.h include/gstreamer-0.5/gst/gstclock.h +include/gstreamer-0.5/gst/gstcompat.h include/gstreamer-0.5/gst/gstconfig.h include/gstreamer-0.5/gst/gstcpu.h include/gstreamer-0.5/gst/gstdata.h @@ -57,6 +58,7 @@ include/gstreamer-0.5/gst/gsttrashstack.h include/gstreamer-0.5/gst/gsttype.h include/gstreamer-0.5/gst/gsttypefind.h include/gstreamer-0.5/gst/gsttypes.h +include/gstreamer-0.5/gst/gsturi.h include/gstreamer-0.5/gst/gstutils.h include/gstreamer-0.5/gst/gstversion.h include/gstreamer-0.5/gst/gstxml.h @@ -79,10 +81,10 @@ lib/gstreamer-0.5/libgststaticautoplugrender.so lib/gstreamer-0.5/libgsttypes.so lib/libgstcontrol-0.5.a lib/libgstcontrol-0.5.so -lib/libgstcontrol-0.5.so.2 +lib/libgstcontrol-0.5.so.3 lib/libgstreamer-0.5.a lib/libgstreamer-0.5.so -lib/libgstreamer-0.5.so.2 +lib/libgstreamer-0.5.so.3 libdata/pkgconfig/gstreamer-0.5.pc @exec %D/bin/gst-register 2>/dev/null @unexec rm %D/share/gnome/cache/gstreamer-0.5/registry.xml 2>/dev/null || true diff --git a/multimedia/gstreamer80/Makefile b/multimedia/gstreamer80/Makefile index f643aa20b..1234da3f4 100644 --- a/multimedia/gstreamer80/Makefile +++ b/multimedia/gstreamer80/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gstreamer -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/multimedia/gstreamer80/distinfo b/multimedia/gstreamer80/distinfo index 56129823e..9740078f1 100644 --- a/multimedia/gstreamer80/distinfo +++ b/multimedia/gstreamer80/distinfo @@ -1 +1 @@ -MD5 (gstreamer-0.5.1.tar.bz2) = 3cb5958ce555eae3b06609f3308fc56c +MD5 (gstreamer-0.5.2.tar.bz2) = 29e0a16a4bbb2f96d8bd493bc90a0fc8 diff --git a/multimedia/gstreamer80/files/patch-gst::cothreads.c b/multimedia/gstreamer80/files/patch-gst::cothreads.c deleted file mode 100644 index 70def6f13..000000000 --- a/multimedia/gstreamer80/files/patch-gst::cothreads.c +++ /dev/null @@ -1,25 +0,0 @@ ---- gst/cothreads.c.orig Tue Dec 31 23:28:32 2002 -+++ gst/cothreads.c Mon Jan 13 19:31:54 2003 -@@ -37,16 +37,20 @@ - #include "gstlog.h" - #include "gstutils.h" - -+#ifdef HAVE_MAKECONTEXT -+#include <ucontext.h> -+#endif -+ - /* older glibc's have MAP_ANON instead of MAP_ANONYMOUS */ - #ifndef MAP_ANONYMOUS - #define MAP_ANONYMOUS MAP_ANON - #endif - --#define STACK_SIZE 0x200000 -+#define STACK_SIZE 0x100000 - - #define COTHREAD_MAGIC_NUMBER 0xabcdef - --#define COTHREAD_MAXTHREADS 16 -+#define COTHREAD_MAXTHREADS 8 - #define COTHREAD_STACKSIZE (STACK_SIZE/COTHREAD_MAXTHREADS) - - static void cothread_destroy (cothread_state *cothread); diff --git a/multimedia/gstreamer80/files/patch-gst_gstthreaddummy.c b/multimedia/gstreamer80/files/patch-gst_gstthreaddummy.c new file mode 100644 index 000000000..36343fdba --- /dev/null +++ b/multimedia/gstreamer80/files/patch-gst_gstthreaddummy.c @@ -0,0 +1,12 @@ +--- gst/gstthreaddummy.c.orig Sat Jan 25 18:06:11 2003 ++++ gst/gstthreaddummy.c Sat Jan 25 18:06:36 2003 +@@ -17,7 +17,9 @@ + * Boston, MA 02111-1307, USA. + */ + ++#include <sys/types.h> + #include <sys/time.h> ++#include <unistd.h> + #include <glib.h> + #include "gstlog.h" + diff --git a/multimedia/gstreamer80/pkg-plist b/multimedia/gstreamer80/pkg-plist index d687395ad..ed855d086 100644 --- a/multimedia/gstreamer80/pkg-plist +++ b/multimedia/gstreamer80/pkg-plist @@ -24,6 +24,7 @@ include/gstreamer-0.5/gst/gstbuffer.h include/gstreamer-0.5/gst/gstbufferpool-default.h include/gstreamer-0.5/gst/gstcaps.h include/gstreamer-0.5/gst/gstclock.h +include/gstreamer-0.5/gst/gstcompat.h include/gstreamer-0.5/gst/gstconfig.h include/gstreamer-0.5/gst/gstcpu.h include/gstreamer-0.5/gst/gstdata.h @@ -57,6 +58,7 @@ include/gstreamer-0.5/gst/gsttrashstack.h include/gstreamer-0.5/gst/gsttype.h include/gstreamer-0.5/gst/gsttypefind.h include/gstreamer-0.5/gst/gsttypes.h +include/gstreamer-0.5/gst/gsturi.h include/gstreamer-0.5/gst/gstutils.h include/gstreamer-0.5/gst/gstversion.h include/gstreamer-0.5/gst/gstxml.h @@ -79,10 +81,10 @@ lib/gstreamer-0.5/libgststaticautoplugrender.so lib/gstreamer-0.5/libgsttypes.so lib/libgstcontrol-0.5.a lib/libgstcontrol-0.5.so -lib/libgstcontrol-0.5.so.2 +lib/libgstcontrol-0.5.so.3 lib/libgstreamer-0.5.a lib/libgstreamer-0.5.so -lib/libgstreamer-0.5.so.2 +lib/libgstreamer-0.5.so.3 libdata/pkgconfig/gstreamer-0.5.pc @exec %D/bin/gst-register 2>/dev/null @unexec rm %D/share/gnome/cache/gstreamer-0.5/registry.xml 2>/dev/null || true |