b8b3033b99e04040f49d45411b5ca2d5648a2c4d
[vuplus_openembedded] / packages / efl1 / epsilon_cvs.bb
1 DESCRIPTION = "Epsilon is a flexible and powerful image thumbnailing library \
2 that is compliant with the freedesktop.org Thumbnail Managing Standard."
3 LICENSE = "MIT BSD"
4 # can also depend on xine for movie thumbnails
5 DEPENDS = "libpng evas ecore edje perl-native"
6 PV = "0.3.0.012+cvs${SRCDATE}"
7 PR = "r0"
8
9 inherit efl
10
11 # a gstreamer thumbnailer would be nice now that we have emotion using gstreamer as well
12 EXTRA_OECONF = "--disable-xine"
13
14 FILES_${PN}-dev += "${libdir}/${PN}/*/*.a ${libdir}/${PN}/*/*.la"
15 FILES_${PN}-dbg += "${libdir}/${PN}/plugins/.debug/*.so"