diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-20 16:51:48 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-20 16:51:48 +0200 |
commit | a7382772788db4c3ee4e3c764c50f38319f09e4e (patch) | |
tree | f30c39ff6b65eebfe33118a86cc05585784a5db8 /recipes | |
parent | 0c583bdba21f39cde4bf2fa1587f173eccfd48c3 (diff) |
gst-plugins-good: add 0.10.14
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gstreamer/gst-plugins-good_0.10.14.bb | 9 | ||||
-rw-r--r-- | recipes/gstreamer/gst-plugins.inc | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/recipes/gstreamer/gst-plugins-good_0.10.14.bb b/recipes/gstreamer/gst-plugins-good_0.10.14.bb new file mode 100644 index 0000000000..d9f0349101 --- /dev/null +++ b/recipes/gstreamer/gst-plugins-good_0.10.14.bb @@ -0,0 +1,9 @@ +require gst-plugins.inc + +inherit gconf + +EXTRA_OECONF += " --enable-experimental --enable-gst_v4l2 --enable-gconftool --enable-external --with-check=no" +DEPENDS += "jpeg libtheora gst-plugins-base esound" + +PACKAGES =+ "gst-plugin-gconfelements" +FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf" diff --git a/recipes/gstreamer/gst-plugins.inc b/recipes/gstreamer/gst-plugins.inc index 3bf29ad3e9..bcb3e39321 100644 --- a/recipes/gstreamer/gst-plugins.inc +++ b/recipes/gstreamer/gst-plugins.inc @@ -47,7 +47,7 @@ ALLOW_EMPTY = "1" PACKAGES += "${PN}-apps" FILES_${PN}-apps = "${bindir}" -FILES_${PN} = "" +FILES_${PN} = "${datadir}/gstreamer-0.10" FILES_${PN}-dbg += "${libdir}/gstreamer-${LIBV}/.debug" |