diff options
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.32.bb | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb index 5bb67cce4b..1788104431 100644 --- a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb +++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | |||
@@ -20,7 +20,7 @@ RDEPENDS_gst-meta-base = "\ | |||
20 | gst-plugins-base-playbin \ | 20 | gst-plugins-base-playbin \ |
21 | gst-plugins-base-decodebin \ | 21 | gst-plugins-base-decodebin \ |
22 | gst-plugins-base-decodebin2 \ | 22 | gst-plugins-base-decodebin2 \ |
23 | gst-plugins-base-gnomevfs \ | 23 | gst-plugins-base-gio \ |
24 | gst-plugins-base-alsa \ | 24 | gst-plugins-base-alsa \ |
25 | gst-plugins-base-volume \ | 25 | gst-plugins-base-volume \ |
26 | gst-plugins-base-ximagesink \ | 26 | gst-plugins-base-ximagesink \ |
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.32.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.32.bb index f81011f617..a9e2b529b6 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.32.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.32.bb | |||
@@ -6,9 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ | 6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ |
7 | file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" | 7 | file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" |
8 | 8 | ||
9 | DEPENDS += "virtual/libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis libxv libtheora avahi util-linux tremor" | 9 | DEPENDS += "virtual/libx11 alsa-lib freetype liboil libogg libvorbis libxv libtheora avahi util-linux tremor" |
10 | RDEPENDS_${PN} += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \ | ||
11 | gnome-vfs-plugin-sftp" | ||
12 | 10 | ||
13 | SRC_URI += " file://gst-plugins-base-tremor.patch" | 11 | SRC_URI += " file://gst-plugins-base-tremor.patch" |
14 | 12 | ||
@@ -19,7 +17,7 @@ PR = "r0" | |||
19 | 17 | ||
20 | inherit gettext | 18 | inherit gettext |
21 | 19 | ||
22 | EXTRA_OECONF += "--disable-freetypetest --disable-pango" | 20 | EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-gnome_vfs" |
23 | 21 | ||
24 | do_configure_prepend() { | 22 | do_configure_prepend() { |
25 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 23 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |