aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-03-07 20:46:51 +0100
committerKoen Kooi <koen@openembedded.org>2011-03-07 20:47:25 +0100
commit39a3744df0a738d1b4d35aaf1f4e7c0eddac230d (patch)
treef1f3a636c32518f79f4141d8778ec419c76fefea /recipes
parent66c7b423bbb83e66c610ececab08a2476470e674 (diff)
downloadopenembedded-39a3744df0a738d1b4d35aaf1f4e7c0eddac230d.tar.gz
gst-plugins: remove last traces of gnome-vfs
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gstreamer/gst-meta-base_0.10.bb4
-rw-r--r--recipes/gstreamer/gst-plugins-base_0.10.25.bb2
-rw-r--r--recipes/gstreamer/gst-plugins-base_0.10.31.bb2
-rw-r--r--recipes/gstreamer/gst-plugins-base_0.10.32.bb2
4 files changed, 5 insertions, 5 deletions
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' ]: