diff options
Diffstat (limited to 'packages')
76 files changed, 1409 insertions, 35532 deletions
diff --git a/packages/base-files/base-files/tosa/fstab b/packages/base-files/base-files/tosa/fstab index 886b065b52..fb37e07aec 100644 --- a/packages/base-files/base-files/tosa/fstab +++ b/packages/base-files/base-files/tosa/fstab @@ -9,4 +9,4 @@ tmpfs /media/ram tmpfs defaults 0 0 # SD/MMC in kernel 2.4 /dev/mmcda1 /media/card auto defaults,sync,noauto 0 0 # SD/MMC in kernel 2.6 -/dev/mmcblk0p1 /media/card auto defaults,sync,auto 0 0 +/dev/mmcblk0p1 /media/card auto defaults,sync,noauto 0 0 diff --git a/packages/base-files/base-files_3.0.14.bb b/packages/base-files/base-files_3.0.14.bb index 1f06cc1036..0689cfa0f3 100644 --- a/packages/base-files/base-files_3.0.14.bb +++ b/packages/base-files/base-files_3.0.14.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Miscellaneous files for the base system." SECTION = "base" PRIORITY = "required" -PR = "r46" +PR = "r47" LICENSE = "GPL" SRC_URI = " \ diff --git a/packages/dbus/dbus/no-static.patch b/packages/dbus/dbus/no-static.patch new file mode 100644 index 0000000000..a28a582681 --- /dev/null +++ b/packages/dbus/dbus/no-static.patch @@ -0,0 +1,22 @@ +--- dbus-0.23.4/bus/Makefile.am.old 2006-02-04 11:51:26.000000000 +0000 ++++ dbus-0.23.4/bus/Makefile.am 2006-02-04 11:51:27.000000000 +0000 +@@ -63,7 +63,7 @@ + dbus_daemon_1_LDADD= \ + $(EFENCE) \ + $(DBUS_BUS_LIBS) \ +- $(top_builddir)/dbus/libdbus-convenience.la ++ $(top_builddir)/dbus/libdbus-1.la $(top_builddir)/dbus/libdbus-convenience.la + + ## note that TESTS has special meaning (stuff to use in make check) + ## so if adding tests not to be run in make check, don't add them to +--- dbus-0.23.4/dbus/Makefile.am.old 2006-02-04 13:27:03.000000000 +0000 ++++ dbus-0.23.4/dbus/Makefile.am 2006-02-04 13:27:04.000000000 +0000 +@@ -144,7 +144,7 @@ + libdbus_1_la_LIBADD= $(DBUS_CLIENT_LIBS) + ## don't export symbols that start with "_" (we use this + ## convention for internal symbols) +-libdbus_1_la_LDFLAGS= -export-symbols-regex "^[^_].*" ++#libdbus_1_la_LDFLAGS= -export-symbols-regex "^[^_].*" + + ## note that TESTS has special meaning (stuff to use in make check) + ## so if adding tests not to be run in make check, don't add them to diff --git a/packages/e17/e-wm_0.16.999.022.bb b/packages/e17/e-wm_0.16.999.023.bb index 60d5fe6571..ef0162a174 100644 --- a/packages/e17/e-wm_0.16.999.022.bb +++ b/packages/e17/e-wm_0.16.999.023.bb @@ -8,9 +8,9 @@ PR = "r3" SRC_URI = "http://enlightenment.freedesktop.org/files/enlightenment-${PV}.tar.gz \ file://fix-configure.patch;patch=1 \ file://remove-large-fonts.patch;patch=1 \ - file://disable-splash.patch;patch=1 \ file://Xsession.d/98enlightenment \ cvs://anonymous@thinktux.net/root;module=e17/apps/e/data/themes;date=20050926" +# file://disable-splash.patch;patch=1 \ # http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/apps/e/data/themes/default_entry.edc?rev=1.1 \ # http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/apps/e/data/themes/images/focus.png?rev=1.1 \ # http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/apps/e/data/themes/images/entry.png?rev=1.1 \ diff --git a/packages/e17/entrance_0.9.0.005.bb b/packages/e17/entrance_0.9.0.005.bb new file mode 100644 index 0000000000..b79e26d4a4 --- /dev/null +++ b/packages/e17/entrance_0.9.0.005.bb @@ -0,0 +1,38 @@ +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 <papercrane@reversefold.com>" +PR = "r11" + +SRC_URI = "http://enlightenment.freedesktop.org/files/entrance-${PV}.tar.gz \ + file://config-db.patch;patch=1 \ + file://allow-missing-xsession.patch;patch=1 \ + file://run-Xinit.patch;patch=1 \ + file://set-display-env.patch;patch=1 \ + file://fix-auth-mode.patch;patch=1 \ + file://use-bash.patch;patch=1 \ + file://Sessions" + +S = "${WORKDIR}/entrance-${PV}" + +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/efl/e_0.16.999.022.bb b/packages/efl/e_0.16.999.023.bb index 35bb776269..35bb776269 100644 --- a/packages/efl/e_0.16.999.022.bb +++ b/packages/efl/e_0.16.999.023.bb diff --git a/packages/efl/ecore-fb_0.9.9.022.bb b/packages/efl/ecore-fb_0.9.9.023.bb index a5a843aeb4..a5a843aeb4 100644 --- a/packages/efl/ecore-fb_0.9.9.022.bb +++ b/packages/efl/ecore-fb_0.9.9.023.bb diff --git a/packages/efl/ecore-native_0.9.9.022.bb b/packages/efl/ecore-native_0.9.9.023.bb index 299470841c..299470841c 100644 --- a/packages/efl/ecore-native_0.9.9.022.bb +++ b/packages/efl/ecore-native_0.9.9.023.bb diff --git a/packages/efl/ecore-x11_0.9.9.022.bb b/packages/efl/ecore-x11_0.9.9.023.bb index 0927b59e03..0927b59e03 100644 --- a/packages/efl/ecore-x11_0.9.9.022.bb +++ b/packages/efl/ecore-x11_0.9.9.023.bb diff --git a/packages/efl/edb-native_1.0.5.004.bb b/packages/efl/edb-native_1.0.5.005.bb index d83a3b77c6..d83a3b77c6 100644 --- a/packages/efl/edb-native_1.0.5.004.bb +++ b/packages/efl/edb-native_1.0.5.005.bb diff --git a/packages/efl/edb_1.0.5.004.bb b/packages/efl/edb_1.0.5.005.bb index 30c14d3d58..30c14d3d58 100644 --- a/packages/efl/edb_1.0.5.004.bb +++ b/packages/efl/edb_1.0.5.005.bb diff --git a/packages/efl/edje-native_0.5.0.022.bb b/packages/efl/edje-native_0.5.0.023.bb index 523c38ba46..44b4e80c20 100644 --- a/packages/efl/edje-native_0.5.0.022.bb +++ b/packages/efl/edje-native_0.5.0.023.bb @@ -18,6 +18,8 @@ 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:cpp -I:/usr/bin/cpp -I:' ${S}/src/bin/edje_cc_parse.c + sed -i 's:gcc -I:/usr/bin/gcc -I:' ${S}/src/bin/edje_cc_parse.c } do_stage_append() { diff --git a/packages/efl/edje_0.5.0.022.bb b/packages/efl/edje_0.5.0.023.bb index 9315639af2..9315639af2 100644 --- a/packages/efl/edje_0.5.0.022.bb +++ b/packages/efl/edje_0.5.0.023.bb diff --git a/packages/efl/eet-native_0.9.10.022.bb b/packages/efl/eet-native_0.9.10.023.bb index fa20c9fb30..fa20c9fb30 100644 --- a/packages/efl/eet-native_0.9.10.022.bb +++ b/packages/efl/eet-native_0.9.10.023.bb diff --git a/packages/efl/eet_0.9.10.022.bb b/packages/efl/eet_0.9.10.023.bb index c0f89b1064..c0f89b1064 100644 --- a/packages/efl/eet_0.9.10.022.bb +++ b/packages/efl/eet_0.9.10.023.bb diff --git a/packages/efl/embryo-native_0.9.1.022.bb b/packages/efl/embryo-native_0.9.1.023.bb index a33adb7bd2..a33adb7bd2 100644 --- a/packages/efl/embryo-native_0.9.1.022.bb +++ b/packages/efl/embryo-native_0.9.1.023.bb diff --git a/packages/efl/embryo_0.9.1.022.bb b/packages/efl/embryo_0.9.1.023.bb index 1802da1bca..1802da1bca 100644 --- a/packages/efl/embryo_0.9.1.022.bb +++ b/packages/efl/embryo_0.9.1.023.bb diff --git a/packages/efl/emotion_20060128.bb b/packages/efl/emotion_20060128.bb index e450cf1d3a..a567c030cc 100644 --- a/packages/efl/emotion_20060128.bb +++ b/packages/efl/emotion_20060128.bb @@ -5,6 +5,7 @@ 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 +DEFAULT_PREFERENCE = "-1" inherit efl diff --git a/packages/efl/epeg_0.9.0.004.bb b/packages/efl/epeg_0.9.0.005.bb index c35ec63606..c35ec63606 100644 --- a/packages/efl/epeg_0.9.0.004.bb +++ b/packages/efl/epeg_0.9.0.005.bb diff --git a/packages/efl/epsilon_0.3.0.004.bb b/packages/efl/epsilon_0.3.0.005.bb index ab19043550..d454a538a6 100644 --- a/packages/efl/epsilon_0.3.0.004.bb +++ b/packages/efl/epsilon_0.3.0.005.bb @@ -5,4 +5,11 @@ DEPENDS = "virtual/imlib2 epeg libpng virtual/evas virtual/ecore perl-native edj inherit efl -SRC_URI += "file://compile-fix.patch;patch=1" +SRC_URI += "file://compile-fix.patch;patch=1 \ + cvs://anonymous@thinktux.net/root;module=e17/libs/epsilon/m4;date=20060101" + +do_configure_prepend() { + install -d "${S}/m4" + install "${WORKDIR}/m4/"*.m4 "${S}/m4" + aclocal -I m4 +} diff --git a/packages/efl/esmart-fb_0.9.0.004.bb b/packages/efl/esmart-fb_0.9.0.005.bb index 35bef239ee..35bef239ee 100644 --- a/packages/efl/esmart-fb_0.9.0.004.bb +++ b/packages/efl/esmart-fb_0.9.0.005.bb diff --git a/packages/efl/esmart-fb_20060128.bb b/packages/efl/esmart-fb_20060128.bb index 06360528a2..302fb95159 100644 --- a/packages/efl/esmart-fb_20060128.bb +++ b/packages/efl/esmart-fb_20060128.bb @@ -4,7 +4,8 @@ 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" +SRC_URI += "file://disable-x-only-features.patch;patch=1 \ + file://compile-fix.patch;patch=1" myheaders = "esmart_container/Esmart_Container.h \ esmart_draggies/Esmart_Draggies.h \ diff --git a/packages/efl/esmart-x11_0.9.0.004.bb b/packages/efl/esmart-x11_0.9.0.005.bb index 7c6737dd55..cb5cc1da91 100644 --- a/packages/efl/esmart-x11_0.9.0.004.bb +++ b/packages/efl/esmart-x11_0.9.0.005.bb @@ -1,24 +1,23 @@ include esmart.inc PR = "r2" -SRC_URI += "file://ecore-fix.patch;patch=1 \ - file://include-stdio.patch;patch=1" +SRC_URI += "file://include-stdio.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 \ esmart_trans_x11/Esmart_Trans_X11.h" +# esmart_textarea/Esmart_Textarea.h \ mylibraries = "esmart_container \ esmart_draggies \ esmart_file_dialog \ esmart_text_entry \ - esmart_textarea \ esmart_thumb \ esmart_trans_x11" +# esmart_textarea \ do_compile_prepend() { find ${S} -type f -name "*.[ch]" | xargs sed -i 's:NULL:0:g' diff --git a/packages/efl/esmart-x11_20060128.bb b/packages/efl/esmart-x11_20060128.bb index 88684e6851..cccb7c36ff 100644 --- a/packages/efl/esmart-x11_20060128.bb +++ b/packages/efl/esmart-x11_20060128.bb @@ -3,7 +3,8 @@ 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" + file://include-stdio.patch;patch=1 \ + file://compile-fix.patch;patch=1" S = "${WORKDIR}/esmart" myheaders = "esmart_container/Esmart_Container.h \ diff --git a/packages/efl/esmart.inc b/packages/efl/esmart.inc index c93ebc233b..b1b82d5ed1 100644 --- a/packages/efl/esmart.inc +++ b/packages/efl/esmart.inc @@ -6,7 +6,14 @@ PROVIDES += "virtual/esmart" inherit efl SRC_URI = "http://enlightenment.freedesktop.org/files/esmart-${PV}.tar.gz \ - file://compile-fix.patch;patch=1" + cvs://anonymous@thinktux.net/root;module=e17/libs/esmart/m4;date=20060101" + +do_configure_prepend() { + install -d "${S}/m4" + install "${WORKDIR}/m4/"*.m4 "${S}/m4" + aclocal -I m4 +} + S = "${WORKDIR}/esmart-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/esmart" diff --git a/packages/efl/evas-fb_0.9.9.022.bb b/packages/efl/evas-fb_0.9.9.023.bb index b0c9d5bdb6..b0c9d5bdb6 100644 --- a/packages/efl/evas-fb_0.9.9.022.bb +++ b/packages/efl/evas-fb_0.9.9.023.bb diff --git a/packages/efl/evas-native_0.9.9.022.bb b/packages/efl/evas-native_0.9.9.023.bb index 60bf7f6ae5..cb4336dfab 100644 --- a/packages/efl/evas-native_0.9.9.022.bb +++ b/packages/efl/evas-native_0.9.9.023.bb @@ -1,4 +1,5 @@ include evas-fb_${PV}.bb inherit native DEPENDS = "freetype-native libpng-native jpeg-native eet-native" -PROVIDES = "evas-native"
\ No newline at end of file +PROVIDES = "evas-native" +EXTRA_OECONF += "--enable-buffer" diff --git a/packages/efl/evas-x11_0.9.9.022.bb b/packages/efl/evas-x11_0.9.9.023.bb index 75a080a26c..75a080a26c 100644 --- a/packages/efl/evas-x11_0.9.9.022.bb +++ b/ |
