gst-plugins: remove last traces of gnome-vfs
authorKoen Kooi <koen@openembedded.org>
Mon, 7 Mar 2011 19:46:51 +0000 (20:46 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 7 Mar 2011 19:47:25 +0000 (20:47 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/gstreamer/gst-meta-base_0.10.bb
recipes/gstreamer/gst-plugins-base_0.10.25.bb
recipes/gstreamer/gst-plugins-base_0.10.31.bb
recipes/gstreamer/gst-plugins-base_0.10.32.bb

index 06f1945..a307221 100644 (file)
@@ -4,7 +4,7 @@ DESCRIPTION = "Gstreamer package groups"
 DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad gst-plugins-good \
            ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
 
-PR = "r13"
+PR = "r14"
 
 PACKAGES = "${PN}-dbg \
     gst-meta-base \
@@ -25,7 +25,7 @@ RDEPENDS_gst-meta-base = "\
     gst-plugin-autodetect"
 
 RRECOMMENDS_gst-meta-base = "\
-    gst-plugin-gnomevfs \
+    gst-plugin-gio \
     gst-plugin-alsa \
     gst-plugin-ximagesink \
     gst-plugin-videoscale \
index 2031ef7..9e82171 100644 (file)
@@ -12,7 +12,7 @@ PROVIDES += "gst-plugins"
 # if alsa has been built and is present.  You will
 # not get an error if this is not present, just 
 # a missing alsa plugin
-DEPENDS += "cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv libxrandr"
+DEPENDS += "cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype  libxv libxrandr"
 
 
 SRC_URI[archive.md5sum] = "d29669dd79276c5cd94e1613c03cd9ab"
index 1f0ea41..b68fffb 100644 (file)
@@ -15,7 +15,7 @@ PROVIDES += "gst-plugins"
 # if alsa has been built and is present.  You will
 # not get an error if this is not present, just
 # a missing alsa plugin
-DEPENDS += "udev cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv libxrandr gtk+"
+DEPENDS += "udev cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype  libxv libxrandr gtk+"
 
 # Needs a udev that enabled gudev, which isn't the default
 EXTRA_OECONF_append = " --with-gudev"
index 025b589..2bf112c 100644 (file)
@@ -15,7 +15,7 @@ PROVIDES += "gst-plugins"
 # if alsa has been built and is present.  You will
 # not get an error if this is not present, just
 # a missing alsa plugin
-DEPENDS += "udev cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv libxrandr gtk+"
+DEPENDS += "udev cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype  libxv libxrandr gtk+"
 
 def get_gstreamer_fpu_setting(bb, d):
     if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]: