[oe-commits] org.oe.dev gst-plugins-bad_0.10.5.bb : apply bug from #2854 to fix properly the directfb

xora commit openembedded-commits at lists.openembedded.org
Fri Aug 24 09:03:15 UTC 2007


gst-plugins-bad_0.10.5.bb : apply bug from #2854 to fix properly the directfb
problems in compile. Thanks to "Gordon Syme"

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 63851b92b9273aff39e9034738719537beaaad00
ViewMTN: http://monotone.openembedded.org/revision.psp?id=63851b92b9273aff39e9034738719537beaaad00
Files:
1
packages/gstreamer/gst-plugins-bad/gst-plugins-directfb-fix.patch
packages/gstreamer/gst-plugins-bad_0.10.5.bb
Diffs:

#
# mt diff -rf14c8c6677e8dcd37a2401bbc91a19bdf6b73f16 -r63851b92b9273aff39e9034738719537beaaad00
#
# 
# 
# add_file "packages/gstreamer/gst-plugins-bad/gst-plugins-directfb-fix.patch"
#  content [3b1f8a7f19b38a6eb0cb315c5b95a94e554c4a8e]
# 
# patch "packages/gstreamer/gst-plugins-bad_0.10.5.bb"
#  from [06debe7657e7ce9b321d646ac413276b0ff212ac]
#    to [1ac94bddf7456f90c0dff28024d8d2221c674c97]
# 
============================================================
--- packages/gstreamer/gst-plugins-bad/gst-plugins-directfb-fix.patch	3b1f8a7f19b38a6eb0cb315c5b95a94e554c4a8e
+++ packages/gstreamer/gst-plugins-bad/gst-plugins-directfb-fix.patch	3b1f8a7f19b38a6eb0cb315c5b95a94e554c4a8e
@@ -0,0 +1,32 @@
+--- gst-plugins-bad-0.10.5-r1.orig/gst-plugins-bad-0.10.5/examples/directfb/gstdfb.c	2007-08-24 08:23:23.000000000 +0100
++++ gst-plugins-bad-0.10.5-r1/gst-plugins-bad-0.10.5/examples/directfb/gstdfb.c	2007-08-24 08:24:28.000000000 +0100
+@@ -35,7 +35,7 @@
+ #include <math.h>
+ #include <time.h>
+ 
+-#include <directfb.h>
++#include <directfb/directfb.h>
+ #include <gst/gst.h>
+ #include <string.h>
+ 
+--- gst-plugins-bad-0.10.5-r1.orig/gst-plugins-bad-0.10.5/ext/directfb/dfb-example.c	2007-08-24 08:23:24.000000000 +0100
++++ gst-plugins-bad-0.10.5-r1/gst-plugins-bad-0.10.5/ext/directfb/dfb-example.c	2007-08-24 08:24:41.000000000 +0100
+@@ -1,5 +1,5 @@
+ 
+-#include <directfb.h>
++#include <directfb/directfb.h>
+ #include <gst/gst.h>
+ 
+ static IDirectFB *dfb = NULL;
+
+--- gst-plugins-bad-0.10.5-r1.orig/gst-plugins-bad-0.10.5/ext/directfb/dfbvideosink.h	2007-08-24 08:23:24.000000000 +0100
++++ gst-plugins-bad-0.10.5-r1/gst-plugins-bad-0.10.5/ext/directfb/dfbvideosink.h	2007-08-24 08:24:56.000000000 +0100
+@@ -22,7 +22,7 @@
+ 
+ #include <gst/video/gstvideosink.h>
+ 
+-#include <directfb.h>
++#include <directfb/directfb.h>
+ 
+ G_BEGIN_DECLS
+ 
============================================================
--- packages/gstreamer/gst-plugins-bad_0.10.5.bb	06debe7657e7ce9b321d646ac413276b0ff212ac
+++ packages/gstreamer/gst-plugins-bad_0.10.5.bb	1ac94bddf7456f90c0dff28024d8d2221c674c97
@@ -1,8 +1,8 @@ require gst-plugins.inc
 require gst-plugins.inc
 
-SRC_URI += "file://vorbisenc.h file://vorbisdec.h"
-DEPENDS += "gst-plugins-base"
-EXTRA_OECONF += " --disable-directfb "
+SRC_URI += "file://vorbisenc.h file://vorbisdec.h \
+            file://gst-plugins-directfb-fix.patch;patch=1;pnum=2"
+DEPENDS += "gst-plugins-base directfb"
 
 do_compile_prepend() {
 	# work around missing files in upstream tarball (upstream bug #454078)






More information about the Openembedded-commits mailing list