[oe-commits] Koen Kooi : gst-plugins-base: depend on libtheora so gst-plugin theora gets built

GIT User account git at amethyst.openembedded.net
Tue Apr 14 18:35:52 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 87fa0d07ab76bff31f1b9b8489f271a21514275f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=87fa0d07ab76bff31f1b9b8489f271a21514275f

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Apr 11 04:00:59 2009 +0000

gst-plugins-base: depend on libtheora so gst-plugin theora gets built

Signed-off-by: Koen Kooi <koen at openembedded.org>
Acked-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 recipes/gstreamer/gst-plugins-base_0.10.22.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gstreamer/gst-plugins-base_0.10.22.bb b/recipes/gstreamer/gst-plugins-base_0.10.22.bb
index 92f2f56..3086d93 100644
--- a/recipes/gstreamer/gst-plugins-base_0.10.22.bb
+++ b/recipes/gstreamer/gst-plugins-base_0.10.22.bb
@@ -2,11 +2,11 @@ require gst-plugins.inc
 
 PROVIDES += "gst-plugins"
 
-PR = "r1"
+PR = "r2"
 
 # gst-plugins-base only builds the alsa plugin
 # 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 += "alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv"
+DEPENDS += "libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv"
 





More information about the Openembedded-commits mailing list