EFL Update, Part II:
authorMichael Lauer <mickey@vanille-media.de>
Mon, 8 Aug 2005 16:44:41 +0000 (16:44 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 8 Aug 2005 16:44:41 +0000 (16:44 +0000)
- epeg
- epsilon
- esmart

packages/epeg/epeg.bb [deleted file]
packages/epeg/epeg_0.9.0.004.bb [new file with mode: 0644]
packages/epeg/files/.mtn2git_empty [moved from packages/epeg/epeg/.mtn2git_empty with 100% similarity]
packages/epeg/files/dirs.patch [moved from packages/epeg/epeg/dirs.patch with 100% similarity]
packages/epsilon/epsilon_0.3.0.004.bb [moved from packages/epsilon/epsilon_cvs.bb with 61% similarity]
packages/epsilon/files/.mtn2git_empty [new file with mode: 0644]
packages/epsilon/files/compile-fix.patch [new file with mode: 0644]
packages/esmart/.mtn2git_empty [new file with mode: 0644]
packages/esmart/esmart_0.9.0.004.bb [new file with mode: 0644]
packages/esmart/files/.mtn2git_empty [new file with mode: 0644]
packages/esmart/files/compile-fix.patch [new file with mode: 0644]

diff --git a/packages/epeg/epeg.bb b/packages/epeg/epeg.bb
deleted file mode 100644 (file)
index e812f6c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-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 
diff --git a/packages/epeg/epeg_0.9.0.004.bb b/packages/epeg/epeg_0.9.0.004.bb
new file mode 100644 (file)
index 0000000..aef2c17
--- /dev/null
@@ -0,0 +1,23 @@
+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"
similarity index 61%
rename from packages/epsilon/epsilon_cvs.bb
rename to packages/epsilon/epsilon_0.3.0.004.bb
index 02719d6..74086af 100644 (file)
@@ -6,12 +6,12 @@ To provide the best possible performance Epsilon can even integrate \
 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
 
@@ -19,3 +19,8 @@ do_stage () {
        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"
+
diff --git a/packages/epsilon/files/.mtn2git_empty b/packages/epsilon/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/epsilon/files/compile-fix.patch b/packages/epsilon/files/compile-fix.patch
new file mode 100644 (file)
index 0000000..1c42cc5
--- /dev/null
@@ -0,0 +1,15 @@
+
+#
+# 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>
diff --git a/packages/esmart/.mtn2git_empty b/packages/esmart/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/esmart/esmart_0.9.0.004.bb b/packages/esmart/esmart_0.9.0.004.bb
new file mode 100644 (file)
index 0000000..5820906
--- /dev/null
@@ -0,0 +1,29 @@
+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"
diff --git a/packages/esmart/files/.mtn2git_empty b/packages/esmart/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/esmart/files/compile-fix.patch b/packages/esmart/files/compile-fix.patch
new file mode 100644 (file)
index 0000000..08ca835
--- /dev/null
@@ -0,0 +1,16 @@
+
+#
+# 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;
+