aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-06-14 12:25:44 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-06-14 12:25:44 +0200
commit5ad3e74115229ffb586c50415ce9e6dc4b42cd8a (patch)
tree1d85d9015ad8c4738da7318c71a9d53f0e271dc4
parent4d7076cec30794b6e18100047267ccb64ef93fc7 (diff)
downloadopenembedded-5ad3e74115229ffb586c50415ce9e6dc4b42cd8a.tar.gz
update gst-plugins-bad and gst-plugins-good to latest release
-rw-r--r--packages/gstreamer/files/gst-plugins-good_configure_skip_shave.patch10
-rw-r--r--packages/gstreamer/gst-plugins-bad_0.10.12.bb8
-rw-r--r--packages/gstreamer/gst-plugins-good_0.10.15.bb4
3 files changed, 22 insertions, 0 deletions
diff --git a/packages/gstreamer/files/gst-plugins-good_configure_skip_shave.patch b/packages/gstreamer/files/gst-plugins-good_configure_skip_shave.patch
new file mode 100644
index 0000000000..4e4550efcd
--- /dev/null
+++ b/packages/gstreamer/files/gst-plugins-good_configure_skip_shave.patch
@@ -0,0 +1,10 @@
+--- configure.ac.orig 2009-06-14 11:14:56.000000000 +0200
++++ configure.ac 2009-06-14 11:16:44.000000000 +0200
+@@ -1000,7 +1000,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 ***
+
+ dnl keep this alphabetic per directory, please
diff --git a/packages/gstreamer/gst-plugins-bad_0.10.12.bb b/packages/gstreamer/gst-plugins-bad_0.10.12.bb
new file mode 100644
index 0000000000..468e74ae1d
--- /dev/null
+++ b/packages/gstreamer/gst-plugins-bad_0.10.12.bb
@@ -0,0 +1,8 @@
+require gst-plugins.inc
+DEPENDS += "gst-plugins-base"
+EXTRA_OECONF += "--disable-apexsink --disable-dvdnav"
+RCONFLICTS_gst-plugin-mpegdemux = "gst-plugin-fluendo-mpegdemux"
+RREPLACES_gst-plugin-mpegdemux = "gst-plugin-fluendo-mpegdemux"
+SRC_URI += "file://gst-plugins_configure_skip_shave.patch;patch=1;pnum=0"
+PR = "r0"
+
diff --git a/packages/gstreamer/gst-plugins-good_0.10.15.bb b/packages/gstreamer/gst-plugins-good_0.10.15.bb
new file mode 100644
index 0000000000..c8ffdf6ecf
--- /dev/null
+++ b/packages/gstreamer/gst-plugins-good_0.10.15.bb
@@ -0,0 +1,4 @@
+require gst-plugins.inc
+SRC_URI += "file://sed-with-autoconf-2.59.patch;patch=1;pnum=1"
+DEPENDS += "gst-plugins-base"
+SRC_URI += "file://gst-plugins-good_configure_skip_shave.patch;patch=1;pnum=0" \ No newline at end of file