diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/epeg/epeg.bb | 11 | ||||
-rw-r--r-- | packages/epeg/epeg_0.9.0.004.bb | 23 | ||||
-rw-r--r-- | packages/epeg/files/.mtn2git_empty (renamed from packages/epeg/epeg/.mtn2git_empty) | 0 | ||||
-rw-r--r-- | packages/epeg/files/dirs.patch (renamed from packages/epeg/epeg/dirs.patch) | 0 | ||||
-rw-r--r-- | packages/epsilon/epsilon_0.3.0.004.bb (renamed from packages/epsilon/epsilon_cvs.bb) | 15 | ||||
-rw-r--r-- | packages/epsilon/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/epsilon/files/compile-fix.patch | 15 | ||||
-rw-r--r-- | packages/esmart/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/esmart/esmart_0.9.0.004.bb | 29 | ||||
-rw-r--r-- | packages/esmart/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/esmart/files/compile-fix.patch | 16 |
11 files changed, 93 insertions, 16 deletions
diff --git a/packages/epeg/epeg.bb b/packages/epeg/epeg.bb deleted file mode 100644 index e812f6c046..0000000000 --- a/packages/epeg/epeg.bb +++ /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 index 0000000000..aef2c178b9 --- /dev/null +++ b/packages/epeg/epeg_0.9.0.004.bb @@ -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" diff --git a/packages/epeg/epeg/.mtn2git_empty b/packages/epeg/files/.mtn2git_empty index e69de29bb2..e69de29bb2 100644 --- a/packages/epeg/epeg/.mtn2git_empty +++ b/packages/epeg/files/.mtn2git_empty diff --git a/packages/epeg/epeg/dirs.patch b/packages/epeg/files/dirs.patch index 8b0b5281d1..8b0b5281d1 100644 --- a/packages/epeg/epeg/dirs.patch +++ b/packages/epeg/files/dirs.patch diff --git a/packages/epsilon/epsilon_cvs.bb b/packages/epsilon/epsilon_0.3.0.004.bb index 02719d605f..74086afd32 100644 --- a/packages/epsilon/epsilon_cvs.bb +++ b/packages/epsilon/epsilon_0.3.0.004.bb @@ -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 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/epsilon/files/.mtn2git_empty diff --git a/packages/epsilon/files/compile-fix.patch b/packages/epsilon/files/compile-fix.patch new file mode 100644 index 0000000000..1c42cc59c4 --- /dev/null +++ b/packages/epsilon/files/compile-fix.patch @@ -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 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/esmart/.mtn2git_empty diff --git a/packages/esmart/esmart_0.9.0.004.bb b/packages/esmart/esmart_0.9.0.004.bb new file mode 100644 index 0000000000..582090643a --- /dev/null +++ b/packages/esmart/esmart_0.9.0.004.bb @@ -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 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/esmart/files/.mtn2git_empty diff --git a/packages/esmart/files/compile-fix.patch b/packages/esmart/files/compile-fix.patch new file mode 100644 index 0000000000..08ca835aa7 --- /dev/null +++ b/packages/esmart/files/compile-fix.patch @@ -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; + |