add gstreamer and gst-plugins-base 0.10.17
authorMichael Lauer <mickey@vanille-media.de>
Sun, 10 Feb 2008 22:50:23 +0000 (22:50 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 10 Feb 2008 22:50:23 +0000 (22:50 +0000)
packages/gstreamer/gst-plugins-base_0.10.17.bb [new file with mode: 0644]
packages/gstreamer/gstreamer_0.10.17.bb [new file with mode: 0644]

diff --git a/packages/gstreamer/gst-plugins-base_0.10.17.bb b/packages/gstreamer/gst-plugins-base_0.10.17.bb
new file mode 100644 (file)
index 0000000..33b189a
--- /dev/null
@@ -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"
+
diff --git a/packages/gstreamer/gstreamer_0.10.17.bb b/packages/gstreamer/gstreamer_0.10.17.bb
new file mode 100644 (file)
index 0000000..9e9ae62
--- /dev/null
@@ -0,0 +1,3 @@
+require gstreamer.inc
+
+PR = "r0"