diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-01 10:42:36 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-01 12:09:06 +0200 |
commit | 8ea382d68dbe1eed4154d7cf26faf8b04307b9c3 (patch) | |
tree | 20549fe534af2bb8adc56f65019e1dff4f8bb461 /recipes | |
parent | 198cbb495a0f707e9f2b2375f44a61157e5c697b (diff) |
gst-plugins-good: add 0.10.23
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gstreamer/gst-plugins-good_0.10.23.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-plugins-good_0.10.23.bb b/recipes/gstreamer/gst-plugins-good_0.10.23.bb new file mode 100644 index 0000000000..c686994307 --- /dev/null +++ b/recipes/gstreamer/gst-plugins-good_0.10.23.bb @@ -0,0 +1,13 @@ +require gst-plugins.inc + +SRC_URI[archive.md5sum] = "9cddbb0e7e90677f0cc05c23feffef5c" +SRC_URI[archive.sha256sum] = "2e7771a611cedb1e8208601cb26744fbf33109598e222afee1be8811ba4babcf" + +inherit gconf + +DEPENDS += "hal pulseaudio speex libsoup-2.4 flac gst-plugins-base openssl popt esound libv4l" + +PACKAGES =+ "gst-plugin-gconfelements" +FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf" + +EXTRA_OECONF += " --with-libv4l2 " |