efl, e17: update ot newest versions
authorJustin Patrin <papercrane@gmail.com>
Sat, 27 Jan 2007 22:37:14 +0000 (22:37 +0000)
committerJustin Patrin <papercrane@gmail.com>
Sat, 27 Jan 2007 22:37:14 +0000 (22:37 +0000)
24 files changed:
packages/e17/e-wm_0.16.999.037.bb [moved from packages/e17/e-wm_0.16.999.036.bb with 100% similarity]
packages/e17/entrance/Sessions/Enlightenment
packages/e17/entrance_0.9.0.007.bb
packages/efl/ecore-fb_0.9.9.037.bb [moved from packages/efl/ecore-fb_0.9.9.036.bb with 93% similarity]
packages/efl/ecore-native_0.9.9.037.bb [moved from packages/efl/ecore-native_0.9.9.036.bb with 100% similarity]
packages/efl/ecore-x11_0.9.9.037.bb [moved from packages/efl/ecore-x11_0.9.9.036.bb with 100% similarity]
packages/efl/ecore.inc
packages/efl/ecore/fix-tslib-configure.patch
packages/efl/edb-native/.mtn2git_empty [new file with mode: 0644]
packages/efl/edb-native/no-gtk-forkbomb.patch [new file with mode: 0644]
packages/efl/edb-native_1.0.5.007.bb
packages/efl/edb_1.0.5.007.bb
packages/efl/edje-native_0.5.0.037.bb [moved from packages/efl/edje-native_0.5.0.036.bb with 100% similarity]
packages/efl/edje-utils_0.5.0.037.bb [moved from packages/efl/edje-utils_0.5.0.036.bb with 100% similarity]
packages/efl/edje_0.5.0.037.bb [moved from packages/efl/edje_0.5.0.036.bb with 100% similarity]
packages/efl/eet-native_0.9.10.037.bb [moved from packages/efl/eet-native_0.9.10.036.bb with 100% similarity]
packages/efl/eet_0.9.10.037.bb [moved from packages/efl/eet_0.9.10.036.bb with 100% similarity]
packages/efl/embryo-native_0.9.1.037.bb [moved from packages/efl/embryo-native_0.9.1.036.bb with 100% similarity]
packages/efl/embryo-utils_0.9.1.037.bb [moved from packages/efl/embryo-utils_0.9.1.036.bb with 100% similarity]
packages/efl/embryo_0.9.1.037.bb [moved from packages/efl/embryo_0.9.1.036.bb with 100% similarity]
packages/efl/evas-fb_0.9.9.037.bb [moved from packages/efl/evas-fb_0.9.9.036.bb with 100% similarity]
packages/efl/evas-native_0.9.9.037.bb [moved from packages/efl/evas-native_0.9.9.036.bb with 100% similarity]
packages/efl/evas-x11_0.9.9.037.bb [moved from packages/efl/evas-x11_0.9.9.036.bb with 100% similarity]
packages/efl/evas/fix-configure.patch

index 7f0a9a1..50126cb 100644 (file)
@@ -1,10 +1,10 @@
 DESCRIPTION = "Entrance is the Enlightenment login manager"
 LICENSE = "MIT"
 # can also use pam and crypt
-DEPENDS = "edb edb-native evas-x11 ecore-x11 edje esmart-x11 bash keylaunch xserver-common login-manager"
+DEPENDS = "evas-x11 ecore-x11 edje esmart-x11 bash keylaunch xserver-common login-manager"
 RDEPENDS += "bash keylaunch xserver-common glibc-gconv-iso8859-1 login-manager entrance-themes"
 HOMEPAGE = "http://www.enlightenment.org"
-PR = "r13"
+PR = "r14"
 
 inherit e
 
similarity index 93%
rename from packages/efl/ecore-fb_0.9.9.036.bb
rename to packages/efl/ecore-fb_0.9.9.037.bb
index 49c3292..b856d38 100644 (file)
@@ -1,6 +1,8 @@
 require ecore.inc
 PR = "r2"
 
+SRC_URI += "file://remove-bad-code.patch;patch=1"
+
 EXTRA_OECONF = "--enable-ecore-fb \
                --enable-ecore-job \
                --enable-ecore-file \
index e0e65b6..7d89435 100644 (file)
@@ -3,7 +3,7 @@ foundation libraries. It makes makes doing selections, drag and drop, event loop
 timeouts and idle handlers fast, optimized, and convenient."
 LEAD_SONAME = "libecore.so"
 LICENSE = "MIT"
-# can also have openssl, dbus
+# can also have openssl, dbus, iconv
 DEPENDS += "virtual/evas curl eet"
 PROVIDES += "virtual/ecore"
 
index 5a23f90..2c82b27 100644 (file)
@@ -1,12 +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 -Nur ecore-0.9.9.037~/configure.in ecore-0.9.9.037/configure.in
+--- ecore-0.9.9.037~/configure.in      2007-01-14 20:21:42.000000000 -0800
++++ ecore-0.9.9.037/configure.in       2007-01-14 20:22:18.000000000 -0800
+@@ -578,7 +578,7 @@
+ if test "x$want_ecore_fb" = "xyes"; then
  AC_CHECK_HEADER(tslib.h,
+     [
+-      tslib_libs="-ltslib"
++      tslib_libs="-lts"
+       AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_FB Touchscreen Code])
+     ]
+   )
diff --git a/packages/efl/edb-native/.mtn2git_empty b/packages/efl/edb-native/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/efl/edb-native/no-gtk-forkbomb.patch b/packages/efl/edb-native/no-gtk-forkbomb.patch
new file mode 100644 (file)
index 0000000..8fe2268
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur edb-1.0.5.007~/configure.in edb-1.0.5.007/configure.in
+--- edb-1.0.5.007~/configure.in        2007-01-15 01:01:31.000000000 -0800
++++ edb-1.0.5.007/configure.in 2007-01-15 01:01:40.000000000 -0800
+@@ -404,7 +404,7 @@
+ ncurses_ok=no
+ gtk_ok=no
+-GTK_CONFIG=`which gtk-config`
++GTK_CONFIG=
+ if test -x "$GTK_CONFIG"; then 
+   AC_CHECK_LIB(gtk, gtk_init, gtk_ok=yes, gtk_ok=no, `$GTK_CONFIG --libs`)
+ fi
index 82095f0..f3f9408 100644 (file)
@@ -2,6 +2,8 @@ require edb_${PV}.bb
 inherit native
 DEPENDS = "zlib-native"
 
+SRC_URI += "file://no-gtk-forkbomb.patch;patch=1"
+
 EXTRA_OECONF += "--disable-gtk --disable-ncurses"
 
 do_stage_append () {
index a152530..9632fc4 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "EDB is a database convenience library wrapped around the \
 Berkeley DB 2.7.7 by Sleepycat Software."
 DEPENDS = "zlib ncurses"
+# can depend on gtk and tcl/tk
 LICENSE = "BSD"
 PR = "r4"
 
index 61e2446..abf9b94 100644 (file)
@@ -1,17 +1,18 @@
---- evas-0.9.9.023/configure.in~       2006-01-11 21:34:57.000000000 -0800
-+++ evas-0.9.9.023/configure.in        2006-02-03 12:15:45.000000000 -0800
-@@ -152,9 +152,7 @@
+diff -Nur evas-0.9.9.037~/configure.in evas-0.9.9.037/configure.in
+--- evas-0.9.9.037~/configure.in       2007-01-14 20:09:57.000000000 -0800
++++ evas-0.9.9.037/configure.in        2007-01-14 20:11:09.000000000 -0800
+@@ -161,9 +161,7 @@
+   AC_CHECK_HEADER(X11/X.h,
      [
-       AM_CONDITIONAL(BUILD_ENGINE_SOFTWARE_X11, true)
        AC_DEFINE(BUILD_ENGINE_SOFTWARE_X11, 1, [Software X11 Rendering Backend])
 -      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_libs="-lX11 -lXext"
-       ENGINE_SOFTWARE_X11_PRG="evas_software_x11_test evas_software_x11_perf_test evas_software_x11_perf_load"
      ],
      [
-@@ -423,10 +421,10 @@
+       AC_MSG_RESULT(disabling software X11 engine)
+@@ -407,10 +405,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])
@@ -23,8 +24,8 @@
 +            gl_cflags=""
              gl_libs="-lGL -lGLU -lpthread"
              gl_dir=""
-             ENGINE_GL_X11_PRG="evas_gl_x11_test"
-@@ -489,7 +487,7 @@
+             ], [
+@@ -471,7 +469,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])
@@ -32,4 +33,4 @@
 +      x_dir="";
        x_cflags="-I"$x_dir"/include"
        x_libs="-L"$x_dir"/lib -lX11 -lXext"
-       ENGINE_CAIRO_X11_PRG="evas_cairo_x11_test"
+     ], [