add epsilon_cvs to get the shiny new epdf thumbnailer plugin
authorMichael Lauer <mickey@vanille-media.de>
Sun, 8 Jul 2007 19:55:00 +0000 (19:55 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 8 Jul 2007 19:55:00 +0000 (19:55 +0000)
packages/efl1/epsilon_0.3.0.009.bb
packages/efl1/epsilon_cvs.bb [new file with mode: 0644]

index eba3a11..ffda151 100644 (file)
@@ -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 (file)
index 0000000..4199288
--- /dev/null
@@ -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"