diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index fdd1ac65ec5b..17e1666ba640 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -28,7 +28,7 @@ LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \ popt.0:${PORTSDIR}/devel/popt \ oil-0.3.1:${PORTSDIR}/devel/liboil -BASE_PORTVERSION= 0.10.8 +BASE_PORTVERSION= 0.10.9 BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION} BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX} BAD_PORTVERSION= 0.10.3 @@ -107,6 +107,12 @@ post-patch: 's|malloc\.h|stdlib.h|; \ s|stdint\.h|inttypes.h|; \ s|%%VERSION%%|${VERSION}|' + @${FIND} ${WRKSRC}/ext -name Makefile.in | \ + ${XARGS} -n 10 ${REINPLACE_CMD} -e \ + 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-$$(GST_MAJORMINOR).la|${X11BASE}/lib/libgsttag-@GST_MAJORMINOR@.la|; \ + s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-$$(GST_MAJORMINOR).la|${X11BASE}/lib/libgstaudio-@GST_MAJORMINOR@.la|; \ + s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-$$(GST_MAJORMINOR).la|${X11BASE}/lib/libgstriff-@GST_MAJORMINOR@.la|; \ + s|$$(top_builddir)/gst-libs/gst/cdda/libgstcdda-$$(GST_MAJORMINOR).la|${X11BASE}/lib/libgstcdda-@GST_MAJORMINOR@.la|' @${FIND} ${WRKSRC}/ext -name Makefile.in | \ ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la|${X11BASE}/lib/libgsttag-@GST_MAJORMINOR@.la|; \ diff --git a/multimedia/gstreamer-plugins/distinfo b/multimedia/gstreamer-plugins/distinfo index 4ec3815f3b2c..6d4db1b17e03 100644 --- a/multimedia/gstreamer-plugins/distinfo +++ b/multimedia/gstreamer-plugins/distinfo @@ -1,6 +1,6 @@ -MD5 (gst-plugins-base-0.10.8.tar.bz2) = 7c7acfdc7d2f7fddf12132b4b86abddb -SHA256 (gst-plugins-base-0.10.8.tar.bz2) = 4e7c14f82b23f268ac053ad21a23cc637052eca72b8ea23d02c2e7a90521d74a -SIZE (gst-plugins-base-0.10.8.tar.bz2) = 1234234 +MD5 (gst-plugins-base-0.10.9.tar.bz2) = cf0aa58f066c3a0e0258909b3ad9d4ad +SHA256 (gst-plugins-base-0.10.9.tar.bz2) = 81906ea7471212bc376d509a843f113913618c2c93e352a0b5d890f69e1d35f7 +SIZE (gst-plugins-base-0.10.9.tar.bz2) = 1261167 MD5 (gst-plugins-bad-0.10.3.tar.bz2) = 8545a02c408976c5e9f0c2cf3c6a362e SHA256 (gst-plugins-bad-0.10.3.tar.bz2) = 648f1ef813c64c7eedd45d164eb41ba21366bba8ec5fcbff3100458721be489e SIZE (gst-plugins-bad-0.10.3.tar.bz2) = 953949 diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile index a8b804f0e25d..cf351a21fc5a 100644 --- a/multimedia/gstreamer/Makefile +++ b/multimedia/gstreamer/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/multimedia/gstreamer/Makefile,v 1.45 2006/04/28 11:44:33 ahze Exp $ PORTNAME= gstreamer -PORTVERSION= 0.10.8 +PORTVERSION= 0.10.9 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \ ${MASTER_SITE_GNOME} diff --git a/multimedia/gstreamer/distinfo b/multimedia/gstreamer/distinfo index b37a2f63c51b..bda9d105b7d0 100644 --- a/multimedia/gstreamer/distinfo +++ b/multimedia/gstreamer/distinfo @@ -1,3 +1,3 @@ -MD5 (gstreamer-0.10.8.tar.bz2) = a094ea86d4cea4f23ef2eb8c6e7bfc10 -SHA256 (gstreamer-0.10.8.tar.bz2) = e17b33586d9f4ff656ed04559ed765b50affc19309074ef5bdf4ff62f5a1c863 -SIZE (gstreamer-0.10.8.tar.bz2) = 1679765 +MD5 (gstreamer-0.10.9.tar.bz2) = e59aaced7000ddfdaa81c52b9a238786 +SHA256 (gstreamer-0.10.9.tar.bz2) = 370e7cef8206522a4a8a80a05e935d6627c7381867e533b872f917d031a47e67 +SIZE (gstreamer-0.10.9.tar.bz2) = 1719970 diff --git a/multimedia/gstreamer/files/extra-patch-gst::cothreads.c b/multimedia/gstreamer/files/extra-patch-gst::cothreads.c deleted file mode 100644 index a862c2c3a129..000000000000 --- a/multimedia/gstreamer/files/extra-patch-gst::cothreads.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gst/cothreads.c.orig Tue May 3 16:17:09 2005 -+++ gst/cothreads.c Tue May 3 16:17:23 2005 -@@ -56,7 +56,7 @@ - #endif - #endif - --#define STACK_SIZE 0x200000 -+#define STACK_SIZE 0x100000 - - #define COTHREAD_MAGIC_NUMBER 0xabcdef - diff --git a/multimedia/gstreamer/files/patch-gst__gstbin.c b/multimedia/gstreamer/files/patch-gst__gstbin.c deleted file mode 100644 index edff58cedd14..000000000000 --- a/multimedia/gstreamer/files/patch-gst__gstbin.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gst/gstbin.c.orig Tue Apr 18 21:12:49 2006 -+++ gst/gstbin.c Tue Apr 18 21:39:56 2006 -@@ -2406,7 +2406,7 @@ - { - gint ret; - -- if (G_TYPE_CHECK_INSTANCE_TYPE (element, GPOINTER_TO_INT (interface))) { -+ if (G_TYPE_CHECK_INSTANCE_TYPE (element, (GType)interface)) { - ret = 0; - } else { - /* we did not find the element, need to release the ref