diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-01 12:22:31 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-01 12:22:31 +0100 |
commit | 237cbb465699c4503598ef606f6d3b7e5ab45e7f (patch) | |
tree | df85537de194cf31b889a4560d486a3910f123f8 /recipes/gstreamer | |
parent | 93c5f980ac61211e5666553b3f83a3ad478b4362 (diff) |
gst-plugins: add more explicit dependencies
Diffstat (limited to 'recipes/gstreamer')
-rw-r--r-- | recipes/gstreamer/gst-plugins-base_0.10.25.bb | 4 | ||||
-rw-r--r-- | recipes/gstreamer/gst-plugins-good_0.10.15.bb | 4 |
2 files changed, 4 insertions, 4 deletions
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" |