From: Koen Kooi Date: Thu, 18 Oct 2007 12:22:19 +0000 (+0000) Subject: gst-meta-base: change some stuff to RRECOMMENDS, not everybody wants X X-Git-Tag: Release-2010-05/1~8549^2~1^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77e7b83d7eaa8edc26c76949a590d609a69a8d88;p=openembedded.git gst-meta-base: change some stuff to RRECOMMENDS, not everybody wants X --- diff --git a/packages/gstreamer/gst-meta-base_0.10.bb b/packages/gstreamer/gst-meta-base_0.10.bb index d3b9d6ac20..9dcb1677e8 100644 --- a/packages/gstreamer/gst-meta-base_0.10.bb +++ b/packages/gstreamer/gst-meta-base_0.10.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Gstreamer package groups" DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad gst-plugins-good gst-plugins-ugly" -PR = "r7" +PR = "r8" PACKAGES = "\ gst-meta-base \ @@ -12,18 +12,23 @@ PACKAGES = "\ ALLOW_EMPTY = "1" -RDEPENDS_gst-meta-base = "\ +REPENDS_gst-meta-base = "\ gstreamer \ gst-plugin-playbin \ gst-plugin-decodebin \ -# gst-plugin-gnomevfs \ - gst-plugin-alsa \ gst-plugin-volume \ - gst-plugin-ximagesink \ gst-plugin-audioconvert \ gst-plugin-audioresample \ gst-plugin-typefindfunctions \ gst-plugin-videoscale \ + gst-plugin-autodetect" + +RRECOMMENDS_gst-meta-base = "\ + gst-plugin-gnomevfs \ + gst-plugin-alsa \ + gst-plugin-ximagesink \ + gst-plugin-typefindfunctions \ + gst-plugin-videoscale \ gst-plugin-ffmpegcolorspace \ gst-plugin-autodetect"