diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-01-14 05:49:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-14 05:49:09 +0000 |
commit | 15089be4e934cc16b5f2553875118f7a54874dc8 (patch) | |
tree | bc5405a42a1fd74ded295392804a3f2b8a5fe60d /packages/efl | |
parent | e523c03092fc6cfeda92b045a4d188b328267930 (diff) |
efl, e17: update to newest versions, add CVS versions for all
- switch to thinktux CVS mirror
- move from CVS/SRCDATE to date parameter in cvs URI
- entrance and e-wm currently fail compiling
Diffstat (limited to 'packages/efl')
28 files changed, 382 insertions, 18 deletions
diff --git a/packages/efl/e_20050926.bb b/packages/efl/e_20060101.bb index e9efc5123e..495b647101 100644 --- a/packages/efl/e_20050926.bb +++ b/packages/efl/e_20060101.bb @@ -1,14 +1,11 @@ DESCRIPTION = "Enlightenment Window Mananger Library" DEPENDS = "virtual/evas virtual/ecore edje eet embryo" LICENSE = "MIT" -SRCDATE = "${PV}" PR = "r1" inherit efl -DEFAULT_PREFERENCE = "-1" - -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/e \ +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/e;date=${PV} \ file://fix-configure.patch;patch=1" S = "${WORKDIR}/e" diff --git a/packages/efl/ecore-fb_20050907.bb b/packages/efl/ecore-fb_20060101.bb index b60cd7e1fd..4badfa42ec 100644 --- a/packages/efl/ecore-fb_20050907.bb +++ b/packages/efl/ecore-fb_20060101.bb @@ -1,9 +1,7 @@ include ecore.inc PR = "r1" -DEFAULT_PREFERENCE = "-1" - -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ecore;date=${PV}" +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/ecore;date=${PV}" S = "${WORKDIR}/ecore" ### add tslib support diff --git a/packages/efl/ecore-native_20060101.bb b/packages/efl/ecore-native_20060101.bb new file mode 100644 index 0000000000..285fa99a3a --- /dev/null +++ b/packages/efl/ecore-native_20060101.bb @@ -0,0 +1,33 @@ +include ecore.inc +PR = "r1" + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/ecore;date=${PV} \ + file://remove-tslib-configure.patch;patch=1" +S = "${WORKDIR}/ecore" + +EXTRA_OECONF = "--enable-ecore-fb \ + --enable-ecore-job \ + --enable-ecore-file \ + --enable-poll \ + --enable-ecore-dbus \ + --enable-ecore-evas \ + --enable-ecore-evas-fb \ + --disable-ecore-evas-x \ + --disable-ecore-evas-gl \ + --enable-ecore-con \ + --enable-ecore-config \ + --enable-ecore-ipc \ + --enable-ecore-txt \ + --disable-ecore-x \ + --disable-curl \ + --without-curl-config \ + --enable-ecore-config \ + --disable-openssl" + +parts = "Ecore Ecore_Job Ecore_File Ecore_DBus Ecore_Txt Ecore_Fb Ecore_Con Ecore_Ipc Ecore_Evas Ecore_Config" + +inherit native +# disable curl for now (see EXTRA_OECONF in ecore-fb), we may reenable it when we need it +# DEPENDS = "curl-native eet-native evas-native" +DEPENDS = "eet-native evas-native" +PROVIDES = "ecore-native"
\ No newline at end of file diff --git a/packages/efl/ecore-x11_20060101.bb b/packages/efl/ecore-x11_20060101.bb new file mode 100644 index 0000000000..cc4fc76de7 --- /dev/null +++ b/packages/efl/ecore-x11_20060101.bb @@ -0,0 +1,29 @@ +include ecore.inc +DEPENDS += "evas-x11" +PR = "r2" + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/ecore;date=${PV} \ + file://evas-x11-include.patch;patch=1 \ + file://remove-tslib-configure.patch;patch=1" +S = "${WORKDIR}/ecore" + +EXTRA_OECONF = "--enable-ecore-fb \ + --enable-ecore-job \ + --enable-ecore-file \ + --enable-ecore-dbus \ + --enable-ecore-evas-fb \ + --enable-ecore-evas-x \ + --disable-ecore-evas-gl \ + --enable-ecore-con \ + --enable-ecore-ipc \ + --enable-ecore-txt \ + --enable-ecore-x \ + --enable-ecore-config \ + --disable-openssl \ + --x-includes=${STAGING_INCDIR}/X11 \ + --x-libraries=${STAGING_LIBDIR} " + +parts = "Ecore Ecore_Job Ecore_File Ecore_DBus \ + Ecore_Txt Ecore_Fb Ecore_Con \ + Ecore_Ipc Ecore_Evas Ecore_Config \ + Ecore_X" diff --git a/packages/efl/ecore.inc b/packages/efl/ecore.inc index ffc9df6b92..59d1af6cb3 100644 --- a/packages/efl/ecore.inc +++ b/packages/efl/ecore.inc @@ -12,7 +12,7 @@ inherit efl SRC_URI = "http://enlightenment.freedesktop.org/files/ecore-${PV}.tar.gz \ file://configure.patch;patch=1 \ file://fix-tslib-configure.patch;patch=1 \ - cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ecore/m4;date=20050926" + cvs://anonymous@thinktux.net/root;module=e17/libs/ecore/m4;date=20050926" S = "${WORKDIR}/ecore-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore" @@ -24,9 +24,11 @@ headers = "" parts = "<override me>" do_configure_prepend() { - install -d "${S}/m4" - install "${WORKDIR}/m4/"*.m4 "${S}/m4" - aclocal -I m4 + if [ -e "${WORKDIR}/m4" ]; then + install -d "${S}/m4" + install "${WORKDIR}/m4/"*.m4 "${S}/m4" + aclocal -I m4 + fi } do_stage_append() { diff --git a/packages/efl/ecore/remove-tslib-configure.patch b/packages/efl/ecore/remove-tslib-configure.patch new file mode 100644 index 0000000000..40ed1c2c33 --- /dev/null +++ b/packages/efl/ecore/remove-tslib-configure.patch @@ -0,0 +1,15 @@ +--- ecore/configure.in.~1.125.~ 2005-11-29 01:13:26.000000000 -0800 ++++ ecore/configure.in 2006-01-12 11:21:42.000000000 -0800 +@@ -101,12 +101,6 @@ + AC_CHECK_FUNCS(gettimeofday) + + tslib_libs="" +-AC_CHECK_HEADER(tslib.h, +- [ +- tslib_libs="-ltslib" +- AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_X Module]) +- ] +-) + AC_SUBST(tslib_libs) + + AC_CHECK_HEADERS(netinet/in.h) diff --git a/packages/efl/edb-native_20060101.bb b/packages/efl/edb-native_20060101.bb new file mode 100644 index 0000000000..d83a3b77c6 --- /dev/null +++ b/packages/efl/edb-native_20060101.bb @@ -0,0 +1,9 @@ +include edb_${PV}.bb +inherit native +DEPENDS = "zlib-native" + +EXTRA_OECONF += "--disable-gtk --disable-ncurses" + +do_stage_append () { + install -m 0755 tools/.libs/edb_ed ${STAGING_BINDIR} +} diff --git a/packages/efl/edb_20060101.bb b/packages/efl/edb_20060101.bb new file mode 100644 index 0000000000..0d0d899037 --- /dev/null +++ b/packages/efl/edb_20060101.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "EDB is a database convenience library wrapped around the \ +Berkeley DB 2.7.7 by Sleepycat Software." +DEPENDS = "zlib ncurses" +LICENSE = "BSD" +PR = "r1" + +inherit efl + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/edb;date=${PV}" +S = "${WORKDIR}/edb" + +EXTRA_OECONF += "--disable-gtk" + +libdirectory = "src" + +FILES_${PN}-dev += "${bindir}/edb_ed ${bindir}/edb_vt_ed ${bindir}/edb_gtk_ed" +RDEPENDS_${PN}-dev += "ncurses"
\ No newline at end of file diff --git a/packages/efl/edje-native_20060101.bb b/packages/efl/edje-native_20060101.bb new file mode 100644 index 0000000000..523c38ba46 --- /dev/null +++ b/packages/efl/edje-native_20060101.bb @@ -0,0 +1,28 @@ +include edje_${PV}.bb +PR = "r2" + +REAL_TARGET_SYS := ${TARGET_SYS} + +inherit native +DEPENDS = "evas-native ecore-native eet-native embryo-native imlib2-native" +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/edje" + +EXTRA_OECONF = "--with-fb-only \ + --with-evas-config=${STAGING_BINDIR}/evas-config-native \ + --with-ecore-config=${STAGING_BINDIR}/ecore-config-native \ + --with-eet-config=${STAGING_BINDIR}/eet-config-native \ + --with-embryo-config=${STAGING_BINDIR}/embryo-config-native \ + --with-imlib2-config=${STAGING_BINDIR}/imlib2-config-native " + +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 +} + +do_stage_append() { + edje_data_dir=`${STAGING_BINDIR}/edje-config-native --datadir` + # could also use ${STAGING_DATADIR}/edje/include + install -d $edje_data_dir/include + install -m 0644 data/include/edje.inc $edje_data_dir/include +} diff --git a/packages/efl/edje_0.5.0.022.bb b/packages/efl/edje_0.5.0.022.bb index 3c3a4fdcc7..9315639af2 100644 --- a/packages/efl/edje_0.5.0.022.bb +++ b/packages/efl/edje_0.5.0.022.bb @@ -6,7 +6,7 @@ PR = "r1" inherit efl -SRC_URI += "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edje/m4;date=20050926" +SRC_URI += "cvs://anonymous@thinktux.net/root;module=e17/libs/edje/m4;date=20060101" LEAD_SONAME = "libedje.so" diff --git a/packages/efl/edje_20060101.bb b/packages/efl/edje_20060101.bb new file mode 100644 index 0000000000..9a23201f80 --- /dev/null +++ b/packages/efl/edje_20060101.bb @@ -0,0 +1,17 @@ +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 = "cvs://anonymous@thinktux.net/root;module=e17/libs/edje;date=${PV}" +S = "${WORKDIR}/edje" + +LEAD_SONAME = "libedje.so" + +FILES_${PN}-dev += "${bindir}" + +RDEPENDS_${PN}-dev += "cpp" + diff --git a/packages/efl/eet-native_20060101.bb b/packages/efl/eet-native_20060101.bb new file mode 100644 index 0000000000..fa20c9fb30 --- /dev/null +++ b/packages/efl/eet-native_20060101.bb @@ -0,0 +1,7 @@ +include eet_${PV}.bb +inherit native +DEPENDS = "zlib-native jpeg-native" + +do_stage_append() { + install -m 0755 src/bin/.libs/eet ${STAGING_BINDIR} +} diff --git a/packages/efl/eet_20060101.bb b/packages/efl/eet_20060101.bb new file mode 100644 index 0000000000..70dde944fa --- /dev/null +++ b/packages/efl/eet_20060101.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "EET is a tiny library designed to write an \ +arbitary set of chunks of data to a file and optionally compress \ +each chunk (very much like a zip file) and allow fast \ +random-access reading of the file later on." +DEPENDS = "zlib jpeg" +LICENSE = "BSD" +PR = "r1" + +inherit efl + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/eet;date=${PV}" +S = "${WORKDIR}/eet" diff --git a/packages/efl/embryo-native_20060101.bb b/packages/efl/embryo-native_20060101.bb new file mode 100644 index 0000000000..a33adb7bd2 --- /dev/null +++ b/packages/efl/embryo-native_20060101.bb @@ -0,0 +1,7 @@ +include embryo_${PV}.bb +inherit native + +do_stage_append() { + install -d ${STAGING_DATADIR}/embryo/include + install -m 0644 include/default.inc ${STAGING_DATADIR}/embryo/include +}
\ No newline at end of file diff --git a/packages/efl/embryo_20060101.bb b/packages/efl/embryo_20060101.bb new file mode 100644 index 0000000000..58ff67869b --- /dev/null +++ b/packages/efl/embryo_20060101.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Embryo implements a C like scripting language used in various parts \ +of the Enlightenment project, namely Edje. Embryo's scripting language is based on \ +CompuPhase's Small language that was introduced in Dr Dobb's Journal in 1999. \ +Embryo allows scripting capabilities in places that otherwise wouldn't support \ +basic programming structures such as in Edje EDCs." +LICENSE = "MIT" +PR = "r1" + +inherit efl + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/embryo;date=${PV}" +S = "${WORKDIR}/embryo" diff --git a/packages/efl/emotion_20060101.bb b/packages/efl/emotion_20060101.bb new file mode 100644 index 0000000000..e450cf1d3a --- /dev/null +++ b/packages/efl/emotion_20060101.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Emotion is a multimedia library based on libxine" +LICENSE = "MIT" +DEPENDS = "eet virtual/evas edje virtual/ecore embryo virtual/libxine" +RDEPENDS += "libemotion-themes libemotion-plugins" +PR = "r2" + +#FIXME: Needs patch not to build the examples when building against ecore-fb, because the examples depend on ecore-x11 + +inherit efl + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/emotion;date=${PV}" +S = "${WORKDIR}/emotion" + +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_20050926.bb b/packages/efl/engrave_20060101.bb index 8ee284fb19..e3b64a82d3 100644 --- a/packages/efl/engrave_20050926.bb +++ b/packages/efl/engrave_20060101.bb @@ -5,7 +5,7 @@ DEPENDS = "virtual/evas virtual/ecore" inherit efl -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/engrave" +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/engrave;date=${PV}" S = "${WORKDIR}/engrave" do_stage_append() { diff --git a/packages/efl/epeg_20060101.bb b/packages/efl/epeg_20060101.bb new file mode 100644 index 0000000000..36ababb26f --- /dev/null +++ b/packages/efl/epeg_20060101.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "Epeg is a small library for handling thumbnails." +LICENSE = "MIT" +DEPENDS = "jpeg" + +inherit efl + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/epeg;date=${PV}" +S = "${WORKDIR}/epeg" diff --git a/packages/efl/esmart-fb_20060101.bb b/packages/efl/esmart-fb_20060101.bb new file mode 100644 index 0000000000..06360528a2 --- /dev/null +++ b/packages/efl/esmart-fb_20060101.bb @@ -0,0 +1,21 @@ +include esmart.inc +PR = "r0" + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/esmart;date=${PV}" +S = "${WORKDIR}/esmart" + +SRC_URI += "file://disable-x-only-features.patch;patch=1" + +myheaders = "esmart_container/Esmart_Container.h \ + esmart_draggies/Esmart_Draggies.h \ + esmart_file_dialog/Esmart_File_Dialog.h \ + esmart_text_entry/Esmart_Text_Entry.h \ + esmart_textarea/Esmart_Textarea.h \ + esmart_thumb/Esmart_Thumb.h" + +mylibraries = "esmart_container \ + esmart_draggies \ + esmart_file_dialog \ + esmart_text_entry \ + esmart_textarea \ + esmart_thumb" diff --git a/packages/efl/esmart-x11_20060101.bb b/packages/efl/esmart-x11_20060101.bb new file mode 100644 index 0000000000..88684e6851 --- /dev/null +++ b/packages/efl/esmart-x11_20060101.bb @@ -0,0 +1,27 @@ +include esmart.inc +PR = "r2" + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/esmart;date=${PV}" +SRC_URI += "file://ecore-fix.patch;patch=1 \ + file://include-stdio.patch;patch=1" +S = "${WORKDIR}/esmart" + +myheaders = "esmart_container/Esmart_Container.h \ + esmart_draggies/Esmart_Draggies.h \ + esmart_file_dialog/Esmart_File_Dialog.h \ + esmart_text_entry/Esmart_Text_Entry.h \ + esmart_textarea/Esmart_Textarea.h \ + esmart_thumb/Esmart_Thumb.h \ + esmart_trans_x11/Esmart_Trans_X11.h" + +mylibraries = "esmart_container \ + esmart_draggies \ + esmart_file_dialog \ + esmart_text_entry \ + 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/etox_20060101.bb b/packages/efl/etox_20060101.bb new file mode 100644 index 0000000000..d460479c4f --- /dev/null +++ b/packages/efl/etox_20060101.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Etox is a type setting and text layout library based on Evas. \ +Etox helps you when it comes to displaying, moving, resizing, layering, \ +clipping, aligning and coloring fonts in different styles, and more." +DEPENDS = "edb virtual/evas virtual/ecore" +LICENSE = "MIT" +PR = "r1" + +inherit efl + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/etox;date=${PV}" +S = "${WORKDIR}/etox" + +libdirectory = "src" diff --git a/packages/efl/evas-fb_20050907.bb b/packages/efl/evas-fb_20060101.bb index de783a7aeb..525aad5edf 100644 --- a/packages/efl/evas-fb_20050907.bb +++ b/packages/efl/evas-fb_20060101.bb @@ -4,7 +4,7 @@ PR = "r0" DEFAULT_PREFERENCE = "-1" -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/evas;date=${PV} \ +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/evas;date=${PV} \ file://pkg.m4" S = "${WORKDIR}/evas" diff --git a/packages/efl/evas-native_20060101.bb b/packages/efl/evas-native_20060101.bb new file mode 100644 index 0000000000..6482571932 --- /dev/null +++ b/packages/efl/evas-native_20060101.bb @@ -0,0 +1,4 @@ +include evas-fb_${PV}.bb +inherit native +DEPENDS = "freetype-native libpng-native jpeg-native eet-native" +PROVIDES = "evas-native" diff --git a/packages/efl/evas-x11_20060101.bb b/packages/efl/evas-x11_20060101.bb new file mode 100644 index 0000000000..d32565dd3b --- /dev/null +++ b/packages/efl/evas-x11_20060101.bb @@ -0,0 +1,55 @@ +include evas.inc +DEPENDS += "x11 xext freetype" +PR = "r3" + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/evas;date=${PV}" +S = "${WORKDIR}/evas" + +EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \ + --x-libraries=${STAGING_LIBDIR} \ + --enable-fb \ + --disable-directfb \ + --disable-buffer \ + --disable-software-qtopia \ + --enable-software-x11 \ + --disable-gl-x11 \ + --enable-image-loader-eet \ + --enable-image-loader-edb \ + --enable-image-loader-png \ + --enable-image-loader-jpeg \ + --enable-small-dither-mask \ + --enable-cpu-c \ + --enable-font-loader-eet \ + --enable-scale-sample \ + --enable-scale-smooth \ + --enable-convert-yuv \ + --disable-convert-8-rgb-332 \ + --disable-convert-8-rgb-666 \ + --disable-convert-8-rgb-232 \ + --disable-convert-8-rgb-222 \ + --disable-convert-8-rgb-221 \ + --disable-convert-8-rgb-121 \ + --disable-convert-8-rgb-111 \ + --enable-convert-16-rgb-565 \ + --disable-convert-16-rgb-555 \ + --disable-convert-16-rgb-444 \ + --disable-convert-16-rgb-ipq \ + --enable-convert-16-rgb-rot-0 \ + --disable-convert-16-rgb-rot-90 \ + --enable-convert-16-rgb-rot-270 \ + --disable-convert-24-rgb-888 \ + --disable-convert-24-bgr-888 \ + --disable-convert-32-rgb-8888 \ + --disable-convert-32-rgbx-8888 \ + --disable-convert-32-bgr-8888 \ + --disable-convert-32-bgrx-8888 \ + --disable-convert-32-rgb-rot-0 \ + --disable-convert-32-rgb-rot-90 \ + --disable-convert-32-rgb-rot-270" + +headers = "Evas_Engine_Software_X11.h \ + Evas_Engine_XRender_X11.h \ + Evas_Engine_Buffer.h \ + Evas_Engine_FB.h \ + Evas.h" + diff --git a/packages/efl/evas.inc b/packages/efl/evas.inc index 14d5cd3e32..3f25fd5767 100644 --- a/packages/efl/evas.inc +++ b/packages/efl/evas.inc @@ -13,17 +13,20 @@ export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config${@binconfig_suffix( SRC_URI = "http://enlightenment.freedesktop.org/files/evas-${PV}.tar.gz \ file://fix-configure.patch;patch=1 \ - cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/evas/m4;date=20050926" + cvs://anonymous@thinktux.net/root;module=e17/libs/evas/m4;date=20050926" S = "${WORKDIR}/evas-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/evas" EXTRA_OECONF = "<override me>" + do_configure_prepend() { - install -d "${S}/m4" - install "${WORKDIR}/m4/"*.m4 "${S}/m4" - aclocal -I m4 + if [ -e "${WORKDIR}/m4" ]; then + install -d "${S}/m4" + install "${WORKDIR}/m4/"*.m4 "${S}/m4" + aclocal -I m4 + fi } do_configure () { @@ -32,6 +35,7 @@ do_configure () { #find ${S} -name Makefile | xargs sed -i 's:--tag=CC:-lfreetype --tag=CC:' } + headers = "<override me>" libraries = "libevas" diff --git a/packages/efl/imlib2-fb_20060101.bb b/packages/efl/imlib2-fb_20060101.bb new file mode 100644 index 0000000000..88f988e8a0 --- /dev/null +++ b/packages/efl/imlib2-fb_20060101.bb @@ -0,0 +1,8 @@ +include imlib2.inc + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/imlib2;date=${PV}" +S = "${WORKDIR}/imlib2" + +EXTRA_OECONF = "--without-x \ + --disable-mmx" + diff --git a/packages/efl/imlib2-native_20060101.bb b/packages/efl/imlib2-native_20060101.bb new file mode 100644 index 0000000000..11c2fa4b89 --- /dev/null +++ b/packages/efl/imlib2-native_20060101.bb @@ -0,0 +1,11 @@ +include imlib2.inc + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/imlib2;date=${PV}" +S = "${WORKDIR}/imlib2" + +inherit native +PROVIDES = "imlib2-native" +DEPENDS = "freetype-native libpng-native jpeg-native" + +EXTRA_OECONF = "--disable-mmx \ + --without-x" diff --git a/packages/efl/imlib2-x11_20060101.bb b/packages/efl/imlib2-x11_20060101.bb new file mode 100644 index 0000000000..1fab5cb292 --- /dev/null +++ b/packages/efl/imlib2-x11_20060101.bb @@ -0,0 +1,11 @@ +include imlib2.inc + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/imlib2;date=${PV}" +S = "${WORKDIR}/imlib2" + +DEPENDS += "x11 xext" + +EXTRA_OECONF = "--disable-mmx \ + --with-x \ + --x-includes=${STAGING_INCDIR} \ + --x-libraries=${STAGING_LIBDIR}" |