+++ /dev/null
-SECTION = "libs"
-LICENSE = "MIT"
-PV = "0.0cvs${CVSDATE}"
-DEPENDS = "jpeg"
-DESCRIPTION = "Epeg is a small library for handling thumbnails."
-
-SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/epeg \
- file://dirs.patch;patch=1"
-S = "${WORKDIR}/epeg"
-
-inherit autotools
--- /dev/null
+DESCRIPTION = "Epeg is a small library for handling thumbnails."
+SECTION = "e/libs"
+LICENSE = "MIT"
+DEPENDS = "jpeg"
+HOMEPAGE = "http://www.enlightenment.org"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+
+SRC_URI = "http://enlightenment.freedesktop.org/files/epeg-${PV}.tar.gz"
+S = "${WORKDIR}/epeg-${PV}"
+
+inherit autotools pkgconfig binconfig
+
+headers = "Epeg.h"
+
+do_stage() {
+ for i in ${headers}; do
+ install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/
+ done
+ oe_libinstall -C src/lib libepeg ${STAGING_LIBDIR}/
+}
+
+PACKAGES = "epeg-dev epeg-doc epeg"
+FILES_${PN}-dev += "${bindir}/epeg-config ${bindir}/epeg"
with Epeg directly to harness it's speed."
SECTION = "e/libs"
LICENSE = "GPL"
-DEPENDS = "epeg libpng imlib2"
-PV = "${CVSDATE}"
-PR = "r1"
+DEPENDS = "epeg libpng virtual/imlib2"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/epsilon"
-S = "${WORKDIR}/epsilon"
+SRC_URI = "http://enlightenment.freedesktop.org/files/epsilon-${PV}.tar.gz \
+ file://compile-fix.patch;patch=1"
+S = "${WORKDIR}/epsilon-${PV}"
inherit autotools pkgconfig binconfig
oe_libinstall -C src/lib libepsilon ${STAGING_LIBDIR}/
install -m 0644 ${S}/src/lib/Epsilon.h ${STAGING_INCDIR}/
}
+
+PACKAGES = "epsilon-examples epsilon-dev epsilon"
+FILES_${PN}-dev += "${bindir}/epsilon-config"
+FILES_epsilon-examples = "${bindir}/epsilon"
+
--- /dev/null
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- epsilon-0.3.0.004/src/lib/exiftags/exif.c~compile-fix
++++ epsilon-0.3.0.004/src/lib/exiftags/exif.c
+@@ -48,7 +48,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <errno.h>
+-#include <math.h>
+ #include <float.h>
+ #include <ctype.h>
+
--- /dev/null
+DESCRIPTION = "ESmart is a collection of smart Evas objects"
+SECTION = "e/libs"
+LICENSE = "MIT"
+DEPENDS = "eet evas-x11 ecore-x11 epsilon embryo imlib2 jpeg libtool"
+HOMEPAGE = "http://www.enlightenment.org"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+
+SRC_URI = "http://enlightenment.freedesktop.org/files/esmart-${PV}.tar.gz \
+ file://compile-fix.patch;patch=1"
+S = "${WORKDIR}/esmart-${PV}"
+
+inherit autotools pkgconfig binconfig
+
+headers = "esmart_container/Esmart_Container.h \
+ esmart_draggies/Esmart_Draggies.h \
+ esmart_file_dialog/Esmart_File_Dialog.h \
+ esmart_textarea/Esmart_Textarea.h \
+ esmart_thumb/Esmart_Thumb.h \
+ esmart_trans_x11/Esmart_Trans_X11.h"
+
+do_stage() {
+ for i in ${headers}; do
+ install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/
+ done
+ oe_libinstall -C src/lib libsmart ${STAGING_LIBDIR}/
+}
+
+PACKAGES = "esmart-dev esmart-doc esmart"
+FILES_${PN}-dev += "${bindir}/esmart-config ${bindir}/esmart"
--- /dev/null
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- esmart-0.9.0.004/src/lib/esmart_container/esmart_container.c~compile-fix
++++ esmart-0.9.0.004/src/lib/esmart_container/esmart_container.c
+@@ -30,7 +30,7 @@
+ return _sort_func(o, oo);
+ }
+
+-void esmart_container_sort(Evas_Object *container, int (*func)(Evas_Object *, Evas_Object *$))
++void esmart_container_sort(Evas_Object *container, int (*func)(Evas_Object *, Evas_Object *))
+ {
+ Container *cont;
+