aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome-mplayer/gnome-mplayer.inc
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-05-19 16:15:42 +0200
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-05-19 17:45:09 +0200
commit02cc40c6ed09c3bb715391d07be2626f7ef88160 (patch)
tree7b5e5749f70f6af3bae2c27081aba8de233b2498 /recipes/gnome-mplayer/gnome-mplayer.inc
parenteb376e5b84ebd87c1f1e9e25d51a4ad77ccffb86 (diff)
downloadopenembedded-02cc40c6ed09c3bb715391d07be2626f7ef88160.tar.gz
gnome-mplayer: unify
* add AUTHOR and SECTION (partly closes #4575) * fix HOMEPAGE * both recipes were unbuildable before this commit and are still unbuildable Unbreaking the recipes will be done in separate commits.
Diffstat (limited to 'recipes/gnome-mplayer/gnome-mplayer.inc')
-rw-r--r--recipes/gnome-mplayer/gnome-mplayer.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gnome-mplayer/gnome-mplayer.inc b/recipes/gnome-mplayer/gnome-mplayer.inc
new file mode 100644
index 0000000000..d1d25b8927
--- /dev/null
+++ b/recipes/gnome-mplayer/gnome-mplayer.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "Simple MPlayer frontend with lite Gnome integration"
+AUTHOR = "Kevin DeKorte <kdekorte@gmail.com>"
+HOMEPAGE = "http://code.google.com/p/gnome-mplayer/"
+SECTION = "x11/multimedia"
+LICENSE = "GPL"
+DEPENDS = "gtk+ gconf dbus-glib"
+RDEPENDS = "mplayer"
+
+inherit autotools pkgconfig gconf
+
+SRC_URI += "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"