diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-18 12:22:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-18 12:22:19 +0000 |
commit | 77e7b83d7eaa8edc26c76949a590d609a69a8d88 (patch) | |
tree | 4d02f8a7ea3412cff50411829c6dd70030a7b443 /packages/gstreamer | |
parent | d1b8caf7848752ca2f69f1ecdc7791e83457c7ff (diff) |
gst-meta-base: change some stuff to RRECOMMENDS, not everybody wants X
Diffstat (limited to 'packages/gstreamer')
-rw-r--r-- | packages/gstreamer/gst-meta-base_0.10.bb | 15 |
1 files changed, 10 insertions, 5 deletions
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" |