From 56435559deae7a21e210bd654706aef415904fc4 Mon Sep 17 00:00:00 2001 From: Justin Patrin Date: Mon, 30 Jan 2006 08:18:38 +0000 Subject: efl, e17: update CVS versions again, fix cpp issues - evas is left at 20060113 because it changed that day and breaks ecore - cpp and gcc paths are hard-coded to /usr/bin/ to fix some issues with OE's binaries in use with edje --- packages/e17/e-iconbar_20060101.bb | 15 -------------- packages/e17/e-iconbar_20060128.bb | 15 ++++++++++++++ packages/e17/e-modules_20060101.bb | 19 ------------------ packages/e17/e-modules_20060128.bb | 19 ++++++++++++++++++ packages/e17/e-utils_20060101.bb | 13 ------------ packages/e17/e-utils_20060128.bb | 13 ++++++++++++ packages/e17/e-wm_20060101.bb | 32 ----------------------------- packages/e17/e-wm_20060128.bb | 33 ++++++++++++++++++++++++++++++ packages/e17/eclair_20060101.bb | 17 ---------------- packages/e17/eclair_20060128.bb | 17 ++++++++++++++++ packages/e17/engage_20060101.bb | 22 -------------------- packages/e17/engage_20060128.bb | 22 ++++++++++++++++++++ packages/e17/entice_20060101.bb | 18 ----------------- packages/e17/entice_20060128.bb | 18 +++++++++++++++++ packages/e17/entrance_20060101.bb | 37 ---------------------------------- packages/e17/entrance_20060128.bb | 37 ++++++++++++++++++++++++++++++++++ packages/e17/evidence_20060101.bb | 41 -------------------------------------- packages/e17/evidence_20060128.bb | 41 ++++++++++++++++++++++++++++++++++++++ packages/e17/examine_20060101.bb | 20 ------------------- packages/e17/examine_20060128.bb | 20 +++++++++++++++++++ 20 files changed, 235 insertions(+), 234 deletions(-) delete mode 100644 packages/e17/e-iconbar_20060101.bb create mode 100644 packages/e17/e-iconbar_20060128.bb delete mode 100644 packages/e17/e-modules_20060101.bb create mode 100644 packages/e17/e-modules_20060128.bb delete mode 100644 packages/e17/e-utils_20060101.bb create mode 100644 packages/e17/e-utils_20060128.bb delete mode 100644 packages/e17/e-wm_20060101.bb create mode 100644 packages/e17/e-wm_20060128.bb delete mode 100644 packages/e17/eclair_20060101.bb create mode 100644 packages/e17/eclair_20060128.bb delete mode 100644 packages/e17/engage_20060101.bb create mode 100644 packages/e17/engage_20060128.bb delete mode 100644 packages/e17/entice_20060101.bb create mode 100644 packages/e17/entice_20060128.bb delete mode 100644 packages/e17/entrance_20060101.bb create mode 100644 packages/e17/entrance_20060128.bb delete mode 100644 packages/e17/evidence_20060101.bb create mode 100644 packages/e17/evidence_20060128.bb delete mode 100644 packages/e17/examine_20060101.bb create mode 100644 packages/e17/examine_20060128.bb (limited to 'packages/e17') diff --git a/packages/e17/e-iconbar_20060101.bb b/packages/e17/e-iconbar_20060101.bb deleted file mode 100644 index 7bfd2d0c7e..0000000000 --- a/packages/e17/e-iconbar_20060101.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "An Iconbar for the Enlightenment Window Manager" -DEPENDS = "edb eet evas-x11 ecore-x11 edje esmart-x11 imlib2-x11" -LICENSE = "MIT" -SECTION = "e/apps" -MAINTAINER = "Justin Patrin " -PR = "r1" - -SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/iconbar;date=${PV}" -S = "${WORKDIR}/iconbar" - -inherit autotools - -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}" diff --git a/packages/e17/e-iconbar_20060128.bb b/packages/e17/e-iconbar_20060128.bb new file mode 100644 index 0000000000..7bfd2d0c7e --- /dev/null +++ b/packages/e17/e-iconbar_20060128.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "An Iconbar for the Enlightenment Window Manager" +DEPENDS = "edb eet evas-x11 ecore-x11 edje esmart-x11 imlib2-x11" +LICENSE = "MIT" +SECTION = "e/apps" +MAINTAINER = "Justin Patrin " +PR = "r1" + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/iconbar;date=${PV}" +S = "${WORKDIR}/iconbar" + +inherit autotools + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" + +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}" diff --git a/packages/e17/e-modules_20060101.bb b/packages/e17/e-modules_20060101.bb deleted file mode 100644 index 3a50083130..0000000000 --- a/packages/e17/e-modules_20060101.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Enlightenment Window Manager Extra Modules" -DEPENDS = "ecore-x11 evas-x11 esmart-x11 edje eet e" -LICENSE = "MIT" -SECTION = "e/apps" -MAINTAINER = "Justin Patrin " -PR = "r1" - -inherit autotools - -SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/e_modules;date=${PV}" -S = "${WORKDIR}/e_modules" - -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir}" - -do_compile_prepend() { - find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:' -} \ No newline at end of file diff --git a/packages/e17/e-modules_20060128.bb b/packages/e17/e-modules_20060128.bb new file mode 100644 index 0000000000..3a50083130 --- /dev/null +++ b/packages/e17/e-modules_20060128.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Enlightenment Window Manager Extra Modules" +DEPENDS = "ecore-x11 evas-x11 esmart-x11 edje eet e" +LICENSE = "MIT" +SECTION = "e/apps" +MAINTAINER = "Justin Patrin " +PR = "r1" + +inherit autotools + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/e_modules;date=${PV}" +S = "${WORKDIR}/e_modules" + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" + +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir}" + +do_compile_prepend() { + find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:' +} \ No newline at end of file diff --git a/packages/e17/e-utils_20060101.bb b/packages/e17/e-utils_20060101.bb deleted file mode 100644 index 18cd7a93cf..0000000000 --- a/packages/e17/e-utils_20060101.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Enlightenment Window Manager Utilities" -DEPENDS = "virtual/ecore virtual/evas virtual/esmart edje eet ewl engrave virtual/imlib2 e epsilon" -LICENSE = "MIT" -SECTION = "e/apps" -MAINTAINER = "Justin Patrin " -PR = "r1" - -inherit autotools - -SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/e_utils;date=${PV}" -S = "${WORKDIR}/e_utils" - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir}" diff --git a/packages/e17/e-utils_20060128.bb b/packages/e17/e-utils_20060128.bb new file mode 100644 index 0000000000..18cd7a93cf --- /dev/null +++ b/packages/e17/e-utils_20060128.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Enlightenment Window Manager Utilities" +DEPENDS = "virtual/ecore virtual/evas virtual/esmart edje eet ewl engrave virtual/imlib2 e epsilon" +LICENSE = "MIT" +SECTION = "e/apps" +MAINTAINER = "Justin Patrin " +PR = "r1" + +inherit autotools + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/e_utils;date=${PV}" +S = "${WORKDIR}/e_utils" + +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir}" diff --git a/packages/e17/e-wm_20060101.bb b/packages/e17/e-wm_20060101.bb deleted file mode 100644 index c3179e18d0..0000000000 --- a/packages/e17/e-wm_20060101.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "E17 - the Enlightenment Window Mananger" -DEPENDS = "evas-x11 ecore-x11 edje eet embryo e" -LICENSE = "MIT" -SECTION = "e/apps" -MAINTAINER = "Justin Patrin " -PR = "r3" - -SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/e;date=${PV} \ - file://Xsession.d/98enlightenment \ - file://fix-configure.patch;patch=1 \ - file://remove-large-fonts.patch;patch=1" -S = "${WORKDIR}/e" - -inherit autotools - -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}" - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir}" - -do_install_append() { - install -d ${D}/${sysconfdir}/X11/Xsession.d - install -m 755 ${WORKDIR}/Xsession.d/98enlightenment ${D}/${sysconfdir}/X11/Xsession.d -} diff --git a/packages/e17/e-wm_20060128.bb b/packages/e17/e-wm_20060128.bb new file mode 100644 index 0000000000..b97253514d --- /dev/null +++ b/packages/e17/e-wm_20060128.bb @@ -0,0 +1,33 @@ +DESCRIPTION = "E17 - the Enlightenment Window Mananger" +DEPENDS = "evas-x11 ecore-x11 edje eet embryo e" +LICENSE = "MIT" +SECTION = "e/apps" +MAINTAINER = "Justin Patrin " +PR = "r3" + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/e;date=${PV} \ + file://Xsession.d/98enlightenment \ + file://fix-configure.patch;patch=1 \ + file://remove-large-fonts.patch;patch=1" + +S = "${WORKDIR}/e" + +inherit autotools + +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}" + +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir}" + +do_install_append() { + install -d ${D}/${sysconfdir}/X11/Xsession.d + install -m 755 ${WORKDIR}/Xsession.d/98enlightenment ${D}/${sysconfdir}/X11/Xsession.d +} diff --git a/packages/e17/eclair_20060101.bb b/packages/e17/eclair_20060101.bb deleted file mode 100644 index 7e1d1e5bda..0000000000 --- a/packages/e17/eclair_20060101.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Eclair is the E17 multi media player" -SECTION = "e/apps" -DEPENDS = "evas-x11 ecore-x11 embryo imlib2-x11 edje-native edje libxine-x11 emotion esmart-x11 libxml2 sqlite3 taglibc" -LICENSE = "MIT" -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Justin Patrin " -PR = "r1" - -SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/eclair;date=${PV}" -S = "${WORKDIR}/eclair" - -inherit autotools - -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}" - diff --git a/packages/e17/eclair_20060128.bb b/packages/e17/eclair_20060128.bb new file mode 100644 index 0000000000..7e1d1e5bda --- /dev/null +++ b/packages/e17/eclair_20060128.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Eclair is the E17 multi media player" +SECTION = "e/apps" +DEPENDS = "evas-x11 ecore-x11 embryo imlib2-x11 edje-native edje libxine-x11 emotion esmart-x11 libxml2 sqlite3 taglibc" +LICENSE = "MIT" +HOMEPAGE = "http://www.enlightenment.org" +MAINTAINER = "Justin Patrin " +PR = "r1" + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/eclair;date=${PV}" +S = "${WORKDIR}/eclair" + +inherit autotools + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" + +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}" + diff --git a/packages/e17/engage_20060101.bb b/packages/e17/engage_20060101.bb deleted file mode 100644 index bd925a969c..0000000000 --- a/packages/e17/engage_20060101.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Engage is the E17 icon dock" -DEPENDS = "evas-x11 ecore-x11 esmart-x11 imlib2-x11 edje ewl e" -LICENSE = "MIT" -SECTION = "e/apps" -MAINTAINER = "Justin Patrin " -PR = "r2" - -SRC_URI = "cvs://anonymous@thinktux.net/root;module=misc/engage;date=${PV} \ - file://no-local-includes.patch;patch=1" -S = "${WORKDIR}/engage" - -inherit autotools pkgconfig binconfig - -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}" - diff --git a/packages/e17/engage_20060128.bb b/packages/e17/engage_20060128.bb new file mode 100644 index 0000000000..bd925a969c --- /dev/null +++ b/packages/e17/engage_20060128.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Engage is the E17 icon dock" +DEPENDS = "evas-x11 ecore-x11 esmart-x11 imlib2-x11 edje ewl e" +LICENSE = "MIT" +SECTION = "e/apps" +MAINTAINER = "Justin Patrin " +PR = "r2" + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=misc/engage;date=${PV} \ + file://no-local-includes.patch;patch=1" +S = "${WORKDIR}/engage" + +inherit autotools pkgconfig binconfig + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" + +do_prepsources () { + make clean distclean || true +} +addtask prepsources after do_fetch before do_unpack + +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}" + diff --git a/packages/e17/entice_20060101.bb b/packages/e17/entice_20060101.bb deleted file mode 100644 index 05023f7fa2..0000000000 --- a/packages/e17/entice_20060101.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Entice is the E17 picture viewer" -SECTION = "e/apps" -# can also depend on GIMP for editing -DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11" -LICENSE = "MIT" -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Justin Patrin " -PR = "r1" - -SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/entice;date=${PV}" -S = "${WORKDIR}/entice" - -inherit autotools - -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}" - diff --git a/packages/e17/entice_20060128.bb b/packages/e17/entice_20060128.bb new file mode 100644 index 0000000000..05023f7fa2 --- /dev/null +++ b/packages/e17/entice_20060128.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Entice is the E17 picture viewer" +SECTION = "e/apps" +# can also depend on GIMP for editing +DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11" +LICENSE = "MIT" +HOMEPAGE = "http://www.enlightenment.org" +MAINTAINER = "Justin Patrin " +PR = "r1" + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/entice;date=${PV}" +S = "${WORKDIR}/entice" + +inherit autotools + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" + +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}" + diff --git a/packages/e17/entrance_20060101.bb b/packages/e17/entrance_20060101.bb deleted file mode 100644 index 64fdac9e09..0000000000 --- a/packages/e17/entrance_20060101.bb +++ /dev/null @@ -1,37 +0,0 @@ -DESCRIPTION = "Entrance is the Enlightenment login manager" -SECTION = "e/apps" -LICENSE = "MIT" -# can also use pam and crypt -DEPENDS = "edb edb-native evas-x11 ecore-x11 edje esmart-x11 bash keylaunch detect-stylus xserver-common" -RDEPENDS += "bash keylaunch detect-stylus xserver-common glibc-gconv-iso8859-1" -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Justin Patrin " -PR = "r9" - -SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/entrance;date=${PV} \ - file://config-db.patch;patch=1 \ - file://allow-missing-xsession.patch;patch=1 \ - file://run-Xinit.patch;patch=1 \ - file://use-bash.patch;patch=1 \ - file://set-display-env.patch;patch=1 \ - file://Sessions" - -S = "${WORKDIR}/entrance" - -inherit autotools update-rc.d - -INITSCRIPT_NAME = "entrance" -INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." - -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc \ - --with-xsession=/etc/X11/Xsession \ - --with-auth-mode=0" - -FILES += "${datadir}" - -do_install_append() { - install -d ${D}/etc/X11/Xsession.d - install -d ${D}/etc/X11/Sessions - - install -m 755 ${WORKDIR}/Sessions/* ${D}/etc/X11/Sessions -} diff --git a/packages/e17/entrance_20060128.bb b/packages/e17/entrance_20060128.bb new file mode 100644 index 0000000000..3d4eacf73d --- /dev/null +++ b/packages/e17/entrance_20060128.bb @@ -0,0 +1,37 @@ +DESCRIPTION = "Entrance is the Enlightenment login manager" +SECTION = "e/apps" +LICENSE = "MIT" +# can also use pam and crypt +DEPENDS = "edb edb-native evas-x11 ecore-x11 edje esmart-x11 bash keylaunch detect-stylus xserver-common" +RDEPENDS += "bash keylaunch detect-stylus xserver-common glibc-gconv-iso8859-1" +HOMEPAGE = "http://www.enlightenment.org" +MAINTAINER = "Justin Patrin " +PR = "r9" + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/entrance;date=${PV} \ + file://config-db.patch;patch=1 \ + file://allow-missing-xsession.patch;patch=1 \ + file://run-Xinit.patch;patch=1 \ + file://use-bash.patch;patch=1 \ + file://set-display-env.patch;patch=1 \ + file://Sessions" + +S = "${WORKDIR}/entrance" + +inherit autotools update-rc.d + +INITSCRIPT_NAME = "entrance" +INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc \ + --with-xsession=/etc/X11/Xsession \ + --with-auth-mode=0" + +FILES += "${datadir}" + +do_install_append() { + install -d ${D}/etc/X11/Xsession.d + install -d ${D}/etc/X11/Sessions + + install -m 755 ${WORKDIR}/Sessions/* ${D}/etc/X11/Sessions +} diff --git a/packages/e17/evidence_20060101.bb b/packages/e17/evidence_20060101.bb deleted file mode 100644 index 5c24152b17..0000000000 --- a/packages/e17/evidence_20060101.bb +++ /dev/null @@ -1,41 +0,0 @@ -DESCRIPTION = "evidence, an enlightenemt file manager" -LICENSE = "GPL" -SECTION = "e" -MAINTAINER = "Justin Patrin " -# can support dbus, avifile, libmpeg3 -DEPENDS = "pkgconfig gtk+ glib-2.0 ecore-x11 evas-x11 edb eet edje imlib2-x11 libpng epeg jpeg pcre curl taglib libvorbis libogg libxine-x11 emotion freetype" -RDEPENDS += "examine" -PR = "r0" - -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/evidence;module=evidence;date=${PV}" -S = "${WORKDIR}/evidence" - -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc \ - --enable-ecore \ - --enable-ecore-ipc \ - --enable-canvas-evas2 \ - --enable-edje \ - --enable-x \ - --enable-tree-view \ - --enable-icon-view \ - --enable-browser-view \ - --with-libxine=${STAGING_LIBDIR}" - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack - -do_compile_prepend() { - sed -i 's:LDFLAGS = :LDFLAGS = -L${STAGING_LIBDIR} :' ${S}/src/providers/vorbis/Makefile -} - -export EET_CONFIG = "${STAGING_BINDIR}/eet-config" -export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config" -export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config" -export EMBRYO_CONFIG = "${STAGING_BINDIR}/embryo-config" -export EDJE_CONFIG = "${STAGING_BINDIR}/edje-config" - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} /etc/* /usr/sbin/*" - -inherit autotools pkgconfig binconfig diff --git a/packages/e17/evidence_20060128.bb b/packages/e17/evidence_20060128.bb new file mode 100644 index 0000000000..5c24152b17 --- /dev/null +++ b/packages/e17/evidence_20060128.bb @@ -0,0 +1,41 @@ +DESCRIPTION = "evidence, an enlightenemt file manager" +LICENSE = "GPL" +SECTION = "e" +MAINTAINER = "Justin Patrin " +# can support dbus, avifile, libmpeg3 +DEPENDS = "pkgconfig gtk+ glib-2.0 ecore-x11 evas-x11 edb eet edje imlib2-x11 libpng epeg jpeg pcre curl taglib libvorbis libogg libxine-x11 emotion freetype" +RDEPENDS += "examine" +PR = "r0" + +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/evidence;module=evidence;date=${PV}" +S = "${WORKDIR}/evidence" + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc \ + --enable-ecore \ + --enable-ecore-ipc \ + --enable-canvas-evas2 \ + --enable-edje \ + --enable-x \ + --enable-tree-view \ + --enable-icon-view \ + --enable-browser-view \ + --with-libxine=${STAGING_LIBDIR}" + +do_prepsources () { + make clean distclean || true +} +addtask prepsources after do_fetch before do_unpack + +do_compile_prepend() { + sed -i 's:LDFLAGS = :LDFLAGS = -L${STAGING_LIBDIR} :' ${S}/src/providers/vorbis/Makefile +} + +export EET_CONFIG = "${STAGING_BINDIR}/eet-config" +export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config" +export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config" +export EMBRYO_CONFIG = "${STAGING_BINDIR}/embryo-config" +export EDJE_CONFIG = "${STAGING_BINDIR}/edje-config" + +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} /etc/* /usr/sbin/*" + +inherit autotools pkgconfig binconfig diff --git a/packages/e17/examine_20060101.bb b/packages/e17/examine_20060101.bb deleted file mode 100644 index 45ceb65458..0000000000 --- a/packages/e17/examine_20060101.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "examine, the program configurator" -DEPENDS = "virtual/ecore ewl" -LICENSE = "MIT" -SECTION = "e/apps" -MAINTAINER = "Justin Patrin " -PR = "r0" - -SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/examine;date=${PV}" -S = "${WORKDIR}/examine" - -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" - -inherit autotools pkgconfig binconfig - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}" diff --git a/packages/e17/examine_20060128.bb b/packages/e17/examine_20060128.bb new file mode 100644 index 0000000000..45ceb65458 --- /dev/null +++ b/packages/e17/examine_20060128.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "examine, the program configurator" +DEPENDS = "virtual/ecore ewl" +LICENSE = "MIT" +SECTION = "e/apps" +MAINTAINER = "Justin Patrin " +PR = "r0" + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/examine;date=${PV}" +S = "${WORKDIR}/examine" + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" + +inherit autotools pkgconfig binconfig + +do_prepsources () { + make clean distclean || true +} +addtask prepsources after do_fetch before do_unpack + +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}" -- cgit v1.2.3