diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-good/distinfo | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-good/patches/patch-ab | 17 |
3 files changed, 20 insertions, 11 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common index 6ca29082e43..1d90b1b00c7 100644 --- a/multimedia/gst-plugins0.10-good/Makefile.common +++ b/multimedia/gst-plugins0.10-good/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2010/09/08 16:19:16 drochner Exp $ +# $NetBSD: Makefile.common,v 1.30 2010/12/03 18:22:50 drochner Exp $ # # used by audio/gst-plugins0.10-esound/Makefile # used by audio/gst-plugins0.10-flac/Makefile @@ -13,7 +13,7 @@ # used by net/gst-plugins0.10-soup/Makefile GST_PLUGINS0.10_TYPE= good -GST_PLUGINS0.10_VER= 0.10.25 +GST_PLUGINS0.10_VER= 0.10.26 # Disable all drivers and features by default. .for driver in aalib \ diff --git a/multimedia/gst-plugins0.10-good/distinfo b/multimedia/gst-plugins0.10-good/distinfo index a80cc84c52b..0c2947ec9ac 100644 --- a/multimedia/gst-plugins0.10-good/distinfo +++ b/multimedia/gst-plugins0.10-good/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.31 2010/09/08 16:19:16 drochner Exp $ +$NetBSD: distinfo,v 1.32 2010/12/03 18:22:50 drochner Exp $ -SHA1 (gst-plugins-good-0.10.25.tar.bz2) = 37339cc8a4e78bce253b9b85c7f25564ef7742f0 -RMD160 (gst-plugins-good-0.10.25.tar.bz2) = 4fcc87426fd3d4f08dafbffed9efe0caddb7b0e1 -Size (gst-plugins-good-0.10.25.tar.bz2) = 2949205 bytes -SHA1 (patch-ab) = ed06a86961ee93cd1e680fed42eb06acf806f91c +SHA1 (gst-plugins-good-0.10.26.tar.bz2) = a8b0a96dcfdae33c57702497179f931b238a1f79 +RMD160 (gst-plugins-good-0.10.26.tar.bz2) = 4ead2eaa65463c46c70bb209e3480c2ae531f28b +Size (gst-plugins-good-0.10.26.tar.bz2) = 3011746 bytes +SHA1 (patch-ab) = 045eb9855bc5b7af0b6e3c23245c99e5ff578be4 SHA1 (patch-ba) = 0f2cc16c39f8bc2a4854ec928b7c0b60d0559eb5 SHA1 (patch-bb) = ec781545a7583405a25e8a4dcf689e777f6ac51f diff --git a/multimedia/gst-plugins0.10-good/patches/patch-ab b/multimedia/gst-plugins0.10-good/patches/patch-ab index a40687b9006..aa361127838 100644 --- a/multimedia/gst-plugins0.10-good/patches/patch-ab +++ b/multimedia/gst-plugins0.10-good/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.16 2010/07/13 17:52:17 drochner Exp $ +$NetBSD: patch-ab,v 1.17 2010/12/03 18:22:50 drochner Exp $ ---- configure.orig 2010-05-30 11:22:08.000000000 +0000 +--- configure.orig 2010-12-01 18:16:00.000000000 +0000 +++ configure -@@ -22074,6 +22074,9 @@ main () +@@ -22393,6 +22393,9 @@ main () #error GCC before 3.4 has critical bugs compiling inline assembly #endif #endif @@ -12,7 +12,16 @@ $NetBSD: patch-ab,v 1.16 2010/07/13 17:52:17 drochner Exp $ __asm__ (""::) ; return 0; -@@ -27186,6 +27189,10 @@ $as_echo_n "checking Checking for up to +@@ -23961,7 +23964,7 @@ $as_echo "$as_me: Using $PLUGINDIR as th + if ( echo yes | grep -e '^201-90-9-0-10-9-0-30-9' >/dev/null ) ; then + GST_PACKAGE_RELEASE_DATETIME=yes + else +- YYYY_MM_DD=`. "${srcdir}/common/extract-release-date-from-doap-file" $PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO "${srcdir}/gst-plugins-good.doap" `; ++ YYYY_MM_DD=`${SH} "${srcdir}/common/extract-release-date-from-doap-file" $PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO "${srcdir}/gst-plugins-good.doap" `; + if test "x$YYYY_MM_DD" != "x"; then + GST_PACKAGE_RELEASE_DATETIME=$YYYY_MM_DD + else +@@ -27516,6 +27519,10 @@ $as_echo_n "checking Checking for up to #ifdef __sun /* Solaris */ #include <sys/types.h> #include <sys/videodev2.h> |