From: Koen Kooi Date: Mon, 7 Mar 2011 19:46:51 +0000 (+0100) Subject: gst-plugins: remove last traces of gnome-vfs X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a3744df0a738d1b4d35aaf1f4e7c0eddac230d;p=openembedded.git gst-plugins: remove last traces of gnome-vfs Signed-off-by: Koen Kooi --- diff --git a/recipes/gstreamer/gst-meta-base_0.10.bb b/recipes/gstreamer/gst-meta-base_0.10.bb index 06f19456d4..a307221513 100644 --- a/recipes/gstreamer/gst-meta-base_0.10.bb +++ b/recipes/gstreamer/gst-meta-base_0.10.bb @@ -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 \ diff --git a/recipes/gstreamer/gst-plugins-base_0.10.25.bb b/recipes/gstreamer/gst-plugins-base_0.10.25.bb index 2031ef7d1d..9e82171e65 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.25.bb +++ b/recipes/gstreamer/gst-plugins-base_0.10.25.bb @@ -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" diff --git a/recipes/gstreamer/gst-plugins-base_0.10.31.bb b/recipes/gstreamer/gst-plugins-base_0.10.31.bb index 1f0ea419f4..b68fffb644 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.31.bb +++ b/recipes/gstreamer/gst-plugins-base_0.10.31.bb @@ -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" diff --git a/recipes/gstreamer/gst-plugins-base_0.10.32.bb b/recipes/gstreamer/gst-plugins-base_0.10.32.bb index 025b5894a2..2bf112c26d 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.32.bb +++ b/recipes/gstreamer/gst-plugins-base_0.10.32.bb @@ -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' ]: