[oe-commits] org.oe.dreambox gstreamer: patch to work with autoconf 2.95

tmbinc commit oe at amethyst.openembedded.net
Sun Apr 20 22:33:31 UTC 2008


gstreamer: patch to work with autoconf 2.95

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 1d7ea0cc01a0003704f69e04d9a402e98a40fb90
ViewMTN: http://monotone.openembedded.org/revision/info/1d7ea0cc01a0003704f69e04d9a402e98a40fb90
Files:
1
packages/gstreamer/files
packages/gstreamer/files/sed-with-autoconf-2.59.patch
packages/gstreamer/gst-plugins.inc
Diffs:

#
# mt diff -r096ee4fcd880ea9c0b4bf66ba024bc226d2eaea7 -r1d7ea0cc01a0003704f69e04d9a402e98a40fb90
#
#
#
# add_dir "packages/gstreamer/files"
# 
# add_file "packages/gstreamer/files/sed-with-autoconf-2.59.patch"
#  content [6cebbb33996d1caa8387fa65bce72dd1072bae42]
# 
# patch "packages/gstreamer/gst-plugins.inc"
#  from [11500cd852f87a77d51248f34061ae98c9c8c7eb]
#    to [52796c5ce8c68e6cb6d19b6faefd0a4f8fb29b24]
#
============================================================
--- packages/gstreamer/files/sed-with-autoconf-2.59.patch	6cebbb33996d1caa8387fa65bce72dd1072bae42
+++ packages/gstreamer/files/sed-with-autoconf-2.59.patch	6cebbb33996d1caa8387fa65bce72dd1072bae42
@@ -0,0 +1,12 @@
+diff -Naur gst-plugins-base-0.10.19-org/common/m4/gtk-doc.m4 gst-plugins-base-0.10.19/common/m4/gtk-doc.m4
+--- gst-plugins-base-0.10.19-org/common/m4/gtk-doc.m4	2008-03-11 00:29:18.000000000 +0100
++++ gst-plugins-base-0.10.19/common/m4/gtk-doc.m4	2008-04-18 18:10:47.000000000 +0200
+@@ -30,7 +30,7 @@
+       have_gtk_doc=yes
+     fi
+     if test -z "$SED"; then
+-      AC_PROG_SED
++      AC_CHECK_PROG(SED, sed)
+     fi
+ 
+ dnl do we want to do a version check?
============================================================
--- packages/gstreamer/gst-plugins.inc	11500cd852f87a77d51248f34061ae98c9c8c7eb
+++ packages/gstreamer/gst-plugins.inc	52796c5ce8c68e6cb6d19b6faefd0a4f8fb29b24
@@ -7,7 +7,8 @@ inherit autotools pkgconfig
 
 inherit autotools pkgconfig
 
-SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2"
+SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \
+	file://sed-with-autoconf-2.59.patch;patch=1;pnum=1"
 
 EXTRA_OECONF = "--disable-x --disable-aalib --disable-esd --disable-shout2 \
 		--disable-sdl --with-check=no --enable-neon"






More information about the Openembedded-commits mailing list