gegl-0.4.16-3.3.1 >  A a%p9|9 9=|֓@=Lhsn.[ݡ->0ɐ׀x?~?Ƞ[[bzŢM ˶Uﶝ4 XU e94f50k -4/߳.sd ?T8 3*CYk/ś+KS^duq^58F;'Z/K'MsJ/]1O3ML]جMiXx F5`d!偖U T3-@6{@Vx{>ggʹ#m0l:Oiysz_h /I0 im{2O퇾H:L}?a$I">pA^x?^hd  -$(Ab       P(89\:rBXFXGXHYIYXYYY(ZYP[YX\Yh]Yt^YbYcZ=dZeZfZlZuZvZw]Xx]dy]p&z^^^^"^dCgegl0.4.163.3.1Generic Graphics LibraryGEGL provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl, it provides support for a wide range of color models and pixel storage formats for input and output.aibs-arm-5 SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-later AND LGPL-3.0-or-laterhttps://www.suse.com/Productivity/Graphics/Otherhttp://gegl.org/linuxaarch64  ` (aʪaʪaʪ46fae396043b39c4367b1f8af2032ebab5b240f84307f632c598c265d5b22adac40b5995768694cca51c34faa14b64dc2123453075a1820f61944bebf46edf0168d1b582bba3a915c7d888ab191ec9f7b3aab58680b6cd091481d6b5c786e8dbrootrootrootrootrootrootgegl-0.4.16-3.3.1.src.rpmgeglgegl(aarch-64)gegl-0_3-orig-addongegl-unstable@@@@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libbabl-0.1.so.0()(64bit)libbabl-0.1.so.0(V0_1_0)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgegl-0.4.so.0()(64bit)libgexiv2.so.2()(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libspiro.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1aŶ@]v>]F]Ew@\@\+@[<@[~[>@Z@ZZ@ZZ@Zy@Z3@ZZ@Z@Z@ZZhu@ZX@XW)@V_TKqkzhu@suse.commvetter@suse.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.debjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comfcrozat@suse.combjorn.lie@gmail.combjorn.lie@gmail.comluc14n0@linuxmail.orgplinnell@opensuse.orgbjorn.lie@gmail.comjengelh@inai.dedimstar@opensuse.orgpgajdos@suse.comdimstar@opensuse.orgzaitor@opensuse.orgolaf@aepfle.deidonmez@suse.comi@marguerite.su- Add gegl-CVE-2021-45463.patch: + use more robust g_spawn_async() instead of system() https://gitlab.gnome.org/GNOME/gegl/-/commit/bfce470 + pass redirect to /dev/null flags to g_spawn_async https://gitlab.gnome.org/GNOME/gegl/-/commit/2172cf7 (CVE-2021-45463, bsc#1194045).- bsc#1144344: Remove JPEG2000 support due to planned removal of jasper, drop pkgconfig(jasper) BuildRequires.- Port sdl-display operation to SDL2: glgo#GNOME/gegl!184. + 0001-Extend-configure-checks-with-checks-for-SDL2.patch + 0002-Port-sdl-display-to-SDL2.patch + 0003-Port-sdl-draw-example-to-SDL2.patch - Add autoconf BuildRequires and pass autogen.sh call. - Replace SDL-devel with libSDL2-devel BuildRequires: Build SDL2 support.- Remove unused build dependencies: - graphviz-gd is checked for, but unused: glgo#GNOME/gegl!182. - gtk-doc generation is disabled, i.e. unused. - enscript just regenerates bundled files, add fix_doc_installation.patch to avoid the need for this.- Update to version 0.4.16: + Buffer: - Swapped behavior of cubic interpolation from cubic to mithcell coefficients, leading to crisper results in all uses of the cubic sampler. - Use a custom allocator for tile data which aligns data and groups allocations in blocks - improving performance on windows by keeping more slack allocation memory in-process. On linux the opposite was needed and is achieved by using the GNU extension malloc_trim which permits forcing invokation of the glibc malloc/free allocators garbage collection function. - Permit tiles to be unreffed after GEGL shut-down without crash, which is likely when using bindings to dynamic languages. - Improved deadlock prevention in gegl_buffer_copy() when using copy on write. + Core: - Platform specific build fixes for both win32 and OSX. - Avoid in-place processing for cached nodes. - Indentation consitency improvements. - Permit more detailed specifying/overriding of OpenCL device through the GEGL_USE_OPENCL environment variable. - New call gegl_update_anim_time for applying the animation curves of properties. + Build: Added gitlab continuous integration. + Operations: - Use indirect buffer inputs on main thread during multi-processed processing for point-filters/composers and tranform base classes. - Smaller required/invalided ROI for map-absolute/relative when using nearest neighbor. - tiff-save and jpg-save fixed dimensions when buffer saved has non-zero origin. - Added missing descriptions of properties for cubism, mosaic, tile-paper, color, mantiuk06 and vignette operations. - ff-load fix some of the deprecation warnings. - ff-save avoid crashing if audio or video codec fails to initialize. - cache, parent class changed - it is no longer a point operations, also speed up processing and permit copy on write handling of tiles. - opacity and invert - crash for 8bpc buffers, reimplemented logic for (non-)associated alpha OpenCL kernel selection. + Tools: Drop direct dependency on exiv2 - we now only transiently depend on it through the gexiv2 abstraction. + commandline tool/gui: - Store per image editing chains in .gegl folder instead of sidecars. - Set window title, permit interaction with opened .lui documents, fixed playback of audio for opened videos - it now works; if the video is decoding, scaling and display is fast enough to leave spare cycles. - Support for nearest neighbor scaling of imagry; aiding video playback without dropping audio frames. - Custom collection order and per-file key-value metadata. - Drop explicit pkgconfig(exiv2) BuildRequires following upstream changes.- Update to version 0.4.14: + Core: - New Scratch allocator for short lived buffers. - Removed unneeded buffer copies in some processing code paths in GeglNode and GeglProcessor. - Add gegl_babl_variant API for getting variations on an existing pixel-format/encoding. - Expose gegl_node_is_graph(). + GeglBuffer: - Compression of tile data. - Handle dynamically changing swap dir. - Improvements to mipmap damage propagation. - Fixes to threading race conditions. - Low-level tile handling more adapted to buffers creating from existing linear data. - New iterator API is now the default, GEGL_BUFFER_ITERATOR2_API is no longer needed. - CMYK/grayscale handling for scaled blits, code paths in samplers, serialization. - New default tile-cache size, 50% of RAM. - Initialize the first OpenCL device with IMAGE support. - Added gegl_parallell_ from gimp_parallell_ API to distribute processing for multiple cores. + Operations: - crop, added aux-pad - if connected the incoming bounding box determines the crop size. - Input-format specific processing for performance in watershed-transform and invert ops. CMYK handling in jpg-load/save, tiff-load/save, gaussian-blur, opacity, most composing and blending operations, text, vector-stroke, path, and transform operations. - Improved or fixed mipmap preview rendering of emboss, linear-gradient and radial-gradient. - Better ui strings/range/defaults for: distort/waves and dropshadow, value-propagate. - gaussian-blur: fix mistake in implementation of IIR Young blur 1d, which caused non circular halos. - New operation: pdf-load with build dependency on poppler-glib. - Added offset properties to pixelize filter. - New ops in workshop: voroni diagram, Grey Color Removal, spyrograph. - Handle mipmap rendering for linear-gradient and radial-gradient. + UI: - The existing microraptor-gui (immediate mode touch UI+CSS with cairo) image viewer that can be built as part of the gegl binary has been revisted, a graph/property editor has been added, and migration/extension to lua has begun for parts of the code. - WARNING: many parts of the UI is of exploratory proof of concept/alpha quality but are released since the code is part of the GEGL repository and important development tools both for creating and testing new GEGL operations as well as GEGL itself. - Some screenshots showing some the process towards the state and capabilties of the UI in this release can be seen at https://www.patreon.com/posts/24123574 - To build with this UI the following dependencies also need to be satisifed, for now this is not intended to be packaged by distributions yet. . libluajit-dev . lua-lgi (debian package name) upstream: . mmm https://github.com/hodefoting/mmm . mrg https://github.com/hodefoting/mrg + Features: - folder view. - resolution independent UI. - touch oriented navigation. - GIF / video playback. - PDF pagination. - goats that expose performance and capabilty issues in GEGL. - efficient (though not sandboxed) thumbnailing. - embedded simple commandline. - graph editor. - zoomable. - automatic, consistent graph layout. - autogenerated property-inspector ui. - visualization of color model/bitdepth through styling of edges. - live-extendable with lua code for per-operation canvas UI. - Add pkgconfig(poppler-glib) BuildRequires: New dependency.- Update to version 0.4.12: + GeglBuffer: Fix fix of scaled blitting, the fix from last release introduced scaling artifacts for all formats that are non-8bit. - Changes from version 0.4.10: + GeglBuffer: - Fix integer overflow issues for u32 blit scaling code paths. - Reduced memory clearing overhead for temporary buffers during blit. - Round alpha component during u8 bilinear/box filtering. - gegl_buffer_dup now matches source buffer abyss, shift and tile-size more closely. - Added GEGL_TILE_COPY command for backends, for more efficient buffer duplication/copies. - New GeglBufferIterator API. - Move type-generic scaling algorithms to GeglBuffer folder, move opencl integration bits out of buffer. + Operations: - gif-load: new operation for decoding GIF images/animations, with frame delay exposed as an out-property. - exr-save: do not hard-code a version name space. - long-shadow: add 'Fading (fixed length)' style with a new user-defined 'Midpoint' parameter. - maniuk06: use double precision, permitting to work on larger images. - watershed-transform: improved description. - unsharp-mask: permit std-dev radius of up to 1500px (from 300). - Updated all operations to use new iterator API.- Update to version 0.4.8: + Core/GeglBuffer: Fixes to races during buffer/tile storage destruction, improve swap usage for stored empty tiles. + Operations - motion-blur-circular - improve/clarify property ui - median-blur - added abyss-policy property - long-shadow - new operation - little-planet - adapt reference composition - Changes from version 0.4.6: + Up until now GEGL has been using a color space corresponding to scRGB as an unbounded device independent/possibly scene-referred HDR color space - with a similar approach to to how ACEScg works but with a worse set of RGB primaries. babl formats, represented by a pointer and a corresponding encoding/format string have been used to specify the specific encoding of pixel values. The encoding including component order, data type and TRC encoding. Where "RGBA float" means 32bit float data and "R'G'B' u8" the ' indicates non-linear, and thus this is sRGB. "RaGaBaA half" gives premultiplied linear half data. Other encodings and conversions are also provided through these formats including "CIE Lab float" and "HSV float". + As a color management workflow for scene-referred imaging the above could be sufficient, but GIMP needs data in the 0.0-1.0 range for some display referred blending modes to work properly. As a consequence of this recognized short-coming GIMP has been passing the pixels of for instance ProPhoto "R'G'B'A float" off as "R'G'B'A float" and linear ProPhoto "RGBA float" as "RGBA float" this works for single operations, but falls apart when the colors are converted to CIE Lab. This is the good enough state where the other benefits of having a stable release powered by GEGL outweighed not being entirely correct. + Since babl 0.1.32 of october 2017, all babl formats have an associated unchangable space associated with them, and since then GeglBuffer has worked correctly with it - since GeglBuffers use of babl API did not change. GIMP is already using these parts of babl for ICC matrix based conversions since using babl for ICC profile transforms is an order of magnitude faster than using the lcms2 library. It took time to come up with the above scheme of integrating arbitrary primaries and curves for spaces with babl in a maintainable manner, and it has taken until the last month to come up with a full plan for the rest of GEGL to be aware of and handling arbirary parametric ICC v2/v4 based color spaces for operations; without limiting the ability to extend and use the code for a wide range of scenarios. + A space can be constructed from a preferenced name/specification, loaded/saved from ICC matrix profiles or constructed and serialized to whitepoint + rgb chromaticities / xyz matrix. More recently an additional trc mark has been added '~', giving this vocabulary for RGB formats, in addition to variants with alpha and pre-multiplied alpha variants of the same: - "RGB" linear primaries from space, linear data - "R'G'B'" non-linear primaries from space, TRCs from space - "R~G~B~" perceptual primaries from space, sRGB TRC + When creating device independent CIE based spaces they also get passed a space, this means that we can convert CIE Lab to RGB float, keeping track of which space / ICC profile the data correspond to. + GEGL operations now construct their desired encodings of formats by taking the space of buffers on input pads into account. By default, for composers "input" wins over "aux" to determine ops space. If an operation is not ported, data will be converted to sRGB on input and sRGB will come out of the node. + Buffer loaders PNG, JPG, TIFF and EXR generate custom spaces based on ICC profiles/primaries. The corresponding savers saves color space information. A new save handler for the .icc extension, acts like an image storer but only saves the ICC profile of the buffer it gets on input. + With no additional operations inserted, this now means that GEGL graphs operate on linear / non-linear variants of the color space used in the input images without conversion. The new operations gegl:cast-space and gegl:convert-space provide means of overriding this behavior, see the new section about color management in the gegl-chain syntax documentation at http://gegl.org/gegl-chain.html + Initial work has started on making GIMP also use of and propagate color space information along with encoding in babl formats, changes which also will be integrated in the 2.10 branch. + Other changes to operations: vignette: fixes to gamma property + New operations: - cast-space: assign/override color space - convert-space: convert to a different color space - litte-planet: stereographic-mapping split out of the panorama-projection + New operation in workshop: acrs-rrt: ACES RRT based HDR to SDR proof/preview point-filter tonemapping op.- Update to version 0.4.4: + Core: - Point filters with need for format conversion of input are now parallel. - Added swap-reading, swap-writing, swap-read-total and swap-write-total properties to GeglStats. + Buffer: - Trim tile-cache when shrinking. - Added reading locks to tiles further improving concurrent access tolerance of GeglBuffer. + Operations: - threshold: operating format changed from linear to perceptual. - unsharp-mask: add rename standard-deviation and scale properties to 'Radius' and 'Amount', add 'Threshold' property. - recursive-transform now supports applying multiple transformations simultanously. - Fixed integer overflow due to logic error in pixelize. - New operation: gegl:abs which negates negative values. - New operation in workshop: selective-hue-saturation.- Update to version 0.4.2: + Build: Abort early if autoreconf fails, remove unused bits, default to -Ofast as CFLAGS. + GeglBuffer: - Improve concurrency for trimming and destruction of tile caches. Improve cache invalidation during partial mipmap regeneration. - Do new cheap clones of buffers with new internal gegl-buffer backed tile-backend. - Do not keep cached sampler in buffer it makes cache invalidation hard, and for performance/threading it is better to create ones own samplers anyways. The old API still exists, though parts of it is now deprecated. The single special case where gegl_buffer_sample remains somewhat performant is with the NEAREST sampler, for all other samplers creating a caching sampler is better. + Operations: - operation: add GeglOperationAreaFilter::get_abyss_policy() vfunc Copyright notice improvements to spherize, color-overlay. ff-save: implement defines handling compilation with ffmpeg 2.3-2.7, 4.0 compat. - Improved multi-threaded performance of panorama-projection and other transformation operations through optimizations in buffer and base-classes. - Drop gegl-port-ffmpeg4.patch: Fixed upstream.- Add gegl-port-ffmpeg4.patch: Fix build with ffmpeg4 (bgo#795625).- Add baselibs.conf, build 32-bit support.- Update to version 0.4.0: + GEGL 0.4.x is a stable release series of GEGL to have a stable API and ABI to go with GIMP-2.10. When the need arises to break API or ABI compatibility the 0.4.x series will get its own branch and unstable API experiments and development, 0.5.x will happen in master. For now though master will track the 0.4.x series. + Core: Change GeglParamSpecSeed from int to uint to match the value range of GeglRandom's seed. + Operations: - Ripple fixed remaining issues needed to remove legacy GIMP plug-in in GIMP. - Spherize, requrise transform and color-overlay moved out of workshop. - Ppm-load ported to GIO. - Rename subpackages following upstreams soname bump.- Do not buildrequires lensfun-devel, it would be only used when building workshop, if Makefile was really compiling relevant code.- Explicitly version pkgconfig(libavcodec), pkgconfig(libavformat) and pkgconfig(libswscale) BuildRequires to less than the symbol versions provided by ffmpeg4 branch until upstream catches up. Currently provided by new ffmpeg3 compatability package.- Update to version 0.3.34 (CVE-2018-10114): + Core: Change GeglParamSpecSeed from int to uint to match the value range of GeglRandom's seed. + Operations: Limit allocations in ppm-load to 2GB (CVE-2018-10114). - Changes from version 0.3.32: + Operations: - panorama-projection: added reverse transform, which permits using GIMP for retouching zenith, nadir or other arbitrary gaze directions in equirectangular, also known as 360x180 panoramas. - Added abyss-policy to base class for scale ops, making it possible to achieve hard edges on rescaled buffers. + GeglBuffer: - Improved performance and correctness, avoid incorrectly gamma/ungamma correcting alpha in u8 formats, for a tiny 2-3% performance boost. - Keep track of valid/invalid areas on smaller granularity than tiles in mipmap. - Various micro-optimizations in display paths, with minuscle performance impact.- Add cairo and glib-2.0 BuildRequires to avoid implicit dependencies.- Update to version 0.3.30: + GeglBuffer: - gegl_buffer_get now treats the final argument; - All scaling is now done on linear data, making future results of mipmap computations more valid as well as providing correct results for scaled down thumbnails in user interfaces; - The scaling code paths has also been instrumented and optimized for performance; - Improvements to logic switching to boxfiltering behavior and improve cubic samplers box filtering by using a linear sampler and a nearest sampler for the boxfiltering for the linear sampler; - gegl_buffer_copy gegl_buffer_clear and gegl_buffer_set color now only emit a single changed signal on the buffer. + Operations: - c2g and stress have gained the ability to toggle the influence of the shadow neighborhood or not, the new default is to not improve shadow detail; yielding a bit more natural renditions; - color-to-alpha now contains improvements from experiment in workshop which is gone; - Fixed crashes in median-blur. + Transform ops: Only rasterize inside the transformed polygon, saving cpu; + New ops: Mean-curvature blur. + News ops in workshop: color-overlay, enlarge, inpaint, domain-\ transform, recursive=transform. - Now minimum build requirement for GIMP 2.10.0- Update to version 0.3.28: + New stable branch, long packaged as gegl-unstable in openSUSE, changes far to many to list, please see NEWS packaged in docs sub-package. - Lots of BuildRequires, Requires and sub-package changes. - Drop upstream fixed patches: + gegl-UF_long.patch. + gegl-lua52.patch. + gegl-0.2.0-CVE-2012-4433.patch. + gegl-ruby19.patch. + gegl-0.2.0-linker-flags.patch- Fix SRPM group. Update descriptions. Remove idempotent %if..%endif around %package.- Modernize spec-file by calling spec-cleaner- require liberation-fonts instead of liberation2-fonts, it is dead [bsc#1077375] [rh#856239]- Replace liberation-fonts BuildRequires with liberation2-fonts: the new set works as well.- Fix CVE-2012-4433 (bsc#789835): + Add gegl-0.2.0-CVE-2012-4433.patch: Fix buffer overflow in and add plausibility checks to ppm-load op.- Use pkgconfig instead of libffmpeg-devel- Add gegl-0.2.0-linker-flags.patch to add -lm to linker flags.- fix build for factory * add patch: gegl-UF_long.patch * newer suitesparse abandoned UF_long in favor for SuiteSparse_long - fix build for graphics repo * ugly fix, multiple provides of gd by gd and gd-tools from libgd2gegl-0_3-orig-addongegl-unstableibs-arm-5 16403524760.4.16-3.3.10.4.16-3.3.10.4.160.4.160.3.50.3.28gcutgeglgegl-imgcmp/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:22280/SUSE_SLE-15-SP2_Update/45957992e4c9f5644d38f6e4bfd023ed-gegl.SUSE_SLE-15-SP2_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=2dfaf599d5ae3c23bc6b1fd1f0731c27ee0f02b8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=34301ac7b5dac4364236bb0f73276b1505450bb9, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3acaf1d35c0c6ba43c57a1fb021d6a2052388c9e, for GNU/Linux 3.7.0, stripped RR RRRRR RRR R R RRR RRRRRRR R R R RRRRRRRR R RR RRՏ;gǪF utf-8f31138c5f82ea0f1c24c199443497f6b7470cb1e688c15e65c8dea50e7a05c17?7zXZ !t/"3] crv9w4Yt([}c\  &'Pm;ZIu9M [;M;F׷`.(ؗ"K&"?/3k8,3&q)  _m{߽Gz f)6 ^wk[3T+bOK{g?5u]+ }'`dzb #)@Bľd("{aH fRՠ8N(j(vle~BF46 ME7S# s$ xqFvs>+ZAj#"P#Q`̬lQ'1; *GݷX,ЋT ( 冠Q[Ls5[ &EyW-˛Hp ~\iV804$X.zI!I>םھu/s'3 ŠF0n` FH7%ɤw `=#CRe핳 KE \u~' k{U$+~ >/urv얂^&*CDg[\jḨ(VWz\&pwg ZN\x8s]\UڣH1%l58C&!a6Q(L^$htOFY drbp~vB@drQ3 '6`3}N=]PϚ7bzWFbʥ4Q:>lB'1h!@,qHdH,qtDG Yi` 9І 2Q/[p3Ugu> |㶀=83lˮڡWY0&P% U&=rRc0T 2e뗥}E6 EQҖm/d N'_ !#יhwIA@D~hj ܊C3';"6NwO;V]TKɐ<ݲ.ol|.kYӓ]au+r".PtۓH9Ef ~&)\FD1%f79NCCO&fL`o Ѯzi'xX}%iKrlWA.W6*ҸDOo2ݰѨHcvmck='ɺ 1nD?Xz-p9!:1Ǿ%&GY)I!ma%f-)"%1leQB}Ua:%676Uݫ-/}NRf<]8?+doM. >)KQ1ڂ=:0fM-L"9FKԴ[ (YKoSY],Vw2븸!r__yfaڥu'I)V9 U<{9 an{>?\fal+InwJk _$ߴݭu%~ݜ 26W9 \&N]%Mӑ8,lE"vsR[Z'~REfmbDzޟԮi5.xY@Rhg2FhB Lh_ݴèVvO_N уtOo,2}w-a NQzHUY{ mMjȔS) н&lidf}|vnO@f9Bakp~I4C`K!BD)br:ف*`L8nv3 M+ e|0fCSD|O.XBl3bE, Kuݴ=sT?[r=G A_nyo֒W29- Ȧ={M:̗D)fnDp"0*^4۴v%Xs(c{Ғ@ ̆B\QE8ab%86xR6aWTD~NW:Yj׏ҿx>?Ð6MP.4~BA;D[Ԙo: S: BJTYn df$Ky%ι*,ԧGuZ"$xm_w!8Ip K ];0N.KSb]S>-~K*"',  WІED_<$FyL9CW,Cޅ O,ҝ]2O3P-3&7osV}긙QpIљ.}Gv +eAsiBT$✶pmL 7Ӑp(8 =ӯPgBݛZl-sRR#C!wjt~ \r 2uU/Ls3VeuiLo SpGa)v?"BHOBR @U9_pV5RyYF|ݦ~p a"oHR /̐|jlOG΢f]Nhɽ=;ij\>*XNv>Wjwvr*l/*=yjȼ~OW"} 򀣛4+(ߦf.3}z$YJϒ뜹઄d[ͷfviE$6]2k @LC0`C+ H BӋ):2 ] |Ge'}K2Rͼ+o͏Rͯmp`xrT'D7飋p}4p)X-uy ;g b)SAlY~Ji=~'Kwî={Qž![K䇲BiSIg0mmwtn ^5HAB(DfؒQ q9oSݕL_#'r]9VXkbIJT.O rCM5 bLF\3 Q)|zv0rڀ8FMglDmlQsDÙiK<)HJfj7 ~~94ˀH,RNMNYS`& *b\dmNƬ;Q깑2gܰ7ׅF0uC9P%|:k?%Dn˱Ț]sJj˾xԛ4LSj?#Ϣra:^LTrhˤ/ɜ48ظ!]H+WFkD7ikAמXroz+mE!JeIhI؝fĦnRqUfKaAJm6vSNlH^B"AN)x1SͅSΧ u/7~ KϳSN+\4>Vv-RjNg,O6FwZm"Oŷǡṇ0v(-PTΉ_sYlv!Ee[+zvBSCm҂Q3߃ k̘^Aޏpǭr[YJ;!q8ǔp*%S 'K h<\Ʉ5bXGKb@tTi.>jK.]>mv*I{~Hۏi8Ih 7R sڵ /0^|03j4~u>ODe)PF2;L¬ޗ}a6$76:aӠ%wux|hs4 ݦDɧrhj ShGõ׼ս_98҈`Τ+n5/2eU(9p?Kܧ"5*bD#g- %©Ȣa =9S-l˿ک`RDmҵM-f3Ų%T-EgEukՑ1E&s6; m w͛TH9~4\[?<=,^zQ"~J3XV_~{U]N%1vkţOyYK"h R6jO j&A `Fֆ~67z[2/R#Uh}dV(QQ)J3$x7JLk@!Stʲ. x័ XdC$@5) Hº֕o^."{=[;$7o'_QM"DҌ'pYI}7so'@F]OR ƿ8R WKOrgJSO9; _088 N"1pXkiLR~_\Be+Yce__C:{vѼfZ U.,J| BT-gR:ʋ(>{~fN9^*7cFHhێ`w~ z&U`\;#$#^hHeqG"klyVq+tf&Veo: \bD{5֚TA%QKgR&K <;mW6bh";K=d\M=TO1;Y8g(݋A YN$՝R-I\$NmMD?WƑ^IC5" ?`x}%Jh=i7ٟ>QAcqwLwqA>ל0}@"<}\T5Lϣ"z:6[$G xOI%#oBNu|dn> fC1O0YKkk~ ]:i4FK?A;z, 2)u$hFu95M_7`zSw0Jn)jrw?}Wm 1xUCEv6h0%@|~V_R )UU:6xXQ#$E4]9Up`3L&#y~| :[srΖP* 8b<ܷ{GC5}~IQ%We%ҰxWp/\*4v'ˋ9|<BVJ Ǝ^2{¹PAh011ٜPUQl"#YzBE *q~m3+u#E=B26Ɗ Reޢb1Cwܭ ".Gf^u}ݦ}&x'H}f]KTR@l'h Ar DIQKOd%؄dWBTUDqMʾkD;vc)^J+9n[QO[BۄMۼ>2F_y41HcM~s1'X0bZnSRFgj4dKkʏl-vGarPRbB~rIxVY]m*G ;4GK,UеgJiŸV@;Q9([>ٗ_h\QU8yN lJ?Pེ2GI<1VyA-(<2\|3=!1- ;,K4?_fol2_ qmy׶{^zN *^QNEXA4 u5'U{Cw$wGYb{+^ڎb Et\9<~}7(]i긻Ly*^]bM|h'gs OnάP,pqݢe 5֫oR ~{/ 8FrHpǚ0?\7|lŎvm!1s_vNwqPSlY@FR峽sPܗhs?ɰ:a:&-!ŝSq6)<4X#~L]jSu㰦{,33=n=<L017$& 5sw eBcUɜd i¡}LsXD 3l45r hk;֞ ĺӚ\Q +ZcR|M,1O7f+NXL+T|jhb5Ka퓻8lsHm`5ق`g6a0WW%;IתJl'H"t3Y\ 8sixU)KM8bZl' ~/"j\mfx]U^#uόDKm:;oK AURk_ j0kjB`юCZ%x@. $2ܫ\Bce|TVXCdID_r 4>q|э_p^9'h^V/L瓋$M0U6SDTi)IFdEvnX ׄipOL@A99lcf&i:\_=A +)˩X^'Iǭ()Z'u]3J|[_RF[!`a,2v},@Z0²9ANwꚡ7)(XB_Fod_uLɓrm{!?2 T0m\ӋXnf75K8)cCygjіN325UȞ3\ ^_660ǨB0]jtb&pggm{YL/ZGz$fJ F7eVacap|N;ă (̻0fJI |XDؼ<@;QFDXҔUP#1 ,^D6©X1 "d:hmn]?ύdMͺb*5E6MXmCwktf6ֈjmM/:o%A.!gfI8,N2o\7*+j&.9K.xlC+q}LJ':UPFwb-fgu-]A_3I ;Y\)U5iD-iXN|AM0F߁Q+}ŤIp?3=5[+`w.Jf>5;-;%$ݻuDzkoo?sQWc@WIcMd+s\(v c-:\j\cGRFYGLo6m;ٴ2 |dl 6l0^N>x.X3;ŗ\lλm;Sub׶fF Qɵ=wd[$sԁyYꤱcFZܷ0(&`@m0Zʆ2 კ@`X5&"FPRZx_ 1d cUf\ܤa_\r'OW]ڗ鉭2w׮.LV \*ԫdl3T:B`}CQqSb'ɾiI γ\eRX9xC)'X>-,>^35t Gc'#=| $4# Y_X!<ך砄kwIXt@썂E8G1$QCm;]ef'WC{pij]@92ThMEؓL`fODQr%G<'іkYp9jiK,_IE}ʼT8n]#le3e@ $پx[s+niz1Ҋ![gkzvY.+ˏZV+\!b$2fϬ<8B/7+e .LK,Nv카}]ۄ86WBX_EL&u "<]%ȒV3a8M NkzO8ՓEsxYu ((4oyMyʣk݊N)š'cQJ `0fAՏ%$BLoLr}t2AǴPp,Dmɖhif -/65ۏY١fL e "'Hw^F",&Uj2d?z(׃#` KwTwMYPL &9/ooV4{ Ư9LkSe v2O^Q796s7o5˫p5T`Wuš=w.GIm+燲\,rcvWXc@ ɯ +b`/'Ԝ"s!}P)3`'Yo~91.yW(\X ИOkUu&mq B]IEŊ/"c -NZdmLeDI_ڷzC(5IE?A`ݔ 5xHjCg+@e˦)/RsQp:Ǭv01qNC֠z-IӶ쩗r]O̖wEd>-!ť>Vȗ(O_4hiKo:vc+ PkDև3v|/~8ȁzwږ=ҟaw*& ZvfiA-t@]F-T T~ܒ4+2ܵ $!n. 3jK)| >zg{/y9f–O?=ĮRa`֧$z1Uȕp<~'R`KM\NFu쬵:i~- tgO~gQevQ&!G4a륬x|qkځ$l%Uj,'.(kw5q8e(=` % i!-@HF Se.>٠෽b-](;ˏ\ڜI""bݦ==M[)~G?)"5]UA>JA[0:%v&\ !dM(oUJ:]r #['/ Eebܨ.>"U|SA~d0K=sZ 8ZvBeKRS]?3kIQ)@ގq4BcH&87N>&qg\UW<,&%W(i 26t.e_(~kuqɀ.Œm?)cI jjwN^WCKwiwTd<赠UIQS৖O_[.Zwwճ8W}d6v/ dq72L\b@]tf77-dsi؍)A!IEU?:2f RBD0whmz EzOJƝI E[<>LrZ2nqHV6eEO',bR05C tBhOStDgW#{\ݥFIUBG}48⟽]uf,sSzL=Dz_1t܇5 Y70tk (C 5e@V0n)8nW%E4([$ fW6c l9/Ob1KG)+-CmN6C譨@4Get?Ha^rlȵ# ¡}m2׳f5WA$ NeyK#HB(\g4A޳ ;[PMT@; r5h[{.Bc(N+I5QSIZEϐ%ȩqQjo"$c!}Wif }7R+ʕ坳Xoe[ q͙(ߒ [tHoo*X_,VGWWrZ(x4XY!_}BwӤJU;_Ӭբvqm22"﫯A'q2%Π&I8T7a!Mr7a~#P  *ګCF ê3 8J/f&ө=1dP%GOęx+%%#D6H>K@B2ܩist\G~VN]Baq m51R 8¯y[wW)%PcyQ1d=0PAmZP餫~9Z22cT3KzeGA 懋.k[Fߺ"rGR~snڭ(Z=VpV#2̚%.[.I"Eı5b+| FF1FS#N yi z߽z#>op4 1fuM *#dP'=kӍ*hN#:G'" &&hl{Bų>u\$7*N\m.L{pu =cd0E"OqF>EA5lXDU=U ckovC٭}$ qyp06IъK ;Œ` [1EzB:Fzz BO gׅܽ``UxTB0}0F3ģ:;T*Sq@'Tc)J{L@c11GL]F>ėبl8*o˳q5溎ƷNC6MAD;܀KV-;XPeK!2+'M 5$bv6/'I&Ow,Fj?uC9Ss}}W0.(<(_ڴc ٬t (n+ ]"ڭ-&zՌ+M ;)հ>bFpHd}0eu=_"8^:q4>rff&k`6#LU܏\5*zkc}#Jпע8ºww2d*tv^ !lxʩT[-t7iB̌# dB(9URX{# S[]!^m![ 3xo yWl`0`+soxq &^v'v S3k^K/nK[<;dvG_m޼ڔe$%PM{nMFJDo '{1r}?LN 7| NsWsnr+K:%diH2{82ܲ"Ɋ)*QA3O,Y6(WQ?fW-8?v97WdJ[%%~ %C^hB\07|Y y|uōg[(nKeRߦG/NOpTȽ{@(g|?گH4ddH#]n4d ?6VG_`&v":됅Dq~T"HmF ڙGԓg6xO~YXޕ&CuBsQ:-Uw65[2dϴ!|@ͩ`S:/Al>hð9dڷNR0Z)b'v8Ћ!ʻ<:ɪdH}((XV$ ^mJLңz$@)K=o"MmI V`_5~3q+&t<!|(wL;L^'c3U~G=Q=٘-_g\O={~4Q%/)Bn`09/Y߅Vfp8浓!qTl Zո! iU93k"8LPC&xkM[Q9DyۿF)栅;}~&-=cie1ܐ꺄VDw0|KCGĨOP*<=L ^t2##.ϱYioe^nA#JA'Axv,c%[@N,X 0$ڭf33$PRDqHtb}YÄY58`1f Ո~7`DZGnq1)z!_3& BkL)]^Ze tǛ};84a`L }*@G2 y9[Ĭ=anwEb2ɲeAE,pfaO1a ֙ 뫜qu5C69r=W s*F}^ naM˼" CW> $@o r-Hw@@pDJR'[Uyk)h_!,Le4Esϲv2LRY+ "WT<:@1D>$GHfS@uvB^{AA?0/A"`H}ݖ0 Gj )vjs{\[mGܔ̼wO? 420|D]g P'.r\y p[ٟ_.60*S&ޯa4,wTA{J1ՁGAfv^f,jS1 X*_*4]k콦0XQQ[;4X[9%KSU:'=\4o7!6~vVL=G9vD.k8!4X4 \ĢOo#a8O+flcb) y+(.j2Zvl_6| [FbO`#6fbf_c,Fϣi_c\VA T$uQCd-4 x_σ0Md$v~3%d$a~ 'o]aF_!FJx 5/IӬAH\s$ld&7oێљ MY:ZXf'eAq&݆} ֞3psmS\ MM)ᆚY,FSD2~շOh_vR*Nok8F0AA$vIhpSj#WZ3u(N\윹ƍI F{&DX[ řxBYbϰ=q e+7>]#,M^BG0: <ĽZ$mN4DG"@DKL]||ezgݿEiYX8eQ[-QioH.o< 'Ff?`T+3Nm  Me³w *6x@|M }?~J2C:?mSe]`DܣUKҺ=8ld]̝lӚьP)ʖin_I?㲾$x Tlqm29Ue N@wRgu"{YE' =}0]@Z"19gi1]5s严c jV\  {͹+a2𑳿v:ϷH3f+y3¥8-c*i+(=14X ?\ sXlȉ 焯ec[N/qy4R$L=ww?@@\xgs ;"$;IQYW_+6DU1MN=I2ԘxYۥ yzh%xm +{:hn)eE0[&R|J 쥮vN4hT]"ҝ2YS^!~dmKifpEԼ9&]@c@e9jޔ$R7`s$۠]8֌#V(ˠ(g`ЏyhrsOo"ۺqH\9A~&l)5eU{ 2ҸM~pW *ЫK(SD7 h^Ttrڷ:_,Ho;kSm*`S%`o_q\a 3- 'R8w1cc7Huk_EP["/Q5zY\ YeIڀ0| l]g>d;1Ւʓd>S(R_"!f dh x uݽ o ә~,kqD* ʽTH(8ces-$<+s/^FrY. ү]-nv}^(kWs /gN Γyr0 v@\dG2$A~f1ݥ(ozrucqd>J'Հ0&zG:͕.f 2#&RwL.;gz˼cS.v 2,7]Jp*RBy>^qL4c+ W5EߦǸ;f6g%HrU¼)/ baI Jdz%z{*dOg⬼0䗢wd.yX״g|F C_@h`y; p!#Bw6|F߁ ҞɒU J}$g(T2tRh35*@ma)nL,,7ujT74Ƌ}D(^Jq21[Ǖ^<)MQX=5#o@PV{9ҕv.FTsoD2w !gZHw6>.F Y95eWY ˘Qt(6x]*jcc ԥ1Uk*ڀdޱ-$Sx )#&'|3G':s(T6@`zP!Q{{[A8`aY9.#__w;{H7#_<Iby#rO,;ihśV'Dv~xU>UVpVq'k*y! qt$æ _`5j*`MCX"}GcdD1Smq 1k_ּ{,VYMV@ƧLkXn&ԠI|kV# H רMMpFzx'p(񻂫ATyUݰX4Lr_2)i^!5js?w<h̯-y ya>Gأgp!,AG:{X̗`7$,?9ڟ֥%se\O?BXSDbh jcU" Ghpf^p7~ T1&M"]/BirrhB 7~%j>S kwl.h6DA8k vX&@iDS2vj)}tuL5 e`Xݕ&c^Cuv}ogcI *BxnS /_R072eB?"LYp>j;—iF`ȦAДzWj T[fcP$:t3rGTB(**k3@iJ:|G2ԯ ilL¼O0zSj5?VKe@Xle?ҋfCC䚔= ~=^VL8Wj7bh-Q} 'M DO43L`ı2 ˢng4XjêU>au&*#%IqГğFys09>)1Z{-ɸ/hqӟtn޻ݧW8ҕy ^X,F$#A? y_̳Z4]2 M3Q#mN3nv&;tY/[n-[MG R+G |+AM,SH0E`ۖ2>Hx36(B^2f>.MXIjJ8Qu.GZx%ֲ̐9x sIܷ_#b[n-.D.:p .M[O ek$H(z7Ψ,emiHl8hzKdV8&ii0,P+ Ƿ53&bs&L2Ҟt y~XI\}j%B( /p}9~abB 柺%c73lfB 5#|$X/5)m C{P:y60xآRɱ㹍 =0,,~U)`X&XRݏ QQiQ6P4֪-\!g?n!v;{6Ž>,HEcYoK[zkwOqt[B~n4S$1-]FENBt Q=_]=-% z3M .D5iJ9 Cm nΧц.^sB ;_ʁ5/ ( PRpDb>:|#Dp݅Z$H' #aJN9B8Dv^tË]5fMsx?- w$RApV w 2M>(i\%B@ЮW7d#4'߬e:2w{!em oJ:x"D&o?^>TR&F'E ^,D?)ЬBd>rp]1Yi\uz͖pC+ $ gk_I1SMX Z/,.ȶzܜN`nAX0" BiJGu"Bf03?[HbZs/L4EߎNju#f҇%h=-`t'v=$_S4V'8hk/"SR8*4 7"[oGp&ٰ 55Z|g7^5݋07fc}L4HibqgS&``AgaIW!E ۈ<ϴaӒ d߶<υ[K}xw;}zܤd %,>-`F[HZZ&UcSwZ|t9X<rVG /=&k%oK+a3 $ \R1N) Nk #Xs7QA"I;mLVi#k@SH%=;M"#NW 2z38Y;1(6`#Ғ8=nB?-x6 Xe+ \Ttۣ=6нߗ mf h k8o"|7E'31 꾢$@0OE+v=~5.P/9tvUоI1CSzzţ : z8$kYcZyj¼7;up l<ԝr ٫Y,:9 W/q2s%_ X@t8lDtKf{h{\`_/@@pիc<'Y7gtKWl*b 698Hww>OMJ5R 5NɎ -@Y U/)=HE׉0cY*)鵿&"rQ/^[*SOvF)A{Ppqd-aʤ]jp2defv9cӐﳤ^6AZe5xZ>M\"^`BiQ2T$7AϺ}-|ԁS{&c X~;A4#gԸR":M nZ_rUMjg _~Tu׾[QZj;w#JiS]IJVGXOqJϛA WBчu_P28O/VoIgļG?;DO]O "(օ1DBKN[A?u}P$oTIGK1W[|k2*k\^_HiB  f(!Wo؝L, =Bڿ az+̋5\d00kt4Gu{J y& X˧íviwlIK<KoWg]`2p5 Yx(6zI&ztl[!yj_V6uW Wc<>j?~-n[[kYYUƺE񂠥hEmˉb _d9$_M:; /\]gxd❕y/?']jқpuJc4"U,hip{wM߿ 'L҂$7rQN-p(,y7Q5R$J4|[ҖiQ/"Ҵk9̓_VV 19x^~,/31ָmY"5 nQIhB֞8c(Rfh G@ mW'2RcRtd'ذr16y>|tw[a[Lˣi\٬9$l y0%"[K3j:fz?] ®oU,SdzJdG&/)$e*qiO15v\Hs(UaaLMeh~Ru|vRɽǒloN`ax}]al3i65gd_HL NQ7%9=L!ɣ;7P]^0wh"֦Ch bǥ_l|gD0&^QӬa[3Yj3VZp)9a5܇_4ێ9"96 `Jj)l9 \&K`'Vʒ94:E9TSDr +7IȚo( HQ5bL ɍ^B}Ǡ@#it2MGܔliQrt(ܾdg :U=鈐[S0i V`,F~LKD%My\Iu1|є_$nћ-PC>CKNNd-7TmG eN%:Bsys bN |'bzVyu<{.>.q<$G1mtc FuSMX) Ԇm]Ri+@]IM/?E:;]*`Yƻ.X9y%c؃uyJMv\5ɳQ_ Ln)Vk]̊^FGxtpz-'D!%DDWa^Oeu| u?{7Hr(1JnVpD=[2_4!uҥqIt x#skvխS,$uQyfp>sNr/ҹN!! 揠6Bg &586Ha+h#>*:,k~d4 XDjuaFn_a8M?:B<6ZcUõԥ:/gXJ~ӹz&˭__FJ]`8RJ{[u`KVuAlU.-˵fjMҺ$,g;S wϰ`r ?2k´ π;: +*@Ph yeR_>{ny&w Dô X#8,th/巜"R^5[ cH卑 qFR+C-̟V(sh]-l(\o]+qGjyxtkˬg_-ݲGڎx}JPO$}%#N5Ź;CYvvtjIJ`/DFkOa!wi V )ckBGJ⛎@4 iWϧp8ŵy7>>&ֈ+:u Ks/oH_) Y>):ט8i=ns<x=pF8wyJ Sr-&9:ٝSřUllu3MkvdQ˧4= ^OW .>ᔿB짘pʖ `,@+BEwu.*QDCP ?2է(e6XK_4^7+]޼B)8er ۍph҅J=U[^-t b$1e2 "ȗNupށ/^-aaY_,p%[r}9sD{2sy9Ji|Bdže#r+ H!\>K\X).w &WtK; *+Ʈf[u$_9JfK ^,$ NTҟ6yGTYlFrv?EE*.dS|s>_@J5U.GJl]>Bp=)䝬 XʅQJT {s5U9M~E5م+p~;MϲEp>E~Wş34#D'T/2So Ρص V!ke.uXМsYqm&p&+kmV)}zqVbB s KTȷet&)zh~stSc-ZUÓL"FV!=gIC%o,ا6W)*RFٚ%w}Ƈ&/X*k!äx6[4Ԅʃ͘|/7GM'Līrڸ7k!w/vK@ȁ3$3b.3KI1g)w8_ґn!w&ꃪγ-o޲6_H=;!P/yZ\tEW_{<3,u*` hKE%FX«K% 8QM ^jr"mMpذ(&53U'P}g /ꮸ7aTM2!d Pj#>.{jZ Es]0hRI,a 浛刍gyu ڿ-#D;\/5P^P%)h_8 c se?qŸO\~BDCP oy:djD{<|OiǣGObׂ)Z \iy!c3Fmgv{#)ccwY㍰  &[QKa0y=4\׃g?N$+ ; ZQl$hd-gRQ%RH\xgyM?X!;YO,{3ꅚNEE縯Y52t?vƪIL%Z0荻 E=xD-u:ijgBc< j|k8Kߤ{`'=*VcGО_IBeoBl7Tu37OĽ;N9o~&]ΙM"Vt7ΦmPZ큅`QT!dY1 nљ~2UЇQ?5SeE~|h́x 3x\;PD0k/H=D ZSyl6updn^^BZQ@;I H*Y;L;)d{RQ9jٸ/! ,`2=1pkS#E0 IBc6۴|;O:=—򵷼ЎUu຺l f~R6Ep*8CQFMi_[e*6 MEt@ЖZsɵӞ{Up6`-%bSr7a3=)gk+іj\ʠsޤ7%xur?qp TBC<4" 8-7A>Wœ[)/rp4ǬZH##j屣p4E {XX-Η!\XT<(>-Լ>;IJ-ւa+|z&DNwMwuT l֡a~-~Vk I=SZtdw!I&n;b{="D"МY]aj=?]H;L2RX̜ Bdo snX4I:JqNo+ bٷ9*Wq`];)UL^#E9mt-'%İg 5\OCIj z7 τ{D9كnDK6X GLMHAԾAQ=6 :G̼lǮ*/b{|z!%I4Fgp|$?(*VBKcW~QÂAN']y=~L8`H@^:)DƗkvΖk؅+DzGgݺWudXZl/ٍw]|oj pW1)FަZ(g؍3oOD`+wTW)E F !yk "-EHsvA66>S/"E݋PX85CڟΌчmЇc61&%DBuRe7< _Չ7$? Jp(R Zk9m#dsr#Wҫ}(zHSI95BkeI)-0'܉A=ԌkMd_gA9)=܅_!h.i+5F'xº@F'*u ]mZͰҩٵ?/ ED,1w~FuyDbxYOKP]8Ia[| 9bl~b ݵRfWGzeGf2*R۱Gi}w_^uA6}PpZ{' [E+*9ჩIщPi*ֵ>OsO7DXԚH-yjΏ]"wi.h>P/!$GjwU-)P_]y{Zt橻TRxE2BJ\cق1X/|++28G5(|.8Nۥf.[[vԔr&bxd_06~#<\NYmIQo4^.u:OGܤŸ xϾ}<D!L=]Q\T$c^z㧢 ^VD:_=V$R5g":dXoؖ i.Q8ˢ^ʁwp4hA5RV1G) ּ!Nܢ-L4U;Y ,żwJvXq;֑P[tf#7W}YX)]MG^3}%Rbr,YVP=K!GY~D΃c8,eD"Sjz~99<ʾv8c9S#yKo~ХlOqKhR}bǪܰ/PgGD-K$Z`3-]D7Olh+*~ӱ;=/HN20k۠W'mXqSo=W> 7LPK9s,rqBMx,Rg`"\5iG¥ gu\@hҍ_pDH;(k Bvm}f({]ñA4p\i8:VZh\>^M@"^:mm2itKŠrxKb|-ZN.fIzh^d}V5Pz;J@fGn'Td7brΏbqsE Iʭ1dlHg\0KA[Bg u%ECU˸ R?C&T?IC̱09""RR ݐkB!DwXN Ec7˱O6 :| WPUCVhg&F 0#X#3zFJz^BTqw&쁧 > F֗M 2Y8z !tAuBKUyl;d;*qtQ *\>I7mI's'whleyS #e5n{/Oy_@ʿ$J.tzjhl (kE]4;: \SڂTRCH²Wim=~'6ڹB\.ziQV1 %[q%e7zxƂRU9 h6@O2 #-64;(i ;$q鳞"r?ADĉ)vK;&HD!+܆Ǯ7Sm9ZV}Gӣ'9o^ sھDXAH @IpW+} 0Ef/dFÚKPx]É/N?t $z-gY6ldWv_d5l &ͫuȖ .l5 ۾\r>>fE cO[EU [\gZ|/2Ӿ̮p!NqVK*D? qN+sHGRu8(y6AI8^+d}wc,pno$) ;wƅTl.4wWN{v',d bΔht5YeTz <S?o6JAk)`ةmakK89.6`JT?$ztl3KiZfKhcTz&$0 5`v7:]% 2D飴ξGy^ BF|%O|td]4G~+{ Z $(8Ij0m|zAֻ3Ų[lo`#Ih@=8O[2 ~U/2<Co{ar}! =CsE9TZb©5aK<EN[_@ ᠅Vѕ,$/îdUhOD>^,D&!cKSKG0[O Ӿrp)V5BkeDRsp]9Kz㧼?.߆RiG呂:q`_[rP=6zVIpҟa8uGx>9ţoTS N<<74o4o촠`)W(V^wmuRm|zՃ',6aftbJ7}gf;{qԤI_OSQ:Ka'CU6tv~eǷf=m߫%Gk@jOtlԳ]Ƥz3UdPFdYXn H-Cp&eɉӃ0 QFk Ǥ@ L(^?-XA1Y Y=MiQ[_sҾuddsͫZ]t?_xGo_=(U&TZxY qƎRm6]<1w (ϕmP~ܧ_R/0nw}{]G\9=<#{N_l#&^1zCҿ. a Y|Ϊ]Nd41!Q$;3OcQ!vԜzc=V|ecsx} tJF c&yaN fGGAkyI5<yaԡծ?d9P{zǰak-/F6ʻOҏO'Dd5F*J<ȺMF~ m7-uut:[9 >4jE4\Ʉ}r0 o UqQߥM^cݰ68;g˝0>E_C BiW^Ƶv{"^sk]lğ4|t YxBM=y!l:!Aܾbv]PɒTCz~'wv837c_s~ -K( wŧVk6:dEH^"0-L4ڂ#V_j7T) Wl * sdK3_ z< YZ