diff options
| author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-12-03 00:17:11 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-12-03 00:17:11 +0000 |
| commit | 62d5f872cfb13c9128c53107717e46151b08c2d4 (patch) | |
| tree | 9c57172db475183c6b1477182ecf51a61d546d5f /packages | |
| parent | 98f2476ef75f423cba5b97677506c823448473e8 (diff) | |
| parent | 2256b7743ce7e5767a033c0682ced0e1f70dbf00 (diff) | |
merge of '5da7cf9aa3826def2c6dd499a01135180d7d6920'
and 'c2229d2baf9f3a015f0aa6354d84590f73a5ca0a'
Diffstat (limited to 'packages')
29 files changed, 2991 insertions, 4810 deletions
diff --git a/packages/angstrom/angstrom-gpe-task-base.bb b/packages/angstrom/angstrom-gpe-task-base.bb index 265f51863d..cc3d08972f 100644 --- a/packages/angstrom/angstrom-gpe-task-base.bb +++ b/packages/angstrom/angstrom-gpe-task-base.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Task packages for the Angstrom distribution" -PR = "r32" +PR = "r33" inherit task @@ -12,6 +12,8 @@ RDEPENDS_${PN} = "\ rxvt-unicode \ gpe-terminal \ matchbox-keyboard \ + xkbd \ + xkbd-layout-ru \ gpe-theme-clearlooks \ xst \ xhost \ diff --git a/packages/angstrom/angstrom-gpe-task-settings.bb b/packages/angstrom/angstrom-gpe-task-settings.bb index a9463fdbe5..adc4bb0756 100644 --- a/packages/angstrom/angstrom-gpe-task-settings.bb +++ b/packages/angstrom/angstrom-gpe-task-settings.bb @@ -1,10 +1,11 @@ DESCRIPTION = "Task packages for the Angstrom distribution" -PR = "r32" +PR = "r33" inherit task RDEPENDS_${PN} = "\ matchbox-panel-manager \ + mboxkbd-layouts-gui \ gpe-su \ gpe-conf \ gpe-package \ diff --git a/packages/directfb/directfb-examples_1.0.0.bb b/packages/directfb/directfb-examples_1.0.0.bb index 8a792b4ae4..064a808273 100644 --- a/packages/directfb/directfb-examples_1.0.0.bb +++ b/packages/directfb/directfb-examples_1.0.0.bb @@ -3,8 +3,10 @@ DEPENDS = "directfb" SECTION = "libs" LICENSE = "GPL" -SRC_URI = "http://www.directfb.org/downloads/Extras/DirectFB-extra-${PV}.tar.gz" -S = "${WORKDIR}/DirectFB-extra-${PV}" +SRC_URI = " \ + http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz \ + " +S = "${WORKDIR}/DirectFB-examples-${PV}" inherit autotools diff --git a/packages/directfb/directfb_1.1.0.bb b/packages/directfb/directfb_1.1.0.bb index 84772b6a25..2c600b409f 100644 --- a/packages/directfb/directfb_1.1.0.bb +++ b/packages/directfb/directfb_1.1.0.bb @@ -10,12 +10,15 @@ DEPENDS = "jpeg libpng freetype zlib tslib" PR = "r1" RV = "1.1-0" -SRC_URI = "http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz \ - file://fix-pkgconfig-cflags.patch;patch=1 \ - file://fix-font-missing-char.patch;patch=1 \ - file://getpagesize.patch;patch=1 \ - file://fix-includes.patch;patch=1 \ - file://mkdfiff.patch;patch=1" +SRC_URI = " \ + http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz \ + file://fix-configure-include-path.patch;patch=1 \ + file://fix-pkgconfig-cflags.patch;patch=1 \ + file://fix-font-missing-char.patch;patch=1 \ + file://getpagesize.patch;patch=1 \ + file://fix-includes.patch;patch=1 \ + file://mkdfiff.patch;patch=1 \ + " S = "${WORKDIR}/DirectFB-${PV}" @@ -23,11 +26,12 @@ LDFLAGS_append =" -lts -lm" inherit autotools pkgconfig -EXTRA_OECONF = "--with-gfxdrivers=none \ +EXTRA_OECONF = " \ + --with-gfxdrivers=none \ --enable-libmpeg3=no \ --enable-freetype=yes \ --enable-sdl=no \ - --enable-vnc=no \ + --enable-vnc=no \ --disable-x11 \ " diff --git a/packages/directfb/files/fix-configure-include-path.patch b/packages/directfb/files/fix-configure-include-path.patch new file mode 100644 index 0000000000..f9bbff8b00 --- /dev/null +++ b/packages/directfb/files/fix-configure-include-path.patch @@ -0,0 +1,13 @@ +--- DirectFB-1.1.0/configure.in-orig 2007-08-27 00:07:00.000000000 -0700 ++++ DirectFB-1.1.0/configure.in 2007-11-26 12:05:52.000000000 -0800 +@@ -1380,8 +1380,8 @@ + + MODULEDIR=$libdir/$MODULEDIRNAME + DATADIR=$datadir/directfb-$VERSION +-INCLUDEDIR=$includedir/directfb +-INTERNALINCLUDEDIR=$includedir/directfb-internal ++INCLUDEDIR=$includedir/ ++INTERNALINCLUDEDIR=$includedir/ + + SOPATH=$libdir/libdirectfb-$LT_RELEASE.so.$LT_CURRENT + AC_SUBST(SOPATH) diff --git a/packages/dropbear/dropbear-early/.mtn2git_empty b/packages/dropbear/dropbear-early/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/dropbear/dropbear-early/.mtn2git_empty diff --git a/packages/dropbear/dropbear-early/dropbear-early b/packages/dropbear/dropbear-early/dropbear-early new file mode 100644 index 0000000000..fa06a93003 --- /dev/null +++ b/packages/dropbear/dropbear-early/dropbear-early @@ -0,0 +1,10 @@ +#!/bin/sh + +for x in $(cat /proc/cmdline); do + case $x in + dropbear=early) + echo "Starting dropbear early" + exec /etc/init.d/dropbear $* + ;; + esac +done diff --git a/packages/dropbear/dropbear-early_1.0.bb b/packages/dropbear/dropbear-early_1.0.bb new file mode 100644 index 0000000000..651d1327ca --- /dev/null +++ b/packages/dropbear/dropbear-early_1.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Allow to start dropbear soon after boot, depending on kernel command line option." +SECTION = "devel" +PR = "r1" + +SRC_URI = "file://dropbear-early" + +inherit update-rc.d + +do_install() { + install -d ${D}${sysconfdir}/init.d + install -m 0755 ${WORKDIR}/${INITSCRIPT_NAME} ${D}${sysconfdir}/init.d/ +} + +PACKAGE_ARCH = "all" + +INITSCRIPT_NAME = "dropbear-early" +INITSCRIPT_PARAMS = "start 00 S ." diff --git a/packages/images/initramfs-bootmenu-image.bb b/packages/images/initramfs-bootmenu-image.bb new file mode 100644 index 0000000000..a495363661 --- /dev/null +++ b/packages/images/initramfs-bootmenu-image.bb @@ -0,0 +1,11 @@ +# Sample initramfs image + +IMAGE_INSTALL = "busybox-static initramfs-module-bootmenu" +IMAGE_LINGUAS = "" + +# Remove any kernel-image that the kernel-module-* packages may have pulled in. +PACKAGE_REMOVE = "kernel-image-* update-modules module-init-tools-depmod uclibc update-rc.d" +ROOTFS_POSTPROCESS_COMMAND += "ipkg-cl ${IPKG_ARGS} -force-depends \ + remove ${PACKAGE_REMOVE};" + +inherit image diff --git a/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb b/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb index b63bc67af7..3101ecb3be 100644 --- a/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb +++ b/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb @@ -1,7 +1,7 @@ require ipkg-utils_${PV}.bb RDEPENDS = "" -PR = "r14" +PR = "r15" inherit native diff --git a/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb b/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb index 51f5d7f835..c089796ccb 100644 --- a/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb +++ b/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb @@ -5,19 +5,18 @@ LICENSE = "GPL" CONFLICTS = "ipkg-link" RDEPENDS = "python" SRCDATE = "20050404" -PR = "r16" +PR = "r17" SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \ file://ipkg-utils-fix.patch;patch=1 \ file://ipkg-py-sane-vercompare.patch;patch=1 \ file://ipkg-py-tarfile.patch;patch=1 \ file://ipkg-make-index-track-stamps.patch;patch=1 \ - file://fields_tweaks.patch;patch=1 \ - " + file://fields_tweaks.patch;patch=1 " S = "${WORKDIR}/ipkg-utils" -INSTALL = "ipkg-build ipkg-deb-unbuild ipkg-unbuild ipkg-compare-versions ipkg-upload ipkg-make-index ipkg-link ipkg.py" +INSTALL = "ipkg-build ipkg-deb-unbuild ipkg-unbuild ipkg-compare-versions ipkg-upload ipkg-make-index ipkg-link ipkg.py ipkg-list-fields" do_compile() { oe_runmake ipkg-compare-versions diff --git a/packages/ipkg/files/ipkg-configure b/packages/ipkg/files/ipkg-configure new file mode 100644 index 0000000000..e0c65ad4e2 --- /dev/null +++ b/packages/ipkg/files/ipkg-configure @@ -0,0 +1,5 @@ +#!/bin/sh + +echo "Starting to configure packages..." +ipkg-cl configure +echo "Finished to configure packages." diff --git a/packages/ipkg/ipkg.inc b/packages/ipkg/ipkg.inc index b1e2f19267..9154572f08 100644 --- a/packages/ipkg/ipkg.inc +++ b/packages/ipkg/ipkg.inc @@ -10,28 +10,24 @@ FILES_libipkg = "${libdir}/*.so.*" AUTO_LIBNAME_PKGS = "libipkg" SRC_URI = "${HANDHELDS_CVS};module=familiar/dist/ipkg;tag=${@'V' + bb.data.getVar('PV',d,1).replace('.', '-')} \ + file://ipkg-configure \ file://terse.patch;patch=1" S = "${WORKDIR}/ipkg/C" -inherit autotools pkgconfig +inherit autotools pkgconfig update-rc.d # Define a variable to allow distros to run configure earlier. # (for example, to enable loading of ethernet kernel modules before networking starts) IPKG_INIT_POSITION = "98" IPKG_INIT_POSITION_slugos = "41" +INITSCRIPT_NAME = "ipkg-configure" +INITSCRIPT_PARAMS = "start ${IPKG_INIT_POSITION} S ." + + pkg_postinst_ipkg () { #!/bin/sh -if [ "x$D" != "x" ]; then - install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d - # this happens at S98 where our good 'ole packages script used to run - echo "#!/bin/sh -ipkg-cl configure -" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure - chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure -fi - update-alternatives --install ${bindir}/ipkg ipkg ${bindir}/ipkg-cl 100 } @@ -40,6 +36,11 @@ pkg_postrm_ipkg () { update-alternatives --remove ipkg ${bindir}/ipkg-cl } +do_install_append() { + install -d ${D}${sysconfdir}/init.d + install -m 0755 ${WORKDIR}/${INITSCRIPT_NAME} ${D}${sysconfdir}/init.d/ +} + do_stage() { oe_libinstall -so libipkg ${STAGING_LIBDIR} install -d ${STAGING_INCDIR}/replace/ diff --git a/packages/ipkg/ipkg_0.99.163.bb b/packages/ipkg/ipkg_0.99.163.bb index 56e25900c1..fccfe8d53f 100644 --- a/packages/ipkg/ipkg_0.99.163.bb +++ b/packages/ipkg/ipkg_0.99.163.bb @@ -1,9 +1,10 @@ include ipkg.inc -PR = "r5" +PR = "r6" S = "${WORKDIR}/ipkg-${PV}" SRC_URI = "http://www.handhelds.org/pub/packages/ipkg/ipkg-${PV}.tar.gz \ + file://ipkg-configure \ file://terse.patch;patch=1 \ file://is-processing.patch;patch=1 \ file://1-pkg-parse--Optimize-inefficient-parsing.patch;patch=1 \ diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh19.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh19.bb new file mode 100644 index 0000000000..b34d4630a0 --- /dev/null +++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh19.bb @@ -0,0 +1,11 @@ +SECTION = "kernel" +DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." +LICENSE = "GPL" +PR = "r0" + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ + file://defconfig" + +require linux-handhelds-2.6.inc diff --git a/packages/psplash/files/angstrom/angstrom-psplash-qvga-img.h b/packages/psplash/files/angstrom/angstrom-psplash-qvga-img.h deleted file mode 100644 index a03d16e57a..0000000000 --- a/packages/psplash/files/angstrom/angstrom-psplash-qvga-img.h +++ /dev/null @@ -1,1336 +0,0 @@ -/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ - -#define HAND_IMG_ROWSTRIDE (1016) -#define HAND_IMG_WIDTH (254) -#define HAND_IMG_HEIGHT (264) -#define HAND_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */ -#define HAND_IMG_RLE_PIXEL_DATA ((uint8*) \ - "\377\333\343\342\377\377\333\343\342\377\377\333\343\342\377\377\333\343" \ - "\342\377\377\333\343\342\377\377\333\343\342\377\377\333\343\342\377" \ - "\377\333\343\342\377\377\333\343\342\377\377\333\343\342\377\377\333" \ - "\343\342\377\377\333\343\342\377\377\333\343\342\377\377\333\343\342" \ - "\377\377\333\343\342\377\377\333\343\342\377\377\333\343\342\377\377" \ - "\333\343\342\377\377\333\343\342\377\377\333\343\342\377\377\333\343" \ - "\342\377\377\333\343\342\377\377\333\343\342\377\377\333\343\342\377" \ - "\377\333\343\342\377\377\333\343\342\377\377\333\343\342\377\377\333" \ - "\343\342\377\377\333\343\342\377\377\333\343\342\377\377\333\343\342" \ - "\377\377\333\343\342\377\377\333\343\342\377\377\333\343\342\377\377" \ - "\333\343\342\377\377\333\343\342\377\377\333\343\342\377\377\333\343" \ - "\342\377\377\333\343\342\377\377\333\343\342\377\377\333\343\342\377" \ - "\377\333\343\342\377\377\333\343\342\377\377\333\343\342\377\377\333" \ - "\343\342\377\377\333\343\342\377\377\333\343\342\377\377\333\343\342" \ - "\377\377\333\343\342\377\377\333\343\342\377\331\333\343\342\377\5\327" \ - "\340\337\377\314\327\325\377\306\323\320\377\321\333\331\377\332\342" \ - "\341\377\377\333\343\342\377\206\333\343\342\377\1\276\311\307\377\202" \ - "g~y\377\357\333\343\342\377\2\253\276\272\377\233\262\255\377\204\223" \ - "\254\247\377\3\225\255\250\377\240\266\262\377\303\321\316\377\377\333" \ - "\343\342\377\204\333\343\342\377\1\270\305\303\377\202Slg\377\357\333" \ - "\343\342\377\11\231\260\254\377\223\254\247\377\243\271\264\377\267\307" \ - "\304\377\277\316\313\377\256\301\275\377\232\261\255\377\223\254\247" \ - "\377\271\311\306\377\377\333\343\342\377\204\333\343\342\377\1\270\305" \ - "\303\377\202Slg\377\357\333\343\342\377\202\231\260\254\377\204\377\377" \ - "\377\377\3\326\337\335\377\223\254\247\377\271\311\306\377\364\333\343" \ - "\342\377\4\332\342\341\377\316\330\326\377\277\312\310\377\260\275\273" \ - "\377\213\254\271\267\377\1\225\246\243\377\202Slg\377\357\333\343\342" \ - "\377\202\231\260\254\377\204\377\377\377\377\3\326\337\335\377\223\254" \ - "\247\377\271\311\306\377\362\333\343\342\377\3\266\302\300\377v\212\206" \ - "\377Vni\377\221Slg\377\357\333\343\342\377\202\231\260\254\377\204\377" \ - "\377\377\377\3\326\337\335\377\223\254\247\377\271\311\306\377\360\333" \ - "\343\342\377\2\320\331\330\377n\204\200\377\224Slg\377\357\333\343\342" \ - "\377\202\231\260\254\377\204\377\377\377\377\3\326\337\335\377\223\254" \ - "\247\377\271\311\306\377\357\333\343\342\377\2\332\342\341\377x\215\211" \ - "\377\225Slg\377\357\333\343\342\377\202\231\260\254\377\204\377\377\377" \ - "\377\3\326\337\335\377\223\254\247\377\271\311\306\377\357\333\343\342" \ - "\377\1\240\260\255\377\204Slg\377\4Uni\377s\210\203\377\177\222\217\377" \ - "\213\235\231\377\213\222\243\240\377\1\202\225\221\377\202Slg\377\357" \ - "\333\343\342\377\202\231\260\254\377\204\377\377\377\377\3\326\337\335" \ - "\377\223\254\247\377\271\311\306\377\357\333\343\342\377\1{\217\213\377" \ - "\203Slg\377\2\230\250\245\377\317\330\327\377\216\333\343\342\377\1\270" \ - "\305\303\377\202Slg\377\357\333\343\342\377\202\231\260\254\377\204\377" \ - "\377\377\377\3\326\337\335\377\223\254\247\377\271\311\306\377\357\333" \ - "\343\342\377\1byt\377\202Slg\377\1\230\250\245\377\220\333\343\342\377" \ - "\1\270\305\303\377\202Slg\377\357\333\343\342\377\202\231\260\254\377" \ - "\204\377\377\377\377\3\326\337\335\377\223\254\247\377\271\311\306\377" \ - "\356\333\343\342\377\1\324\335\334\377\203Slg\377\1\324\334\333\377\220" \ - "\333\343\342\377\1\274\307\306\377\202_vr\377\357\333\343\342\377\202" \ - "\231\260\254\377\204\377\377\377\377\3\326\337\335\377\223\254\247\377" \ - "\271\311\306\377\356\333\343\342\377\4\332\342\341\377Xql\377Slg\377" \ - "f|x\377\377\333\343\342\377\204\333\343\342\377\202\231\260\254\377\204" \ - "\377\377\377\377\3\326\337\335\377\223\254\247\377\271\311\306\377\357" \ - "\333\343\342\377\3n\204\200\377Slg\377_vr\377\377\333\343\342\377\204" \ - "\333\343\342\377\202\231\260\254\377\204\377\377\377\377\3\326\337\335" \ - "\377\223\254\247\377\271\311\306\377\357\333\343\342\377\1\243\262\257" \ - "\377\202Slg\377\1\311\324\322\377\220\333\343\342\377\1\325\336\335\377" \ - "\202\305\320\316\377\357\333\343\342\377\202\231\260\254\377\204\377" \ - "\377\377\377\3\326\337\335\377\223\254\247\377\271\311\306\377\357\333" \ - "\343\342\377\4\327\337\336\377dzv\377Slg\377\220\242\236\377\220\333" \ - "\343\342\377\1\270\305\303\377\202Slg\377\357\333\343\342\377\202\231" \ - "\260\254\377\204\377\377\377\377\3\326\337\335\377\223\254\247\377\271" \ - "\311\306\377\360\333\343\342\377\4\307\321\320\377`ws\377Slg\377\240" \ - "\260\255\377\217\333\343\342\377\1\270\305\303\377\202Slg\377\357\333" \ - "\343\342\377\202\231\260\254\377\204\377\377\377\377\3\326\337\335\377" \ - "\223\254\247\377\271\311\306\377\361\333\343\342\377\6\307\322\320\377" \ - "u\211\205\377Slg\377m\202~\377\246\265\262\377\321\333\331\377\214\333" \ - "\343\342\377\1\270\305\303\377\202Slg\377\357\333\343\342\377\202\231" \ - "\260\254\377\204\377\377\377\377\3\326\337\335\377\223\254\247\377\271" \ - "\311\306\377\362\333\343\342\377\2\332\342\341\377\213\235\231\377\203" \ - "Slg\377\3Xpk\377f}x\377s\210\203\377\211t\211\205\377\1l\201}\377\202" \ - "Slg\377\357\333\343\342\377\202\231\260\254\377\204\377\377\377\377\3" \ - "\326\337\335\377\223\254\247\377\271\311\306\377\361\333\343\342\377" \ - "\2\265\302\300\377i\177{\377\223Slg\377\357\333\343\342\377\202\231\260" \ - "\254\377\204\377\377\377\377\3\326\337\335\377\223\254\247\377\271\311" \ - "\306\377\360\333\343\342\377\2\255\272\270\377Uni\377\224Slg\377\357" \ - "\333\343\342\377\202\231\260\254\377\204\377\377\377\377\3\326\337\335" \ - "\377\223\254\247\377\271\311\306\377\357\333\343\342\377\2\316\327\326" \ - "\377Wpk\377\225Slg\377\357\333\343\342\377\202\231\260\254\377\204\377" \ - "\377\377\377\3\326\337\335\377\223\254\247\377\271\311\306\377\357\333" \ - "\343\342\377\1\220\241\236\377\203Slg\377\5Woj\377\205\227\224\377\254" \ - "\271\267\377\270\304\302\377\304\316\315\377\213\311\324\322\377\1\254" \ - "\271\267\377\202Slg\377\357\333\343\342\377\202\231\260\254\377\204\377" \ - "\377\377\377\3\326\337\335\377\223\254\247\377\271\311\306\377\357\333" \ - "\343\342\377\1i\177{\377\202Slg\377\2dzv\377\316\327\326\377\217\333" \ - "\343\342\377\1\270\305\303\377\202Slg\377\357\333\343\342\377\202\231" \ - "\260\254\377\204\377\377\377\377\3\326\337\335\377\223\254\247\377\271" \ - "\311\306\377\356\333\343\342\377\2\331\342\341\377Voj\377\202Slg\377" \ - "\1\273\307\305\377\220\333\343\342\377\1\270\305\303\377\202Slg\377\357" \ - "\333\343\342\377\3\241\267\262\377\223\254\247\377\363\366\365\377\203" \ - "\377\377\377\377\3\304\321\317\377\223\254\247\377\301\317\314\377\356" \ - "\333\343\342\377\1\324\335\334\377\202Slg\377\2Xpk\377\331\342\341\377" \ - "\220\333\343\342\377\1\311\324\322\377\202\226\247\244\377\357\333\343" \ - "\342\377\3\264\305\302\377\223\254\247\377\326\337\335\377\203\377\377" \ - "\377\377\3\246\273\267\377\223\254\247\377\324\335\334\377\357\333\343" \ - "\342\377\3_vr\377Slg\377i\177{\377\377\333\343\342\377\202\333\343\342" \ - "\377\5\317\332\331\377\257\301\276\377\217\251\244\377\223\254\247\377" \ - "\270\310\305\377\202\377\377\377\377\6\365\367\367\377\223\254\247\377" \ - "\217\251\244\377\234\263\257\377\275\314\312\377\330\341\340\377\355" \ - "\333\343\342\377\4\177\222\217\377Slg\377Vni\377\327\337\336\377\376" \ - "\333\343\342\377\2\277\316\313\377\207\243\236\377\203o\221\212\377\7" \ - "\221\253\246\377\233\262\256\377\376\376\376\377\377\377\377\377\330" \ - "\341\337\377\223\254\247\377\202\237\231\377\202o\221\212\377\3t\225" \ - "\216\377\234\263\257\377\322\334\333\377\353\333\343\342\377\1\277\313" \ - "\311\377\202Slg\377\1\273\307\305\377\220\333\343\342\377\1\307\322\320" \ - "\377\202\216\237\234\377\351\333\343\342\377\2\310\325\323\377\216\251" \ - "\243\377\204o\221\212\377\10v\226\220\377\221\252\245\377\223\254\247" \ - "\377\324\336\334\377\340\347\346\377\262\304\300\377\223\254\247\377" \ - "\210\244\237\377\204o\221\212\377\3u\225\217\377\250\274\270\377\327" \ - "\340\337\377\352\333\343\342\377\4\226\246\243\377Slg\377h\177z\377\321" \ - "\333\331\377\217\333\343\342\377\1\270\305\303\377\202Slg\377\350\333" \ - "\343\342\377\2\264\305\302\377q\223\214\377\202o\221\212\377\5q\223\214" \ - "\377\233\263\256\377\300\317\314\377\331\342\340\377\273\312\307\377" \ - "\204\223\254\247\377\5\225\255\250\377\330\341\337\377\321\333\332\377" \ - "\261\303\277\377\206\243\235\377\203o\221\212\377\2\205\242\234\377\317" \ - "\332\331\377\352\333\343\342\377\4\230\250\245\377Tmh\377q\206\202\377" \ - "\276\311\307\377\216\333\343\342\377\1\270\305\303\377\202Slg\377\346" \ - "\333\343\342\377\2\332\342\341\377\241\267\263\377\203o\221\212\377\2" \ - "\227\257\253\377\315\331\327\377\203\333\343\342\377\1\321\333\332\377" \ - "\204\262\303\300\377\1\272\312\307\377\204\333\343\342\377\2\270\310" \ - "\306\377\177\235\227\377\202o\221\212\377\2z\231\222\377\304\322\320" \ - "\377\347\333\343\342\377\1\317\330\327\377\202\301\314\312\377\10\247" \ - "\266\263\377^vq\377Slg\377o\204\200\377\232\252\247\377\247\266\263\377" \ - "\264\301\277\377\277\313\311\377\211\301\314\312\377\1\245\264\261\377" \ - "\202Slg\377\346\333\343\342\377\1\236\265\260\377\202o\221\212\377\2" \ - "t\225\216\377\273\313\310\377\220\333\343\342\377\2\327\340\337\377\225" \ - "\256\251\377\202o\221\212\377\2t\225\216\377\310\325\323\377\346\333" \ - "\343\342\377\1\233\253\250\377\226Slg\377\345\333\343\342\377\1\261\303" \ - "\277\377\202o\221\212\377\2|\233\225\377\311\325\323\377\223\333\343" \ - "\342\377\1\247\273\267\377\202o\221\212\377\2|\233\225\377\322\334\333" \ - "\377\345\333\343\342\377\1\233\253\250\377\226Slg\377\344\333\343\342" \ - "\377\5\304\321\317\377q\222\213\377o\221\212\377u\226\217\377\312\326" \ - "\324\377\225\333\343\342\377\1\242\270\264\377\202o\221\212\377\2\211" \ - "\244\237\377\332\342\341\377\344\333\343\342\377\1\233\253\250\377\226" \ - "Slg\377\344\333\343\342\377\4\207\243\236\377o\221\212\377p\222\213\377" \ - "\275\314\312\377\226\333\343\342\377\2\332\342\341\377\220\252\245\377" \ - "\202o\221\212\377\1\264\305\302\377\344\333\343\342\377\3\233\253\250" \ - "\377Slg\377\\so\377\221x\215\211\377\1o\204\200\377\202Slg\377\343\333" \ - "\343\342\377\1\267\310\305\377\202o\221\212\377\1\237\265\261\377\230" \ - "\333\343\342\377\5\324\336\334\377v\226\220\377o\221\212\377|\233\225" \ - "\377\330\341\337\377\343\333\343\342\377\3\233\253\250\377Slg\377t\211" \ - "\205\377\221\333\343\342\377\1\270\305\303\377\202Slg\377\342\333\343" \ - "\342\377\5\332\342\341\377~\234\226\377o\221\212\377t\225\216\377\322" \ - "\334\333\377\231\333\343\342\377\1\251\275\271\377\202o\221\212\377\1" \ - "\255\300\275\377\343\333\343\342\377\3\233\253\250\377Slg\377t\211\205" \ - "\377\221\333\343\342\377\1\270\305\303\377\202Slg\377\342\333\343\342" \ - "\377\1\304\321\317\377\202o\221\212\377\1\245\272\266\377\232\333\343" \ - "\342\377\4\327\340\337\377y\231\222\377o\221\212\377\207\243\236\377" \ - "\343\333\343\342\377\3\233\253\250\377Slg\377t\211\205\377\221\333\343" \ - "\342\377\1\270\305\303\377\202Slg\377\342\333\343\342\377\1\243\270\264" \ - "\377\202o\221\212\377\1\314\327\325\377\233\333\343\342\377\1\234\263" \ - "\257\377\202o\221\212\377\1\321\333\332\377\342\333\343\342\377\3\277" \ - "\312\310\377\237\256\253\377\256\273\271\377\221\333\343\342\377\1\323" \ - "\334\333\377\202\275\310\306\377\342\333\343\342\377\3\202\237\231\377" \ - "o\221\212\377\201\236\230\377\234\333\343\342\377\1\276\315\312\377\202" \ - "o\221\212\377\1\261\303\300\377\377\333\343\342\377\333\333\343\342\377" \ - "\1\330\341\340\377\202o\221\212\377\1\234\263\256\377\234\333\343\342" \ - "\377\1\330\341\337\377\202o\221\212\377\1\234\263\257\377\377\333\343" \ - "\342\377\333\333\343\342\377\1\317\332\330\377\202o\221\212\377\1\250" \ - "\274\270\377\235\333\343\342\377\3y\230\222\377o\221\212\377\222\254" \ - "\246\377\377\333\343\342\377\333\333\343\342\377\1\304\322\320\377\202" \ - "o\221\212\377\1\264\306\302\377\235\333\343\342\377\3\205\242\234\377" \ - "o\221\212\377\207\243\236\377\350\333\343\342\377\13\327\340\337\377" \ - "\267\303\301\377\225\246\243\377{\217\213\377p\205\201\377f}x\377k\201" \ - "}\377u\211\205\377\205\227\224\377\245\263\261\377\310\323\321\377\347" \ - "\333\343\342\377\1\275\314\312\377\202o\221\212\377\1\274\314\311\377" \ - "\235\333\343\342\377\3\215\250\242\377o\221\212\377\200\236\230\377\346" \ - "\333\343\342\377\3\324\334\333\377\231\251\246\377_wr\377\212Slg\377" \ - "\2x\215\211\377\270\304\302\377\345\333\343\342\377\1\306\323\321\377" \ - "\202o\221\212\377\1\263\304\301\377\235\333\343\342\377\3\203\240\232" \ - "\377o\221\212\377\211\244\237\377\345\333\343\342\377\2\300\314\312\377" \ - "f|x\377\216Slg\377\2\216\240\235\377\330\340\337\377\343\333\343\342" \ - "\377\1\320\333\331\377\202o\221\212\377\1\247\273\267\377\235\333\343" \ - "\342\377\3w\227\221\377o\221\212\377\223\254\250\377\344\333\343\342" \ - "\377\2\273\307\305\377Woj\377\220Slg\377\2y\216\212\377\330\341\340\377" \ - "\342\333\343\342\377\4\331\342\340\377p\221\213\377o\221\212\377\231" \ - "\261\254\377\234\333\343\342\377\1\326\337\336\377\202o\221\212\377\1" \ - "\236\265\260\377\331\333\343\342\377\3\272\306\304\377\231\251\246\377" \ - "\310\322\321\377\207\333\343\342\377\2\310\322\321\377\\to\377\205Sl" \ - "g\377\7Woj\377dzv\377q\206\202\377}\221\215\377w\214\210\377k\201|\377" \ - "]up\377\206Slg\377\1\211\233\230\377\343\333\343\342\377\3\206\242\234" \ - "\377o\221\212\377|\233\225\377\234\333\343\342\377\1\271\311\306\377" \ - "\202o\221\212\377\1\265\306\303\377\330\333\343\342\377\1\222\243\240" \ - "\377\203Slg\377\1\271\306\304\377\206\333\343\342\377\1|\217\214\377" \ - "\203Slg\377\3dzv\377\231\252\247\377\314\326\324\377\207\333\343\342" \ - "\377\4\330\340\337\377\267\304\302\377\201\224\220\377Vni\377\203Slg" \ - "\377\1\274\307\306\377\342\333\343\342\377\1\247\274\270\377\202o\221" \ - "\212\377\1\307\323\321\377\233\333\343\342\377\4\227\257\253\377o\221" \ - "\212\377q\222\213\377\324\336\334\377\327\333\343\342\377\2\325\335\334" \ - "\377Zrm\377\203Slg\377\1\205\227\224\377\205\333\343\342\377\1\275\310" \ - "\306\377\202Slg\377\3Umh\377\251\270\265\377\331\342\341\377\214\333" \ - "\343\342\377\2\317\331\327\377y\216\212\377\202Slg\377\1t\211\205\377" \ - "\342\333\343\342\377\1\310\325\323\377\202o\221\212\377\1\237\265\261" \ - "\377\232\333\343\342\377\4\325\336\335\377v\226\217\377o\221\212\377" \ - "\213\246\241\377\330\333\343\342\377\2\331\341\340\377czu\377\203Slg" \ - "\377\1\221\243\237\377\205\333\343\342\377\4\220\241\236\377Slg\377T" \ - "lg\377\253\271\267\377\217\333\343\342\377\2\326\336\335\377s\210\204" \ - "\377\202Slg\377\1\317\331\327\377\342\333\343\342\377\4\203\240\232\377" \ - "o\221\212\377r\223\214\377\317\331\330\377\205\333\343\342\377\2\305" \ - "\322\320\377\322\334\332\377\212\333\343\342\377\3\332\342\341\377\305" \ - "\322\320\377\322\334\333\377\205\333\343\342\377\1\243\270\264\377\202" \ - "o\221\212\377\1\262\304\301\377\331\333\343\342\377\5\250\266\264\377" \ - "Yql\377Slg\377f|x\377\310\322\321\377\205\333\343\342\377\3k\201}\377" \ - "Slg\377\212\234\231\377\221\333\343\342\377\4\321\332\331\377Tmh\377" \ - "Slg\377\253\271\267\377\342\333\343\342\377\1\276\315\312\377\202o\221" \ - "\212\377\1\227\257\253\377\204\333\343\342\377\6\327\340\337\377\227" \ - "\257\252\377\223\254\247\377\251\275\271\377\307\324\322\377\332\342" \ - "\341\377\205\333\343\342\377\5\325\337\335\377\272\311\307\377\234\263" \ - "\256\377\223\254\247\377\263\304\301\377\204\333\343\342\377\5\317\332" \ - "\331\377s\224\215\377o\221\212\377\201\236\230\377\331\342\340\377\332" \ - "\333\343\342\377\3\324\334\333\377\274\307\306\377\332\342\341\377\206" \ - "\333\343\342\377\3Xql\377Slg\377\255\272\270\377\222\333\343\342\377" \ - "\3m\202~\377Slg\377\230\251\246\377\343\333\343\342\377\1\216\250\243" \ - "\377\202o\221\212\377\1\264\305\302\377\203\333\343\342\377\3\275\314" \ - "\312\377\223\254\247\377\225\255\250\377\202\223\254\247\377\7\236\264" \ - "\260\377\273\313\310\377\327\337\336\377\333\343\342\377\315\330\326" \ - "\377\256\301\275\377\225\255\251\377\202\223\254\247\377\3\224\254\250" \ - "\377\227\257\252\377\330\341\337\377\202\333\343\342\377\2\330\341\337" \ - "\377\207\243\236\377\202o\221\212\377\1\273\312\310\377\343\333\343\342" \ - "\377\1\324\335\334\377\202Slg\377\1\314\326\324\377\222\333\343\342\377" \ - "\3\214\236\233\377Slg\377\214\235\232\377\343\333\343\342\377\5\312\326" \ - "\324\377t\225\216\377o\221\212\377q\223\214\377\303\320\316\377\202\333" \ - "\343\342\377\5\237\265\261\377\223\254\247\377\347\355\354\377\335\344" \ - "\343\377\257\301\276\377\202\223\254\247\377\2\250\274\270\377\321\334" \ - "\332\377\202\223\254\247\377\6\231\261\254\377\303\321\316\377\360\363" \ - "\363\377\271\311\306\377\223\254\247\377\277\315\313\377\202\333\343" \ - "\342\377\1\227\257\252\377\202o\221\212\377\1\222\254\246\377\344\333" \ - "\343\342\377\1\325\335\334\377\202Slg\377\1\313\325\323\377\222\333\343" \ - "\342\377\3\213\235\231\377Slg\377\214\236\233\377\344\333\343\342\377" \ - "\1\273\312\310\377\202o\221\212\377\5v\226\220\377\277\316\313\377\311" \ - "\325\323\377\223\254\247\377\251\275\271\377\203\377\377\377\377\7\355" \ - "\361\360\377\227\257\253\377\226\256\251\377\273\312\307\377\223\254" \ - "\247\377\271\311\306\377\372\373\373\377\202\377\377\377\377\5\346\354" \ - "\353\377\223\254\247\377\240\266\262\377\330\341\340\377\232\261\255" \ - "\377\202o\221\212\377\2\203\240\232\377\326\337\336\377\334\333\343\342" \ - "\377\3\322\333\332\377\267\303\301\377\331\341\340\377\206\333\343\342" \ - "\377\3Yql\377Slg\377\253\271\267\377\222\333\343\342\377\3k\201}\377" \ - "Slg\377\231\251\246\377\345\333\343\342\ |
