conf/distro/jlime-donkey.conf : Added parted & Dialog to distro_rdepends
[vuplus_openembedded] / packages / efl / emotion_20061116.bb
1 DESCRIPTION = "Emotion is a multimedia library based on libxine"
2 LICENSE = "MIT"
3 DEPENDS = "eet virtual/evas edje virtual/ecore embryo virtual/libxine"
4 #RPROVIDES += "emotion-themes emotion-plugins"
5 RDEPENDS += "emotion-themes emotion-plugins"
6
7 PR = "r0"
8
9 #FIXME: Needs patch not to build the examples when building against ecore-fb, because the examples depend on ecore-x11
10
11 inherit efl
12
13 SRC_URI = "${E_CVS};module=e17/libs/emotion;date=${PV}"
14 S = "${WORKDIR}/emotion"
15
16 PACKAGES += "emotion-plugins"
17 FILES_emotion-plugins = "${libdir}/xine/plugins/1.1.0/*.so ${libdir}/emotion/*.so"