From: Michael Lauer Date: Sun, 8 Jul 2007 19:55:00 +0000 (+0000) Subject: add epsilon_cvs to get the shiny new epdf thumbnailer plugin X-Git-Tag: Release-2010-05/1~8868^2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=136eb8e8ee4c5423bdb8e10159ea28995d4483ad;p=openembedded.git add epsilon_cvs to get the shiny new epdf thumbnailer plugin --- diff --git a/packages/efl1/epsilon_0.3.0.009.bb b/packages/efl1/epsilon_0.3.0.009.bb index eba3a11e34..ffda151f8b 100644 --- a/packages/efl1/epsilon_0.3.0.009.bb +++ b/packages/efl1/epsilon_0.3.0.009.bb @@ -1,12 +1,12 @@ 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*" diff --git a/packages/efl1/epsilon_cvs.bb b/packages/efl1/epsilon_cvs.bb new file mode 100644 index 0000000000..4199288115 --- /dev/null +++ b/packages/efl1/epsilon_cvs.bb @@ -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"