From 237cbb465699c4503598ef606f6d3b7e5ab45e7f Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 1 Dec 2009 12:22:31 +0100 Subject: gst-plugins: add more explicit dependencies --- recipes/gstreamer/gst-plugins-base_0.10.25.bb | 4 ++-- recipes/gstreamer/gst-plugins-good_0.10.15.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/gstreamer') diff --git a/recipes/gstreamer/gst-plugins-base_0.10.25.bb b/recipes/gstreamer/gst-plugins-base_0.10.25.bb index 5862a65eb2..2b33c23c3a 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.25.bb +++ b/recipes/gstreamer/gst-plugins-base_0.10.25.bb @@ -1,6 +1,6 @@ require gst-plugins.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" PROVIDES += "gst-plugins" @@ -8,5 +8,5 @@ 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 += "pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv" +DEPENDS += "cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv" diff --git a/recipes/gstreamer/gst-plugins-good_0.10.15.bb b/recipes/gstreamer/gst-plugins-good_0.10.15.bb index ae7566143e..57ff59ba99 100644 --- a/recipes/gstreamer/gst-plugins-good_0.10.15.bb +++ b/recipes/gstreamer/gst-plugins-good_0.10.15.bb @@ -1,13 +1,13 @@ require gst-plugins.inc -PR = "r5" +PR = "r6" SRC_URI += "file://fix-unit-scale-asseration.patch;patch=1" OE_ALLOW_INSECURE_DOWNLOADS = "1" inherit gconf -DEPENDS += "flac gst-plugins-base openssl popt esound" +DEPENDS += "libsoup-2.4 flac gst-plugins-base openssl popt esound" PACKAGES =+ "gst-plugin-gconfelements" FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf" -- cgit 1.2.3-korg