blob: e2cf8401efd4f5aaf8f46fdeb8e05551301c2cab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "The Moblin mediaplayer"
LICENSE = "LGPLv2.1"
SRCREV = "125a1dea08d552ed2510ee762e1b54ca161915c1"
PV = "0.0"
PR = "r2"
PR_append = "+git${SRCREV}"
DEPENDS = "clutter clutter-gst bickley nbtk bognor-regis libunique startup-notification gtk+"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \
file://fix-api.patch \
"
S = "${WORKDIR}/git"
inherit autotools
FILES_${PN} += "${datadir}/icons"
|