merge of 425cf1b391611c169a1c3b78f1fe86df088902b9
[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 gstreamer gst-plugins-base"
4 # virtual/libxine
5 #RPROVIDES += "emotion-themes emotion-plugins"
6 RDEPENDS += "emotion-themes emotion-plugins"
7
8 PR = "r1"
9
10 #FIXME: Needs patch not to build the examples when building against ecore-fb, because the examples depend on ecore-x11
11
12 inherit efl
13
14 SRC_URI = "${E_CVS};module=e17/libs/emotion;date=${PV}"
15 S = "${WORKDIR}/emotion"
16
17 PACKAGES += "emotion-plugins"
18 FILES_emotion-plugins = "${libdir}/xine/plugins/1.1.0/*.so ${libdir}/emotion/*.so"