aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome-mplayer/gnome-mplayer_0.5.3.bb
blob: 0fc0d6b1fc7bb81498ce05e484c93bba252a23e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
FILE_PR = "r3"

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"