summaryrefslogtreecommitdiff
path: root/packages/efl
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2005-09-30 17:59:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-30 17:59:20 +0000
commit7e5e0be1af62584244662daa1989ffd8206c7298 (patch)
tree6eade7dca695f1668a509a7debde9aae887b9ff0 /packages/efl
parent206647fb6ccf68137a2793c913053579f4553244 (diff)
e17, efl: major upgrade to newer versions
- Upgraded shapshot-based packages to newest released snapshots - Upgraded CVS-based packages to use a newer date - Moved e and e-wm to use snapshots as a default instead of CVS - Updated patches to work with newer versions - Added patches to fix problems introduced in newer versions - Added a patch to disable the splash for e-wm (causes a segfault) - entrance now uses ecore_config instead of edb - Added pulling of m4 directories for a few packages and running of aclocal due to autotools problems - elitaire currently does not compile, removed from e-image
Diffstat (limited to 'packages/efl')
-rw-r--r--packages/efl/e/fix-configure.patch29
-rw-r--r--packages/efl/e_0.16.999.015.bb31
-rw-r--r--packages/efl/e_20050926.bb (renamed from packages/efl/e_20050810.bb)2
-rw-r--r--packages/efl/ecore-fb_0.9.9.015.bb (renamed from packages/efl/ecore-fb_0.9.9.013.bb)0
-rw-r--r--packages/efl/ecore-native_0.9.9.015.bb (renamed from packages/efl/ecore-native_0.9.9.013.bb)0
-rw-r--r--packages/efl/ecore-x11_0.9.9.015.bb (renamed from packages/efl/ecore-x11_0.9.9.013.bb)0
-rw-r--r--packages/efl/ecore.inc16
-rw-r--r--packages/efl/ecore/configure.patch21
-rw-r--r--packages/efl/ecore/fix-tslib-configure.patch12
-rw-r--r--packages/efl/edje-native_0.5.0.015.bb (renamed from packages/efl/edje-native_0.5.0.013.bb)4
-rw-r--r--packages/efl/edje_0.5.0.013.bb13
-rw-r--r--packages/efl/edje_0.5.0.015.bb22
-rw-r--r--packages/efl/eet-native_0.9.10.015.bb (renamed from packages/efl/eet-native_0.9.10.013.bb)0
-rw-r--r--packages/efl/eet_0.9.10.015.bb (renamed from packages/efl/eet_0.9.10.013.bb)0
-rw-r--r--packages/efl/emotion_0.0.1.004.bb4
-rw-r--r--packages/efl/engrave_20050926.bb (renamed from packages/efl/engrave_20050810.bb)0
-rw-r--r--packages/efl/esmart-x11_0.9.0.004.bb7
-rw-r--r--packages/efl/esmart/ecore-fix.patch10
-rw-r--r--packages/efl/esmart/include-stdio.patch22
-rw-r--r--packages/efl/evas-fb_0.9.9.015.bb (renamed from packages/efl/evas-fb_0.9.9.013.bb)0
-rw-r--r--packages/efl/evas-native_0.9.9.015.bb (renamed from packages/efl/evas-native_0.9.9.013.bb)0
-rw-r--r--packages/efl/evas-x11_0.9.9.015.bb (renamed from packages/efl/evas-x11_0.9.9.013.bb)0
-rw-r--r--packages/efl/evas.inc17
-rw-r--r--packages/efl/evas/fix-configure.patch42
-rw-r--r--packages/efl/ewl/ecore-flags.patch146
-rw-r--r--packages/efl/ewl/fix-ecore.patch11
-rw-r--r--packages/efl/ewl/minmax.patch18
-rw-r--r--packages/efl/ewl/no-examples.patch22
-rw-r--r--packages/efl/ewl_0.0.4.004.bb6
-rw-r--r--packages/efl/imlib2-fb_1.2.1.006.bb (renamed from packages/efl/imlib2-fb_1.2.1.004.bb)0
-rw-r--r--packages/efl/imlib2-native_1.2.1.006.bb (renamed from packages/efl/imlib2-native_1.2.1.004.bb)0
-rw-r--r--packages/efl/imlib2-x11_1.2.1.006.bb (renamed from packages/efl/imlib2-x11_1.2.1.004.bb)0
32 files changed, 385 insertions, 70 deletions
diff --git a/packages/efl/e/fix-configure.patch b/packages/efl/e/fix-configure.patch
index 9b328de16c..02560fd7ab 100644
--- a/packages/efl/e/fix-configure.patch
+++ b/packages/efl/e/fix-configure.patch
@@ -1,10 +1,6 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- e/configure.in~fix-configure.patch
-+++ e/configure.in
+diff -Nur e~/configure.in e/configure.in
+--- e~/configure.in 2005-09-29 13:17:29.000000000 -0700
++++ e/configure.in 2005-09-29 13:19:35.000000000 -0700
@@ -114,9 +114,7 @@
AC_PATH_XTRA
AC_CHECK_HEADER(X11/X.h,
@@ -16,8 +12,9 @@
],[
AC_MSG_ERROR([Cannot find X headers and libraries.])
]
---- e/src/bin/Makefile.am~fix-configure.patch
-+++ e/src/bin/Makefile.am
+diff -Nur e~/src/bin/Makefile.am e/src/bin/Makefile.am
+--- e~/src/bin/Makefile.am 2005-09-29 13:17:29.000000000 -0700
++++ e/src/bin/Makefile.am 2005-09-29 13:19:35.000000000 -0700
@@ -1,6 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
-INCLUDES = -I$(includedir) \
@@ -26,18 +23,20 @@
-I$(top_srcdir)/src/bin \
-I$(top_srcdir)/src/lib \
@e_cflags@ \
---- e/src/lib/Makefile.am~fix-configure.patch
-+++ e/src/lib/Makefile.am
+diff -Nur e~/src/lib/Makefile.am e/src/lib/Makefile.am
+--- e~/src/lib/Makefile.am 2005-09-29 13:17:29.000000000 -0700
++++ e/src/lib/Makefile.am 2005-09-29 13:19:56.000000000 -0700
@@ -1,6 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
-INCLUDES = -I$(includedir) \
- -I$(top_srcdir)/src/bin \
+INCLUDES = -I$(top_srcdir)/src/bin \
- @ecore_cflags@ \
- @evas_cflags@
+ @e_cflags@
---- e/src/preload/Makefile.am~fix-configure.patch
-+++ e/src/preload/Makefile.am
+ lib_LTLIBRARIES = libe.la
+diff -Nur e~/src/preload/Makefile.am e/src/preload/Makefile.am
+--- e~/src/preload/Makefile.am 2005-09-29 13:17:29.000000000 -0700
++++ e/src/preload/Makefile.am 2005-09-29 13:19:35.000000000 -0700
@@ -2,7 +2,6 @@
INCLUDES = -I. \
diff --git a/packages/efl/e_0.16.999.015.bb b/packages/efl/e_0.16.999.015.bb
new file mode 100644
index 0000000000..49b1b0b6bd
--- /dev/null
+++ b/packages/efl/e_0.16.999.015.bb
@@ -0,0 +1,31 @@
+DESCRIPTION = "Enlightenment Window Mananger Library"
+DEPENDS = "virtual/evas virtual/ecore edje eet embryo"
+LICENSE = "MIT"
+CVSDATE = "${PV}"
+PR = "r1"
+
+inherit efl
+
+SRC_URI = "http://enlightenment.freedesktop.org/files/enlightenment-${PV}.tar.gz"
+S = "${WORKDIR}/enlightenment-${PV}"
+
+PROFILE = "LORES_PDA"
+PROFILE_c7x0 = "HIRES_PDA"
+PROFILE_tosa = "HIRES_PDA"
+PROFILE_spitz = "HIRES_PDA"
+PROFILE_akita = "HIRES_PDA"
+
+EXTRA_OECONF = "--with-profile=${PROFILE} \
+ --with-edje-cc=${STAGING_BINDIR}/edje_cc \
+ --x-includes=${STAGING_INCDIR}/X11 \
+ --x-libraries=${STAGING_LIBDIR}"
+
+do_compile() {
+ oe_runmake -C src/lib
+}
+
+headers = "E_Lib.h ../bin/e*.h"
+
+do_install() {
+ oe_runmake -C src/lib install DESTDIR=${D}
+}
diff --git a/packages/efl/e_20050810.bb b/packages/efl/e_20050926.bb
index 8f4eacfc83..eb2282c06b 100644
--- a/packages/efl/e_20050810.bb
+++ b/packages/efl/e_20050926.bb
@@ -6,6 +6,8 @@ PR = "r1"
inherit efl
+DEFAULT_PREFERENCE = "-1"
+
SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/e \
file://fix-configure.patch;patch=1"
S = "${WORKDIR}/e"
diff --git a/packages/efl/ecore-fb_0.9.9.013.bb b/packages/efl/ecore-fb_0.9.9.015.bb
index 1f3db9ddfe..1f3db9ddfe 100644
--- a/packages/efl/ecore-fb_0.9.9.013.bb
+++ b/packages/efl/ecore-fb_0.9.9.015.bb
diff --git a/packages/efl/ecore-native_0.9.9.013.bb b/packages/efl/ecore-native_0.9.9.015.bb
index 299470841c..299470841c 100644
--- a/packages/efl/ecore-native_0.9.9.013.bb
+++ b/packages/efl/ecore-native_0.9.9.015.bb
diff --git a/packages/efl/ecore-x11_0.9.9.013.bb b/packages/efl/ecore-x11_0.9.9.015.bb
index b6b452cb71..b6b452cb71 100644
--- a/packages/efl/ecore-x11_0.9.9.013.bb
+++ b/packages/efl/ecore-x11_0.9.9.015.bb
diff --git a/packages/efl/ecore.inc b/packages/efl/ecore.inc
index 441d780a47..575bb9e5ba 100644
--- a/packages/efl/ecore.inc
+++ b/packages/efl/ecore.inc
@@ -10,7 +10,13 @@ PROVIDES += "virtual/ecore"
inherit efl
SRC_URI = "http://enlightenment.freedesktop.org/files/ecore-${PV}.tar.gz \
- file://configure.patch;patch=1"
+ file://configure.patch;patch=1 \
+ file://fix-tslib-configure.patch;patch=1 \
+ http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/libs/ecore/m4/ac_attribute.m4?rev=1.1 \
+ http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/libs/ecore/m4/ac_expand_dir.m4?rev=1.1 \
+ http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/libs/ecore/m4/ac_path_generic.m4?rev=1.2 \
+ http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/libs/ecore/m4/pkg.m4?rev=1.2"
+
S = "${WORKDIR}/ecore-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore"
@@ -20,6 +26,14 @@ libraries = ""
headers = ""
parts = "<override me>"
+do_configure_prepend() {
+ install -D "${WORKDIR}/ac_attribute.m4?rev=1.1" "${S}/m4/ac_attribute.m4"
+ mv "${WORKDIR}/ac_expand_dir.m4?rev=1.1" "${S}/m4/ac_expand_dir.m4"
+ mv "${WORKDIR}/ac_path_generic.m4?rev=1.2" "${S}/m4/ac_path_generic.m4"
+ mv "${WORKDIR}/pkg.m4?rev=1.2" "${S}/m4/pkg.m4"
+ aclocal -I m4
+}
+
do_stage_append() {
for p in ${parts}; do
dir=`echo $p|tr A-Z a-z`
diff --git a/packages/efl/ecore/configure.patch b/packages/efl/ecore/configure.patch
index a9ae62743d..cd38cb7218 100644
--- a/packages/efl/ecore/configure.patch
+++ b/packages/efl/ecore/configure.patch
@@ -1,27 +1,22 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- ecore-0.9.9.013/configure.in~configure.patch
-+++ ecore-0.9.9.013/configure.in
-@@ -15,7 +15,6 @@
- AC_CHECK_SIZEOF(int, 4)
+diff -Nur ecore-0.9.9.015~/configure.in ecore-0.9.9.015/configure.in
+--- ecore-0.9.9.015~/configure.in 2005-09-26 16:59:23.000000000 -0700
++++ ecore-0.9.9.015/configure.in 2005-09-26 17:01:02.000000000 -0700
+@@ -16,7 +16,6 @@
+ AC_CHECK_SIZEOF(long, 4)
AM_ENABLE_SHARED
AM_PROG_LIBTOOL
-AC_C___ATTRIBUTE__
if test "x${bindir}" = 'x${exec_prefix}/bin'; then
if test "x${exec_prefix}" = "xNONE"; then
-@@ -247,10 +246,8 @@
+@@ -262,9 +261,7 @@
AM_CONDITIONAL(BUILD_ECORE_X, true)
AC_DEFINE(BUILD_ECORE_X, 1, [Build Ecore_X Module])
- BUILD_ECORE_X=1
+ have_ecore_x="yes"
- x_dir=${x_dir:-/usr/X11R6}
- x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}}
- x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext"
x_ldflags=" "$ecore_x_libs;
-+ x_libs="-lX11 -lXext";
++ x_libs="-lX11 -lXext"
ecore_x_libs="-lecore_x";
],[
- AM_CONDITIONAL(BUILD_ECORE_X, false)
diff --git a/packages/efl/ecore/fix-tslib-configure.patch b/packages/efl/ecore/fix-tslib-configure.patch
new file mode 100644
index 0000000000..5a23f904dc
--- /dev/null
+++ b/packages/efl/ecore/fix-tslib-configure.patch
@@ -0,0 +1,12 @@
+diff -Nur ecore-0.9.9.015~/configure.in ecore-0.9.9.015/configure.in
+--- ecore-0.9.9.015~/configure.in 2005-09-27 17:22:38.000000000 -0700
++++ ecore-0.9.9.015/configure.in 2005-09-27 17:23:40.000000000 -0700
+@@ -103,7 +102,7 @@
+ tslib_libs=""
+ AC_CHECK_HEADER(tslib.h,
+ [
+- tslib_libs="-ltslib"
++ tslib_libs="-lts"
+ AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_X Module])
+ ],[
+ AC_MSG_RESULT("No tslib header found. No tslib support being built")
diff --git a/packages/efl/edje-native_0.5.0.013.bb b/packages/efl/edje-native_0.5.0.015.bb
index f99090969a..523c38ba46 100644
--- a/packages/efl/edje-native_0.5.0.013.bb
+++ b/packages/efl/edje-native_0.5.0.015.bb
@@ -16,8 +16,8 @@ EXTRA_OECONF = "--with-fb-only \
do_configure_prepend() {
sed -i 's:EMBRYO_PREFIX"/bin:"${STAGING_BINDIR}:' ${S}/src/bin/edje_cc_out.c
- sed -i 's:/usr/bin/cpp:${STAGING_DIR}/cross/bin/${REAL_TARGET_SYS}-cpp:' ${S}/src/bin/edje_cc_parse.c
- sed -i 's:/usr/bin/gcc:${STAGING_DIR}/cross/bin/${REAL_TARGET_SYS}-gcc:' ${S}/src/bin/edje_cc_parse.c
+# sed -i 's:/usr/bin/cpp:${STAGING_DIR}/cross/bin/${REAL_TARGET_SYS}-cpp:' ${S}/src/bin/edje_cc_parse.c
+# sed -i 's:/usr/bin/gcc:${STAGING_DIR}/cross/bin/${REAL_TARGET_SYS}-gcc:' ${S}/src/bin/edje_cc_parse.c
}
do_stage_append() {
diff --git a/packages/efl/edje_0.5.0.013.bb b/packages/efl/edje_0.5.0.013.bb
deleted file mode 100644
index e08e4407d1..0000000000
--- a/packages/efl/edje_0.5.0.013.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Edje is a complex graphical design & layout library."
-# can also install vim data files
-DEPENDS = "virtual/evas virtual/ecore eet embryo edje-native virtual/imlib2"
-LICENSE = "MIT"
-PR = "r1"
-
-inherit efl
-
-LEAD_SONAME = "libedje.so"
-
-FILES_${PN}-dev += "${bindir}"
-
-RDEPENDS_${PN}-dev += "cpp" \ No newline at end of file
diff --git a/packages/efl/edje_0.5.0.015.bb b/packages/efl/edje_0.5.0.015.bb
new file mode 100644
index 0000000000..a6fca4f55c
--- /dev/null
+++ b/packages/efl/edje_0.5.0.015.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Edje is a complex graphical design & layout library."
+# can also install vim data files
+DEPENDS = "virtual/evas virtual/ecore eet embryo edje-native virtual/imlib2"
+LICENSE = "MIT"
+PR = "r1"
+
+inherit efl
+
+SRC_URI += "http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/libs/edje/m4/ac_expand_dir.m4?rev=1.1 \
+ http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/libs/edje/m4/ac_path_generic.m4?rev=1.2"
+
+LEAD_SONAME = "libedje.so"
+
+FILES_${PN}-dev += "${bindir}"
+
+RDEPENDS_${PN}-dev += "cpp"
+
+do_configure_prepend() {
+ install -D "${WORKDIR}/ac_expand_dir.m4?rev=1.1" "${S}/m4/ac_expand_dir.m4"
+ mv "${WORKDIR}/ac_path_generic.m4?rev=1.2" "${S}/m4/ac_path_generic.m4"
+ aclocal -I m4
+}
diff --git a/packages/efl/eet-native_0.9.10.013.bb b/packages/efl/eet-native_0.9.10.015.bb
index fa20c9fb30..fa20c9fb30 100644
--- a/packages/efl/eet-native_0.9.10.013.bb
+++ b/packages/efl/eet-native_0.9.10.015.bb
diff --git a/packages/efl/eet_0.9.10.013.bb b/packages/efl/eet_0.9.10.015.bb
index c0f89b1064..c0f89b1064 100644
--- a/packages/efl/eet_0.9.10.013.bb
+++ b/packages/efl/eet_0.9.10.015.bb
diff --git a/packages/efl/emotion_0.0.1.004.bb b/packages/efl/emotion_0.0.1.004.bb
index 3529db50e6..886f0e8b3f 100644
--- a/packages/efl/emotion_0.0.1.004.bb
+++ b/packages/efl/emotion_0.0.1.004.bb
@@ -10,3 +10,7 @@ inherit efl
PACKAGES += "emotion-plugins"
FILES_emotion-plugins = "${libdir}/xine/plugins/1.1.0/*.so ${libdir}/emotion/*.so"
+
+do_compile_prepend() {
+ find ${S} -type f -name "*.[ch]" | xargs sed -i 's:NULL:0:g'
+} \ No newline at end of file
diff --git a/packages/efl/engrave_20050810.bb b/packages/efl/engrave_20050926.bb
index 8ee284fb19..8ee284fb19 100644
--- a/packages/efl/engrave_20050810.bb
+++ b/packages/efl/engrave_20050926.bb
diff --git a/packages/efl/esmart-x11_0.9.0.004.bb b/packages/efl/esmart-x11_0.9.0.004.bb
index a7c9f97584..7c6737dd55 100644
--- a/packages/efl/esmart-x11_0.9.0.004.bb
+++ b/packages/efl/esmart-x11_0.9.0.004.bb
@@ -1,6 +1,9 @@
include esmart.inc
PR = "r2"
+SRC_URI += "file://ecore-fix.patch;patch=1 \
+ file://include-stdio.patch;patch=1"
+
myheaders = "esmart_container/Esmart_Container.h \
esmart_draggies/Esmart_Draggies.h \
esmart_file_dialog/Esmart_File_Dialog.h \
@@ -16,3 +19,7 @@ mylibraries = "esmart_container \
esmart_textarea \
esmart_thumb \
esmart_trans_x11"
+
+do_compile_prepend() {
+ find ${S} -type f -name "*.[ch]" | xargs sed -i 's:NULL:0:g'
+} \ No newline at end of file
diff --git a/packages/efl/esmart/ecore-fix.patch b/packages/efl/esmart/ecore-fix.patch
new file mode 100644
index 0000000000..94deff0b95
--- /dev/null
+++ b/packages/efl/esmart/ecore-fix.patch
@@ -0,0 +1,10 @@
+--- esmart-0.9.0.004/src/lib/esmart_trans_x11/esmart_trans_x11.c~ 2004-11-10 07:18:23.000000000 -0800
++++ esmart-0.9.0.004/src/lib/esmart_trans_x11/esmart_trans_x11.c 2005-09-29 11:22:52.000000000 -0700
+@@ -9,6 +9,7 @@
+ #include <X11/Xlib.h>
+ #include <Imlib2.h>
+ #include <Ecore.h>
++#include <Ecore_Data.h>
+ #include <Ecore_X.h>
+ #include <assert.h>
+
diff --git a/packages/efl/esmart/include-stdio.patch b/packages/efl/esmart/include-stdio.patch
new file mode 100644
index 0000000000..20a490f421
--- /dev/null
+++ b/packages/efl/esmart/include-stdio.patch
@@ -0,0 +1,22 @@
+diff -Nur esmart-0.9.0.004~/src/bin/esmart_file_dialog_test.c esmart-0.9.0.004/src/bin/esmart_file_dialog_test.c
+--- esmart-0.9.0.004~/src/bin/esmart_file_dialog_test.c 2005-09-29 14:33:09.000000000 -0700
++++ esmart-0.9.0.004/src/bin/esmart_file_dialog_test.c 2005-09-29 14:33:48.000000000 -0700
+@@ -8,6 +8,7 @@
+ * $ esmart_file_dialog_test /path/to/my_custom/theme.eet
+ * to test a custom theme you've written for it
+ */
++#include <stdio.h>
+ #include <Ecore.h>
+ #include <Edje.h>
+ #include <Ecore_Evas.h>
+diff -Nur esmart-0.9.0.004~/src/lib/esmart_trans_x11/esmart_trans_x11.c esmart-0.9.0.004/src/lib/esmart_trans_x11/esmart_trans_x11.c
+--- esmart-0.9.0.004~/src/lib/esmart_trans_x11/esmart_trans_x11.c 2005-09-29 14:33:09.000000000 -0700
++++ esmart-0.9.0.004/src/lib/esmart_trans_x11/esmart_trans_x11.c 2005-09-29 14:33:19.000000000 -0700
+@@ -4,6 +4,7 @@
+ *
+ ***************************************************************************/
+
++#include <stdio.h>
+ #include <stdlib.h>
+ #include "config.h"
+ #include <X11/Xlib.h>
diff --git a/packages/efl/evas-fb_0.9.9.013.bb b/packages/efl/evas-fb_0.9.9.015.bb
index 492a0badb1..492a0badb1 100644
--- a/packages/efl/evas-fb_0.9.9.013.bb
+++ b/packages/efl/evas-fb_0.9.9.015.bb
diff --git a/packages/efl/evas-native_0.9.9.013.bb b/packages/efl/evas-native_0.9.9.015.bb
index 60bf7f6ae5..60bf7f6ae5 100644
--- a/packages/efl/evas-native_0.9.9.013.bb
+++ b/packages/efl/evas-native_0.9.9.015.bb
diff --git a/packages/efl/evas-x11_0.9.9.013.bb b/packages/efl/evas-x11_0.9.9.015.bb
index 8e51a2a873..8e51a2a873 100644
--- a/packages/efl/evas-x11_0.9.9.013.bb
+++ b/packages/efl/evas-x11_0.9.9.015.bb
diff --git a/packages/efl/evas.inc b/packages/efl/evas.inc
index 521ecb9912..dee8f88d54 100644
--- a/packages/efl/evas.inc
+++ b/packages/efl/evas.inc
@@ -9,17 +9,30 @@ PROVIDES += "virtual/evas"
inherit efl
+export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config${@binconfig_suffix(d)}"
+
SRC_URI = "http://enlightenment.freedesktop.org/files/evas-${PV}.tar.gz \
file://fix-configure.patch;patch=1 \
- file://pkg.m4"
+ http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/libs/evas/m4/ac_expand_dir.m4?rev=1.1 \
+ http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/libs/evas/m4/ac_path_generic.m4?rev=1.2 \
+ http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/libs/evas/m4/pkg.m4?rev=1.2"
+
S = "${WORKDIR}/evas-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/evas"
EXTRA_OECONF = "<override me>"
+do_configure_prepend() {
+ install -D "${WORKDIR}/ac_expand_dir.m4?rev=1.1" "${S}/m4/ac_expand_dir.m4"
+ mv "${WORKDIR}/ac_path_generic.m4?rev=1.2" "${S}/m4/ac_path_generic.m4"
+ mv "${WORKDIR}/pkg.m4?rev=1.2" "${S}/m4/pkg.m4"
+ aclocal -I m4
+}
+
do_configure () {
- install -m 0644 ${WORKDIR}/pkg.m4 acinclude.m4
autotools_do_configure
+ #find ${S} -type f | xargs sed -i 's:@FREETYPE_CFLAGS@:-I${STAGING_INCDIR}/freetype2:'
+ #find ${S} -name Makefile | xargs sed -i 's:--tag=CC:-lfreetype --tag=CC:'
}
headers = "<override me>"
diff --git a/packages/efl/evas/fix-configure.patch b/packages/efl/evas/fix-configure.patch
index cc7462e72c..acd50c0282 100644
--- a/packages/efl/evas/fix-configure.patch
+++ b/packages/efl/evas/fix-configure.patch
@@ -1,11 +1,7 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- evas-0.9.9.013/configure.in~fix-configure
-+++ evas-0.9.9.013/configure.in
-@@ -157,9 +157,7 @@
+diff -Nur evas-0.9.9.015~/configure.in evas-0.9.9.015/configure.in
+--- evas-0.9.9.015~/configure.in 2005-09-28 15:12:03.000000000 -0700
++++ evas-0.9.9.015/configure.in 2005-09-28 15:13:05.000000000 -0700
+@@ -152,9 +152,7 @@
[
AM_CONDITIONAL(BUILD_ENGINE_SOFTWARE_X11, true)
AC_DEFINE(BUILD_ENGINE_SOFTWARE_X11, 1, [Software X11 Rendering Backend])
@@ -16,7 +12,7 @@
ENGINE_SOFTWARE_X11_PRG="evas_software_x11_test evas_software_x11_perf_test evas_software_x11_perf_load"
],
[
-@@ -221,7 +219,7 @@
+@@ -216,7 +214,7 @@
X11/X.h,
[AM_CONDITIONAL(BUILD_ENGINE_SOFTWARE_XCB, true)
AC_DEFINE(BUILD_ENGINE_SOFTWARE_XCB, 1, [Software XCB Rendering Backend])
@@ -25,20 +21,20 @@
xcb_cflags="${x_cflags:--I${x_includes:-$x_dir/include}} $XCB_CFLAGS $XCB_ICCCM_CFLAGS"
xcb_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} $XCB_LIBS $XCB_ICCCM_LIBS"
ENGINE_SOFTWARE_XCB_PRG="evas_software_xcb_test evas_software_xcb_perf_test evas_software_xcb_perf_load"],
-@@ -433,10 +431,10 @@
- AC_DEFINE(BUILD_ENGINE_GL_X11, 1, [OpenGL X11 Rendering Backend])
- AM_CONDITIONAL(BUILD_ENGINE_GL_COMMON, true)
- AC_DEFINE(BUILD_ENGINE_GL_COMMON, 1, [Generic OpenGL Rendering Support])
-- x_dir=${x_dir:-/usr/X11R6};
-+ x_dir=${x_dir:-};
- x_cflags=${x_cflags:--I$x_dir/include}
- x_libs="${x_libs:--L$x_dir/lib -lX11 -lXext}"
-- gl_cflags="-I/usr/include"
-+ gl_cflags=""
- gl_libs="-lGL -lGLU -lpthread"
- gl_dir=""
- ENGINE_GL_X11_PRG="evas_gl_x11_test"
-@@ -490,7 +488,7 @@
+@@ -430,10 +428,10 @@
+ AC_DEFINE(BUILD_ENGINE_GL_X11, 1, [OpenGL X11 Rendering Backend])
+ AM_CONDITIONAL(BUILD_ENGINE_GL_COMMON, true)
+ AC_DEFINE(BUILD_ENGINE_GL_COMMON, 1, [Generic OpenGL Rendering Support])
+- x_dir=${x_dir:-/usr/X11R6};
++ x_dir=${x_dir:-};
+ x_cflags=${x_cflags:--I$x_dir/include}
+ x_libs="${x_libs:--L$x_dir/lib -lX11 -lXext}"
+- gl_cflags="-I/usr/include"
++ gl_cflags=""
+ gl_libs="-lGL -lGLU -lpthread"
+ gl_dir=""
+ ENGINE_GL_X11_PRG="evas_gl_x11_test"
+@@ -496,7 +494,7 @@
AC_DEFINE(BUILD_ENGINE_CAIRO_X11, 1, [Cairo X11 Rendering Backend])
AM_CONDITIONAL(BUILD_ENGINE_CAIRO_COMMON, true)
AC_DEFINE(BUILD_ENGINE_CAIRO_COMMON, 1, [Generic Cairo Rendering Support])
diff --git a/packages/efl/ewl/ecore-flags.patch b/packages/efl/ewl/ecore-flags.patch
new file mode 100644
index 0000000000..9c4f5afc78
--- /dev/null
+++ b/packages/efl/ewl/ecore-flags.patch
@@ -0,0 +1,146 @@
+diff -Nur ewl-0.0.4.004~/src/lib/ewl_config.c ewl-0.0.4.004/src/lib/ewl_config.c
+--- ewl-0.0.4.004~/src/lib/ewl_config.c 2005-09-29 18:02:24.000000000 -0700
++++ ewl-0.0.4.004/src/lib/ewl_config.c 2005-09-29 18:03:10.000000000 -0700
+@@ -210,8 +210,8 @@
+
+ cc = ewl_config_int_get("/ewl/theme/color_classes/count");
+ prop = ecore_config_get("/ewl/theme/color_classes/count");
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+
+ for (i = 0; i < cc; i++) {
+ char *name;
+@@ -221,8 +221,8 @@
+ "/ewl/theme/color_classes/%d/name", i);
+ name = ewl_config_str_get(key);
+ prop = ecore_config_get(key);
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+
+ if (name) {
+ int r, g, b, a;
+@@ -233,85 +233,85 @@
+ "/ewl/theme/color_classes/%d/r", i);
+ r = ewl_config_int_get(key);
+ prop = ecore_config_get(key);
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+
+ snprintf(key, PATH_MAX,
+ "/ewl/theme/color_classes/%d/g", i);
+ g = ewl_config_int_get(key);
+ prop = ecore_config_get(key);
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+
+ snprintf(key, PATH_MAX,
+ "/ewl/theme/color_classes/%d/b", i);
+ b = ewl_config_int_get(key);
+ prop = ecore_config_get(key);
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+
+ snprintf(key, PATH_MAX,
+ "/ewl/theme/color_classes/%d/a", i);
+ a = ewl_config_int_get(key);
+ prop = ecore_config_get(key);
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+
+ snprintf(key, PATH_MAX,
+ "/ewl/theme/color_classes/%d/r2", i);
+ r2 = ewl_config_int_get(key);
+ prop = ecore_config_get(key);
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+
+ snprintf(key, PATH_MAX,
+ "/ewl/theme/color_classes/%d/g2", i);
+ g2 = ewl_config_int_get(key);
+ prop = ecore_config_get(key);
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+
+ snprintf(key, PATH_MAX,
+ "/ewl/theme/color_classes/%d/b2", i);
+ b2 = ewl_config_int_get(key);
+ prop = ecore_config_get(key);
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+
+ snprintf(key, PATH_MAX,
+ "/ewl/theme/color_classes/%d/a2", i);
+ a2 = ewl_config_int_get(key);
+ prop = ecore_config_get(key);
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+
+ snprintf(key, PATH_MAX,
+ "/ewl/theme/color_classes/%d/r3", i);
+ r3 = ewl_config_int_get(key);
+ prop = ecore_config_get(key);
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+
+ snprintf(key, PATH_MAX,
+ "/ewl/theme/color_classes/%d/g3", i);
+ g3 = ewl_config_int_get(key);
+ prop = ecore_config_get(key);
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+
+ snprintf(key, PATH_MAX,
+ "/ewl/theme/color_classes/%d/b3", i);
+ b3 = ewl_config_int_get(key);
+ prop = ecore_config_get(key);
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+
+ snprintf(key, PATH_MAX,
+ "/ewl/theme/color_classes/%d/a3", i);
+ a3 = ewl_config_int_get(key);
+ prop = ecore_config_get(key);
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+
+ edje_color_class_set(name, r, g, b, a,
+ r2, g2, b2, a2,
+@@ -389,8 +389,8 @@
+
+ for(i = 0; keys[i] != NULL; i++) {
+ prop = ecore_config_get(keys[i]);
+- prop->flags &= ~PF_MODIFIED;
+- prop->flags |= PF_SYSTEM;
++ prop->flags &= ~ECORE_CONFIG_FLAG_MODIFIED;
++ prop->flags |= ECORE_CONFIG_FLAG_SYSTEM;
+ }
+
+ ecore_config_listen("ewl_debug_enable", "/ewl/debug/enable",
diff --git a/packages/efl/ewl/fix-ecore.patch b/packages/efl/ewl/fix-ecore.patch
new file mode 100644
index 0000000000..7a514a1740
--- /dev/null
+++ b/packages/efl/ewl/fix-ecore.patch
@@ -0,0 +1,11 @@
+diff -Nur ewl-0.0.4.004~/src/lib/Ewl.h ewl-0.0.4.004/src/lib/Ewl.h
+--- ewl-0.0.4.004~/src/lib/Ewl.h.in 2005-09-29 17:44:59.000000000 -0700
++++ ewl-0.0.4.004/src/lib/Ewl.h.in 2005-09-29 17:46:57.000000000 -0700
+@@ -257,6 +257,7 @@
+ #include <Evas.h>
+ #include <Edje.h>
+ #include <Ecore.h>
++#include <Ecore_Data.h>
+ #include <Edb.h>
+
+ #include <stdio.h>
diff --git a/packages/efl/ewl/minmax.patch b/packages/efl/ewl/minmax.patch
new file mode 100644
index 0000000000..cd8723e9a3
--- /dev/null
+++ b/packages/efl/ewl/minmax.patch
@@ -0,0 +1,18 @@
+diff -Nur ewl-0.0.4.004~/src/lib/Ewl.h.in ewl-0.0.4.004/src/lib/Ewl.h.in
+--- ewl-0.0.4.004~/src/lib/Ewl.h.in 2005-09-29 18:26:11.000000000 -0700
++++ ewl-0.0.4.004/src/lib/Ewl.h.in 2005-09-29 18:26:55.000000000 -0700
+@@ -254,6 +254,14 @@
+ extern"C" {
+ #endif
+
++#ifndef MAX
++#define MAX(a, b) (a > b ? a : b)
++#endif
++
++#ifndef MIN
++#define MIN(a, b) (a < b ? a : b)
++#endif
++
+ #include <Evas.h>
+ #include <Edje.h>
+ #include <Ecore.h>
diff --git a/packages/efl/ewl/no-examples.patch b/packages/efl/ewl/no-examples.patch
new file mode 100644
index 0000000000..402c50894c
--- /dev/null
+++ b/packages/efl/ewl/no-examples.patch
@@ -0,0 +1,22 @@
+diff -Nur ewl-0.0.4.004~/src/Makefile.am ewl-0.0.4.004/src/Makefile.am
+--- ewl-0.0.4.004~/src/Makefile.am 2005-09-29 18:21:52.000000000 -0700
++++ ewl-0.0.4.004/src/Makefile.am 2005-09-29 18:22:17.000000000 -0700
+@@ -1,5 +1,5 @@
+
+-SUBDIRS = lib bin
++SUBDIRS = lib
+
+ MAINTAINERCLEANFILES = Makefile.in
+
+diff -Nur ewl-0.0.4.004~/src/Makefile.in ewl-0.0.4.004/src/Makefile.in
+--- ewl-0.0.4.004~/src/Makefile.in 2005-09-29 18:21:52.000000000 -0700
++++ ewl-0.0.4.004/src/Makefile.in 2005-09-29 18:22:07.000000000 -0700
+@@ -108,7 +108,7 @@
+ ewl_media_include = @ewl_media_include@
+ requirements = @requirements@
+
+-SUBDIRS = lib bin
++SUBDIRS = lib
+
+ MAINTAINERCLEANFILES = Makefile.in
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/packages/efl/ewl_0.0.4.004.bb b/packages/efl/ewl_0.0.4.004.bb
index 0205de4216..85b85e0c05 100644
--- a/packages/efl/ewl_0.0.4.004.bb
+++ b/packages/efl/ewl_0.0.4.004.bb
@@ -8,7 +8,11 @@ PR = "r1"
inherit efl
-SRC_URI += "file://ewl-configure.patch;patch=1"
+SRC_URI += "file://ewl-configure.patch;patch=1 \
+ file://fix-ecore.patch;patch=1 \
+ file://ecore-flags.patch;patch=1 \
+ file://no-examples.patch;patch=1 \
+ file://minmax.patch;patch=1"
do_stage_append() {
for i in src/lib/ewl_*.h
diff --git a/packages/efl/imlib2-fb_1.2.1.004.bb b/packages/efl/imlib2-fb_1.2.1.006.bb
index 09fecdaf8b..09fecdaf8b 100644
--- a/packages/efl/imlib2-fb_1.2.1.004.bb
+++ b/packages/efl/imlib2-fb_1.2.1.006.bb
diff --git a/packages/efl/imlib2-native_1.2.1.004.bb b/packages/efl/imlib2-native_1.2.1.006.bb
index 6f8ebe477a..6f8ebe477a 100644
--- a/packages/efl/imlib2-native_1.2.1.004.bb
+++ b/packages/efl/imlib2-native_1.2.1.006.bb
diff --git a/packages/efl/imlib2-x11_1.2.1.004.bb b/packages/efl/imlib2-x11_1.2.1.006.bb
index 165321355c..165321355c 100644
--- a/packages/efl/imlib2-x11_1.2.1.004.bb
+++ b/packages/efl/imlib2-x11_1.2.1.006.bb