[oe-commits] org.oe.dev add epsilon_cvs to get the shiny new epdf thumbnailer plugin

mickeyl commit openembedded-commits at lists.openembedded.org
Sun Jul 8 20:21:12 UTC 2007


add epsilon_cvs to get the shiny new epdf thumbnailer plugin

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 95d5e6ffe48405bea2df328dfe8668a6eb76b25c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=95d5e6ffe48405bea2df328dfe8668a6eb76b25c
Files:
1
packages/efl1/epsilon_cvs.bb
packages/efl1/epsilon_0.3.0.009.bb
Diffs:

#
# mt diff -red388eba1e28738bfb560196709cbdaa72efbf0b -r95d5e6ffe48405bea2df328dfe8668a6eb76b25c
#
# 
# 
# add_file "packages/efl1/epsilon_cvs.bb"
#  content [84537388001ab7881f12e1cd06386a69174a3595]
# 
# patch "packages/efl1/epsilon_0.3.0.009.bb"
#  from [aa9190166eb760d831ba5160bb3490f8cd4236c9]
#    to [06eeea9405df5405ecce327c6398999c4aa69373]
# 
============================================================
--- packages/efl1/epsilon_cvs.bb	84537388001ab7881f12e1cd06386a69174a3595
+++ packages/efl1/epsilon_cvs.bb	84537388001ab7881f12e1cd06386a69174a3595
@@ -0,0 +1,17 @@
+DESCRIPTION = "Epsilon is a flexible and powerful image thumbnailing library \
+that is compliant with the freedesktop.org Thumbnail Managing Standard."
+LICENSE = "BSD"
+# can also depend on xine for movie thumbnails
+DEPENDS = "imlib2 epeg epdf libpng evas ecore edje perl-native"
+PV = "0.3.0.009+cvs${SRCDATE}"
+
+inherit efl1
+
+SRC_URI = "${E_CVS};module=e17/libs/epsilon"
+S = "${WORKDIR}/epsilon"
+
+PACKAGES =+ "epsilon-tests"
+FILES_epsilon-tests = "${bindir}/${PN} ${bindir}/*_* ${datadir}"
+FILES_${PN} = "${libdir}/lib*.so* ${libdir}/${PN}/plugins/*.so"
+FILES_${PN}-dev += "${libdir}/${PN}/*/*.a ${libdir}/${PN}/*/*.la"
+FILES_${PN}-dbg += "${libdir}/${PN}/plugins/.debug/*.so"
============================================================
--- packages/efl1/epsilon_0.3.0.009.bb	aa9190166eb760d831ba5160bb3490f8cd4236c9
+++ packages/efl1/epsilon_0.3.0.009.bb	06eeea9405df5405ecce327c6398999c4aa69373
@@ -1,12 +1,12 @@ that is compliant with the freedesktop.o
 DESCRIPTION = "Epsilon is a flexible and powerful image thumbnailing library \
 that is compliant with the freedesktop.org Thumbnail Managing Standard."
-LICENSE = "LGPL"
+LICENSE = "BSD"
+# can also depend on xine for movie thumbnails
 DEPENDS = "imlib2 epeg libpng evas ecore edje perl-native"
+PR = "r1"
 
 inherit efl1
 
-PR = "r0"
-
 PACKAGES =+ "epsilon-tests"
-FILES_epsilon-tests = "${bindir}/*_* ${datadir}"
+FILES_epsilon-tests = "${bindir}/${PN} ${bindir}/*_* ${datadir}"
 FILES_${PN} = "${libdir}/lib*.so*"






More information about the Openembedded-commits mailing list