diff --git a/multimedia/gstreamer1/plugins-base/Makefile b/multimedia/gstreamer1/plugins-base/Makefile index bd2ec4d50ea..cf167ebae3a 100644 --- a/multimedia/gstreamer1/plugins-base/Makefile +++ b/multimedia/gstreamer1/plugins-base/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2012/10/08 12:32:19 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.8 2012/10/25 14:00:27 ajacoutot Exp $ COMMENT= base elements for GStreamer -V= 1.0.1 +V= 1.0.2 DISTNAME= gst-plugins-base-${V} PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-base-${V} diff --git a/multimedia/gstreamer1/plugins-base/distinfo b/multimedia/gstreamer1/plugins-base/distinfo index 2b1deba26dc..4b2549e2700 100644 --- a/multimedia/gstreamer1/plugins-base/distinfo +++ b/multimedia/gstreamer1/plugins-base/distinfo @@ -1,2 +1,2 @@ -SHA256 (gstreamer/gst-plugins-base-1.0.1.tar.xz) = dUZkUuQmf/+G4yK8Uu0MlixsN4X4AiMP6JjLCZhLjeA= -SIZE (gstreamer/gst-plugins-base-1.0.1.tar.xz) = 2336100 +SHA256 (gstreamer/gst-plugins-base-1.0.2.tar.xz) = fOLERi/4n2KoK0UDo3iM4uUHf4huU1eW/swiM5es940= +SIZE (gstreamer/gst-plugins-base-1.0.2.tar.xz) = 2341760 diff --git a/multimedia/gstreamer1/plugins-base/patches/patch-configure_ac b/multimedia/gstreamer1/plugins-base/patches/patch-configure_ac index 83e2f73d014..aa466e366c3 100644 --- a/multimedia/gstreamer1/plugins-base/patches/patch-configure_ac +++ b/multimedia/gstreamer1/plugins-base/patches/patch-configure_ac @@ -1,10 +1,10 @@ -$OpenBSD: patch-configure_ac,v 1.3 2012/09/22 07:34:44 ajacoutot Exp $ +$OpenBSD: patch-configure_ac,v 1.4 2012/10/25 14:00:27 ajacoutot Exp $ Our cdparanoia version does not have cache control. ---- configure.ac.orig Mon Sep 17 17:06:37 2012 -+++ configure.ac Fri Sep 21 18:04:47 2012 -@@ -562,6 +562,21 @@ AG_GST_CHECK_FEATURE(ALSA, [ALSA], alsa, [ +--- configure.ac.orig Tue Oct 23 19:03:49 2012 ++++ configure.ac Thu Oct 25 14:48:59 2012 +@@ -566,6 +566,21 @@ AG_GST_CHECK_FEATURE(ALSA, [ALSA], alsa, [ ]) ]) @@ -26,7 +26,7 @@ Our cdparanoia version does not have cache control. dnl *** CDParanoia *** dnl Note: upstream has a pkg-config file only in post-10.2 SVN so far translit(dnm, m, l) AM_CONDITIONAL(USE_CDPARANOIA, true) -@@ -592,10 +607,10 @@ AG_GST_CHECK_FEATURE(CDPARANOIA, [CDParanoia], cdparan +@@ -596,10 +611,10 @@ AG_GST_CHECK_FEATURE(CDPARANOIA, [CDParanoia], cdparan if test "x$FOUND_CDPARANOIA" = "xyes"; then AC_CHECK_LIB(cdda_paranoia, @@ -39,7 +39,7 @@ Our cdparanoia version does not have cache control. fi AC_SUBST(CDPARANOIA_LIBS) -@@ -712,6 +727,7 @@ else +@@ -716,6 +731,7 @@ else dnl not building plugins with external dependencies, dnl but we still need to set the conditionals AM_CONDITIONAL(USE_ALSA, false) @@ -47,7 +47,7 @@ Our cdparanoia version does not have cache control. AM_CONDITIONAL(USE_CDPARANOIA, false) AM_CONDITIONAL(USE_IVORBIS, false) AM_CONDITIONAL(USE_LIBVISUAL, false) -@@ -832,6 +848,7 @@ sys/ximage/Makefile +@@ -836,6 +852,7 @@ sys/ximage/Makefile sys/xvimage/Makefile ext/Makefile ext/alsa/Makefile diff --git a/multimedia/gstreamer1/plugins-base/patches/patch-gst_tcp_gstmultihandlesink_c b/multimedia/gstreamer1/plugins-base/patches/patch-gst_tcp_gstmultihandlesink_c index dee7da12d01..b0815ed300b 100644 --- a/multimedia/gstreamer1/plugins-base/patches/patch-gst_tcp_gstmultihandlesink_c +++ b/multimedia/gstreamer1/plugins-base/patches/patch-gst_tcp_gstmultihandlesink_c @@ -1,12 +1,12 @@ -$OpenBSD: patch-gst_tcp_gstmultihandlesink_c,v 1.1.1.1 2012/09/06 13:00:53 ajacoutot Exp $ +$OpenBSD: patch-gst_tcp_gstmultihandlesink_c,v 1.2 2012/10/25 14:00:27 ajacoutot Exp $ gstmultihandlesink.c:542: error: field 'sa' has incomplete type gstmultihandlesink.c:544: error: field 'sa_stor' has incomplete type ---- gst/tcp/gstmultihandlesink.c.orig Wed Sep 5 12:21:21 2012 -+++ gst/tcp/gstmultihandlesink.c Wed Sep 5 12:21:36 2012 -@@ -110,6 +110,7 @@ - #include "gsttcp-marshal.h" +--- gst/tcp/gstmultihandlesink.c.orig Tue Oct 23 00:06:40 2012 ++++ gst/tcp/gstmultihandlesink.c Thu Oct 25 14:48:59 2012 +@@ -114,6 +114,7 @@ + #endif #ifndef G_OS_WIN32 +#include