summaryrefslogtreecommitdiff
path: root/packages/nonworking/emotion/emotion_cvs.bb
blob: 1f4143478b71bc98a64d9dabc3a9a7c5a9b52eda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DESCRIPTION = "Emotion is an Evas smart-object library providing video capabilities. \
Emotion leverages libxine 1.0 and integrates seemlessly with the rest of the EFL. \
Because its based on libxine, any format that it supports (Theora, DiVX, MPEG2, etc) \
is avalible using Emotion."
SECTION = "libs"
DEPENDS = "libxine edb eet evas ecore embryo edje"
PV = "${CVSDATE}"
PR = "r0"

SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/emotion"
S = "${WORKDIR}/emotion"

inherit autotools binconfig

do_stage () {
	oe_libinstall -C src libemotion ${STAGING_LIBDIR}/
	install -m 0644 ${S}/src/Emotion.h ${STAGING_INCDIR}/
}

PACKAGES += "emotion-examples"

FILES_${PN} = "${libdir}/libemotion*.so*"
FILES_${PN}-dev += "${bindir}/emotion-config ${libdir}/pkgconfig"
FILES_${PN}-examples = "${bindir}/emotion* ${datadir}"