aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome-mplayer/gnome-mplayer_cvs.bb
blob: f19656237bb7e7eee6e5928cbb479253520890ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
SRCDATE = "20080101"
PV = "0.5.3+cvs${SRCDATE}"
FILE_PR = "r4"

inherit autotools pkgconfig gconf

S = "${WORKDIR}/${PN}"

SRC_URI = "cvs://anonymous@dekorte.homeip.net/data/cvs;module=${PN} \
    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"