diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-01-19 16:35:29 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-19 16:35:29 +0000 |
commit | ea99bc2a74329de257bd3471bd13f47b36ed861f (patch) | |
tree | 66bff692b31df218528174ce16e1b6b9e35ffd90 /packages/efl/emotion_20060101.bb | |
parent | 03e2c13cfe59893605eab3e84dd0a8ec9407b914 (diff) | |
parent | 2dc9ee48f37e5ccbf2b7220911c270baa7bcd170 (diff) |
merge of 8fe9e84203f325715a995ee73f2ced825d331544
and 954aa96066fbf8f17149a585094fa9a4d3d94246
Diffstat (limited to 'packages/efl/emotion_20060101.bb')
-rw-r--r-- | packages/efl/emotion_20060101.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/efl/emotion_20060101.bb b/packages/efl/emotion_20060101.bb new file mode 100644 index 0000000000..e450cf1d3a --- /dev/null +++ b/packages/efl/emotion_20060101.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Emotion is a multimedia library based on libxine" +LICENSE = "MIT" +DEPENDS = "eet virtual/evas edje virtual/ecore embryo virtual/libxine" +RDEPENDS += "libemotion-themes libemotion-plugins" +PR = "r2" + +#FIXME: Needs patch not to build the examples when building against ecore-fb, because the examples depend on ecore-x11 + +inherit efl + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/emotion;date=${PV}" +S = "${WORKDIR}/emotion" + +PACKAGES += "emotion-plugins" +FILES_emotion-plugins = "${libdir}/xine/plugins/1.1.0/*.so ${libdir}/emotion/*.so" + +do_compile_prepend() { + find ${S} -type f -name "*.[ch]" | xargs sed -i 's:NULL:0:g' +}
\ No newline at end of file |