diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2009-04-01 22:55:35 +0200 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2009-04-01 23:00:02 +0200 |
commit | 02f4e5ae5dd49c2ab0c23866e0882041c43959a7 (patch) | |
tree | 6cd0a5778d04d5a925730f52fe0ed5aa7678fee9 /recipes | |
parent | fabea12c54c6f6702e221d40d915fbe79939b6a0 (diff) |
xine: update to new xine recipe
* as a side node only opie-mediaplayer2 compiles out of the box
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gxine/gxine_0.4.1.bb | 2 | ||||
-rw-r--r-- | recipes/gxine/gxine_0.4.1enhanced.bb | 2 | ||||
-rw-r--r-- | recipes/mb-desktop-xine/mb-desktop-xine_0.4.bb | 2 | ||||
-rw-r--r-- | recipes/opie-mediaplayer2/opie-mediaplayer2.inc | 2 | ||||
-rw-r--r-- | recipes/totem/totem_0.99.15.bb | 2 | ||||
-rw-r--r-- | recipes/totem/totem_1.0.4.bb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/recipes/gxine/gxine_0.4.1.bb b/recipes/gxine/gxine_0.4.1.bb index 9648e9ef0c..4b630303e2 100644 --- a/recipes/gxine/gxine_0.4.1.bb +++ b/recipes/gxine/gxine_0.4.1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "gxine is a front-end for libxine." SECTION = "x11/multimedia" LICENSE = "GPL" -DEPENDS = "gtk+ libxine-x11" +DEPENDS = "gtk+ libxine" PR = "r2" DEFAULT_PREFERENCE = "-1" diff --git a/recipes/gxine/gxine_0.4.1enhanced.bb b/recipes/gxine/gxine_0.4.1enhanced.bb index 96776645ab..46880ceee1 100644 --- a/recipes/gxine/gxine_0.4.1enhanced.bb +++ b/recipes/gxine/gxine_0.4.1enhanced.bb @@ -1,7 +1,7 @@ DESCRIPTION = "gxine is a front-end for libxine." SECTION = "x11/multimedia" LICENSE = "GPL" -DEPENDS = "gtk+ libxine-x11" +DEPENDS = "gtk+ libxine" PR = "r1" # Long list of RDEPENDS required to playback mp3/ogg audio and mpeg/mpeg4 video diff --git a/recipes/mb-desktop-xine/mb-desktop-xine_0.4.bb b/recipes/mb-desktop-xine/mb-desktop-xine_0.4.bb index e7a933ee0c..a718b0a37d 100644 --- a/recipes/mb-desktop-xine/mb-desktop-xine_0.4.bb +++ b/recipes/mb-desktop-xine/mb-desktop-xine_0.4.bb @@ -1,7 +1,7 @@ DESCRIPTION = "foo" HOMEPAGE = "http://projects.o-hand.com/matchbox/" LICENSE = "GPL" -DEPENDS = "matchbox-desktop libxine-x11" +DEPENDS = "matchbox-desktop libxine" RDEPENDS = "libxine-plugin-vo-out-xshm \ libxine-plugin-vo-out-none \ libxine-plugin-ao-out-esd \ diff --git a/recipes/opie-mediaplayer2/opie-mediaplayer2.inc b/recipes/opie-mediaplayer2/opie-mediaplayer2.inc index b4fb39bbe7..248704d779 100644 --- a/recipes/opie-mediaplayer2/opie-mediaplayer2.inc +++ b/recipes/opie-mediaplayer2/opie-mediaplayer2.inc @@ -3,7 +3,7 @@ It plays mp3, mpeg, wav, ogg, quicktime, divx, etc. and is capable of streaming. SECTION = "opie/multimedia" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "libxine-fb libqtaux2 opie-mediaplayer2-skin-default" +DEPENDS = "libxine libqtaux2 opie-mediaplayer2-skin-default" RDEPENDS = "opie-mediaplayer2-skin-default" RRECOMMENDS = "libxine-plugin-ao-out-oss libxine-plugin-inp-file \ libxine-plugin-decode-ff libxine-plugin-decode-mad \ diff --git a/recipes/totem/totem_0.99.15.bb b/recipes/totem/totem_0.99.15.bb index 3defdaebe6..ed182b7d5a 100644 --- a/recipes/totem/totem_0.99.15.bb +++ b/recipes/totem/totem_0.99.15.bb @@ -11,7 +11,7 @@ SRC_URI="http://ftp.acc.umu.se/pub/GNOME/sources/totem/0.99/totem-${PV}.tar.gz \ file://include.patch;patch=1 \ file://omf.patch;patch=1" -DEPENDS="gtk+ libglade gnome-vfs gconf libxine-x11 libgnomeui" +DEPENDS="gtk+ libglade gnome-vfs gconf libxine libgnomeui" RDEPENDS += " libgnomeui" inherit autotools diff --git a/recipes/totem/totem_1.0.4.bb b/recipes/totem/totem_1.0.4.bb index a12f307ffa..8694bcb8d3 100644 --- a/recipes/totem/totem_1.0.4.bb +++ b/recipes/totem/totem_1.0.4.bb @@ -15,7 +15,7 @@ SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/totem/1.0/totem-${PV}.tar.gz \ file://cflags.patch;patch=1 \ file://gtkonly.patch;patch=1" -DEPENDS="gtk+ libglade gnome-vfs gconf libxine-x11 libxml2" +DEPENDS="gtk+ libglade gnome-vfs gconf libxine libxml2" inherit autotools |