update to 0.10.12
changes: -Add a warning if GLib threading support is not properly initialised -Add support for binary registry serialisation -Preliminary support for pull-mode scheduling of entire chains -Add support for HPPA -Collectpads fixes -Lots of bug fixes
This commit is contained in:
parent
7496a1cd6e
commit
dbb38f5016
3 changed files with 15 additions and 16 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.13 2007/02/08 21:27:14 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2007/03/13 09:07:30 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gstreamer-0.10.11
|
||||
DISTNAME= gstreamer-0.10.12
|
||||
PKGNAME= ${DISTNAME:S/gstreamer/gstreamer0.10/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= multimedia gnome
|
||||
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.9 2007/02/08 21:27:14 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.10 2007/03/13 09:07:30 drochner Exp $
|
||||
|
||||
SHA1 (gstreamer-0.10.11.tar.bz2) = 0ad518272788f07cade85f8076c34a1fdae3175f
|
||||
RMD160 (gstreamer-0.10.11.tar.bz2) = d6e50900f8d4e32591ceb725edb460643a29c5c7
|
||||
Size (gstreamer-0.10.11.tar.bz2) = 1869307 bytes
|
||||
SHA1 (gstreamer-0.10.12.tar.bz2) = 7e3eb7cd0cc06f49e24110f8a011b738014ae46d
|
||||
RMD160 (gstreamer-0.10.12.tar.bz2) = 7130942d3cc1c8da19a6595ed4b6b19460c64b3f
|
||||
Size (gstreamer-0.10.12.tar.bz2) = 1841766 bytes
|
||||
SHA1 (patch-aa) = bc10562292a005ec43d64401964eddf50d9aa1d5
|
||||
SHA1 (patch-ac) = 824b878164af5b4e824a4340dc97bd85e9454560
|
||||
SHA1 (patch-ac) = 5fc1c9d91d996f19c8265bf08872e8268d255b7a
|
||||
SHA1 (patch-ad) = e3ddd868f95cb12e9e04e0fa967d11ece363947a
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
$NetBSD: patch-ac,v 1.1 2006/12/11 12:38:18 drochner Exp $
|
||||
$NetBSD: patch-ac,v 1.2 2007/03/13 09:07:30 drochner Exp $
|
||||
|
||||
--- configure.orig 2006-12-06 19:36:52.000000000 +0100
|
||||
--- configure.orig 2007-03-07 12:59:17.000000000 +0100
|
||||
+++ configure
|
||||
@@ -30504,7 +30504,7 @@ rm -f core conftest.err conftest.$ac_obj
|
||||
echo "${ECHO_T}$flag_ok" >&6; }
|
||||
@@ -28952,7 +28952,7 @@ rm -f conftest.err conftest.$ac_objext c
|
||||
echo "${ECHO_T}$flag_ok" >&6
|
||||
|
||||
|
||||
- if test "x$ERROR_CFLAGS" == "x"
|
||||
+ if test "x$ERROR_CFLAGS" = "x"
|
||||
then
|
||||
|
||||
{ echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all,no%E_EMPTY_DECLARATION,no%E_STATEMENT_NOT_REACHED" >&5
|
||||
@@ -30584,7 +30584,7 @@ rm -f core conftest.err conftest.$ac_obj
|
||||
echo "${ECHO_T}$flag_ok" >&6; }
|
||||
echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all,no%E_EMPTY_DECLARATION,no%E_STATEMENT_NOT_REACHED" >&5
|
||||
@@ -29018,7 +29018,7 @@ rm -f conftest.err conftest.$ac_objext c
|
||||
echo "${ECHO_T}$flag_ok" >&6
|
||||
|
||||
|
||||
- if test "x$ERROR_CFLAGS" == "x"
|
||||
+ if test "x$ERROR_CFLAGS" = "x"
|
||||
then
|
||||
|
||||
{ echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
|
||||
echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
|
||||
|
|
Loading…
Reference in a new issue