recipes/gstreamer: add gst-plugins-base 0.10.25
authorghost <andreas.monzner@multimedia-labs.de>
Sat, 6 Feb 2010 10:09:23 +0000 (11:09 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Thu, 11 Feb 2010 10:53:44 +0000 (11:53 +0100)
recipes/gstreamer/gst-plugins-base_0.10.25.bb [new file with mode: 0644]

diff --git a/recipes/gstreamer/gst-plugins-base_0.10.25.bb b/recipes/gstreamer/gst-plugins-base_0.10.25.bb
new file mode 100644 (file)
index 0000000..87daa84
--- /dev/null
@@ -0,0 +1,16 @@
+require gst-plugins.inc
+
+PR = "${INC_PR}.0"
+
+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"
+
+SRC_URI += "file://samihack.patch;patch=1"
+
+EXTRA_OECONF_opendreambox += "--disable-theora --disable-pango --with-audioresample-format=int"
+