diff options
Diffstat (limited to 'recipes/gnome-mplayer/gnome-mplayer_0.5.3.bb')
-rw-r--r-- | recipes/gnome-mplayer/gnome-mplayer_0.5.3.bb | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/recipes/gnome-mplayer/gnome-mplayer_0.5.3.bb b/recipes/gnome-mplayer/gnome-mplayer_0.5.3.bb index c01152cfb8..81031d0ba2 100644 --- a/recipes/gnome-mplayer/gnome-mplayer_0.5.3.bb +++ b/recipes/gnome-mplayer/gnome-mplayer_0.5.3.bb @@ -1,14 +1,3 @@ -DESCRIPTION = "Simple MPlayer frontend with lite Gnome integration" -HOMEPAGE = "http://dekorte.homeip.net/download/gnome-mplayer/" -LICENSE = "GPL" -DEPENDS = "gtk+ gconf dbus-glib" -RDEPENDS = "mplayer" -PR = "r3" +require gnome-mplayer.inc -inherit autotools pkgconfig gconf - -SRC_URI = "http://dekorte.homeip.net/download/${PN}/${P}.tar.gz \ - file://ac-gthread.patch;patch=1 \ - file://1.patch;patch=1 \ - file://uchar-for-utf8-check.patch;patch=1 \ - file://non-utf8-id3-fallback.patch;patch=1" +PR = "r5" |