diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-12-01 17:49:26 +0000 |
---|---|---|
committer | Justin Patrin <papercrane@gmail.com> | 2006-12-01 17:49:26 +0000 |
commit | c1fb6fb9ab23bcbf55125ecc60d397c91422382d (patch) | |
tree | 03f02922d6118d1a24f81666f4fbf99d3852f656 | |
parent | c23c1f990108b7f22fd72dcada95f0415b261f1b (diff) |
emotion: switch libxine for gstreamer in DEPENDS due to libxine being too old for emotion
-rw-r--r-- | packages/efl/emotion_20061116.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/efl/emotion_20061116.bb b/packages/efl/emotion_20061116.bb index e10d0ededf..59a3fa7269 100644 --- a/packages/efl/emotion_20061116.bb +++ b/packages/efl/emotion_20061116.bb @@ -1,10 +1,11 @@ DESCRIPTION = "Emotion is a multimedia library based on libxine" LICENSE = "MIT" -DEPENDS = "eet virtual/evas edje virtual/ecore embryo virtual/libxine" +DEPENDS = "eet virtual/evas edje virtual/ecore embryo gstreamer gst-plugins-base" +# virtual/libxine #RPROVIDES += "emotion-themes emotion-plugins" RDEPENDS += "emotion-themes emotion-plugins" -PR = "r0" +PR = "r1" #FIXME: Needs patch not to build the examples when building against ecore-fb, because the examples depend on ecore-x11 |