blob: d1d25b89275921c4163f6c8dcb48ad70b8f8fa39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
|