diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-01-21 16:23:37 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-26 15:00:04 +0100 |
commit | b79cfa7c3daec7570e7ce2118c87729a9201fefb (patch) | |
tree | 881a4003c385160b3ea3313c50ea5faf48025cde /recipes/gstreamer/gst-plugins-good_0.10.17.bb | |
parent | 6a6ff1c4cb4138b2124157cac5ad9913b2f17c8e (diff) |
gst-plugins-good: add 0.10.17
Diffstat (limited to 'recipes/gstreamer/gst-plugins-good_0.10.17.bb')
-rw-r--r-- | recipes/gstreamer/gst-plugins-good_0.10.17.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-plugins-good_0.10.17.bb b/recipes/gstreamer/gst-plugins-good_0.10.17.bb new file mode 100644 index 0000000000..78191f9715 --- /dev/null +++ b/recipes/gstreamer/gst-plugins-good_0.10.17.bb @@ -0,0 +1,14 @@ +require gst-plugins.inc + +SRC_URI += "file://flvdemux-ecma.diff;patch=1 \ +" + +PR = "r1" + +inherit gconf + +DEPENDS += "libsoup-2.4 flac gst-plugins-base openssl popt esound" + +PACKAGES =+ "gst-plugin-gconfelements" +FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf" + |