aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome-mplayer/gnome-mplayer_cvs.bb
blob: ce0c445048e5f6fc90fefc6b24b048b58321c1f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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}"
PR = "r2"

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"