diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/nonworking/emotion | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/nonworking/emotion')
-rw-r--r-- | packages/nonworking/emotion/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/emotion/emotion_cvs.bb | 25 |
2 files changed, 25 insertions, 0 deletions
diff --git a/packages/nonworking/emotion/.mtn2git_empty b/packages/nonworking/emotion/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/nonworking/emotion/.mtn2git_empty diff --git a/packages/nonworking/emotion/emotion_cvs.bb b/packages/nonworking/emotion/emotion_cvs.bb index e69de29bb2..1f4143478b 100644 --- a/packages/nonworking/emotion/emotion_cvs.bb +++ b/packages/nonworking/emotion/emotion_cvs.bb @@ -0,0 +1,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}" + |