[oe-commits] Fraxinas : gstreamer: add recipe for gst-plugins-base 0.10.22. 2 prerelease and plugin-common patches and updates

GIT User account git at amethyst.openembedded.net
Thu Apr 16 13:02:10 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: 3d12a3d0838129120389f02fbb67a967df864f59
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3d12a3d0838129120389f02fbb67a967df864f59

Author: Fraxinas <andreas.frisch at multimedia-labs.de>
Date:   Thu Apr 16 10:05:14 2009 +0200

gstreamer: add recipe for gst-plugins-base 0.10.22.2 prerelease and plugin-common patches and updates

---

 .../files/gst-plugins_configure_skip_shave.patch   |   11 +++++++++++
 packages/gstreamer/gst-plugins-base_0.10.22.2.bb   |   10 ++++++++++
 packages/gstreamer/gst-plugins.inc                 |    5 +++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/packages/gstreamer/files/gst-plugins_configure_skip_shave.patch b/packages/gstreamer/files/gst-plugins_configure_skip_shave.patch
new file mode 100644
index 0000000..cf7aa62
--- /dev/null
+++ b/packages/gstreamer/files/gst-plugins_configure_skip_shave.patch
@@ -0,0 +1,11 @@
+--- configure.ac	2009-04-16 01:41:42.000000000 +0200
++++ configure.ac	2009-04-16 08:44:52.000000000 +0200
+@@ -697,8 +697,6 @@
+ GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS"
+ AC_SUBST(GST_PLUGIN_LDFLAGS)
+ 
+-SHAVE_INIT([common],[enable])
+-
+ dnl *** output files ***
+ 
+ AC_CONFIG_FILES(
diff --git a/packages/gstreamer/gst-plugins-base_0.10.22.2.bb b/packages/gstreamer/gst-plugins-base_0.10.22.2.bb
new file mode 100644
index 0000000..c16bbf7
--- /dev/null
+++ b/packages/gstreamer/gst-plugins-base_0.10.22.2.bb
@@ -0,0 +1,10 @@
+include gst-plugins.inc
+PROVIDES_${PN} += "gst-plugins"
+RCONFLICTS_gst-plugins-base = "libgstapp-0.10-0"
+RREPLACES_gst-plugins-base = "libgstapp-0.10-0"
+EXTRA_OECONF += "--with-audioresample-format=int"
+
+PR = "r1"
+
+SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/pre/${PN}-${PV}.tar.bz2 \
+file://gst-plugins_configure_skip_shave.patch;patch=1;pnum=0"
\ No newline at end of file
diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc
index 4c559bb..25bded7 100644
--- a/packages/gstreamer/gst-plugins.inc
+++ b/packages/gstreamer/gst-plugins.inc
@@ -28,6 +28,11 @@ do_configure_prepend() {
 	for i in libtool ltoptions ltsugar ltversion lt~obsolete; do
 		rm ${S}/m4/$i.m4 || /bin/true;
 	done
+	
+	for i in shave gtk-doc; do
+		rm ${S}/common/m4/$i.m4 || /bin/true;
+	done
+
 }
 
 do_stage() {





More information about the Openembedded-commits mailing list