From 7120391443533e8fd3b46496e45db9952955cfef Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Fri, 4 Feb 2011 20:25:12 +0200 Subject: gstreamer: update to the latest gstreamer +plugins packages liboil is not needed not used any more. orc _can_ be used instead, but it's not needed. [Peter: get rid of liboil selects] Signed-off-by: Felipe Contreras Signed-off-by: Peter Korsgaard --- ....10.25-fix-unaligned-detectiob-for-x86-64.patch | 36 ---------------------- package/multimedia/gstreamer/gstreamer.mk | 2 +- 2 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 package/multimedia/gstreamer/gstreamer-0.10.25-fix-unaligned-detectiob-for-x86-64.patch (limited to 'package/multimedia/gstreamer') diff --git a/package/multimedia/gstreamer/gstreamer-0.10.25-fix-unaligned-detectiob-for-x86-64.patch b/package/multimedia/gstreamer/gstreamer-0.10.25-fix-unaligned-detectiob-for-x86-64.patch deleted file mode 100644 index 1635fe72d..000000000 --- a/package/multimedia/gstreamer/gstreamer-0.10.25-fix-unaligned-detectiob-for-x86-64.patch +++ /dev/null @@ -1,36 +0,0 @@ -[PATCH] gst-arch.m4: fix unaligned detection for x86-64 when cross compiling - -Submitted upstream at https://bugzilla.gnome.org/show_bug.cgi?id=607317 - -Commit 4221e9dc (amd64/x86_64 allows unaligned memory access too) added -x86-64 to the unaligned access whitelist, but missed the trailing -wildcards, so the test never succeeds (host is something like -x86_64-unknown-linux-gnu). - -When building natively, this isn't a big deal as the AC_TRY_RUN test -correctly detects it, but that doesn't work when cross compiling so -the build dies with: - -configure: error: cannot run test program while cross compiling -See `config.log' for more details. - -Fix it by adding the trailing wildcards. - -Signed-off-by: Peter Korsgaard ---- - configure | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: gstreamer-0.10.25/configure -=================================================================== ---- gstreamer-0.10.25.orig/configure -+++ gstreamer-0.10.25/configure -@@ -15655,7 +15655,7 @@ $as_echo_n "checking if unaligned memory - $as_echo_n "(blacklisted) " >&6 - as_cv_unaligned_access=no - ;; -- i?86*|x86_64|amd64|powerpc*|m68k*|cris*) -+ i?86*|x86_64*|amd64*|powerpc*|m68k*|cris*) - $as_echo_n "(whitelisted) " >&6 - as_cv_unaligned_access=yes - ;; diff --git a/package/multimedia/gstreamer/gstreamer.mk b/package/multimedia/gstreamer/gstreamer.mk index d689619ed..558d47640 100644 --- a/package/multimedia/gstreamer/gstreamer.mk +++ b/package/multimedia/gstreamer/gstreamer.mk @@ -3,7 +3,7 @@ # gstreamer # ############################################################# -GSTREAMER_VERSION = 0.10.25 +GSTREAMER_VERSION = 0.10.32 GSTREAMER_SOURCE = gstreamer-$(GSTREAMER_VERSION).tar.bz2 GSTREAMER_SITE = http://gstreamer.freedesktop.org/src/gstreamer GSTREAMER_INSTALL_STAGING = YES -- cgit v1.2.3