[oe-commits] org.oe.dev gst-ffmpeg: fix building with libtool2 and above

woglinde2 commit oe at amethyst.openembedded.net
Mon Sep 1 18:14:59 UTC 2008


gst-ffmpeg: fix building with libtool2 and above
* gst-lib/ext/configure.ac needed only AC_PROG_CXX entry
* fixes bug 4427
* bump PR

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: 903b9a5eb1d39b78da1e187836b7e48392af7847
ViewMTN: http://monotone.openembedded.org/revision/info/903b9a5eb1d39b78da1e187836b7e48392af7847
Files:
1
packages/gstreamer/gst-ffmpeg/autotools.patch
packages/gstreamer/gst-ffmpeg_0.10.2.bb
Diffs:

#
# mt diff -reaba90d63474ae402b13843f95cbc0b50e36614b -r903b9a5eb1d39b78da1e187836b7e48392af7847
#
#
#
# add_file "packages/gstreamer/gst-ffmpeg/autotools.patch"
#  content [26e0e0b7ba6e33eab90fc6305cfdd9f90dcb2ebb]
# 
# patch "packages/gstreamer/gst-ffmpeg_0.10.2.bb"
#  from [e0e185738811f0607a57b4d5b4948e0b92301af6]
#    to [907ebdb116c5b75cda56d4b12d53ca1f6d6a8ba9]
#
============================================================
--- packages/gstreamer/gst-ffmpeg/autotools.patch	26e0e0b7ba6e33eab90fc6305cfdd9f90dcb2ebb
+++ packages/gstreamer/gst-ffmpeg/autotools.patch	26e0e0b7ba6e33eab90fc6305cfdd9f90dcb2ebb
@@ -0,0 +1,21 @@
+Index: gst-ffmpeg-0.10.2/gst-libs/ext/ffmpeg/configure.ac
+===================================================================
+--- gst-ffmpeg-0.10.2.orig/gst-libs/ext/ffmpeg/configure.ac	2008-08-20 00:20:19.177850039 +0200
++++ gst-ffmpeg-0.10.2/gst-libs/ext/ffmpeg/configure.ac	2008-08-20 00:26:24.567809464 +0200
+@@ -27,13 +27,15 @@
+ 
+ AM_MAINTAINER_MODE
+ AC_GNU_SOURCE
++
++AC_PROG_LIBTOOL
+ AM_PROG_AS
+ AC_PROG_CC
++AC_PROG_CXX
+ AC_PROG_INSTALL
+ AC_SYS_LARGEFILE
+ AC_STDC_HEADERS
+ AM_DISABLE_STATIC
+-AC_PROG_LIBTOOL
+ 
+ dnl Warning for anyone using these custom macros.
+ dnl before asking me questions on why it doesn't work and why you
============================================================
--- packages/gstreamer/gst-ffmpeg_0.10.2.bb	e0e185738811f0607a57b4d5b4948e0b92301af6
+++ packages/gstreamer/gst-ffmpeg_0.10.2.bb	907ebdb116c5b75cda56d4b12d53ca1f6d6a8ba9
@@ -4,12 +4,14 @@ DEPENDS = "gstreamer zlib"
 LICENSE = "LGPL"
 HOMEPAGE = "http://www.gstreamer.net/"
 DEPENDS = "gstreamer zlib"
-PR = "r1"
+PR = "r2"
 
 inherit autotools pkgconfig
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \
-	   file://armv5.patch;patch=1"
+	   file://armv5.patch;patch=1 \
+	   file://autotools.patch;patch=1 \
+          "
 
 FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
 FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"






More information about the Openembedded-commits mailing list