summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-01-22 21:30:13 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-01-22 21:30:13 (GMT)
commit05bfe422c0fcc0b96c93cedcd01ba946b0529b6e (patch)
tree6cd5dc2a91b6815e021e768e98e79ec1230f09f2
parentca6ca50e33d34e653a15204f8b59329a207be6f0 (diff)
downloadmxe-05bfe422c0fcc0b96c93cedcd01ba946b0529b6e.zip
mxe-05bfe422c0fcc0b96c93cedcd01ba946b0529b6e.tar.gz
mxe-05bfe422c0fcc0b96c93cedcd01ba946b0529b6e.tar.bz2
upgrade packages gstreamer gst-plugins-base gst-plugins-good
-rw-r--r--src/gst-plugins-base-1-fix-sh.patch19
-rw-r--r--src/gst-plugins-base.mk4
-rw-r--r--src/gst-plugins-good-1-fix-sh.patch19
-rw-r--r--src/gst-plugins-good.mk4
-rw-r--r--src/gstreamer-1-fix-sh.patch35
-rw-r--r--src/gstreamer.mk4
6 files changed, 6 insertions, 79 deletions
diff --git a/src/gst-plugins-base-1-fix-sh.patch b/src/gst-plugins-base-1-fix-sh.patch
deleted file mode 100644
index f7f2775..0000000
--- a/src/gst-plugins-base-1-fix-sh.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-This file is part of mingw-cross-env.
-See doc/index.html for further information.
-
-This patch has been taken from:
-http://cgit.freedesktop.org/gstreamer/common/commit/?id=9aa18ac420a19332ec215be14a6b966cc45948cf
-
-diff --git a/m4/gst-package-release-datetime.m4 b/m4/gst-package-release-datetime.m4
-index e0b9334..126919b 100644
---- a/common/m4/gst-package-release-datetime.m4
-+++ b/common/m4/gst-package-release-datetime.m4
-@@ -37,7 +37,7 @@ AC_DEFUN([AG_GST_SET_PACKAGE_RELEASE_DATETIME],
- GST_PACKAGE_RELEASE_DATETIME=$1
- else
- dnl we assume the .doap file contains the date as YYYY-MM-DD
-- YYYY_MM_DD=`. "${srcdir}/common/extract-release-date-from-doap-file" $3 $2`;
-+ YYYY_MM_DD=`sh "${srcdir}/common/extract-release-date-from-doap-file" $3 $2`;
- if test "x$YYYY_MM_DD" != "x"; then
- GST_PACKAGE_RELEASE_DATETIME=$YYYY_MM_DD
- else
diff --git a/src/gst-plugins-base.mk b/src/gst-plugins-base.mk
index b45644c..c3a5986 100644
--- a/src/gst-plugins-base.mk
+++ b/src/gst-plugins-base.mk
@@ -4,8 +4,8 @@
# gst-plugins-base
PKG := gst-plugins-base
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 0.10.31
-$(PKG)_CHECKSUM := a22d944adc6f27f8dc629d868fe15d4ce3aa4096
+$(PKG)_VERSION := 0.10.32
+$(PKG)_CHECKSUM := c1c149272b7ab6cbe5f648532f74525c6541eea5
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://gstreamer.freedesktop.org/
diff --git a/src/gst-plugins-good-1-fix-sh.patch b/src/gst-plugins-good-1-fix-sh.patch
deleted file mode 100644
index f7f2775..0000000
--- a/src/gst-plugins-good-1-fix-sh.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-This file is part of mingw-cross-env.
-See doc/index.html for further information.
-
-This patch has been taken from:
-http://cgit.freedesktop.org/gstreamer/common/commit/?id=9aa18ac420a19332ec215be14a6b966cc45948cf
-
-diff --git a/m4/gst-package-release-datetime.m4 b/m4/gst-package-release-datetime.m4
-index e0b9334..126919b 100644
---- a/common/m4/gst-package-release-datetime.m4
-+++ b/common/m4/gst-package-release-datetime.m4
-@@ -37,7 +37,7 @@ AC_DEFUN([AG_GST_SET_PACKAGE_RELEASE_DATETIME],
- GST_PACKAGE_RELEASE_DATETIME=$1
- else
- dnl we assume the .doap file contains the date as YYYY-MM-DD
-- YYYY_MM_DD=`. "${srcdir}/common/extract-release-date-from-doap-file" $3 $2`;
-+ YYYY_MM_DD=`sh "${srcdir}/common/extract-release-date-from-doap-file" $3 $2`;
- if test "x$YYYY_MM_DD" != "x"; then
- GST_PACKAGE_RELEASE_DATETIME=$YYYY_MM_DD
- else
diff --git a/src/gst-plugins-good.mk b/src/gst-plugins-good.mk
index 2f517d6..fbc5d48 100644
--- a/src/gst-plugins-good.mk
+++ b/src/gst-plugins-good.mk
@@ -4,8 +4,8 @@
# gst-plugins-good
PKG := gst-plugins-good
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 0.10.26
-$(PKG)_CHECKSUM := a8b0a96dcfdae33c57702497179f931b238a1f79
+$(PKG)_VERSION := 0.10.27
+$(PKG)_CHECKSUM := 49964ad3b8fbee9caa0b3fc437dd9169aafad79d
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://gstreamer.freedesktop.org/
diff --git a/src/gstreamer-1-fix-sh.patch b/src/gstreamer-1-fix-sh.patch
deleted file mode 100644
index 35092c0..0000000
--- a/src/gstreamer-1-fix-sh.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-This file is part of mingw-cross-env.
-See doc/index.html for further information.
-
-This patch has been taken from:
-http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=d569bf420d5f915c6a3901b193b69757991f4da8
-
-diff --git a/configure.ac b/configure.ac
-index 7a1d69f..7d0dd5c 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -236,7 +236,7 @@ AC_LANG_PUSH([C++])
- AC_TRY_COMPILE([ class Foo { int bar; };], , working_cxx=yes, working_cxx=no)
- AC_LANG_POP([C++])
- AC_MSG_NOTICE([working c++ compiler found: $working_cxx])
--AM_CONDITIONAL(HAVE_CXX, test "x$working_cxx" == "xyes")
-+AM_CONDITIONAL(HAVE_CXX, test "x$working_cxx" = "xyes")
-
- dnl Perl is used in building documentation and in the version checks
- AC_PATH_PROG(PERL_PATH, perl, no)
-
-http://cgit.freedesktop.org/gstreamer/common/commit/?id=9aa18ac420a19332ec215be14a6b966cc45948cf
-
-diff --git a/m4/gst-package-release-datetime.m4 b/m4/gst-package-release-datetime.m4
-index e0b9334..126919b 100644
---- a/common/m4/gst-package-release-datetime.m4
-+++ b/common/m4/gst-package-release-datetime.m4
-@@ -37,7 +37,7 @@ AC_DEFUN([AG_GST_SET_PACKAGE_RELEASE_DATETIME],
- GST_PACKAGE_RELEASE_DATETIME=$1
- else
- dnl we assume the .doap file contains the date as YYYY-MM-DD
-- YYYY_MM_DD=`. "${srcdir}/common/extract-release-date-from-doap-file" $3 $2`;
-+ YYYY_MM_DD=`sh "${srcdir}/common/extract-release-date-from-doap-file" $3 $2`;
- if test "x$YYYY_MM_DD" != "x"; then
- GST_PACKAGE_RELEASE_DATETIME=$YYYY_MM_DD
- else
diff --git a/src/gstreamer.mk b/src/gstreamer.mk
index b5808c0..a765a76 100644
--- a/src/gstreamer.mk
+++ b/src/gstreamer.mk
@@ -4,8 +4,8 @@
# gstreamer
PKG := gstreamer
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 0.10.31
-$(PKG)_CHECKSUM := b3545d89418083cce9395475ac5935887869b40c
+$(PKG)_VERSION := 0.10.32
+$(PKG)_CHECKSUM := 95477044ed23cf94669e56ea43607de05c2a0cb3
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://gstreamer.freedesktop.org/