[oe-commits] org.oe.dev gstreamer update:

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Aug 7 11:04:12 UTC 2007


gstreamer update:
* gstreamer 0.10.14
* gst-plugins-base 0.10.14
* gst-plugins-good 0.10.6
* gst-plugins-bad 0.10.5 (doesn't compile yet)
* gst-plugins-ugly 0.10.6

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 82da4ff9bb9b3766df121afccfa70223f1cf064c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=82da4ff9bb9b3766df121afccfa70223f1cf064c
Files:
1
packages/gstreamer/gst-plugins-bad_0.10.5.bb
packages/gstreamer/gst-plugins-base_0.10.14.bb
packages/gstreamer/gst-plugins-good_0.10.6.bb
packages/gstreamer/gst-plugins-ugly_0.10.6.bb
packages/gstreamer/gstreamer_0.10.14.bb
Diffs:

#
# mt diff -r37353422953a46242aa0decc4dbcbd203e5e3332 -r82da4ff9bb9b3766df121afccfa70223f1cf064c
#
# 
# 
# add_file "packages/gstreamer/gst-plugins-bad_0.10.5.bb"
#  content [153241e44fdf8f79eb8ab1dbccc2ce27e2fd6327]
# 
# add_file "packages/gstreamer/gst-plugins-base_0.10.14.bb"
#  content [42b568147310d58a2ca061df2db79c873973b472]
# 
# add_file "packages/gstreamer/gst-plugins-good_0.10.6.bb"
#  content [8e022b10f99f96c8cba7fe44d7252de0edc90cd9]
# 
# add_file "packages/gstreamer/gst-plugins-ugly_0.10.6.bb"
#  content [4abb994fb91c9f798af210780f9db761ea010eb5]
# 
# add_file "packages/gstreamer/gstreamer_0.10.14.bb"
#  content [5ed31adc22e5c777ea6a206f57d4e85992cd22b8]
# 
============================================================
--- packages/gstreamer/gst-plugins-bad_0.10.5.bb	153241e44fdf8f79eb8ab1dbccc2ce27e2fd6327
+++ packages/gstreamer/gst-plugins-bad_0.10.5.bb	153241e44fdf8f79eb8ab1dbccc2ce27e2fd6327
@@ -0,0 +1,8 @@
+require gst-plugins.inc
+
+DEPENDS += "gst-plugins-base"
+
+# fails compiling (doesn't find vorbisdec.h)
+DEFAULT_PREFERENCE = "-1"
+
+PR = "r0"
============================================================
--- packages/gstreamer/gst-plugins-base_0.10.14.bb	42b568147310d58a2ca061df2db79c873973b472
+++ packages/gstreamer/gst-plugins-base_0.10.14.bb	42b568147310d58a2ca061df2db79c873973b472
@@ -0,0 +1,12 @@
+require gst-plugins.inc
+
+PROVIDES += "gst-plugins"
+
+# gst-plugins-base only builds the alsa plugin
+# if alsa has been built and is present.  You will
+# not get an error if this is not present, just 
+# a missing alsa plugin
+DEPENDS += "alsa-lib"
+
+PR = "r2"
+
============================================================
--- packages/gstreamer/gst-plugins-good_0.10.6.bb	8e022b10f99f96c8cba7fe44d7252de0edc90cd9
+++ packages/gstreamer/gst-plugins-good_0.10.6.bb	8e022b10f99f96c8cba7fe44d7252de0edc90cd9
@@ -0,0 +1,5 @@
+require gst-plugins.inc
+
+EXTRA_OECONF += "--with-check=no"
+DEPENDS += "gst-plugins-base"
+PR = "r3"
============================================================
--- packages/gstreamer/gst-plugins-ugly_0.10.6.bb	4abb994fb91c9f798af210780f9db761ea010eb5
+++ packages/gstreamer/gst-plugins-ugly_0.10.6.bb	4abb994fb91c9f798af210780f9db761ea010eb5
@@ -0,0 +1,6 @@
+require gst-plugins.inc
+
+DEPENDS += "gst-plugins-base"
+SRC_URI += "file://cross-compile.patch;patch=1"
+
+PR = "r0"
============================================================
--- packages/gstreamer/gstreamer_0.10.14.bb	5ed31adc22e5c777ea6a206f57d4e85992cd22b8
+++ packages/gstreamer/gstreamer_0.10.14.bb	5ed31adc22e5c777ea6a206f57d4e85992cd22b8
@@ -0,0 +1,3 @@
+require gstreamer.inc
+
+PR = "r0"






More information about the Openembedded-commits mailing list