update to 0.10.27

changes: many fixes and improvements
This commit is contained in:
drochner 2011-01-26 23:21:07 +00:00
parent 83e16ac94c
commit 74501406d2
3 changed files with 11 additions and 20 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.30 2010/12/03 18:22:50 drochner Exp $
# $NetBSD: Makefile.common,v 1.31 2011/01/26 23:21:07 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.26
GST_PLUGINS0.10_VER= 0.10.27
# Disable all drivers and features by default.
.for driver in aalib \

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.32 2010/12/03 18:22:50 drochner Exp $
$NetBSD: distinfo,v 1.33 2011/01/26 23:21:07 drochner Exp $
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 (gst-plugins-good-0.10.27.tar.bz2) = 49964ad3b8fbee9caa0b3fc437dd9169aafad79d
RMD160 (gst-plugins-good-0.10.27.tar.bz2) = 6486fca87a6394577ab1f0a4e94a19b1c3e2ca5e
Size (gst-plugins-good-0.10.27.tar.bz2) = 3096221 bytes
SHA1 (patch-ab) = d0d8b7fbd373d300e1808b8b106257d87dd85f7a
SHA1 (patch-ba) = 0f2cc16c39f8bc2a4854ec928b7c0b60d0559eb5
SHA1 (patch-bb) = ec781545a7583405a25e8a4dcf689e777f6ac51f

View file

@ -1,8 +1,8 @@
$NetBSD: patch-ab,v 1.17 2010/12/03 18:22:50 drochner Exp $
$NetBSD: patch-ab,v 1.18 2011/01/26 23:21:07 drochner Exp $
--- configure.orig 2010-12-01 18:16:00.000000000 +0000
--- configure.orig 2011-01-21 10:29:26.000000000 +0000
+++ configure
@@ -22393,6 +22393,9 @@ main ()
@@ -22406,6 +22406,9 @@ main ()
#error GCC before 3.4 has critical bugs compiling inline assembly
#endif
#endif
@ -12,16 +12,7 @@ $NetBSD: patch-ab,v 1.17 2010/12/03 18:22:50 drochner Exp $
__asm__ (""::)
;
return 0;
@@ -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
@@ -27549,6 +27552,10 @@ $as_echo_n "checking Checking for up to
#ifdef __sun /* Solaris */
#include <sys/types.h>
#include <sys/videodev2.h>