plplay-4.208.0-bp155.1.8 >  A dk@I%z ?VW8Tv@9_{Cq= {?mpH=dw&ki*n KMO1fzRL#21(Ħ[A^Ży::?->'bQϫ1*`w<#Pڿ*n.wpԔ^J%Y:'\9t1 <]GJ=a8' "ji1M?pa!5=ky\|De0C87$o·?D2сf_%S gADArנ?F$wLѦkmn{NE ׆D?#;Iʬ VL?ifF=Ƨ6FIrMu4C7)C>:% <)V 7kiaHOü7:uHѹ<@]ߗ7 Est|)u;8`GYr~gTJr>M;Fo * z]U! -#dkY$6&XVv]S5fe4e22e61767751624df4bd853637cd4c7848ccc149750a9ed24797cc9a296a9de32431af33216e85045ce44f6fd8c10ffc1500Hdk@I%z _,ԋ`T(Csq^>)'ΊqG܅⽬"H5ij!uK`DǪfǯUy؉(aI(tQmڤnR{3^'8_]s-Y鸈CaU)rGIeK\jڣVokƜ߰WgGt{oWӨ,"bE!Ք_~z7>M|Ӝf}0q"X>Uu^BG1Y NP_ɩCr _M"lW*wnwMf``=qX&0Y z >0ZPZҥVca\y}nBC_i{01eA4>ɄHi{Ugk2ҙPxC[h"^{,@rBXpkQ"-+KKJ< R}dS:;'>-@?ZAmh.1}}B*VFn2SMnt 90y< >p>H?8d   D04@Daj|     E HLQV|(89l:FG,H0I4X8Y@\d]h^obyc"defluvw|xyz4Cplplay4.208.0bp155.1.8Example video player based on libplaceboA small example video player based on libplacebo and FFmpeg. This provides little more than the ability to display video files, and rather serves as a tool to help understand and demonstrate the various options provided by libplacebo.dk@old-cirrus1 SUSE Linux Enterprise 15 SP5openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgProductivity/Multimedia/Video/Playershttps://code.videolan.org/videolan/libplacebolinuxx86_64 dk@8eaf5cbfec5b6b99becd3561932d0672fc0dc23aa9698e4fbbf17717c54d336frootrootlibplacebo-4.208.0-bp155.1.8.src.rpmplplayplplay(x86-64)@@@@@@@@@@@@@@@@@@@@@    libSDL2-2.0.so.0()(64bit)libSDL2-2.0.so.0(SUSE_2.0.6)(64bit)libavcodec.so.58.134()(64bit)libavcodec.so.58.134(LIBAVCODEC_58)(64bit)libavformat.so.58.76()(64bit)libavformat.so.58.76(LIBAVFORMAT_58)(64bit)libavutil.so.56.70()(64bit)libavutil.so.56.70(LIBAVUTIL_56)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libglfw.so.3()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libm.so.6(GLIBC_2.29)(64bit)libplacebo.so.208()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3bVaa}a@a7T@`+`}p`lM@`g@__R^@^^@^^@]\u*@\>@[[]@[@[5@Niklas Haas Niklas Haas Enrico Belleri Niklas Haas Niklas Haas Niklas Haas Niklas Haas Niklas Haas Niklas Haas Mia Herkt Mia Herkt Mia Herkt Mia Herkt Mia Herkt Martin Herkt <9+suse@cirno.systems>Martin Herkt <9+suse@cirno.systems>Martin Herkt <9+suse@cirno.systems>Martin Herkt <9+suse@cirno.systems>Martin Herkt <9+suse@cirno.systems>Martin Herkt <9+suse@cirno.systems>jengelh@inai.de9+suse@cirno.systems9+suse@cirno.systems- Update libplacebo to version 4.208.0. See details in: https://code.videolan.org/videolan/libplacebo/-/tags/v4.208.0- Update libplacebo to version 4.192.1. See details in: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.1- Update nuklear.h to 4.9.5 - Add dav1d dependency- Update libplacebo to version 4.192.0. See details in: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.0 - Add libunwind dependency - Bump meson dependency version to match upstream- Update libplacebo to version 4.157.0: This is a major new release involving a significant overhaul of the public API, full thread safety, support for Direct3D 11 / Win32 / MSVC, native HDR output, and more. The primary way of accessing most libplacebo objects has been revamped. Rather than writing e.g. `const struct pl_tex *image`, users now simply write `pl_tex image`. In addition, the `struct pl_context *ctx` was universally refactored and replaced by `pl_log log`, with no concern besides logging. Direct3D 11 is now natively supported by libplacebo, and compiling on Windows in general has been made more straightforward. The entire API was revamped to be thread safe by default, even when using OpenGL (assuming the user provides the appropriate context binding callbacks). Accompanying this change, the `pl_queue` has been rewritten with multi-threaded decoding loops in mind. See the accompanying `plplay` demo for an illustration. Finally, this release brings with it a lot of features for feature parity with mpv, such as the ability to get pass stats / timings, oversample scaling, and more. Additions: - add a `void *user_data` field to `pl_frame`, with no further interpretation by libplacebo - add `pl_queue_push_block`, useful for multi-threaded decoding loops - add a `uint64_t timeout` to `pl_queue_update`, allowing it to block until frames are available even when not using a `get_frame` callback - make `pl_queue_update` also return valid data when failing with PL_QUEUE_MORE, allowing access to partial/incomplete mix outputs - allow calling `pl_render_image` on `image == NULL`, to render overlays only - add `pl_get_buffer2`, API-compatible with AVCodecContext.get_buffer2 - add support for blitting from/to several obscure formats such as a1rgb5 or 64-bit integer formats - add `pl_tex_clear_ex` to support clearing integer textures - add `pl_render_params.ignore_icc_profiles`, for debugging - add `pl_queue_params.interpolation_threshold`, to allow disabling frame mixing when the source FPS approximately matches the display FPS - always accept DRM_FORMAT_MOD_INVALID for texture imports - add extra windowing functions to - add the `pl_fmt.gatherable` capability - add `pl_shader_sample_oversample`, a variant of nearest-neighbour that preserves pixel aspect ratios - good for pixel art - add `pl_scale_filters` alongside `pl_frame_mixers` - add support for compile-time specialization constants (`pl_constant`), and use them to speed up recompilation of shaders with hard-coded constants - add `pl_render_params.dynamic_constants`, which lifts hard-coded constants to dynamic variables - useful for scenarios in which render parameters are expected to change very frequently - add more PL_COLOR_TRC_GAMMAxx definitions - implement full black point adaptation, even when not using ICC profiles, and infer this black-point-adapted BT.1886 instead of gamma 2.2 as the default gamma curve for SDR files. - add `pl_shader_res.description` and `pl_shader_res.steps`, containing more friendly names for shaders plus a detailed list of operations that shader is performing - add callbacks to `pl_dispatch` and `pl_renderer` for informing users of executed passes and their execution times - add support for the Direct3D 11 graphics API - add `pl_swapchain_colorspace_hint`, replacing `pl_swapchain_hdr_metadata` as the new way to update swapchain colorspace metadata at runtime. This can be used to e.g. switch between HDR and SDR mode, for supported swapchains - add `pl_peak_detect_params.minimum_peak`, allowing users to constrain the detected peak values to only be sensible (e.g. above 1.0) Changes: - simplify the `shaderc` pkg-config check - rather than querying for `shaderc_shared.pc`, `shaderc_combined.pc` etc, simply check for `shaderc.pc`, matching upstream - make almost everything thread-safe, and document the parts that aren't. In particular, almost all GPU state access is now thread safe, freeing up users to access `pl_gpu` instances from multiple threads, even when the underlying API is OpenGL - deprecate `disable_overlay_sampling`, now effectively always true - `struct pl_overlay` has been refactored completely to allow for overlays with more than one part per texture. The only way of using this struct is deprecated - prefix `enum pl_queue_status` members by `PL_`, fixing an oversight in the previous version of this API - make `pl_renderer` automatically clear the target image, freeing users from the responsibility of calling `pl_frame_clear` themselves. This can be controlled via three new fields in `pl_render_params`: `background_color`, `background_transparency` and `skip_target_clearing` - rename `pl_context` to `pl_log`, and make its use optional. The old names have been deprecated. It now lives inside - add `typedefs` to all public-facing object types, o make them shorter to reference. For example, `const struct pl_tex *tex` is now simply `pl_tex tex`. This change affects almost every type of object in libplacebo. The old way of referencing these objects is still possible, but considered deprecated. Note that due to C++-specific reasons, C++ users *must* upgrade their codeto the new API style - remove PL_PRIM_TRIANGLE_FAN - remove support for 64-bit float formats, which probably don't work on any Vulkan implementation - stop contrast-limiting ICC profiles, instead assuming perceptual profiles have infinite contrast - remove `pl_shader_signature` for being necessarily unsafe - require Vulkan 1.1 as the minimum vulkan version - rename `pl_oversample_frame_mixer` to `pl_filter_oversample`, and allow using it for image scaling as well - change `pl_color_space_monitor` from PL_COLOR_TRC_GAMMA22 to UNKNOWN - change the signature of `pl_shader_(de)linearize` slightly - significantly increase the default strengths of the desaturation settings in`pl_color_map_params`, to mimic the hollywood feel - refactor `pl_glsl_desc` and `pl_gpu_caps` completely, in favor of the new structs `pl_glsl_version` and `pl_gpu_limits`, with new members. The old API is still available for the time being, but deprecated Fixes and performance improvements: - fix possible use-after-free in `plplay` - don't explode `pl_queue` on NaN/Infinity/weird PTS values - fix edge case involving plane merging for cropped images - improve `plplay` by using threaded libplacebo APIs - several fixes for edge cases in helpers - several fixes for 32-bit platforms (e.g. integer overflows) - fix blending edge cases involving overlays and alpha channels - skip some unnecessary matrix multiplications for RGB content - allow for some small backwards PTS jumps in `pl_queue_update` - fix drawing overlays to subsampled targets - `pl_dispatch` now garbage collects old, unused passes to free up RAM - various improvements to debug/diagnonstic printouts - allow blitting from e.g. 2D to 3D textures - slightly improve small texture transfers in some emulated edge cases - fix several possible hash collisions for generated shaders, making the shader dispatch mechanism significantly more robust - properly allow building against vulkan headers without linking to the vulkan loader - C++ compatibility for public headers - improve performance of textureGather-based polar sampling, especially for radius 2 and 4 - fix vulkan texture handle capabilities check, again - don't include superfluous pNext chains, fixes undefined behavior - fix crash on edge case when shader compilation fails - infer unsampled alpha channels as 1.0, rather than 0.0 - properly infer `target->color` in `pl_render_image` - properly tag the OpenGL swapchain as pl_color_space_monitor - fix possible crash in pl_get_detected_peak - fix several edge cases in pl_render_image_mix relating to LUTs, 3DLUTs, HDR peak detection and so on - fix sig_peak inferral for HLG content - several compatibility fixes for older GLSL, and GLES 2.0 - fix possible use-after-free in pl_shader_custom - fix `pl_color_map_params.gamut_clipping` for HDR targets - reduce the number of redundant color space transformations required for frame mixing - fix edge case in pl_dispatch_save for some ancient GL drivers - several fixes for LLVM/MinGW/MSVC - fix bug where pl_pass_run incorrectly invalidated/accessed `params->target` even for compute shaders - add windows compatibility to several demo programs - fix the pl_fmt <-> DRM fourcc format mapping table - fix inappropriate texture access function for generated samplers with the sampler2D API - avoid generating spurious EGL errors when probing for EGL format modifiers - fix various typis in the documentation- Update libplacebo to version 3.120.3: This minor release fixes a number of regressions surrounding memory imports and DRM modifiers, specifically aimed at issues that arose with mpv's --hwdec=vaapi. Changes: - `pl_fmt.modifiers` now always includes DRM_FORMAT_MOD_INVALID on OpenGL, which instructs the implementation to not specify modifiers - passing a DRM modifier not in the list of supported modifiers is now considered a hard error, to rule out non-working hwaccel formats Fixes: - fix a crash when using sampling shaders on textures with unknown formats - fix improperly specified SDL header imports in the demos - fix an issue where the vulkan texture handle capabilities were testing for presence of the wrong extension - fix an issue where non-enabled DRM modifier structs were accidentally linked into the pNext chain, causing issues with some drivers- Update libplacebo to version 3.120.2: This minor release fixes a number of additional bugs related to the thread queue, included demos, included helpers, and build system. Changes: - replace the `shaderc` library checks by pkg-config checks - `pl_dispatch` no longer grows infinitely, but prunes stale cache entries after a certain threshold - improve logging of GPU capabilities (including format capabilities) Fixes and performance improvements: - fix a typo on an error message - fix a use-after-free edge case in `plplay` - filter out Infinity, NaN and other values from fps/vps estimates - add several warnings for suspected frame queue API misuses - fix a crash when combining pl_render_image_mix with cropped frames - fix a crash on AV_PIX_FMT_NONE in the libav helpers - fix the loading of overlays in the `sdlimage` demo - fix a number of potential overflows on 32-bit platforms - omit redundant identity matrices in pl_shader_decode_color - fix crash in frame queue with certain out-of-order PTS sequences - add missing link to vulkan dependency in the `video-filtering` demo - correctly shift overlays when drawing to subsampled YCbCr planes - add missing check for PL_GPU_CAP_CALLBACKS in `utils/{libav,dav1d}.h` - improve handling of asynchronous texture uploads in `utils/libav.h`- Update libplacebo to version 3.120.1: This hotfix release fixes a number of minor issues with the v3.120.0 release, and also modularizes the included demo programs to cut down on the number of compiled binaries. Changes: - hexadecimal strings in custom shaders may now include whitespace - added 16-bit half float formats to the dummy pl_gpu - significantly reduced verbosity of the included demo programs - merged all of the demo program variants into a single binary that picks the best windowing system / graphical API at runtime - install `plplay` when demos are enabled Fixes and performance improvements: - fixed an integer overflow in a texture bounds check - fixed a false positive error in the test framework on 32-bit platforms - fixed some minor issues with various outdated comments - fixed a potential use-after-free in the `plplay` demo program when playing files containing embedded ICC profiles- Update libplacebo to version 3.120.0. (Upstream changelog appended) - Create a new package `plplay` for the included demo program. This requires bundling a copy of `nuklear.h`, which is single-header library not included as part of the libplacebo source distribution. This is a feature release, introducing frame mixing, DRM format modifiers, and support for custom LUTs -, while also greatly expanding the available demo programs, in particular the `plplay` video player. The main highlight is the new `pl_queue` abstraction living in . This greatly simplifies the core of a libplacebo-based video renderer by translating a stream of input frames into an array of GPU-mapped textures suitable for frame mixing, given a corresponding vsync timestamp. New frames can be delivered to this API using a push or pull model, and they are lazily uploaded on an as-needed basis as well as internally garbage collected when no longer needed. This abstraction also contains all needed machinery for estimating source/display framerates by comparing and averaging timestamps, freeing users from the burden of having to accurately determine this information a priori. Also worth mentioning is the addition of support for custom LUTs, currently only in Adobe's .cube format. They can be applied flexibly at a number of locations in the video processing pipeline, including as a replacement for YUV<->RGB conversion or tone/gamut mapping, and fed with either normalized linear light or native-gamma values. Among the included demo programs, the `plplay` example video player has been greatly expanded - adding support for a settings GUI (based on nuklear), frame timing and mixing, custom shaders, and more. This example video player now serves as a convenient platform to demonstrate all of libplacebo's advanced rendering features. Finally, all of libplacebo now contains only code written entirely from scratch (rather than deriving from mpv), opening up the possibility to explore different licenses besides the current LGPLv2.1+. In particular, permissive (MIT/BSD-style) licenses are being considered. Additions: - add asynchronous GPU callbacks, specifically to `pl_tex_transfer`, allowing for non-blocking host memory transfer operations - add `pl_shared_mem.stride_w/h` to control dmabuf pitch - add `pl_render_image_mix` to blend multiple frames into a single output image, given relative timestamp information - add the `pl_filter_mitchell_clamp` filter preset - add `pl_render_params.preserve_mixing_cache` to speed up redraws after renderer size changes when frame mixing is active - add to help with Dav1dPicture mapping - implement `PL_HANDLE_HOST_PTR` for the OpenGL backend - implement drm format modifiers for vulkan - add a new field `pl_fmt.modifiers` for DRM format modifier negotiation - add new header to load custom LUTs (currently only supporting the .cube format) - add `index_data/buf` to `pl_pass_run_params`, adding support for indexed vertex data when dispatching shader passes - add `pl_dispatch_vertex` to allow dispatching fragment shaders using a list of custom vertices with custom vertex attributes - add `pl_frame_recreate_from_avframe` and `pl_download_avframe` to help downloading GPU textures back into AVFrame form - add a new header to assist in taking a stream of (Frame, PTS) pairs as well as a list of VSync times and turning them into a stream of `pl_frame_mix` structs - add `pl_white_from_temp` and `pl_color_adjustment.temperature` to apply white point adjustments between correlated color temperatures (K) - add `pl_filter_preset.description` containing a longer, human-readable name for a given filter preset Changes: - `pl_3dlut_params` has been renamed `pl_icc_params` - `pl_render_params.force_3dlut` has been renamed `force_icc_lut` - `pl_3dlut_update/apply` have been renamed to `pl_icc_update/apply` and moved to a (conditionally installed) new header - `pl_upload_plane` no longer initializes `out_plane->shift_x/y` to 0, instead leaving them unmodified (to avoid clobbering existing shift data) - `pl_filter_box` has been renamed to `pl_filter_nearest` - `pl_filter_triangle` has been renamed to `pl_filter_bilinear` - `pl_render_params.frame_mixer = NULL` now disables frame mixing - to get back the old behaviour, set this to `&pl_oversample_frame_mixer`. - `pl_color_map_params.gamut_warning` now highlights out-of-gamut colors in bright pink, rather than the old (ill-defined) inversion behaviour - `pl_named_filter_config` has been renamed to `pl_filter_preset` - `pl_find_named_filter` has been renamed to `pl_find_filter_preset` - ditto for `pl_named_filter_function` and `pl_filter_function_preset` Fixes and performance improvements: - fix buffer overflow in custom shader STORAGE blocks - fix include path for glslang >= 11.0.0 - actually enable shader subgroup operations for HDR peak detection - fix locale dependence of shader parsing primitives - fix AVCOL_SPC_SMPTE170M mapping - fix wrong color space selection in `pl_vulkan_create_swapchain` - work-around low UBO size limits on some platforms - fix compilation issues on C++ due to the use of reserved identifiers - fix `pl_get_detected_peak` on platforms without host-visible SSBOs - fix edge case in vulkan texture handle capabilities check - fix suboptimal mutex destruction code - skip peak detection when outputting to HDR displays - fix edge cases in shader LUT type selection logic - avoid redundant scaling passes when scaling anamorphic content - merge similar planes before dispatching heavy shaders (e.g. debanding, hooks) - avoid scaling passes for certain small fractional scaling steps - entirely avoid processing unneeded components when dispatching scalers - avoid using more components than necessary for intermediate FBOs - fix out-of-bounds read for small non-cropped emulated textures - avoid thrashing the shader cache when reinitializing OpenGL FBOs - fix incorrect include in - fix vk.xml priority issue on windows - fix undefined behaviour / GPU hangs in HDR peak detection shader - fix incorrect forwarding of DRM modifiers to the OpenGL backend - fix crash on AV_PIX_FMT_FLAG_BAYER - fix various compilation issues on certain platforms - fix obscure edge-case in floating point printing routine - `pl_render_params.force_icc_lut` now excludes no-op cases - fix handling of custom shader COMPUTE blocks - correctly apply hue and saturation controls for non-YCbCr color spaces- Update to version 3.104.0 This is a major release, introducing many new features and modifications. Most importantly, libplacebo now interoperates well with FFmpeg's libav* abstractions. This is primarily exposed via a new set of helpers, , implemented as a single header library. In addition to this, a number of other supporting changes have been made to the API, most notably the unification of `pl_image` and `pl_render_target` into a single `pl_frame` concept, similar in spirit to AVFrame. As such, libplacebo now supports **rendering to planar targets**, including subsampled YCbCr. Besides the libav* compatibility changes, this release also brings with it a new feature for custom shaders: buffer blocks, and persistent storage. This can be used by third parties to implement stateful shaders (e.g. motion interpolation or temporal deinterlacing), or be leveraged to speed up some shaders by combining multiple passes into one. Finally, various import/export procedures have been expanded, including the ability to import host pointers and real-world DMABUFs. Additions: * add `pl_memory_qualifiers`, plus a corresponding `pl_shader_desc.memory`, to allow attaching GLSL memory qualifiers (coherent, volatile etc.) to shader descriptors * add functions `pl_dispatch_save` and `pl_dispatch_load` to allow saving/restoring the contents of an entire `pl_dispatch`'s cache * add functions `pl_renderer_save` and `pl_renderer_load` to allow saving/restoring the contents of an entire `pl_renderer`'s cache * add `pl_vulkan_swapchain_params.prefer_hdr`, which will cause the surface format selection logic to try HDR output formats first * add `pl_buf_copy` to copy from one buffer to another * add `pl_get_detected_peak`, to read back the result of peak detection * add `pl_primaries_superset` to test if one set of primaries is fully enclosed by another * add `pl_color_map_params.gamut_clipping`, which will colorimetrically clip any out-of-gamut colors by desaturating them towards neutral gray until they're in-gamut, rather than clipping per channel as before * add `PL_GPU_CAP_SUBGROUPS` and `pl_gpu_limits.subgroup_size`, to expose GLSL subgroup functionality via the `pl_gpu` interface * add `pl_gpu_is_failed`, to query at a high level whether the `pl_gpu` is in some internal failure state. GPUs in this state should be recreated, using the appropriate mechanism * add `pl_shader_custom`, to allow injecting arbitrary custom GLSL code into a `pl_shader`. * add `pl_buf_params.import_handle` to allow importing buffers * add `PL_HANDLE_HOST_POTR`, to allow importing arbitrary host pointers * add `pl_pass_run_params.vertex_buf`, to allow drawing vertex data directly from a `pl_buf`, guarded by `pl_gpu_limits.max_vbo_size` * add `_COUNT` members to all public enums, for consistency * add `pl_shared_mem.drm_format_mod`, to allow communicating DRM format modifiers when importing/exporting textures * add support for importing DMABUFs via EGL, via the new fields `pl_opengl_params.egl_display/context` * add `pl_fmt.fourcc` to facilitate mapping between `pl_fmt` and DRM * add the missing `pl_var_*` helpers, for consistency * add `pl_plane_data_align` to help with aligning `pl_plane_data` structs to byte boundaries * add support for STORAGE textures in user shaders, which can be used to persist data across separate invocations of the shader * add support for BUFFER blocks in user shaders, which can be used to create UBOs or SSBOs for use inside shaders, the latter of which can also persist across frames and be used to store persistent state * add PL_COLOR_PRIM_EBU_3213 and PL_COLOR_PRIM_FILM_C * add a new header , containing a variety of helper functions for interoperating between libav* and libplacebo * add `demos/plplay.c` to serve as a demonstration of how to make a trivial playback loop with libavcodec and libplacebo * add `pl_sample_src.component_mask` to allow sampling an arbitrary subset of the available components from a plane * add `pl_frame_is_cropped` and `pl_frame_clear` to assist in properly clearing frames before rendering to them * add `pl_tex_poll` to assist in interoperating with some external APIs * add `pl_render_params.blend_params` to allow blending the final output Changes: * remove `pl_image.signature` and `pl_render_params.skip_redraw_caching` * change vulkan surface format selection to prioritize formats by 'score', preferring higher depth integer formats * `pl_fmt` may now have PL_FMT_CAP_STORABLE even when `glsl_format` is NULL, in which case formatless image storage must be used * `pl_buf_read` no longer requires `buf_offset` be a multiple of 4 * `pl_buf_*` commands are now synchronized internally: * `pl_buf_write` and `pl_buf_read` now block while the buffer is in use Note: for this reason, `pl_buf_write` should not be used in loops * `pl_tex_upload/download` may now be called on in-use buffers * allow `pl_dispatch_compute` on shaders with outputs, including the ability to automatically determine the number of work groups based on the shader output resolution * remove `pl_buf_params.type`, and the concept of buffer types in general. `pl_buf` is now a generic catch-all for any type of buffer, with individual capabilities in `pl_buf_params` determinig what type of shader operations it can be used for * relax the alignment requirements on `pl_tex_transfer_params` * change `pl_opengl_wrap_params` to allow directly importing framebuffers in addition to textures * rename `pl_color_levels` members for clarity * make `pl_opengl` ignore software rasterizers by default, unless the new field `pl_opengl_params.allow_software` is set * add `pl_av1_grain_params.luma_comp` to allow drawing the luma component from a channel with nonzero index * `pl_renderer` now supports rendering to planar targets, including subsampled targets * `pl_image` and `pl_render_target` have been removed and unified into a single `pl_frame` concept * remove `pl_tex_params.sample_mode/address_mode` and move them to `pl_desc_binding` instead, to decouple them from texture creation * refactor the signature of `pl_tex_blit` Fixes and performance improvements: * fix an oversight where `pl_buf_destroy` delayed some buffer destructions unnecessarily * fix a limitation where `pl_tex_destroy` sometimes delayed destroying textures unnecessarily * improve the performance of `pl_dispatch`'s code for assembling UBOs * improve the performance of `pl_shader_av1_grain` by switching from SSBOs to texture LUTs, also improving compatibility with older GL * improve the performance of `pl_shader_detect_peak` on GPUs with access to subgroups operations * fix an issue where reinitializing shader state objects with different settings sometimes resulted in undefined behaviour * fix some GLSL backwards compatibility issues * slightly cut down on unnecessary image layout transitions * add some miscellaneous debug print-outs, and improve the legibility of some existing log messages * fix an issue where freeing buffer variables from shader descriptors could result in use-after-free * add support for vulkan memory imports requiring dedication allocations * slightly improve, and fix, the vulkan memory placement logic * significantly improve the performance of `pl_tex_download` by importing the target host pointer directly * improve the performance of small LUTs, especially for the non-compute polar fallback path * prevent `pl_renderer` from unneccessarily applying a 3DLUT when both the input and output frames have the same ICC profile * fix the behaviour of partially specified `pl_bit_encoding` structs * fix the component ordering on some odd packed vulkan formats * fix an issue where `pl_plane_data_from_mask` broke for high bit depths * make `pl_renderer` consult the dither bit depth from the texture precision, if absent from `pl_bit_encoding` * fix the behaviour of `pl_renderer` when sampling from textures with swapped component orders * fix the implementation of PL_COLOR_SYSTEM_BT_2100_HLG * fix some issues relating to missing includes * enforce legality of image usage parameters on `pl_vulkan_wrap` * fix an undesired shader double-compilation when using orthogonal scalers with subsampled chroma planes * fix an issue where application of a 3DLUT cleared the alpha channel * add a missing extension to `pl_vulkan_recommended_extensions` * fix the plane alignment code for oddly sized subsampled chroma * fix the poor precision of `pl_shader_dither` for high bit depths * fix several possible overflows in the BT.2390 shader * fix a bug where using a polar sampler to draw a scaled overlay onto a non-storable target neglected to disable compute shaders * fix a bug where the renderer could sometimes alias when downscaling, in particular if both the upsampler and downsampler are set to bicubic * improve performance of scalers by avoiding bilinear filtering * reduce verbosity of memory allocations * fix missing PL_FMT_CAP_BLENDABLE on opengl fbos * significantly improve precision of float literals in shaders * add better error checking to gl_pass_create- Update to version 2.72.2 This hotfix release fixes an additional glslang linking/build issue that was missed in v2.72.1. Bug fixes: * fix linking issue with some installations of glslang >= 11.0.0 Changes for 2.72.1: This release backports a number of bug fixes from master affecting the v2.72.0 release, most notably extending the range of supported glslang versions, as well as fixing the 3DLUT/ICC generation code. Bug fixes: * compatibility with glslang >= 8.13.3743 * compatibility with new glslang semantic versioning scheme * fix broken shaders on some versions of GLES by defaulting to 32-bit precision for floating point math * fix the vulkan API version passed to shaderc * fix the extension check for glInvalidateTexImage * fix pl_tex_create on older GLES versions * fix OpenGL logging thread safety * fix undefined memcmp() in pl_shader_av1_grain * fix pl_render_target.repr being ignored by pl_render_image * fix 3DLUT generation code (generated corrupt LUTs in all cases) * fix symbol visibility on some versions of GCC * fix potential overflow in BT.2390 shader * properly restrict pl_shader_sample_polar to GLSL >= 130 * fix vulkan function loading of promoted core functions Other changes: * tiny performance gain in 3DLUT generation * pl_opengl_create now logs GL_EXTENSIONS * log some additional VkResult enum members * improve several vulkan log messages by using friendly names of enums * add a copy of the config.h variables to the libplacebo.pc file- Update to version 2.72.0 This is a major release with several key additions, most notably being the support for custom, mpv-style "user shaders" (.hook), giving us access to a large variety of pre-existing user shaders such as RAVU, FSRCNNX, Anime4K, SSimSuperRes, KrigBilateral, NNEDI3, and more. In addition to this, major additions include a completely refactored and fixed AV1 grain generation shader, support for Vulkan versions higher than 1.0, support for GPU-based timers, and improved interop APIs for both Vulkan and OpenGL, and new and improved aspect ratio handling. Finally, this release also brings with it a major change to the way HDR and SDR content are mapped between each other, including a new tone-mapping function based on the industry-standard ITU-R BT.2390 EETF. Additions: * add pl_swapchain_hdr_metadata, to set HDR metadata on supported swapchains (currently only vulkan with VK_EXT_hdr_metadata) * add support for vulkan versions higher than 1.0, communicated via the new fields api_version and max_api_version * add support for GPU-assisted validation and best practices layers, via the new field pl_vk_inst_params.debug_extra * add helper functions for working with pl_rects, including new aspect ratio handling helpers (pl_rect2df_aspect_*) * add field pl_vulkan_params.device_uuid to allow choosing the vulkan device by its UUID * add function pl_vulkan_hold_raw, to hold images without actually transitioning its layout and access mode * add function pl_vulkan_import, to allow directly re-using an existing VkDevice rather than creating a new one; this requires communicating metadata about how the device was created * add field pl_vulkan_params.features to allow loading optional extra device features at device creation time * add support for mpv-style custom user shaders (.hook), using the set of functions in * add pl_render_high_quality_params, enabling debanding and EWA scaling * add pl_timer GPU resource type and associated API functions, allowing the GPU execution time of shaders and texture transfer operations to be measured directly * add PL_SHADER_SIG_SAMPLER, allowing generated sampling shaders to directly accept the sampler to use as function parameters * add pl_image_set_chroma_location to automatically apply the correct chroma location to any subsampled planes * add PL_TONE_MAPPING_BT_2390, a tone mapping function based on the EETF from ITU-R Report BT.2390 (and make it the default) * add pl_peak_detect_params.overshoot_margin to help combat clipping on certain types of rapid scene fade-ins * add pl_sampler_type to allow encoding non-standard sampler types such as sampler2DRect, and also generalize samplers to allow e.g. usampler2D or isampler3D * add pl_opengl_wrap and pl_opengl_unwrap, to allow directly mapping between OpenGL textures and the pl_tex abstraction Changes: * deprecate pl_image.width/height, which are now inferred automatically from the actual planes * pl_vulkan_wrap now takes a pl_vulkan_wrap_params struct instead of directly accepting its parameters, including new fields sample_mode and address_mode to configure the created sampler * change pl_dispatch_compute to allow optionally passing in a simulated framebuffer width/height, which will be used to translate vertex attributes (if any) * undefine disabled config.h features, instead of defining them as 0 * remove debanding from pl_render_default_params * refactor HDR<->SDR mapping; PL_COLOR_REF_WHITE has been removed and replaced by PL_COLOR_SDR_WHITE (203 cd/m^2) and PL_COLOR_SDR_WHITE_HLG (75% HLG), respectively * completely refactor pl_shader_av1_grain`, which now samples directly from the passed texture rather than requiring the color be pre-sampled * pl_render_image now infers the image primaries based on resolution, rather than always hard-coding PL_COLOR_SPACE_UNKNOWN as BT.709 * change pl_render_target.dst_rect from pl_rect2d to pl_rect2df, allowing more accurate aspect ratio handling, and correctly compensate for subpixel scaling ratios * require python3-mako as a dependency of the vulkan feature * pl_chroma_location_offset now treats PL_CHROMA_UNKNOWN as PL_CHROMA_LEFT, the de-facto standard chroma location * the default value of pl_color_map_params.tone_mapping_algo is now PL_TONE_MAPPING_BT_2390 Fixes and performance improvements: * fix shader generation when the GLSL version is explicitly overridden * properly mark some shader failures (pl_shader_is_failed) * fix texture invalidation on OpenGL * correctly respect pl_swapchain_frame.flipped in pl_render_target_from_swapchain * correctly validate descriptor uniqueness in pl_pass_create * skip redundant matrix multiplication in pl_shader_encode_color wherever possible * work around driver bugs w.r.t out-of-order buffer offsets by sorting all buffer variables by offset * fix edge cases in vulkan swapchain usage flag checks * fix excessive CPU usage in pl_tex_download * reduce the number of unnecessary GPU flushes caused by pl_buf_poll * fix issue where blending did not work on some drivers (e.g. nvidia) * make the framebuffer discard check more aggressive * fix computation of anti-aliased resizable orthogonal filters, e.g. when downscaling using pl_filter_lanczos * fix external image memory barriers for exclusive mode images * fix failure path of pl_swapchain_submit_frame * fix various GLSL compatibility issues with av1 grain generation * reduce maximum vulkan memory allocation slab size to conform to AMD recommendations * fix build error when lcms is not available * fix double-application of texture scale for e.g. 10-bit content when using separable scalers * fix a multitude of bugs affecting av1 grain generation, especially for chroma planes * fix segfault on vulkan device oom * fix invalid shader generation on some platforms * fix a multitude of bugs, edge cases and subtle off-by-ones related to chroma scaling and plane alignment * add fallback code for edge case w.r.t chroma scaling and gpu resource exhaustion * correctly load VK_KHR_swapchain in all circumstances that require accessing its functions * minimize fbo usage inside pl_renderer, by re-using unused fbos * tweak the work group size for polar scaling to perform better on modern GPUs (tested on RDNA) * transparently upgrade fragment shaders to compute shaders on environments with async compute * pick a more reasonable size for the dummy gpu's max_group_threads * forbid 10-bit linear transfer functions from vulkan swapchains * fix segfault when re-executing previously failed shaders * fix swapchain creation errors on GLES 2 * explicitly mark all shader resources as non-aliased * correctly specify shader storage buffers as coherent for shaders that require them * fix various memory barrier synchronization issues for opengl- Update to version 2.43.1 This release backports a number of bug fixes from master affecting the v2.43.0 release, and also slightly extends the range of backwards compatibility with respect to vulkan-headers versions. (This change is not on master, so this can be seen as a compatibility release) Bug fixes: * fix GLSL version checks when overriding GLSL versions with pl_shader_params.glsl * fix minor order-of-operations issue in AV1 grain synthesis * fix glInvalidate* backwards compatibility issue * fix compilation with older vulkan-headers (e.g. ubuntu 18.04) * fix a bug where pl_shader_encode_color sometimes uploaded and applied an identity matrix unnecessarily * work around upstream issues with MSL shader compilation by ensuring all buffer elements are sorted by offset * fix hypothetical edge case with swapchain image usages forbidden by the swapchain image format * fix an issue where blending overlays caused the rest of the image to be discarded Other changes: * log the vulkan surface selection choices * log the overall library version on initialization * add a few more pl_gpu validation checks * significantly reduce the CPU consumpation of blocking texture downloads- Add libepoxy to BuildRequires - Enable test suite - Update to version 2.43.0 The major highlight of this release is the introduction of a new OpenGL backend, documented in , which is also the reason for the major version bump. Apart from the addition of OpenGL support, this release brings with it a large number of fixes for backwards compatibility with older versions of GLSL and GLES, allowing libplacebo to be used to generate legal shaders for virtually any GLSL version in existence. Supporting these changes, the test framework has been expanded considerably to allow for automated testing of older OpenGL context versions and older GLSL versions. Additions: * add pl_gpu.pci, containing the PCI address of the underlying GPU * add pl_image.av1_grain, allowing pl_renderer to add AV1 grain * add pl_opengl backend (see ) * add pl_color_levels_guess, to infer color levels from pl_color_repr * pl_shader_encode_color now handles non-linear color systems * add pl_render_params.force_dither, to force use of the dither code * add pl_render_params.disable_fbos, to forcibly disable FBOs * add pl_vk_inst_params.layers, to allow loading extra vulkan layers * add a way to restrict the maximum GLSL version provided by the various pl_gpu backends, for testing purposes Changes: * load all vulkan function pointers indirectly, using a user-provided vkGetInstanceProcAddr function * vulkan can now be built without linking against libvulkan.so * refactor av1 grain data struct, splitting it up into "grain metadata" and "shader params" * pl_swapchain_resize now recreates suboptimal swapchains even if the size does not change * pl_tex_blit now requires the new cap PL_GPU_CAP_BLITTABLE_1D_3D for 1D/3D textures * pl_tex_params.host_readable now requires the new cap PL_FMT_CAP_HOST_READABLE on the chosen format * pl_vk_inst_create will now automatically load any layers needed for extensions specified by the user Fixes and performance improvements: * make pl_color_adjustment.gamma actually do something * fix av1 grain shader for separated planes * fix memory corruption in pl_vulkan_swapchain_suboptimal * fix access mask on API writes to read-writable vulkan buffers * fix some instances of undefined behavior in av1 grain synthesis * fix av1 grain scale for PL_COLOR_LEVELS_UNKNOWN * fix use of local #include for config.h in installed headers * fix various incorrect literals for compatibility with older GLSL * fix potential type error in XYZ input handling * fix numerous backwards compatibility issues for older GLSL and GLES versions, across the board * quench some meson warnings, as well as some compiler warnings- Update to version 1.29.1 This is a minor bug fix follow-up, to address one major and two minor issues with the v1.29.0 release. Fixes: * segfault in the test framework on platforms without vulkan * error message spam when rendering to minimized/hidden windows * compilation on certain glslang versions- Update to version 1.29.0 The key highlights of this release are the change of pl_gpu API semantics to use explicit erroring instead of implicit undefined behavior, and several important bug fixes related to swapchain resizing (in particular, handling of suboptimal swapchains); as well as other minor utility changes, bug fixes and performance improvements. The new pl_gpu API allows clients to duplicate less code related to checking parameters and capabilities, as long as they're fine with the resulting error messages they might receive. In particular, libplacebo no longer aborts on invalid parameters - which helped during initial development, but is now suffocating clients more than it's helping. Additions: * add a new field pl_fmt.internal_size, which can differ from texel_size for emulated formats * add 16f / 64f texture formats with host-emulated 32f representation * expose a pl_vulkan_choose_device helper function * add a mechanism for allowing the user to explicitly resize suboptimal swapchains rather than having libplacebo take care of it Changes: * make pl_gpu log and error gracefully on illegal parameters rather than doing undefined behavior (i.e. aborting) * creating a host_mapped buffer now requires PL_GPU_CAP_MAPPED_BUFFERS * drop priv fields from public structs Fixes and performance improvements: * make libplacebo slightly less log spammy in general * skip the creation/use of semaphores for single-queue usage * fix several bugs related to swapchain recreation and image acquisition * fix creation of non-renderable but storable vulkan textures * fix several bugs related to emulated texture downloads * fix pl_fmt capabilities for some emulated formats * fix stride/alignment of std430 vectors/matrices * use push constants more aggressively, whenever possible * slightly improve accurate of BT.2100 matrices * fix overzealous rotation of vulkan queues * fix dangling validation layer suppression in rare cases * fix possible swapchain deadlock on VK_SUBOPTIMAL_KHR * handle VK_SUBOPTIMAL_KHR more gracefully / efficiently- Update to version 1.21.0 This is a minor / house-keeping release, mostly to get some important fixes into distros while also getting support for iGPUs requiring non-coherent memory into a "stable" release. Additions: * shaders.h API users can now override the GLSL version * add support for vulkan platforms with non-coherent memory (e.g. iGPUs) Changes: * default GLSL version is now 130 unless otherwise specified * signature of pl_shader_alloc now uses a params struct * PL_FIX_VER / PL_VERSION are no longer header constants * the renderer will now automatically adjust deband grain scale for HDR Fixes and performance improvements: * on GLSL < 130, shaders now correctly use texture2D etc. * fix a bug where async transfer was never actually used, due to incorrect alignment checks * fixed some issues that could lead to symbol conflicts * don't require large vertex buffers be host-visible (usually impossible) * correctly detect swapchain image feature flags * turned a few 1ms busy loops into infinite waits * fix compilation on some platforms that require SPIRV-Tools * fix vkCreateEvent error spam on MoltenVK * bump queued command limit from 64 to 1024- Build with (preferred) shaderc now that it’s packaged in TW - Update to version 1.18.0 The major changes of this release include a new and completely overhauled HDR tone mapping algorithm, support for importing backing memory for textures and buffers (such as via dmabuf fds), as well as a swapchain resizing API that, among other benefits, allows libplacebo to function properly on Wayland. There is also now support for generating CPU-backed "dummy resources" for things like lookup tables or convolution kernels, for users who prefer managing their own GPU resources. This allows pl_shader-level API users to access the full host of libplacebo shaders without being restricted the lack of a pl_gpu. Additions: * pl_color_space now has a sig_scale field, which allows modifying the signal range without affecting the transfer function's shape. (Effectively, by "stretching" it). This can be useful when dealing with HDR material encoded in a non-HDR curve such as linear light. * Add support for importing handles (including pl_sync objects and pl_shared_mem). Currently, only memory can be imported. * Add partial support for dmabuf fd interop. Currently does not support dma layout modifiers, so the usefulness of this feature is limited. * Allow importing external memory when creating textures. * Add a way to overexpose HDR material to bring its brightness up to more easily viewable levels. * Add pl_var_int to go alongside the other gpu.h helpers. * Add a way to create CPU-backed "dummy" instances of pl_gpu. These are not capable of compiling or executing any shaders, so they're only useful for users who want to generate and compile their own shaders. All GPU resources (textures, buffers) are backed by malloc. * Add a new field to pl_tex/buf_params allowing users to attach arbitrary references (void*) that libplacebo will ignore. * Add a function for changing the pl_context_params after creation. * Add a new API function for dealing with swapchain resize events. This function can be used to both query and update the swapchain size, based on the usage. Not all platforms support all operations. * Add new demo/skeleton based on GLFW. Changes: * Remove the hdr_simulation field from pl_color_map_params. Use signal_scale on the target color space instead. * Subdivide handle capabilities based on object type (texture vs buffer). * Completely redesign the HDR tone mapping algorithm. Most members of pl_tone_mapping_params have been updated, in particular the options related to desaturation and peak detection. * Split up the HDR peak detection API into a "detection" and "application" stage, which can run independently. This avoids the one-frame delay inherent with the previous API, and thus allows tone mapping to be frame perfect. * Remove superfluous field from pl_shader_reset left behind from a previous version of the API. Fixes and performance improvements: * Correctly apply the OOTF before performing linear colorspace operations on scene-referred content. * Avoid clipping when tone-mapping out of gamut content by tone mapping before gamut mapping. * Correctly reset the peak detection buffer state when running pl_renderer_flush_cache. * Correctly use the image's original color space as the reference space when the content is prelinearized by the renderer. Fixes some cases where libplacebo could end up defaulting PL_COLOR_TRC_AUTO to a suboptimal curve. * Correctly track the lifetime and ownership of individual vulkan buffer objects. Fixes some synchronization issues when attempting to use the same buffer from multiple different queue families. * Fix integer overflow on implementations with very large texture size limits. * Fix building against static libshaderc.- Remove baselibs.conf since nothing needs it - Fix build due to missing shaderc, which is optional - Switch to new upstream URL - Update to version 1.7.0 This release marks the first major release of libplacebo, in tune with the release of VLC 4, which will be the first major project using it. Apart from API stability going forwards, this release brings with it a new AV1 film grain shader, better interoperability between libplacebo and external APIs like CUDA (via shared buffers and shared textures), and ICtCp support. While not strictly part of libplacebo, one of the highlights since the previous release includes the existence of a new example file demos/video-filtering.c which illustrates how one would use libplacebo to do GPU-based image filtering in something like FFmpeg or mpv. Additions: * Add a new function pl_gpu_finish which blocks until all oustanding rendering on this pl_gpu is finished. * Add new functions pl_tex_recreate and pl_buf_recreate, which work like pl_tex/buf_create but take a pointer to an existing tex/buf that will get destroyed + recreated only when necessary * Add a new function pl_shader_is_failed which will return true if a given shader is in a "failed" state. Shaders will be marked as failed on any internal/usage error, rather than them being silently ignored. * Add a new enum pl_channel to clarify and encode friendly names for the often-referenced "canonical channel order". * Add a new header libplacebo/shaders/av1.h which currently contains a function pl_shader_av1_grain for applying AV1 film grain on the GPU. * Add a new concept of an "exportable" object (buffers and textures). Exportable objects can be exported using a handle and imported into other foreign APIs such as CUDA. The new functions pl_buf_export and pl_tex_export must be used to correctly synchronize access to the object. This also adds new fields uuid and handle_caps to pl_gpu. * Supporting the previous feature, add a new field memory_type to pl_buf_params which can be used to influence what type of memory to allocate a buffer from. Currently only works for texture transfer buffers, since allocating uniform/storage buffers from non-VRAM makes little sense. * Add a new synchronization primitive wrapper, pl_sync, which wraps a semaphore pair and must be used to synchronize access to textures with external, asynchronous APIs. * Implement the ITU-R BT.2100 ICtCp color system. Since the libplacebo color systems are not strictly tied to any particular transfer function, we must explicitly mark which flavor of ICtCp is meant. * Add a new field instance_params which can be used to influence the parameters used when pl_vulkan_create ends up creating an internal instance. * Add a new function pl_vulkan_unwrap which allows users to unwrap a vulkan-baed pl_tex to expose the internal VkImage, allowing simultaneous use (via pl_vulkan_hold/release) similar to wrapped external images. * Add new generic helper functions pl_std430_layout and pl_std140_layout which replace the old pl_buf_uniform_layout, pl_buf_storage_layout and pl_push_constant_layout. Changes: * Empty device names ("") can now be passed to pl_vulkan_create. They will be treated as if NULL was passed. * The out_plane parameter of pl_upload_plane is now optional. * Clarify/Relax the restrictions on pl_buf usage and polling. Users are technically free to use pl_buf for multiple simultaneous libplacebo operations. Buffer polling is only needed for accesses by the host. * pl_vulkan_hold now returns a bool indicating success. * pl_buffer_var has been moved from gpu.h's pl_desc to shaders.h's pl_shader_desc. Describing the individual variables of a descriptor binding had zero practical application. * pl_buf_uniform_layout, pl_buf_storage_layout and pl_push_constant_layout are now macros for pl_std140_layout and pl_std430_layout (respectively). This changed the signature to drop the pl_gpu parameter. * The buf_offset parameter to pl_tex_transfer no longer needs to be strictly aligned to a multiple of 4. The minimum alignment is now 1, however users are strongly recommended to stick to the multiple-of-4 alignment (or ideally align_tex_xfer_offset) for performance reasons. * The chromatic adaptation method in pl_get_color_mapping_matrix has been adjusted. We now use an LMS model derived from CIECAM97's revised linear Bradford matrix, rather than the non-linear matrix that was being used previously (incorrectly so, due to the lack of the required nonlinearity). * The order of fields in pl_rect3d has been changed for consistency with the other rect types. Fixes and performance improvements: * Fix std140/std430 packing errors for vec3. * Skip unnecessary flush in pl_buf_poll noop cases. * Fix variable collision in sh_prng. * Don't leak glslang internal symbols on supported platforms. * Fix an issue where pl_pass_run was stricter than intended about compatibility with between target and target_dummy. * Fix an issue where pl_dispatch could sometimes try dispatching shaders with an incompatible target. * Fix an error in the heuristic for choosing the optimal image layout for vulkan render passes. * Improved debugging messages in several places. * Slightly speed up lookups from texture LUTs. * Fix the addressing of shader LUTs in some hypothetical cases. * Correctly flush the contents of host-readable buffers after modifications made by the GPU. * Fix synchronization on pl_buf_write with non-mapped buffers. * Fix undefined behavior when using push descriptors. * Slightly speed up some texture recreate operations by invalidating re-used textures. * Fix an issue when trying to update large (>64k) VRAM-resident buffers. * Fix two address calculation bugs in pl_tex_blit. * Fix an over-read bug when the size of the vertex data changed for otherwise identical passes. * Fix a misalignment that could theoretically happen with some combinations of (odd) texel sizes and device alignment requirements. * Fix UB when creating "useless" images (without any usage flags) * Fix a vulkan device memory leak when destroying large textures. * Fix an alignment issue that could happen sometimes with pl_buf_write for odd write sizes. * Fix an alignment bug when uploading partial textures when async transfer is enabled on some devices. * Fix crash in pl_color_primaries_is_wide_gamut on DISPLAY_P3. * Fix an error when re-using shader objects between polar and non-polar samplers. This is now safe to do.- Add C/C++ compilers, glslang and lcms2 to BuildRequires - Update to version 0.6.0 This release brings with it a number of minor fixes and changes, as well as a new feature for simulating, and partially counteracting, various forms of color blindness. For more information see the new pl_cone_params structure and pl_get_cone_matrix function. Additions: * VK_COMPOSITE_ALPHA_INHERIT_BIT_KHR is now supported, and gets treated as PL_ALPHA_UNKNOWN. * Add a new feature for simulating various forms of color blindness (based on the LMS color model). Changes: * Setting pl_render_params.upscaler/downscaler to NULL no longer allows automatically choosing bicubic, since this breaks various other optimizations that are only possible when using the built-in GPU sampling. This now only chooses bilinear/nearest depending on the texture/hardware capabilities * The public API of pl_shader_alloc was changed: the uint8_t ident field was removed. This makes no real sense to expose publicly, since users had no legitimate use for it other than setting it to 0. Fixes and performance improvements: * The pl_dither_params.lut_size now gets correctly defaulted to 6 * Fixed some use-after-scope bugs in the renderer * Fixed colorspace selection when using user-specified swapchain formats * Peak detection is now correctly disabled if the buffer size is set to 0. (Before, it would default back to 63 in that case) * Fix the out-of-gamut warning feature. This previously stopped working for out-of-range tone mapped values.- Fix RPM groups.- Update to 0.5.0 This release brings with it greatly improved support for HDR (including HDR-in-SDR emulation, native HDR passthrough and improvements to the HDR->SDR tone mapping algorithm), as well as support for ICC profiles and external VkImage interop (needed for e.g. hardware decoding). Additions: * Add support for treating an SDR curve as an HDR curve by overriding/providing the true target peak. This essentially allows you to calibrate a true HDR device to a typical SDR curve and use it to display HDR media, at the cost of bit precision * Add more values to enum pl_chroma_location * Add a scale factor to struct pl_sample_src, which is useful for e.g. debanding on bit-shifted inputs * Add a new function to infer/guess unknown pl_color_space fields * Add support for 3DLUTs / ICC profiles (via LittleCMS), including support for assigning ICC profiles to the `pl_render_image` and `pl_render_target` structs * Allow enabling optional extra vulkan device/instance extensions, as well as listing what extensions were actually loaded * Add an API for VkImage interop with user code, e.g. to wrap mapped hardware decoding planes into `pl_tex`, plus all synchronization code and extra metadata necessary to make this interop safe * Implement support for native HDR output on supported platforms Changes: * Separate the texture from the plane data struct in `pl_upload_plane` * Swapchain FBOs are now guaranteed to be blittable (e.g. pl_tex_clear) * Tone mapping is no longer done for desaturation steps. Users wanting high quality desaturation should use ICC profiles * Change the types of various fields in struct pl_gpu_limits * Slightly relax the sizing requirements of pl_tex_transfer * Change the default value for pl_tex_transfer_params.stride_w/h. Instead of defaulting to the image size, they now default to the rect to be transferred * Texture transfer buffer offsets must (now) be aligned to the texel size, in addition to being a multiple of 4 * Change the API of `pl_color_space_equal` to be consistent with the rest of the colorspace APIs * Allow the `pl_upload_plane` helpers to upload from buffers as well * Switch the type of mapped buffer pointers from char* to uint8_t* * Rename DCI_P3 to Display_P3, and add DCI_P3 (using the actual DCI white point) Fixes and performance improvements: * Fix some compatibility issues with GLSL 120 * Prevent desaturation from exploding when tone mapping to HDR, or when tone mapping a very bright HDR scene to SDR * Implement the fully parametrized BT.2100 (HLG) OOTF in both directions, based on the tagged/inferred signal peak * Fix an issue preventing the out-of-gamut feature from working correctly on HDR displays * Fix a segfault that occurs when instance creation fails * Fix an issue where `peak_detect_frames` was sometimes too low * Allow debanding to take care of implicit bilinear sampling in cases where no other scaler is requested, thus avoiding an unnecessary FBO indirection * Only run the debanding algorithm on the parts of the image we will actually be displaying. This is relevant when cropping * Fix an issue where PL_TONE_MAPPINg_MOBIUS could fail in certain (unrealistic) scenarios involving HDR-in-SDR emulation * Fix an issue where vulkan could sometimes modify commands after submitting them, when recreating vertex buffers * Make an effort to reuse the same vertex buffer when the contents don't change from the previous invocation * Fix the glslang locale work-arounds on windows * Fix an issue where trying to upload from a too-large texel buffer results in an assertion failure rather than a clean error * Fix an issue where the usage of VkEvents prevented libplacebo from working on platforms where they were unsupported (e.g. MoltenVK) * Support and use vulkan push descriptors where supported. This avoids having to maintain, update and synchronize descriptor sets * Correctly disable signal linearization on low-bit depth FBOs * Prevent a crash on the (pathological) case of a shader with no descriptors * Fix a bug in the size limit calculations for 2D/3D LUTs * Use optimization level "performance" instead of "size" for shader compilation * Fix an abort() when trying to render to a non-storable FBO when using a final pass that requires compute shaders (e.g. HDR peak detection)- Init, 0.4.0old-cirrus1 16847504974.208.0-bp155.1.84.208.0-bp155.1.8plplay/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.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/a8bc0f248a13f23e58a50ee41661ee62-libplacebocpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5ad6895a42e645ef1214507b759f4ffe659427c3, for GNU/Linux 3.2.0, strippedRRRRRRRR R R R R RRRRRRRRRɩ*L;)Yutf-85f094452056de338ff864914d588abd8fb8325dcdd3e500d01b4b371791e50a1? 7zXZ !t/#] crv9w9~'SC>yDL|'06anr}d03=P"D2?2-˚qn xU teb7 ohԄ M1ǬpM;{t;ƺQM%O:H*yt0X@'g'%MgqZNn Q"_ga$S$n+1a(k jQ6]Cr.R.D)?`>zʉ{ !2./I1%ܴahrT0926"p>;`8֤,I6sB @! :eX6RRNJJ<)#= 2lʾ4}aD)ʼnO%Re6:R˫TЂHyAz:fcߏ~@q\[B UJ{BRP5-JuxeD'G]T0˃V_DSm㋇Du>bQD{\B94YP It{|w{xv(Z٦O_)-yܖa=VY^'oaG. 'pA@FDMm1ڬ-З&^!Q q"\gb4#C!9-h6=}Zvzj괬=gpfʾοWW! k!Dy^3 hgq 1Quc-b*KxIkxc; 4 Ү"Hʥ+Mr)|мxþL9&ٸ6* {PWbVڶ1^ {r<ܝ@ZG3fvz0b^C}BTnRՅ*}y#rQi!p/_Yld6$(DϵoV(na[xVu}ꁄ3&Eg>j$nI()'g+saO)1_%W-wO:G,uq[:k96$^&Hoݶ5MɦǑ:WOo%*n1 NtbuB>(](Ik 5L.K9K $vk72"VLbPF~V6b[P9Cgb/Bak4ŋ,c yRMϦ9tShqWK-BA@)"]aʺ)F @箏~ٟI7+U%JyNJ1?7u\[0Lbƫ&7bxEqs:> 6fzv >eb22.]( a᛭n_`B]zfϻ%*|,OUG2uoG# .?/ t8٨XWpZ5t"jǸ-X=fBB}3_Jm}y#p"(!Jx|B^J2*є-)k5v|bG~ :=^V#q6,0Od@M?:+by!ˠ$^ WHt;@ Mw3ټ gd Ĝ52"528x*zڞ~l-i:=~Jc OY⇘Ysumq:Ҭ }l_S9*+pK M 8@QVr)Q _-Y'1N=ڹR$HMv,H*OfC[aφ12 Sh3I d>]d{6͕NT/lf}uN${{R+0fVl*qz* Hs<>qԕdLSMԤb;?a#BIK/{2VJWKa2B 1 PPq_e4FJ|vVhifBʛ}cM(;7ύ-y<﹢]eP՜~x$[ iůqYeP3QM}Wmzp5Η:$\'rSJ\-a.w>Bx?f?[Kc6uGbJya3OF/g>^h.DO9 4F 2G iPߟ$iso=vgѣ >L̓d4ჩvA+)zZI14%'Bd(OTiţ'eUXLtBqGvc:tPd>IhH7/H8k}Gᣞ>V=#+oa& FKier7Rܩ`+MW= ڕ !>y/\5ܷޡB>@%C&т1RKJNA8]!+:ݔHaCʂ0D:Կ'3:ѬqV}Qa3Z#{";WܖAţp1~ʹ~0G Lƞ iKF$1*Ԇ14 w4`w|D*~R?a5] =֪hRb( osк 7TH5 1$CT RRN,$Yeg$)LJ,AS|&./_.%󉥣lSy OHLNpLrUpCsC#b*vK&0Q4ޕmG~y y}r_Wl3R 1Ff(:7#))oK=_ 1ɚ/cq3?6 >d.s +U@[t8}te|M([O/+ĺx*,'vmtʾ:g 6k@%_ *O=yá~)2ì94U& #yJ'EEǁ>_@t#K0<21eF |E@ap \/.MWosë1'+gv3Mw7Sצ>%kŸZMsCiJ{hb,c^yYA؄aP;4L H ؁lF?$4\Z%K6;a\[tѸu~/_(7KퟖJd2Zsm}tNG@pMoCnYO0ÒPBkI]1螁TwqU ^ t 6=f"S5H@V>6ŹjO5uLV 9(`&勺&5mE 0!MAp xʰё>ݨkz*wHU/knNZְ8a!&eT6̅c:n,sXnDB%:@.0Gi8IBrGWF2}ۙqmNcw Ɗb$D:P1#}EDOߒGP`~j{ 򒁓 Ub,-uh^r%nsK(Fd#f:U&$t60 iџ)Mkn6;΃zpVk^}vRp30ZmLEmz0lUM}5R 998 W_f %\a3d5z}O4}'F>Ώ^j۝;IA氍^U\ddχHAgr i) Uύ\jƒ}g25zHV7ˠ_K+uQ`כŏJS1ALBWsaw0{ )zz5{֏/|/# ܣv4fԭ_8u (=xEX%xDkuĺv=`'1ILL.2ؐ(RaN 2U#zzlv}r7~7;_ռ[Fs9*Bb9؟rOfIRy+Pk5Al* RTh[:>R{A f8p{oݦmKLxyE-JBNDOlLbw= ]̎ (RlH!7ǠHV2Ea7*k"Xa/Yź2]\f2z@7%L2@@=$qQ̷B,$y}(z2Oau(kOV.xOۗDiTrSq$n{I5_@ڵ)> :Tf'Zx綺f-q$[_-io9Vc|bO+ Bұo+i8lnXc{"12ݛ|hU̓!QyEE$r"RnQK d93GH9ەF/= }|}">\ֿ \uH>n肒% S<[JBJ @ܽ;)h5=>0i!fG9R]<6$Rj8;fW@j,+HAjðWSLcnͷ4a|q~(mz"vs{,R/_W _-+zKF 8Q~|اj2# p=̩=w4G|@ᑨ͛D}ñoĿn ҆$}–I- ]k>iGdQKSSc⻶)'A8K &fB[G^A1A+ h{o.7 "@d5ev7IQuP:mfFHZKInBztU;2.ϭl2忱u&0ektW|Є 2(s4+gBǃ|B7*t9rHb`/uhI=C@+Eb.s5 JRߩړӼJ#KúwMݿ"DdAHﭲ`w /x#.V)~:^Y+9A9Ք CrSw+̭ T Y8SLB@wŠ0U[ ޔS~7ʒf7|&:;`K(}wךw-PFAP},ECљ_]n`UAS_Êy^ PQ;ŖCo`ffT,Pih}&7< ͖r3'W 'ƿEBaR]}>36V[QU=KCj:d ;I/ ]O,r~FPnzax:Jh8^b}}E %r͊ Ӏ@`uuVqLJךv0ď%94[Ǐك!Hk_#Zc;fV8|}^{3S݉IZW[x2&P̭IüIl䪻DX^'Chhh̼5Y֊5_]j8W.gJ;[2XI5ҧo(J#r+~7O `tg_??>MBҬf*Z栴Dk.pˆ<>iuՃjscb6<ְowHUFemàQG˱k* K$ 0t9d\GV˴Uhf̔Da# JfeWXz$/jU83cĩ^_rU?Nfv rƥ\$֥ 8FsvU=_A$cOY͂s!B)Lww8^ϲBHY7zѧU%lRfUM ?"<9S ` /[us{[6e# _@jg3nֹ; T29iyLl=J,XgeS6lԻ`燘/ d 䣛 \!wҏYY,N4Uɑx zmle4&}R#) "n 7 Xi<<{Ck= 4u-G1XxjЁd>6j[-d\CuQc .Ri",;c]k&$~H2md}Mrɶ>$I3٠ֺ?_k V\gK@FOmz'#Z2rs){>RaX)wQ$,ΑܶD)*U#tq҉ ʑ #pg~`Œ.Ob$A{wَܴ唩h #D*VfHiGgwuxcbGO^c?M 3FU^} xePDv:%"͙S\b\x<n·aI~lW{({/91V@NZgv#]r]q5x?0b Z$vTm)l>TÄ́؆\Lm'8 =A GLnGsp{Ț8"lghvI|@FqZ _9GneXuݢߒ_PK@ khH2x&/9C4ψ+ )x&mk|<F cf#uҴ%Jz(uqc\t~!P~ɄQ7g^lDCp7u\TVwo,t [Aq=_e p`׏1 i Sah]mi.So}KJ?Pi1՘}˓-\MB+L/qF'.G|Sd([rmؚbn^bJp|IFEX m 0|O˄jf1;"Uz=U yW oH@֜j ,Я M$-l] IኾvIСX% ]MU ?f~ s蝢xg-4֍+eds $nl!7'̀XשM @Poe-Xҟ 4a]1A$J-_zހwN#:mm9=O$1ttN``^r(RGEʰm*Z̵i[ o^fӯS|dEfcẄ́+$xDP遺atpi0̈́&vpȇ++bu:āC:9T59 ڦ) #,t!}4@@)g黊:= M"Jy .3~eܿE׽{^k#WӑNTcJ)ESW3&OQϦqwH{RD>l̞gb@1$HpEa4P:)b9e.gO9 LR$aN{trqJo 'f-=nlA,DAp*! jUPfןPgV2-GSINgmU֙obE卭k}2Щ +{vɜS5mnd!r|ާHRzsm7UR@(X={|xj&l #r5"02WPQ!^=:a҅[!o,|G6UK  JYSي8~n⫆M*B%QYMy[JTXlwBp,¼:JzL؆g_EU[g%>AvŘ}4/ٴZeڣ!"id)F>M-C H&!,_ݞ9ERZHMVhnu~OէTs="Qbߧ D2_OW1\<.۰X )Vj_U9՞x@:㐱LsJAr4$=K?.w"ώ8ҵ,'m1(eQ)) 0JZ L":&p6ztף=+yx *b 8!0^, "hVW+/ߴ7Wb'|R⫆za{B$MU<"=4fH?|"&NSZm7P@b_ߥ]pdNw W-4X#ܿ?H/@vx\"{'4V<^z܁ 6 ^(|%^9Ӊ}A>`CauhOF.ʟ7o=867_>~ڈlMG,X'{KuKC&k,R ~yE,n S_(}(mV+Ї7}E; '/I$)б5T:G 7_o˞IUH(gpwBd)֎[e( 2+j"z:5i1Z m*qmIN`S9Ԓd`/ Z\smhgEsʺ&Qm+ !F?sHu UO9qˁRE~v./vH}N'YE͜gv©Re5Y']Kh] H:ؓQxړ KU4%m6+| %YNogtS!oQW"(UdjoאLO;UDcUa9\K0v1"e_T7!s:5r t.`*SeDMzsA D=~<݀qr*>Qj7$,3 $(V _Ԟ+ 2!uGc]4n fЦr^\QpXH` #cUSݣ>hѻ > JΌ<߬I#{fNVN=W}а PK$; erTTЉS8UHg[\TT~nםQ?@> <~ԒA6g{z=DK\K)**l3Dw^1gMzSǺg&sb51ZUV+/C3$;[I[b1:%zw2mf#lX[Nκ ͿPH'ISݡEd9yL9Nhef!w1:Ce%tGgE,#rxs:lTRQ:1gLF8"wZx@]8ǍAvU7![7K1@;%}jRI)MYUk Mgi T p_+7hNk濪LMDAG|( ڶ-N?(1d4Y+|O,]5MIr<99#H %zY3jrPj2f̿<x.O:RjqD ;)ѹ0lc[ӈcO/w~O>1oёPq;T\Tݑ1oc0%^Nº'\HH^|,sn߭G6C%GM/?C|}B]'ʹ9ʴZ{x+^1 z´H{'Pf3k)C@afwzRl=):pb\csOc[S n&EfSCdG͚wIa-\Eyb_U;Za!+`QtJ3aKg>Q% ~Rw-dJ3ǖ_*S@OJlJNg*1A7O: Cj΢ן#. lPykvqܲ."ZOJȻ.;0Y59K|"`3GnN $f: $.mt$G+/$>|g"6q*g|X{Kyۈm.2e9Og#K99W>v-Z{Bf>V-ZͯE! (j)9[ʭuAW|-ephn UꝉXe\\N"0vkϴI]8~ӓ)yK܈^F'O-q:iԭt4<>^-'υ'9-u4ҢQ 8#tXr}ݭtV8s> wl{_|ӽX9m:j#2྆|04}%)0;OUͦ@ˁb>z@0.|=&#*]KyY ! gQB9'nD#z ,PgTcD ]jA5A -d;gݩПS>pjPaIG?} X pfpN_ӻNDC0*.:gUjkV, :bqL]56_ydVS v0 ,c#vJ|UΏ2#MګKm79b_Vi7uXP(߯4ޫ̥>'*G$@U ѵpc<ڼ[VIFgi" N E‚isς-D#i7ZE3X.FQzď`穞rDpy5q|GŘVyw$(3?1?/v=M [K9Ty$#QY 1=%ׇs%e.~o$?q):.Xp޴>jT""4!<Ͻ|'-yG#,QI7ʓ3 .$C_X:Z들;_<E Y+")$ٓ.(8Bl(HSV]Yb 5dЧW*OuSEr~Ņ>6TYxyV<||cгZ}fAPD>LrlJ~ ҙ|s:Y t|KAԬ'xT+Gr#1owU'^#hIGPgխH&`0Iv|>O=8 OGGBD5":>R=to`OW&U&O Qz:!.5;"14E_$5O3܆syfΤ}H%9fej>=hOJ!bP-TZPIՊ$D48a[[w瘞NlFF1-qTfjCUwkBg{H,R[ДKB:f5]D"_;ltDDb 5t_(,Rɯ;zySR>fELzџѻܥ<)NQF EJSBTE"Çɿ$q={pi+Fg<&&[ݣa`k4J(~NCWHdyړ_'34!V'g# c!^ ߁j[O#f`ﰨDQ=OWM>P r ^*˒r+S\Ad}r{onԟԴtǮ2\ʸ.0U=%҈!B։ZbQ{gK3^ pįTa|ړ',욏.wx :vKF!E gq~ m02v-b:Nx;812`vPX`tW[Y#dިַ椼,/ z@8#cb_2NWyO8{}`^ۜ}0ZAz֯)a*!@Rg}-ґNl#P@)q+HwUtu;D0qUqT (b*kZ̼w\b[iG'ces{7v*4@1z|-pDW6H 8b5?kaIą|v[b_nbn"0ҶerM3NtULĆk2In~'6Rި ]أDPO<>>ilAA;ԾA}5,4Ql6)y))+zNJ@WILS)CW&_֓=CGN ڄwgʵ l×+U6E ֲcn#h!M~HlgMM`b '>#ڂj GOXf`_&xx ״m\5JO]pOLP=B1 Y70USA&&4l7sպ~lH ?KK~_Mώ%ޮc, h,ɋ뙉)v]\Md-=62!Eg0HNA9ϝ%'ToNf=9D|PNy:vȹ^ih?!4*~8¶pIWA@VLah}yO#VHgVL0JL10 9/+Ҿoq㺚xuo2~k*g%W*9D#)PC6ᘐ Ў('#! ׏ŇjE<3=Ǚi(YmFLk)C E7/'7 f7>#CuIR _zk㆝*؞S ujayWLX[; >/<Wc ^ VN/a&ӕϷ:RT0ZĨnczHT-ohIGUnBZo Qcw䊛ɣ<ԺwdJ=Rojt$dC͡dvk(ylSxösF א5qFsIL&fd\-DII!qbG}뿰tDC?D\aRmuBG _" `&Nk 4Ƨcu"tVUy)l-l3bQ;yi1vå2_xշt%[:O?c;%ؐ0Yۈf*/ Pl'>MP:6.83:$}J)~*k$/co^iWBcJ:(jϸ+uʜstjI+#J򒒤6Y5?*lQQxA q" nZlݰ ߇eCͽ.K舗_Wcqi[V rM%șSq F#}S_sM ߖbF'W| [rumv]ZvCl}7rL>UhFZ~"A\se{`1~ĨP|$`8rRU=V y s&*82-hK!+0Ӌvm:ݝ>Q+ʼHVC_?{:G 9R"c1=:_^X,W4k2eP񨒗VZ$#Ƹnr x\9 AőZWVӁ+vټN]%GTWtlp^6{+b'Hv@ֈg "<ξ"!F !%mK{&FP@/B4хYQ^@r& }g$E)Kfm0'OD˺U%!TH\;.y3~YYQHq}MtwAWag,@ X, 2!mH9gPq()FG<JF2+K̔T/{r@G0evDT:쫨: % vbtuH&qTL7yCeŕJq.1c6@BRB\ع'ĺKxReS-m(>+XbU%;=-9%Oohsjk& X 򶸮֒0e)a`gS0?k|4}|GjX{dItMr߳3^VK5Ȼ/6^,ΰ>KOy %A/N@n-_Sΐxh~l)s}ŝZq+` RNI.{to35vq աx&=~[롼=Qh~>cƎ`ē@xJ][#{ƅt9JۘrYr–a]Az:zv\u’YrN>QS , ?4J#橥!{ `^KWw[s MJ Sq`)};/7@wpb},On _Gl:c_fpq'znM->d$(KQψvq'ӡkD4R;T6$Jh&O\^(SSZԜEQOo[jɫ Mlbc Rb(j΃ i蕟o¾{c ^a:E\]oM ,h^} |MSgb Aݞ d2C^T)sݸS9bRl=wFor}ŏ͔rs+B&N..tzl rJ]~B}j(G=Xt|w{gXl}7%߇P5W `g9y]8ǵ;_  fhE98:IT#xW؅̄sHO~ʫhjzs5(DD ȤOh#{'}23}s($WQY,EBAkoDUX<ɂ2?;w),2h+>wVwΛѢ$V|ڑ9UFh* UVDJŞ jn܀pFzo)-㳕0<5mt] >!Jl9U j(m{:(O3^̖Ȟ!)|XY-rÁk_=K?6/F^p"d)Ndyuv#44@wŒBIN# fk5U:]4/%EC0MVi8XFUerLm`-isR˚܌w32)ܢ`dQg뺟75RI`tTB#rٓnb/(+A:W ӭ^0$Qw>ݑp'FBżp&5jcc`%~Yzya>Zeײ#xա/l*B ۓu:exs'ť-?O~*sd Kxfzt`3c5)I}+9Zv.dG7Yusڕ-$-BoGmEWp1,R8w(Pڳ8S)ApFo4p`Mii4!=*9~`vc8?+GĽ'IVto^=Lz͍mbLg/`nk7 v뱃TlcKb M*'olvGa0J1rG[s:e㤀Ѐ&hVYlep."FʎjE]2,;/g׻擅U"ԧ>HR6}Smw+{ 腈}|1C4k5<(GIeDXg*?Jt@'?Yz 8t[_/vjڹN#'h>',.&M.t j[Oү}~prgCBIҬsiўАμ3K@U1OO;[;ҀM|qr77it[vpŇ.\h9¥hϑ4 }WciNTY(@0|^.}-U7gڐXɜ3^~gru-IU j]5̑>ɝxcW֑ׄf};5k7X ~ꚽr#tdt1Ј@2-䏸i͑G73W&B5wL!i#[(CpuJ+`f] G Fv |cr_'kUx둶ƙB6&4c^LjhH y8}p{8^s8Fm>ð?/Hn5qW)=tR&Tn@Abh^hq1 !, 񠐈&xڜWzv/ξ=sى(ynx&fN&oP앎y70{P&'9 |/A  ɝل sm⯞L?4ƠsӪ7(hp&MŌ[XG󏣨aCg-DC58s"8\pCݗd *>hzta3!h:6x @r9E%r"oHodJ54v׹?<;4rw=q{$ks1.Pfw ܟ訪MbȋSq(+Mh ~ͮN Q1E*/3/yt{xĔV; $&Y%7gȵa QŒ鸏Td w5zF3Dg'e3{jo p,L٥GXW [IMʌ;VX7J~zf9UX,`hs̮j/M&nJRGU|S͌;7;D{QwG03셄znrHzO r _ȳ{8N!ˊ[W%]~5<a_/tnMN:sU/{q R]Zu7FxZ=V0“T? Oa#r,q1 Wc@)yʐk{CS33%Bd jjfƮ;knHiNȺH10 -'Y%&bK%s:Ͽ1)J3!L<֧dVБWslho%ѐPIV/Y(H2*qi_a-v\sNͼ2;`Λ>(QridBCG@=VfPµAIC1FgɎcwJs}Ĭ Q\DTo Q0V 6X=s?u:EɢƀRT͡]nJ#G Hӵ7!'t`,/S} ihDZen^:RXauzHQo, 'N[aC @VNDž%9_t'?8Wuu*+Yv| JT&J&id;sQ>mb+XԮ>gy@HoYpxńY/w9~`u q|oLKph(O?ɞY]݉_&1&t^)Pw0MtJQ=g*HhK͠^ߨHSm!ň.H5tԳ*!j3x5XHݲVx@P%½+oEY''? Mo>r[1jsTDFP @GkPqqXvKIˈUcG0wA>4K#v̛4U&e5qJ;#d|4W-7_jo %^am:1Kpx~f㌀b0r#]sU&X,n&: ԛKzmo::LxL毅lE)CMS߀EL"syy'm7AvG;_鵁hkf2ޢ=k6?ݥF.{suxI5C^m;PV_(h[垥+5FOZ)Tgkұ/K_ W !Z5Jb~Es+~}M5ryїQ vف =֌ CxI2jg@q]8eg> 2Ѕ8{H}tE5u1[\ KE#~`_ڐi]}fLwA<ڏ9P! {)(!DzZŝ/Q\K /;YgbD&S3ʐx@X߼QQ&yʄ#Z;չA@g'EUYRY[Yʎ F` 76x qgŷ@}+0k v1 R/;e?gB( H61b͞&ͣ2Aӎ\gU4 6/ۗL-z+SFR;ˆٜ|9yp`tpIf‰69a֢{M! >χՄڂ۴#}| Eכ #{rK`8N"hb"HjyxBj>b/ [ 5C"w]xY:9"3D/X2$=):ܯ^r\Ě AXR/TׯND !'?&D\ [_kdY%1[/\ˊ mW%ゖHeSLZl',Ҡ>h,yNjiz_bzN˟PPT0)j,A*!=n/Ak@[S^;B@*a<&;|msLĬT\c1-@4d/vj)7lk:g (%>fnNVׇ?$ljƽ5W)=,5ٝ9c:*{wfO]*x'IGH $`VҸ!n Fn˻A%yAM#<1+\ˠD|zwNm)]wK47|J*EފԦctȼYw 4(xɆ$\ᕦ*cEFqF}=9&vb1;6C}{AM#:C+.F܊p_yݝ{淫c2>Ur'(IRTٮ(pM ց;Cllʥ)ٻ6كf0 >Z:N2W~ݹG~p7ϙ,a#"8Quۛqmngee'/9P,_7n:|k'+Jy20=Կ410H0yJu&~7bh74g7& Elg5 Y"5yXBc@3,nmYn_4Uydvzt|{K[yLPkӬV=([TpKXTκ mT A!aFt $^GL @Cf}:zxXe|0krlA듉V.ۑir)޺ VT TzƖQ^'"8 ;9n豥vi*h6ͺ.!zju^,mNb8j)k $ߙqO_3GY,9Q Q!(|TʔIq@qoK@z"Rc7b{瀌ǾrnF̎9]lZYZn*ŝ^q=Ur4G}ڤ 4]D͘!u?[F鮠2\K87xA3c뚄de\ KϹ9qCšz"a4C.r˗< Ԍp_ xLsk9w}Ҹ4#|`rAɇ:c@W(RRT]\$(mp֔򊔮4QRtS.?l! :չRb~b^{2?x^osjf0Sh^ԘG} H\ں AX6]Gѥ!j{66Lox[#Ӛܮ2J5}`=g~i6PQVH?:o4 d<'i ؾyRR/F(FMtk`!+`pci1Pa>bɵÌ+x4|\MAhwcs5A o˦^#MC_ݼ Z{ꀞPSIl6 FieJrwΊf$Pqx.Ub+ٻhq 3z<+GܿQB+-3ijޯf69 *|0q)g$QcO}=Gm¯QJ̞0K VBl U|C^X ^ _)lcD]_+xQғ ڤxEw_b{=b֠wNۧ?3H\GH5>]3KT}eDSihx.&eӟ? ]G`D~SB9w]OO}iC N =;{s\?y!5 .w2Pizv,pӼR,:k@"H[uVI7} } 9{_m QkƱwAFǺUn(2Eʃ "g5 ݄½]zX7%`a lII80ܿ!>ljDV$BZDz78~qLjAsg̩z1fI |xeTpM^1}Z~ ݕ2UB%;Ɋ2$آIvnMPC <8[2 {Qߦ/؏;n"a[}' "D w ƮڇAAXXtn-B7Mp"K3amSauȬm P fzG5.0Sގe<Ъ94Av*Y$ʸ%pBojv=3~WIOuc\5r{>A,[[ ۝0p^jD|Oz7#O"g/~~M rm6|2_6!m9 %p3V~6^zlGLF3R^VoKl-7D|_mUb΋$r7)H?DqKx @hHn!XȲ->FhZR)qmy'<|r2?u[_$yV 0?٥{ @R@ov&dI9f%}SeB=^lj-cIjPPP*Ž+K 3Z#hu CIdZWx,b΁gz$D gku%"L%8n:m1 ju%Č 'P?= Qz/gTua6津^ƂоK1 KoިbF1Nȃ@pgHZb8qvY_F$f_`蓰)4WꊣS~3l)zbOoÚLk TY=Cl4{q%s/;胲NR2AC%| JN6@&VnlȉG i<uV"BDBd߈yO[.j/V+ϼ,Ч:29$OR6rf`34]]_vϱV6ܬ,xٻ:&ǝ"kVb.\&fC1*s$:Liqia;kK BmEl4N3o6]}oTfk7m鴁MdvtMJqecFu%ﱪᠵ^~(wqy,lTS؈Gjo3$HrWiqp:Sa]aDbʟ`Ϙ2Řܧ&6[wXsFf%lh~uXhXy SnCLs NKRMЅqi LW#.Vn"f7:G[UoCiLzqxqNk^ki4j>K PxG+`ty8ϤifU^& we{w/@[_UC[9C*wyNʩZ;oaEl$o+nШUmZo:9r=۲a"X T[  z|׻KM>q#Q{ gN a}Uu,HsuF60'ݞ(&[ßluCe627Ԟad[^V@ S|L7Al {pK,-B2ջ̝J e4$DYl:HzW`ևxބ2rR;iH.Úp|Yظ[8$|A(G=jm@\MC/o 疿o~!~y>.`y0 ;3 Ao!+GQa9A!o+K:P\ MKG ߩmc$5oɤt޶1)C܂yԬ.*!n&Xn,1T20?x6yQ6-4O)jv&=x2;mL 4ϒ%\Qdjv$_#Dem?7ڨ"qr'L/Y?@ 1A.8tVVM0=YwPfZtd~jҰmeR;[ݘۊy7DiAl>((VwQG MaHVLumR *o->{{wsW9 W;A >_=)OO]1HN?fbj~fn),@S/8SX=+D#G}$3b41YM&jF|bb@cT ԗ:el֍\sE!ac%A )tPPB|mP9KUb #am̔.inO"rR+ ΅v*·:>` (y+g!"pR`gك(+3g42dX>tZb7x6BJQмhdW&)#캻Bxw_q7yF=bKLFLm ^jʋf SɄiV2iTPCy{μh٭Ao }M%f"gpu) NV igp#O?^kk;}>x7fZK!\2Nq. u޷ϊ_\x3h ɒ d4YSx:te$I$=;%cC{N889ûF+XґK ^9+(U62SE)_nW"WzO{9¿tz2vݠWMܕFpUyJZ`-zMc~ 2%*ͻuXyn nu49[{iHp\}hw׳"b%Fwk_ cөxts=zl:& Ȓ}+͒ubiݩT?Agբc г.gbH_ZNY|v &Q0!6;_=E:|q+SN+9n~ؓ GJr$䈍bMk@UH4068j]Nބ+m>f7>Ҡ(D5(l?wDp:85(^ $lj_ńs V of9z1m+E' tSȯ#孳>J9=vD>Uw& XnY0l^ 4Ca W L5QWgJF=بuE\c0u ޚjQƳa[aYML ,KK4*y@Ӽ7+$<&\⣧#CegT= #qG\neDIk{^NcUCVwWdw[J•5%h?|[bNk۾Pg~l1¢?^ 5Nb6UjTD02Ç|2 ?m7NQtVT g7!#8IG _'u2ya!w(q c1ïJIw^s|a6*:\E(DO_[sj7&;ڢ]%vdNQi 䑋eYn[G D ?cq]z1-w {|d@%5랼Ơ"e"(Мhn_ E h,YYtupoM$ާ[024ECQdAt,8|3c>ϴX{i%t )&pl.]%Dj`] ^Rق28k'D)XGCާ%{{A٠͋ y }B^" ufCeq޵Yk'0qۊӛ$?vvGVʑZ~a6.1%$qXh<O9뤎bRݣk)_ۊ SHG!е.=bɞZ ԧ1L[(#Q kF -TN WpwvUˁ݆-R\Hx|rTTfjPJ$GX_f1 9ƆD&/v\&*Q{]-/p)vby]5"t`n 1Lg:tߵ>zpu >[%qɃPKSvhm ݬ5b)9=Z~џĨ-fm3Y0Krg~Ch̡wgHƬMM6K.i!GXS '^M10j\{]k5J_nyb08{|ja"}<}LpyBM;+ 7c~%6!ǚ _b8U2WVxH5%_3fFˮhn 7=ZUyӭVn,D$S$U,~ V%|7TR k 37\7J(A&jdq e\USg{N'G0f `f`QC"glaT2:lqK%e ZwLuܒ;lU!F'5P &`'YT&c"q7}`T?jntjng͉r;B@C\ܑ>[:`8׀2T%/녜p2+#Z1VEzU1`3gϧpa$PZ+R׫5&>ϩ'PIwdڼ.v[c! 9 B/"Rwf4\ˇ?CCN<:Om>1ǹc`ǿ.!qn[EJ* >^}~GX%PR%$'"rU9{HD7Q2'qOB %΋: 8!.J̜Rua_#*;03.+KD~j4Ԃ(9g(K eBwK6|&᜷-RӦśi0mP*d %wvvZpS*To + I?SKͲk1ficuݘ`ڠM?]̅D`i+XB<;;S3[n야%"h@Ź I/u64wA [`y3nj28G;R?2.rFZI6^t ""Yo[ Q$: f!ew߼Pq=, j imIERtPY2 xg4 %!1 ^,FJ+edXh+hv ՝5]1~u}z/~<'_})6ZdX.N dFd7YۇcY)825tM2J- ,]3k}ŁkyJ*lݏ*wE(#D|wi|[݈1AQ'0Y 3&՛繜l@zD;ypb@e'e/ýS;-oK~k@Nc nd-?wve<Ɵ"\WfzoS_˫t8 0EihE$(#e_\L;cYE5wW\|~DAA; u>>gg=e.nJ,ʀ~Ƭ|;ԙB1;JKAIEn ݁: Ks—Fqt4 "g[b$*ecCUSs`jإ}Vٴsa'L*%97Q2+N3)I XŽ'*PlSpI' LRbX"DNMǼfJY{ȸRŬ4QDT0x zSG ԋB~rt.03Lw-@J2A|8j,!RhH-VS7YMӹgfwsl{87uӟ+KT{Pb3d'[))4 `k؃j9H60$tUjп³זE4kdĦ`PùF,1z!gv.xX8}wx 9j;2/j#K>~/Ψ&sl}T"w:1KY &"#GIVCҶɣv.|b3*acl Clmם^r(Mo3ͼ9H2WC^Qο6'`4vyw4ik(vu.xVƠ?7<>K4 ޤ5]xJp@ ª;]QgYj*Aْ濮IGJN>A2pg#i^ERW[[zػgPnKxV+o&[qgc/YoTuB)tǝ|f)ҖP{$%4H}<Q,/V9b+>7Zv\'VBfCFIRgnxHI[sNU 0^}E>k `"_5wYO&6_|Q%/ xS\6/Ha 7pZՖoMTƍxK0W|@s"+VI`5_] x^m r6K\Jlbm(NMKUʠ@62Hn}#JwTum_<ͻ`(Ć:𘾟>29bmC0 $&~M(kh X;Y}cӣSKݴ{V k|:bэ!^9rJ;uo7ujzXiJ^90Z4 )!,iBlOMJrd&Q^EDTU|,OG΂`4U;+-/5IskbnVͧM%]cX`IHUaLu:.QW!)$?l٘ͩi4m4M>>s T.uuEzN90UEHReћ' QĠ/@r`'Wd`go)/}m٣֏O^DvGZZ|>% HMʟEa)ve&.o,kyUa"cIW:+UT`lS͕#s8-SB H% G+j2QI^ѹkk@4fPyo[0C$9u fgbdDwg1%9Pޏ!,KO5سLG e[a>l pN {°f`Z%1Wbu,ocal(C81Jfxz!`RVID18V#)p>bHU!)AUJk|3@*_÷hPNUb]0`)>z/FC5aH6_x%=EQМXز`(_RŶw ȡױa-f$Zû, woջ 6(əQRa YQ vBWȼ |9.=:cMcg؃=⏈E3{=6zo .)X1aE¢VsiP˓x&_֞Y @ߨLsL cU;:M$+t>Rx Xlt~ua?j~7F@]$(JBș~-yWK쒗`}b#Fb(F6Kxvy&ǫocS haEJ7vlW!,ëAF[3|91I JȉȧM {+oXz=5 lt aM^՚b P;(.q25ϱXwEQ#u3UxN_ݿށF-gapy])0^G!ET+gxmt]n7AجJiߨC*hA2n ޠ c$T:K'LI.?ξuphPF>L8vy|tŋ[>2,G8#,X$gL@A%q u#k$ hTMYNg!e3);(VEEAXFl{NHZ.KJw2ux@ -$49р%S(1yqDlۆߡX23xNS(DoцQeoPs50ٲszha?Y43%F :i.䅛:QNGidog kY)EO6 CPWiAB筜?rIuX!l0qI3EΟI),#:S^:}R PΫpQc>u)g NYDyύ5FX=ORR f*τᬸ&.NR\뎸zX Fhg@t#MitCo/Wxi6Xm/Z.aAm fo85!vE$V1P̠7j#7 "d4 =i g),lݬI$"٠pV[DR}7s}7ȉ/[K,P Աu,,\fU㔐*LF! 7_R]vv ^lq?(h2~0VRअ&p)u =!\Np>6Mow c(8 ]SOFg"q@50di}6P&wV4 ߇p-=sP*r$g9h }]6?U{ h1y;((Cc, 5b~T2t BdOA0 7"/\u=4B{{Y0kNP']o {u¥pW7\v po@WJ9jdB|1nS!vi!KV '⟣NUXwH2̜e4*gUL8OL!tǪ އ``2j(x(@Dh~l5gJAzGϙ"x=~xD5_!#DK-S"X*J49̒[钧㡹w^=G){qސe s Od>?LPYbH,.gE H9>xFi.щΗ39`}Pt>e tF/OVģSө 78`QNhhSpC*ck7Ę̐2_9ĉ.?& C\MI.f!!&0tM 7R?4a?J쭬$ ¯?z>)pymX4`XI;Xwߵ/pn32 ]x'R<:f==I{нg7Zߨ0h'Amșz,Ye\UސüASsVyj⪻K 3QX[ؑeJjJ>5JL"Th^rWCQ܀]ma;]W(|wp.eQ|[o]jgFx z?蓕M֕u_,sIUWCdNL^_h@BO\o?P[p JJfȌJyT |cT^%pV0g%^jcLI)E;88!uGф4ɥPVTEk00BZ߮@#Փ al -* L㗫G!qM?ܳ>-ȋA|A(%Aŋ:5~FfRBqg/\6Z >iicċ CfkuВb}H^Z,*Ϡ̋o@R#~"`Zo3u K)./J6m j?tOZ҄~AI4'ϟw:AO2}6;(BH; ֘K2WwyB~6򩩯cb-޼AF>vQcd[&M%я6Jc4FSYvG7ThpT,{%>m*IQoRЧ uO.647Iϲ$i@ŔrAEP`rT8d3GXt];Zr즞)upa!(VEM!+yL/W ^,ٓVϽRQ*v Ԑ1P "X[،#N7Vj(޳|6՚>hk[IϔŅ%"٪농G뙓%>77tm3O /i-lp8J4[{<,U t|`of.}I,[wI|qRDׇJ7uP-Gyx`OupuPէ:%e1futL9-X0iƓMY7+#Wߌ,4> y`>|me8LJ|RM.; :bY@NzK 85m6a˚bZA} 9a6aC6DydOW;v>a[=&~}BHߴxe{5-gT#>M(|ޚJ%kO ?QLԍ٢uo}e3CLL$ԙ΍8LѠiAfwu)i+lu˲ Vr,y: C'^v]f؛X3gkx?aC,͓l$guDif8ecb4%}2ccf\oNo Xey"r:]?)=U_qcQ6 O.q#C?JXjPNyl9s;ے옚D@I-_MN];k>ڄIHII,=*>+_µ2dg|zVZqɾ`A"X [pI~<ߵ]zSǘ@ ?᠜/|=ˣL ]s|2O\MgC 4g|' c!&G{NK!3Gׯף+cGĊix;Qc=Bʃ: UIG?u:o/ ܓvQ7 3YGVPI7HuLTWbލ*ԅ>j网0y9>1@NB;.Z.us[,Yvh2N SWwMq&> Ý\F{VϳٴD,II2c^WsPTij鏲Fצ5ڱEijl=$L8vODw c/d3`^}6e<(Ǘ̌@X/A@b1փ vFT*5-& ZWȍ [n8kGN4/.i12z:zH쯓5cG.\q3Nb==HS< lIEfLDb9nx~>CNĸ &iAfBZ>]ca/^g^6иi,^1HRF@-ů, ӣ^{sN]=‡R.^.;P9OH.{{ %J?c}2 -cwC"kY ?WJ?&8Zߊ>{;t;=KppQF:rapt&S_Jȃ#Ӽ5xLvR c Kd!t ,L8ndեt=* /8ϳ{EVwM1gAA.!B4[_fAmx'Am^u.UN\LW!t*F QMJYL8[% ^>(b[d*S?Z<Ӛ:poɖDp@ 45 " ,N"pj=@Zp MAEfI UY,֒B|p Մ]P[jjm _4&Z#0[zbM­j'<bbb3ǮYZD@'h\®7 j.6'5lko[ۛ2hp}LoBs[HN4,ix{Z2{{"A2^(Bl݉a:PcYq}(ht)Va"ۺR@-zhxr)쪨6reaI f>`v(L` 168rg:rkKaz΃paaizON 7u 4*_{pD`Ri%@t^EݙdlBt֋+zp04B_'L;j.l_]sjCUZf}1q kvo=Y_R٣k琕#ԗf?h}j{($-OBBB4E;: d_ZM O"`$}y .gshʦlJ1C<7<~h~;_l8ɨTm'9ے鷥dV>r(MG[-^~n:}ύvNlI([$gRkgqɢj,*x #3`?yϦN >9qז tV {^ú6oH킲@ގin'{,qB6IE3jݥK#aEkCt_9𷟈B E IN][xK8(RHr4D>C_|\hL6?pWn5hCccj5>wB_Vse!dcx;+a(|u|n?X }KW6kbC"_4pY9"ӈ,9[ &Y:œ8UBӦ|)N, XQ$r%^k|mR?Fik) 3tO2^&gzI/k FS7)i`C6 Ozb`>>S8HT|2Lm6_?2ǒh`4l|!H~)k9ѷǸGw#mbVe*`T,ֺq/4z%`hwד [?|@^29e`aLҝjŒ5Ho <9 b91rFOJAHV sa0f.;u) wUdYh,j܋}O0'o1A 8*@ zgZZXQ:3arXpR(ϵ 9r(x<q^,#*?vK~tA*"vHhztGEfԭPDl;ט룺e~$.} H0p"&9lL7M(##O $ŘRA8vT#Vd^G)h\PǞ蛙c%?HSE fBwM}}鷠3|+Ai(J^m"X7Łr#㊑+6GwLԞ TAtS ^M ۖ_%s;69q$^ԅtW5}UD$Ks(Meo䃠CgI*1z;IQ6hA-eR.r(IPi-20>NЌo憼=,3zW%^@BOŸ_YBtγ2VR P-5:@ڡ~@ 4t3x3j/P "PwRRwuɹ|UDPL ^6TIzB#&M(\@xqAg,xeC9* kϗV`ҊwA~etc6r@S8m=VqíG(du6naH!kJLVK0Qn"[5 bQEMqm|GnH}` K^cwxvǀqE~0ۊ}HEۉХ69sϰIꕒ=_7~7JKTS49N\R- !m(!R_pa}!K!.,E$)d ^ 2;'7\P5r!\'VN"@V'ZרBkMO{]Z F-B(@ Iqn_O2hդ/e*DۗXy?4]`-RJF&O/F 3\NCA>VORymK^M6I|ЂT FvY>C֋|dnj_1DK:<!^7KkށhVy)ElJL~L!`Z |røh~H!Wf1oiKOIɻW,i.> .7'B'1Ƣ=:b 7+uTo'?ŠbˌTOv\@~2ꔔ&hyc{`}!+D/ ,$8` r:H$< p:oKmΏ3%R?OEBFGj`Wm Xo xJAKͫߦu?~Jֆ!.4![rgOu` SscZ1r&x)qx˶@[Gpdk8X7zoX[Nm:i~ w;GM^qGb7]\5`z#X[Ҽ>|3: X(Nkla"u&̻vAnB>;+%NCah^\@PuktΡS42Wϰ2yN;㶧^tlaziR8 +ϹNJ" hh3#/ ?h+Ɓ:_qڮ}Y<tg~V.us'|ljg  [ ={x4_fNp! 2ڈNa1@lMhoo:\iEͩ%IpМShFvE|q/a^\4!h]V֞Otj=ԱbE짎΄F6Pc<: 8ϲuGu4nݮq§0pN!XHvӬbߴwatpy[X[~AVb\ hPD~e^]j7A~,mZ g\.'+\O!Tn߄Mm+S7̐# ߄%Rkg[s܁@oev+&^{xj}ˋUلm/Hro-QC/@杀&FsWfׅj؂#%)(++|.etptApZ*B#}DXr|0?31H|;C)bxݓG"=Stlg,fOCWQt{7Dfsqm5p>4GˎK4VZ&Fiu?m¼u9`ݠh:#q1ߌ׍WzVzQlT'ua90nS/u&)C- y=q68lbs|+qLtjk8퓐xg6Z؈հ).:2i/PZ͇އ1e>ۀh"V~$827 ͩLOzl,rn$> ӯnq՛M70N䅷&!UŏiLvE ʛNUԿՒ|L]|c.1PULќQ&O SBq0)<Ǹw N&ǟ`YpȻ䀪 '-'=cD&PW_31ԯX݅\EQ]9D+S\}Mvv_,ĮFüLj$xO0xzef*IbyyRrKw5Տ3P۵`z1Nk[>AHO:Dyv] v3;wЈ&;6v6dM6z*VUYwFVʃ=8إN"zho r%>Q.śqPEajogcEj" [ cH 0h!:쁪%9:nYOj㉔cL}צL@j #MB-uɿF#!: q=&| <^!eTXDE';eKc/# .n[qc4Sg܍b~\K;>~hsIޮ!Px'xgqIuޭVdȏw^;;]‰}bGPM^D 14){@b {*ԀZIF q)wC/ŗɖ>ҭ, *婔 ͵|~&.`~BRjqDA;F=WzA&V Er- 2dk$$C> >#aQMYIV}(]ܗ-^.r_Av̪X20}ry6x{_>-$L/JNAFW`(FmG,'3~tDdA 4t6V ;:֪[Ihpqm6(;[(ThkY{{?삪/ꍋm484c'"4jBP I˿GͧʢIhCѣƒ  Rok|xBwA˺k<$l z$g[piL/g61a߽_9:LϏÃzty4L2ʦGM 6 s5Fk"p:-TL;c/6O/(n%Qz CpZG*p5TF8E!Zudv}ZVlsG<ЃJj"p;1?C};txKe!0Y>}L,C |E" lHiII3% !ͪ)]Ѵ:x\nf `QnZPEHp-]d\פg~3X<[Y~obDNnWأ3zڏbV:ȒMƺ LxlmC@W4"uGbc^ᾢL*4nE3F13#uIuJR +Vҁh $9TuŧژE̅'PfnSX_ϟb{`fuZ㻼XY3_ELhsz*yÓBEt<JoL=Y{nrhCCmbl š<}l @TP,-]MI a"=C9M@o3pk=&X~ʐ 3lhUx<לzfV[N^q,kX FTsv EX4WCZ\ pY?j6^R;D`1Fy3fl{kҋy'/` )JXO |Tk; u97o^h YDN`Ց;mZJ5ޣhTkY龪DŒ^w&뮒Ŧ(sZgr|L$0",&=lH$\ntI`)&&:Dj,`6*9Cm1 fD$rRЉ* pOMp+SHK81zGͱ)<)mXv- sd@Uaj&%uKZlRlIf:oU).{xHdTY1H-wR:1b֥SPC66rWU_ xJ2"Dzǜu/酡MH~Iڟ"Uy6G.PƖƭD,E.ns{۶xa[ýɝftت /[%U4 AMl~W{$J0Y*LC6'%:u@q%7_ r<`뱭e5&v/קԣcW#ȃΟ%u#lͱ+|.v}s.fӤ/T%yř SҔ$5]I;4ao1MJؙ} $A [d0\bpk>ˉ6XKa;jkdp ~b DP>ScI{ڿ%? X TYa>6Iamʾ dVhɮ@kƸ{Qܷ7y^:t܅'DC_Lǖ0ރ c8#߃:5L'dbdɉ` 檭$Li.IUB#E.9()zGdVil8DI=XXvcS*:ӛZŮg[IRD~_nwӤ ]P`AVe!Ʒ^rz~1ҧE*p'~x2RvYcGe|,h :V˯RoN{9-jc{Vz_}  *\RX.V1Ll;6۶` N @Θ@IN25[ddW&;^3&rA%Cp~'!޷T$H@ WkDtW1D GPDlkQ].'TY3orY@Ct2yB>b_$OY (ݖs 5j 9yXچ| h,1;˶$8+(s[OC!/W.p6?-^ ⷙ:Փs+h67O,8Ս<ʹ4}&02FI X?I/tHh Qc_I=Mn\g`݆i#Vꢡv]D9 9k>K[D_Xqr{A_&=. B=|aGW*L@x#_cƄuĨ[^uϹ]c]mqҖ|A6dB[$HxIк6QBĉp*ͻ1 6qmR +>80@ mQ!/t~z%ԺJ8cm=Xwg2l^V8?B-_'!X[^EnO~N] GkJ h 5d3Nt/ɍ+Dp1 NI,%׍pm `kVcZV4S1:s,4#m維t 5%!Su*Hɓ,-^(SH2n]1Y[sӣ$}X˥Eh mS1)l%o4r2QlQ~os3y$;)ΪhJ7<wffUBJSӿ33WD=Ѕے{!¦ӄ=c1Cw@,Q}:8@J5v@,׋: iN9~{7նԬįF4V8@S=@|S|,L3N#♤(nhsB$6gLDTҒ)ȿ,2[/wc O$9D 9LŰϿ'@(a  Wj.KiķI cb x@h/pEyr-p|'5eP ܒ%́}6"P`$ZTuL`НA4)ü7%]sGS(7K.'tg8Hn\N # Gx :q!eQy'44Rζ=k\Z$ބ 7{'} }^̸zvPwxY ^8Dϯ`K x1tJ^؀]Jz|4Yg*?.)l f$*6-9rO a"ZKMJe-YQ-sƘESBW".z; 1W c̉(v޿|RH:Y\4p!۹mL&rSԡ~<8 }5mU8Ttnf&Wq|h |@Ƨ`6y#ʉ.@jdX1Ov=Ki`B QY/ʪS4uhYŹ4@25,E߲OK}Z+.AmMvZjv' ԪOڪ yԂp6G:|rb$=.o'a TQ S`5s)5x~eV"tFT n8 򪵁/N߲~S,0'Ei{f2靷}{TnG(VN8`>j*C"gZh4XuA 8{d?f "e>#W*=5%)tYڡ:˯w~SDץzUct"rD.ozIbUXHwm+Yd%%<)nV_Dhu=tARC"\7ޝVT(:IH~ _allh A9Oiha s̝ 8%]wP Eݴќ~ي<&q3XiL1ګ)\xd9G)rhq$iFWS`kw׏ڻˆy@Oz>H #܈#O_?Apu Bؘ57bKXL1s8J"Keրicn*(;E#UxPrM{ f)ksK_!7K}2hv4'H?F99֔jm~ 3W!g_lYTjHf tb5o:iJȈ!b2] #y«ƈ&+vN?KYwthO}I UgD\` JMN2@Hb"{΁T7m,o/n5cỷE۪{FwT ~HPK`}}K2TY%Ha裱?XdL%10umYzP'S'q?9lWwŻ`(ƇnPrf]Bgˌ£.zhݸT7m«_^m~ Rd 8N# vwDbTwb,pjqɨ<bs;ncm*_:M=֏&Tb44Syx=dgFjyX?j15ݻ- 5Ͷ 02"јhވ*BO|ķ=TT8r)?tȄG$j+ŦlI/!N w*VsJ-]c:MMdcҴ҆Csn^K0ӵ CJ*NگMjMk]>4tuYV N/F=Xijlrx,1 {}9'sŰc*'`v.- MSiyg>E弤ZgR9qKoN]R`9?GrPS} uCB`.Rlۦ0IrM*ꐀOpE!kۊFt޸ٝQ=ӑ'AgbxvtX쭄"Jdpg˾ή*C*aUuX+oOi_ފ+ٳZO2$[~͒m?rOx3Zȼ>p4nJbW`\ͪX95PPuz^gP,!=uS!ϺoIǕNJ<&@ TQ(i?배ky<^UOʡ(R+SD)ѭibٻxtՎ F8s>j$8W '࡟3U/>&落 Eq1k5¶sf%-Sc)> "o TCmF0t84PW>$U}lB.EvFRJܢt/1x2uADkY~d<`.jxiD6AfE_)uʆ$7ͣ!|h͙Hkjk: <oi̦cZH\ I"~7?zv r9o#;FH77r qWh$ͫ5wxN9C6*'X\;_s2څR}5@B0ꁸBSyGvۤO:azj/>bד2!xcd⸘ON* 8V!ڊ!LEY~"S.6aC-H1:v~ կL?i ~i= ^^jt kD#p20|BΕg9Ɂ[c v2/4IivbV VC_#+dbI\1lܔih1tQF,О]߇}!3uJێuѼhtR d5~^QVs^8Wԝ^\^v->{`±bR..ZENl#+Uz'E5&^l(' bvXMQVͥe CҬkKQ\%@k&mb;%E0=dyZw >? 2 TEJkg lk0 .ܢa)3vI7ꯔm'=;!f=DkYy[|:oBtߜ(+a/oL|y`Q|٣5GRrWT!m\N4ʰ9՜B䊳ːAE,];U[s֕,K_X"W %6E (Wɛ <&0d"7܂pue`[kRMcynnF |W.U&IL!_-7Spb-t*f-:/f*)/#u:k(0 'k!]RA%ݢu6FM&rWh|&˪-~: չ0fJVYI1fB ʿQ0_^=n^OD/{C 4؄ި%\$ K쥵yuCDKhM@"81Bk)}=r`k彥A.Gn/ߒC_;b+s 5FҾ1156дul^Sw^w0ixTMqg+N-̫*E"-i6 O&L Y{q0?ݝğA A +Pg)C]y1v@ۆZ1.S1PzJ8BH5gZd2(!Zvz7̱^I#8lV?9/Zi3_6'BEbߞH;D|jհov۶2HC%.P-@ UقeLG̶Q\FONZB{uzce+%w+m`\0dqV--<#2kD4(;go{߸PzTY@O'Ǽ=aeNr z{Ta2?E6t zn-ȸlFEWF="־n@ FF&x}t]10WYMi̙j6ܡwTc}Y>! q$y8 Apm;\ !@yʈɫ椘B/ CG?wa.Py,uF]êd[qUgP\W3o~88JE|60ST{G AV"{Il g:w?%! i#<2 TRCV={yQ' v\)uz_\-G5~ K-G}KN}PB]n}QzL;F"/h[ben:rlbs ppƸ# @O Wt t!8g6H0SRV<roXO,"tcYjR [P&^=iĘf \V40vr 3SkJ{{[cӒ +tTO'k -p/dEoef0"2y֔ s9 3:/94e K:I`e$E"C;_0+6[[sYdME8{,avqe1§+lKʽBW8?2D@{ScM Ug(njl/VB`j⇳S\i^rGԩg2wjoR8IXrS톃d׵m֮L8d²[ʭЎ负tQ7qѸ }XRy <4"q=lfkL -xYg/R5`&R#ٗap_@5(Xx}fMl+S{zo3D_ 4W럓[sJe'n5x u#z. C+![y(AKp$zou&`)8gz֔ޤ ~+WKff޾݂5߅ЀPvqhJLe(vf3be Dz5:?#G8}\/L^hlOqw^Q=ƗX'|RHW.ߏ.fX﫰b;anC1HW$@E@iHm-:=ԔԴ=bxl(ZcB&Y#Ķp23;C?_Ҝ&3fr&p3j:QBōVoC Jk?!ӭӵvOoX-*XoDvk/Sek4nfC@0,h6z5`B y3.gvk[q_>y]pʜx/FB_ؒM]@_CIuA67;3+5!Mة#ei3}419/l,ac0myUA}ɛ+=}eP>HOppĖk&8J7zJ6Ň0[J#Q$#Smrw5 MU +ٍ\fӦ aj #\x;r [YBQaYfx5hk@Z%U͒_cT.sHIJu 0 և\g~{l%{>'ZыbB #Cy,6dJw\ui|}ZF+FFkΐ,_ȭ\*ɱt+&R\} p(IYT,#5g=|5^D.HO&qۤTs[3B\S@fr0T'UǮ/c)V׫Ll&+GCLf^ydJjL2'5 UV|'We>,X ~ƕb(Ȓq[HH QlEΓnh<J^H aRY%ɧwfWN%ǻf 9Ue? oOLD^O$I5 (Pj^W/Tbԩ0!yj/;ÿ?OU8ل\X(ߑC"&XTn|B.[$،0U?vRJw5dAAe6WK q\ciA˽ϹI3 ّJQ6l÷X閉*$|]Hk[Xxqc9s9y42ۊTeՓ-EFN ;jv\f0J+D#OWPX9gg@R9 G^εlb6z-`#Ic\ f$>fw,,d؏{PO%f\Q!/VCVZBPbf8;)Gc(x"Խ -hڙ3wOMpf bss n/E|AOWZVkH{㫐+ -xjfz# ϠmEVF 2^01/:V*(/2ن0wD#As=LL.Q VGnClF _8G~PAIJ;eƍ*u8%V5tH4,ye2Q0r0U2jkveYꭋ@91Qy[n㳻GyiD 1N3GE <9ԠޭN z'ֱF#5DJlxOr7o׏lM("_aE -e3JTM"&q EQjYT[ieu}2 `Rhe킕6[`4k+sF"iCoS>#6Sfaagd (qjwo2&}EC.85X_!a-ד@i 5lX($ZH ;wTutf`:u* \' Sַ;JD`\:҆9P(r9&Zj}n#HD2EgЫ=Sܝ+}[a(28)`D1RѢ~5?#2=Vyvdi9pJÐUj2'^A6xU?R"MU7w{Jɕli5֓XnЄ Jvld}WLvNf. G7\1ts1鷸V*mlΖ}D )x\vl29lytCpt G4{q[ȡb4&UK+qZl c!hٛxq]cMhj)Oe" klĔ  :lmH*Ǯ Ssy}';Kp1X 8E,8! xOeaK#&8U/~^W8YLsJ740ma@]&طepCs* 1Y:F@bF vA)`4,_<]=$njtVe@N]뷙#N ўK0("(C oB*ɟYE+k>˅*斕V!~hP) BֲæG=ۆҽ" ${<cEalSÌ Udi'bcWÈA{운o*Sb]0 QxFf{҈Ob =O-N;/L8wj0v@j7No,}iUsP-M+jG=R X0;f]p(3ټ.KIcrbL<2cNA0ScsJp I SNSI tkNMUO"YJ2qgE^8WgB}TƝ9_"G;E&]ՁPA=.[( Qu +K .cLMf[Ibea YURǎSPǶ׆!flDd vPdlqr *6'9]ݯ)2 %vn!;sZoԩΞ{D=5~SmtbÖ񶯡 ]*J^QzKEWl._VՏ gorio*9mL+9mKq*SG/P9c:=?\!#JS48Xy-MC rj,@Όq:Bs蝪%1'4B/I_U״(vCi"5 jYtdJT9+ZAWk#NI <@jI5|v5tۣx-6F`[ĺ,|#,grS@~Gq8lfPS"䴫ۈ'sIcK=W#kr'3qB!Ba:öb.GGV3a]j"mKy|/-qM/:W|R{:%st Qǯ.ke8(> OQdQOdbzr1;˘l8 dzm5 mTY"^~cEG(U=zOl¹? W,=< e@k[f|n ۸s?ꦲ>rͣp/FOYq'5zmL? =BMu)R?1W}5?+GJ"` k#_:V" ŔKw%4.4bʋP7腤;؉fzz ݋sR ݘM} wW~rB2@-'Ŵe+#i)z,ܒpiQϊ24% =X/.?ѳvkbE0SN4+z=5;~a KUN*Z̨I5HŽE⑺I) ƢsE&Fڇx߭JsqS@6` DHjDp_ ) nPu`T/ڵRmԈЁw,T{B{`h5'2ʙef5Q=hEHܯN.(+|`&IL#NŬ1/lt!@ ~%o.%o*7[;'t?HڋW·<%2VSZ09(/"ZLs:n%pqB8/xmeQ Ip 8ϚI= oᨧsA lny.ݠIKn)Z}``%E0OU}E h>GO AJ<={(Ժ:IM)taC Xd0Hۗڃπp3s.l|'] \44QQ|'pԸDH:?g!"MnT;I\7ni#Z xDNn {|rԵPIXΜy^_쑄SxJ"HQwyoq0 {;uF%L{A7xc$n;\y [,BCЀ'2D-\C@n)Z 8 ނ~R{F&9(8ܕ_IDGEݴUA䚎/C<܌xA|x]`a\t-* ]# + 8^v_hAVH 2q:(f8&g>')=K kl9RF ^݇$%ͱ0%s .(iLd`<udȓba*hLu/kj`lxSz&EdZhV#wܱiѤb&w~Y:xRwh﬩%OphMtd]R[Ҏ-y)O%UZOr°Iڌfzv/9t^p9M.9kCڊhl:?`[(ZsGYu?I T* BK)wînJ㳢v<8/AH1dWz l^ou.ʡWA<4hq4[C`ELqtIYks3M)LϹyr,j5 3tuC=&dzŦVhai~P_D\"I,Z_]1Z/Cl[P%Kij?==( r1x5ܾxNa٢_*5h& !<lGgl "dٝ.0U9з W+z,N{eeb;8Vc覴wnP Cjlc!J.5/;'aMb/v->EI[|Y05ьIXbH_<+rAޱԚiKS ]VUZXqjyB.4,$n& t?g.?tQEׄ|L=gK&wTy3Ra^mf!Y[넚󬳲e?w5*x=$Ep8n=u9[]D-4G#ES_%)ZI*=&NDl>d!(_t:2=s"͵@kJ龰f *#bICQ uU>64VX,$fqIok)hۀ*@Vd@7qg/fS*p[>+ s顾(rA!7DmɢIF[ oUqı45 Oi!EeSwI 0*r.OU_phs%1夛Yxt{a͜lx ylp}$.R*]Q]5IpDgh=e׈]b$=-'F@{ݫ]~4I;,G4\\nh*oSolx񶑊$ÐTm2z' $4E[9nd #( V=cz:%tgҟLhcaͪܯԥ30Yi<6L>%c QtT̔^iKz}|WO[!!u^+| cHp?ˉզ!+6R]1}71*qaj`ʀR?̵dJ{F<ɇߘD$\ݟj xRRl|D3.Gqޅ~4`:m;BK 6eͽ"Ga9+֓f(cƪaTR{;xENN[ߒ9@s5 Q !ƵQ?hCk!/)CPF])m+J۸Bu+kQFA-Y*+}5 h\.Li^ GrD"9Ro/l0AnJ} #ͻQcAh]r+OuB#=A:z zx=~j`0n*>: %C[}+?upk\|ghR$$!ag*|+#q4V׶ BXUd}_ϻ-!x9(R$do0]H޵\{nIWzٳ+Vhy< Ћ͙n!\Bō S8ј+ (WC$dj԰|ҝ-P=p8I'}(Z#f oHxw o vv &tVͥ?97QfG<~;I)] M{k:ѶVцírKdZNF^\dywz=D B\lUxy%+y[K_Lo8|¡KGr"%Sn#FMrc_d$ѣo<\/6Yڛ4HtqA|ߒP"X)Jq|KXH"ʀljH7#üڮ"i MH?יP(dC؝M v#4<.?R$_Wrckb;\~M: V ]kӠ(q c%GU>\yBp5t $ip.4ҷ VkcqF( tRW :7t=.b{G;GHuAf4m;o1b:!4E adN8*Dg*x=\9a#"UmijAʔizgyl22~q6oNtBRQ!_+'+E wcX+"!&JfĚ7{gW~̯>HVˈ De'Ӹy\c#׊?k+Na=r8rLᕵ/y֪5 ~~Oq kw7Q0r-؛2!s^hk+%_рY3mVN3zW w_-\ 'іUY]gcٙU}y {}Q'TZxٱ2愒g[X*b:ʗ\H\䄵4d,/Wv瘟WƱoSk81d6!oڥ/I[(Ni7+@OKԏ= ΅,ڣ 0 : "&Q'Kvx]a/ӂ-"7R2^kD[?՘a`dk[rھj^~2}I0F\kOF} 2L= x d Z, ~L@xްꍜ`4*gXh/(6vu?̉0mT{L Jp yS`L1%2Rn)Dm)j@*s wހ1ʷ8$٢%#- h]'BRlinΔh<<.)Pں9 +i+?O 7e8&MIց@%~#h$$e厗g?oML0a[6p:]dG_ l5\mȄ87tZ.|:lpWL8 À{يLS6Q],"xx'SHkO pt[A7OR:oߤS5?ۼ Tq{K5 ͅLEPr›DZ_'d'3MbmxoRKmJf,RY/;KS,p҅\G f>޾=tIƕb,Xo_iV,UÈ`r%3-fP1ƎED.IxB& Pub#f&h IB+Fl tB_M"Kl\] l] "4|L#š%tX4u:\(wL_=,!K4 ב"4Z*| &TAzh袬'DAiߓq0XA5Oq^ԧEIHzJV- LBe wĤu\j ?|,ZLpZ-"]gݫA*gcgfN+g'PdƘ|֗71Eb;M~K(n@(I^] 2"rF=O8| iQāk !\ewy:*zF߹k2ەc~I)c0ooPQ~FFNhҐ&;LYMdѝO41U$:@wt3V'B1T!L@jNc!{f}bg&Bgodiu퓑]G 4z"J|>LH.Te4*MX%55{;Čv5 ҼX2@4wB7:Xn6xZ(5NUUCZjNg% niޢ = tzUi;/y@p|VK*dC"n3JA ữi3)c2/wb߰W;x9?}vqf/zGO.j[h fL?!?.n XU~_w;%HȴOg0tnr"c &,G\GO6 6eZ%xod&a\>~-ɋPCe6& .6x ѝp0REg?iפHlA2&P̲N`ure\0cEׂ"mDl]?|9IH},dMXκpv=H_~8w: o-c&x;Wt;&SỎ4Wn%2%UAX9y B^&tK8ES `)?֏(፰*0 >׸ \[6M2)QFw2䢋cgk}E~k^%މ w}~a ;+{'4d4X&$Ty7@N!Z6^n+eg(y*G7/.dE&c‚t%ddN\#S y9QK=?ll<"8(LDF/{EuvMO{V 7F@OS8L"vB:m,Aiz=~~SrX]}Pv6V?}1Y׶+*ȴbH1%cs&ȍXT;K^вuK`mt,>9."gݟ/dɃ G WRK2t|&#ک1`E~2Y3S,S" `?ʛ  y_.Rao[:0+l;,e#/.G}h_f@t̻`[Bvz)-ZCp̅3hJ(HoY؋ UWO #W@ꍆ8Qޣlh]U\OIRC"O!W918C*ˇ):"b^ޕ\ҊQ?-ia6llsB.Y!a) 98bfENG 'U\j,ڍaAw ͨ}8YRhE.Bi  'k;+gHFA`_lk 7<8tG- @@3hk9p3cX{uDLCCI4O[U2.0NA}"MsyL "3q"{V BZJHFnZ홭 ؉څ7ƨ4u&nyIJT-#4'Ω\𓣹XËxG5)uTKwѡM(]1>RcyF\.8䤬휶TGg#a~gJ>_/#}EzYɹk;`lTz G4/ !Egsz.v=fSN@u2Xa&ڿxH"o65H=P::]Ր# 7MGYJ''}^c m%>tGE|HIwѐ(DҔb"؊GAwIuJoLT*FSKywKv܌ H}j~*3*~':Dǁ fsg f:~q@BuHNMv* ۩nMpXOa֢1a!@x)jd -oιDaN{lF8pҏ-O22=9vLM! 4jdEի N64(% oirWs_nU\*;2Nʞéd%OlDS]lg/%n/^Q </+{l޵~(+jeH0m?$"W:AG%> Dvpf՛~0S\yV/vC$2ki D KHq][Kf5 .Ԇ_ uq}/ԨOCv0֙R]|2cPi9+lsQKWoh_mb(M%A?kDz=էWKf|cf*4{xzfv5"?e k ͂ZEpx/_C8e qWؑ#+!E[D~DૹC~^kN1C^]eBjɕF($2ojV _O_o5GVЃ*hD$-ٻTo2Yբ!wlc -w#:p=B4q^Xz *L@O5pW,#!jT[P&ӐqbF+>4.lY;ep2n]:> asRk"+Bɭ~qZLUC wef$Q|`w1XZ$ZL ѫa# ;h? +;\~EgO!cFć:AaКԑL+32SZN0\p-:[J7XY(a@є SfO_z='˅* #|WԋJ3\ ?ߘV9K9&=#QK޴`v2qyJU`Y<]#ɇsD/*hg\6!f/+p. N=ߍhQ<s@l0}(XZM7FOqlVme^ jZKԹq‰h 645 C&%ĭ_ԩҤ}U+24Xó YPP $Nwں8UYfƠux ɾ{0O: D~ -غ%¨<ҢS[9J7OnÔ\%gF6?6U;vwOIJ5*?S1KRkC(lx `m3M['a$% `8n˵E0*W3Ʈ"[@vS'dRHq&靜#uA}D - 콺'Y:2*2ߴ Z(+Kn]j ),si$JVj´WB)Avw=b M=HgfwY #SrŬLiqeG,.^w.3*j3: lݭ,cƒ=XC)sּ&꩐I+HA%ֽ(xDL.6W;Qd5=J A<]0}*]S%OU0g`d!Dyy<5~!WRVE*qV$ pXH3a;YFD@v: 'ߘYO$l/`h`2^'z].١ eh4w]q >a:Ŭ/BS#lݼe|V@Y: J<M^؝<9mkS}ڲ2ݱ-P.[K+KUd&֫!&7{ ,:G6I߽o6mQQ5?Ic0$~hjSK%Jh5،ѤvD2e'Oq=3G(ud.yB$V~5dpu[setz&đX^tIc#]21h $$S =2C(lZ hI,f6ˤGr<}^S-lg i5PL3^X꼟ހ"S#c;M5ؖttC, T~#z5 ;݈BA6"-R&>ry>ZXًuc7"hmu}ih6MwG#o oQq,PޡͥPjC}7+H<5}>jpszl]PF>7VT$4,k8Y>^xr oz"s2j>$RWO_&ɳF^Yk9 $...͇v.\9\a?J!G*)S>)Nڎ-[ъlV7 o~2('#qQl* kg5A`sNl(b?yC 􊌀ĚpLbC 9I&PmͧGwmקMݡ-l;*o^i잓9yoY`Sg*ikd`T~hA#ҥ\Ŷ?H ש7‡]37eQpaMD"fL|1 ,` D3}޷>wu1F-,U]ڲ 穿QD$Y^ Tb`WxzrcKٸSXYm YSȟ54䘊hLovyLP#kb/7Bޟg}|@>-l4;Ȕ0k 5ex:Ov^^B2~VWSsB # CM:D0:?s"(5D+D<k;IGa+4W\R2 /TM֝]螞 E+%&'*Gn:1dDUUT_rlD;ζ u~p {[^ i0ٽ@@bM\AN%,zqu(ͻ)`m=! 4"i o"$&0'92l]^!mp˫qNGgϝ˫7uMux9OA!V7ÎM8VIirsx<պױɛ˪ZPT#WnzE-yٰwWTg@t6Ѵe6(#8z;J =P|] AQ>&9v.,[z/a ݻ7|Y̕T>Ŭh4*j;߫Dy5)]k6>ʗδ_sbJ1Xhц|3c"͛%Ͷ8QOY{y fA|hI}IG/󿿗A-3W;z  Eiac]ĤL=Ԭw+Q٬y8x( Yb4ڗ{w!s/Y($:~n+&syxszRKi@o&h^3ӰޤgĿvf/ 8* ?ws b m`z>":6'6fC(/3-% = P`hcpBVY50ŗTJ 5^U4|+_>{9ժ'YXo]PFXۂrԻ =hz,_RSla 4=Z9 {ÆF8#%hAK{zkBȑW1U ??=|y(%AӶ{_4@"2ΤG-IA$Bhty)|#ʹk;#ѵ. < @("4rV+[#Pe= i?p?3)9d(kyhKKohy`XF(L3OHusxMQsEiw/#$-3ꈻ^Zɜ6D2_o]{cT'^m3P)H?i=-#bC-%EPwd4ܤ0"sppYikl; i~)a'l>> c$EcN_c~xkM4vB8/V!|]o))v΂g['O> ?6\ҖI6psaLK@~cZ.*k.7]UkVt3B͍侣f%!\n Ԗksv^Ҧu E9ӗa5+OgQ>|凤M 6ה@$$oخ@czWt";Hks찎9>7|>r[/`vRVkos& Ʒ%x0Ћ$oV>U m\ņh^[ @$xø{C jRx8("$O*mЛՆ,#0^${ 8w/eqSE*xc,b͊jS|J˱b'%dFΐR$@i؁PaT${ W6Xe!,:ERŌo<ԄZ|\%pwRa?v8`ҽoܕi}t2}3 tc`>Eu R -nLۅrCjʰn[y40ߊ Le)$Q+B7+@ExZe1j6=3=z5˥-`ZLK#=*HMOJ s*1&Wuّ3ѠE*A[p@?'bN92G?L#3J!tqGu^FqtXPm[i#yl_*R ])&+X~B9?i)J$unn:(wl8t}_M I2ON>M:%at澫3g }I##FjԽ[{B㧼l^H^y !,yVl+Ԉs)87 QSdq]*yȊ*+3F>PN#Es4WV~A6IF\ MKkZ 8<*)teWG# KWG2آMc:ȩh,JS /b|9,粯wN3Hj ק[2RNH9R~cɍ!QePeМ/k"3}x n#Tx Ii~П[*Cb ^׬h&rPBdEWD/cxJFMoSbk/pǽwlfM?H( Нce; Wymbh= 0ǶreMzM"|Q?dN6Kb/ |0 R>r0Hj-gi5*ȦxM޼\0J)x=ֽ hOP+O leǫQ$ ߒ3F~.d뤪 CKHtuGTDd 6x2}~ XxZVct·F\Ċ GVq:vi{[eX70 !n~ӌm@m_j&o#mh @LW|>ǹ`˜|׼.GӅ$&~is"FVcUr3ոց{fU^F_bj[oiXDjߦXE_9gm\`>ӆ{g OrY `΂1)J̟AU"ޭb na@*]~wH־'O{N/@NBG:A1;?oܲ*F\Ev6aubjwtӮ6%37xobGJ!1Ya0:4JJ3q3Bz#X b2 %Q,*%ibN4X^hmkݮ '[K^'z⪂70qmwL$@4I9px<3-<p̚4=t-5ȵ6UV2и^wg`,8`g/` 4ݾ$hR (xγ*8gmyO){Q^(Z`EWM4v*dlUcJ >HH+b_?߷Vl4bͧ: W凍Yj烒*hutҲ WΊwVarثt:8-LY69OͺT(tF&mu P8#Mtepnjfx-rJN9rO{ypiGz@ &AjM< Ę4C'~袲aaI (ك2ﶤu{'?m7ˤWCgeW{2q_B"#9eWaQ|~D /#j cEL% X:B50^*;+CLɦY#Mݤ^@ٽ7qbn2GayiT\^uMbΉQsrB4R:ӺU 1y4TW7|F8n&Y!(eNp0a11l&bO@RJ2)z_t &(wa.`GJN ;Q4Aol49u? sJlЛGOu&&uLoު-msEC;\}`x"Z,L}mw9zd j%'V vO17 hs|]6x7o+搸ˤE"җBB -W)D?+UeN6(8yutVMPh|f茴DZ,}c*~DCe8ղ떓 LϠLq`fPJK-+_ [lZaC:QNR@֣9noQ?sUfn:D"@gN^:$\ao{ l;+[BL+kfX3alh֜kl>^0UǨ.p:r-8zM=h,kc\ul:>f&&d;`>tU^#h\gSڤ)u(E,0Sq1GH&~xƫuҸjKmDYR=?Ȟ2Q c$ch%6ڞOUPL_b;LbG`9}Om"lze)LYG?ߝHI5ٚ#yW7EӀGb2VlxU!S]I(!MюF\qw#De#yVJ,^dIDrydAXޮ獚f/LR{V'0ڄ.I}0,zMF;kCc\&(\iĘH7(-uׁ"StdqlkMSjG-Ƙ<:XME%{"#q Ɛ 95 h$]GK6jЁ&ѸO;CbYZ1u?R' *'=K䫦cY9Sbg6>'hCbvu#l fDF^9ѻ%\H׍)CĞH]i Gl kSZ)y)%U2&޶Q ¾lN~@R'ĝsuF^]ap:F0>Z#)f| G/0/U6M#70ҫsVrsΙ-b}r;FC`U >8(N*'}P0c6Ҏ-xЅ4~QmwzbuwQUf 00~YVl+5eEG bd0M[s r}-)#5b-8dհ~Vw_`Y. 4=:9m4舏3vku zI0*:)uF\u)kJo4.ˠ{gnLԔ]+(]X8}EY^3c%AT1_} "{sQh {U [-  bg82C?3M15B>=m >&+ȕOmη6wck@glK2\7qbHbNt z*@Lcc?i]x:X?SoFi_e}t5Dum@;}FثuM/8 $[$ (k[`2d= V,$E"ZwA";R +5G;_ k> JvI3q J9l3 ;x'1f,8KQKrkԯI_Q| $d 'q .s2UCBGX})Y e;2=S;B5Da ~{tW-h+oyk^:M,B45,'y]֟8صX-ykDh!'L[X!퀤w?ᎷPJf!0c(Zcn)#<(M礐(Bģr`1)=a4&TA$hW$<ۗ]T {z]e< ie ¯ Fm g? sa(˞y{ # ˆQٶDΡvVDɫ>|-GL{uZv+KixJRʁJ㰡sl0-w2*Oq'f`uJcY_ʛ %qќv.y lF)@I̫%\d  2q<8t,H'f܆+5Q|wS`}"|珕jVY2[~^y%[[?o 8YGlțv"J q-f vp.GQ歈pY]#%sHYK}rK֡vo# PLmspB6lξ)&X:A1WDt!\|BuId[в}ϨeYjQؕK<8(+h?퍓c]M ؁90k ]6|u! CFw w)!a&P8rH+%0fʀ ߌyVh{IpP* gWSK75 zaߗ t[#txGt,I9'OyՖ^𠘈WL,uqj3!@֛E#sch!  JR3:n004ԭi C$8T e:!֘uc>!C>kfNTjz9`R6~5ExG($˯Y )KsqpK` ?)|hNK'zw ꅥeGk&;B:1Qe4HwBC,1PH@M /٣}}NFî\.[F"yP.KZ*<:j|Z='R9]DJZM"؝s=K!; E}PmbX[.jqhRI2sob! 2}{%G%: o'ܹJn1T;~s6Dy8 BUz~pQBFp$kQk1^ܞ Ky]B[6Ѡb۳ dgKG '5\cRGUp&tYEGG}EM#w} ,9aԎĥkOdaw<&f Ircl_y8s'~^ۥq BwpC)Nm G0`Ӹ{y_ҺM iK-Ի<G3E ksg)"E}[Q-@^EEaFCDr|.#tۧ٦<C3EQ-!'Mlɤ;KP%ɱ+u>cjnK0TTrƬMs/WAJ{ h5tV=uJc/Ĥ(rڗnO!Ml(y2tp3J |8.3V¿\)*#ˑ,i0%eVe~# s%u$.5VJ'PX|Lvc*YHI燜r9pn3OmtI.ЉI.WI^s9OS{B֮G+TEemMLqz'P)7ZEN d~D0{0 u FGPC#ʵ-EoBc3r=n-Nʒ<-o Yi4#G'1=S1Z_IY u..(V`eMHk0_ Ld3WV8P?:h%9Oge4>`(;>l-z/Xf oImp5jҥ~.OMz o݆Lf.frCٸ0 25wq@ SH9R|v`XXbNh48> 5:;ʮ}z ;qVdzxOl[ِՄ,0F6l@v,M-pGā;&O)Mk|zյoYʇ)<ۇqR\^TRyҥMP7bxzc_,2i}^rv+3@хl_0>'@tvU %b )AH '92L伛7"o*rV ;OM ={g\]MkИH'x> Tc~s۔V tJ4|43jF3L & ad4س?v2}Se]a"|@m n@<},3;E`xEp#V38W \X2 _A{y1[]RGDkD 0/Ҵs7uסRh^HM6RVrߧ!DǙbwҔvQ~AVàtyڠpDj<[$O"hϡk8k,'ZWdWЬv>Z(K)0-nd/Rx!o~&nM+,2.͏'),rj),*Nqi_xkpP[[%gjY~m#l-"'䙱\"Sq ౸βxWWDvF[tlw S/$w)րٖ7"n]71AU[HO ȇF2,HͪlÞ9$n6.^5@csH (0Wp^:&&_ 珥3p ~+qհv)C4t8!qU+xFW}J\Fsao-9MN3 ޸4ˏiUI=W_1B(y*9:΢9hTw^kn`7'![T Rx*ԴO]WknXx׍?5VmWcČz [%kfSI=?|nbP=o|*bOlA?JF<M,D]bD"hXEc1BX{kʝNCIL5"SVH~*?&XL GXaGBS.645HzSRo s+÷(2#n+ Tisㅧ[dqP=o9̶ْuHxŠ< }m>,7bRk?'L5*8~N? _y"wCNFpQA !d?nyy2]1=胧>$+Ƀ}OMY'۾-DCwgcp rtZhIw~J*VEkc}y&!ϐʅz#Ԏ2;r0T:i&؄݉Yofd}lr;7Η)Jiy_+gWpO5I#9&ݪ 7kaiC5dJc@WW\J.CTϬϬJzxRyb'?'AJ5B輬O%!CBl:B6X >G 2*Re*3=[Dbf}5L-V%T%j{4csb_$lK~#QcpjGPRF^SP{RSE Nڏ?& J gpG3g0FA1-7P;gBq1D65ǓzrXnĿuuI?E:)ʎ3`MX]tD9$=g3ο<ڡet 9_m!iW[0hD赵/ɓPkv}'6!k:0^\ڷ,Z7m,D|2U~⧌k[ dm.4y&zXsO2[^/T;KNBFQ:-ªe-nSIL\ua*􀋶dwle?[12 Ci44ؔs4tf.g)SJd &-y.M{~Ɉ>B"{[nڟ2n~+ZRw3lQQICn7P縷|x0P%H$m j=ڇ1|wb SE6цJ2+#'P; @uO )|ب#6a3M`qʼn!=iq +Ͳ^]k"u<-)m9g/ w쇻1·ߑt8F(w=-$0܉? ]U}O_ 7\94q HVosy_c28mzFY%26Pɲ؁7`~hK{A"XϓCZu!}-|{KFD[8W {.7Ⱥ X}Se̢'ZzBئDLIϨOO1D \,5@K v[dF=䬄($̀N7W)cmiY3nx魴_&mi U4y6ͳ vjJG .9;~xNw,JF&x4{ND{v|TF~N󱱺%tJ '/{;͌̎urkQƐ"SZ(@/tq zAzq]Lhg׭RU=(_*C(7O9{&?$ ~BG|N!\!wŪ\]e|oǼunSpBab@A΀m q. =Aͧ^UaӤn%ca_"ר3-9 F>D FyR$#w308WxjM4MDS~g'sͩ}jR"]|w*&dMܡKrF77UmKns<NKUl Q?2m 74[AZ5E%A!82;JIfOFO ,{AƪANM^,1r!s̝Wvjg};e6 MA![?/ZUw-;X HrD/yl_ %Pt:=+?i 9E%ܬ0ð_ "symeR2y-9VҏYY[+ϺCh3XBZ7R2 3IMR3҄1V7e' Zpamְ=p5ѲՏkeGowîR}+X/6 y&:uE>>LH: n&e?TOczX:]#v4sa֚t#(~J!!@ຶsDL2Ř6<ӗ@s_^c~&~[dp],Z9G b,Ne!003ׅtTI1}%$6f$UHHԁz9uάzixBh޳wnTa=\]ĝGS,4UV[ #5beL LMOG'FHҔ”k qw>췮64ǷVhES1f2b|9bgH=AU U-HZ;3ZVjF ɹ?s@ȅ 96-V Iw͠$[=ᯱ| h#Yª-aZNi u$DHK~@_rv.{$@v ` y:̈JLs4G.GV ֨tjD=Q>eLlr ȩ+*zwʜ($5y 4`5D,;&!5_lt6I6xӌhYj5v0IL*MCwDEy5FJ7F}qpޤ6a_xO/5}C*"9m[˒O|uf-LR &Tw'_gձm nrNK9=e#σDK0dnH M^{*]|gA/x[uV+o<*&e:;211|t3AӔ$, NaTgKm45TjU`o/(E>vAK53 lvf|ݖ.x 8"]i oJ[,ty6ø>jnCɒg"`aL h+@}r "WM3~O,.v7 f^0) ꩧg靃YT % F Ys1] TûPbF2h kK|1Ei!L9>9jXՓ|cMxN0+Qor@A-HјLlB)iDF?j;(˹wA;OԖmE)?T Ċ#:䳆2f :H^UNR_E }N+\\,-ay;*ߌ:6E70uX']E*t7Xc: M.vK =FIJ?w568 n TC;FT7_o; Zg/Fk2δb*oK ܕ\|]aɥCmlsMj2P̺&Pߟ^̑V61om1 򯔶"VEGjz+.)h TSp7BQQPkEtq`\O C/jдoxby ʜ懨 X ?K fL͑w`1Npk4/סR[q9K> NA1@fCÏQYb՞/ń-4T,nۙ?;M_VSKdmj[iea&8@>Kܽkc=~笥8s`s$$,|S}FG5v&+zAn5yBp(\ݯP8?B7HЛfL8 txa({Bl3F14ܥ\.%0*E֘eX(Gd ZPăB6irm@ZzJN2GĠ_ FGO2E#2(w>!(V"zEIAfcoсn@;Nc !X} SHk)W|B0.FS\5H^H,YOukϹ5E&tc$,.VG0Bq!^&,nZt]Aj =z"˓J9t۞!;-[KwZ4u^.+KhlX[T'/Uh"TYEvBpbD"V(MOn I'E(,x?GʕUݏX{h*ځ%~.P%M'5i>n0mw?NJ"aDz[K3T4'k/]es=Ey@6j%H_E?K+P A ˆ=!k?/frp1 OV V|^iJZOYxght)QxMeO{avyǕ@aLod wukgYe]/C kƙCz#/4T09b籱T)|ɭ61d@vr ĥl6!/Nd͑'\?1}D>+qhp<& ]ua8M53)%v̽wiƻ7g *Sbkyu:AJj/.sI.EHoJg3Ӟe^7j*NYn3FE#"%Qo^թ7т7-sK&| %yʹc|Ql$vX6jE^y]YJmzȚcHk]WKy{Y&Ld\z)fG>!klaii|>3gǒUޞqN˄"ޟLCEO,@?1R=>ҝZ0k2$(lW$vMXnJʈ >R5C gߑW0 vM7ʟyiO_" (xHC"2+mX05=dtA_ځsl%d}CyNj=YdRfb7 TDfqbe(GpCµo.ReR^! oY r=%"XMՐFl-m5_Ye|eOp6\Xr]y#OW& (RkV{8in?+`pUvONOx Y8-uRW{aAה{)5cɏn> #<^6y_ sUnƱc'H{^dYq};H\wU;CZ;soOssS+4gyFbM1){qk9/dA\o]_tc) ~8dtJ`AL'Ceؙ+}E9]}!NT[|aza 3eSWM.n(d9uGǨ9ؕ0 a! ̪_7Q*brN)l'W]GЀgA%m5AEdAL%[s@&/!ZD:VkqSQN~w)[o,ωgG[u&34bTkR"mx1;ŏy"kܻliSؓe!>efr3a`N$x1pGƚ0xzbC8ā+]"&M~ۖ V8/Þ*#2tx0ȅ^{:J4YZ {[>X%Y!2h# Fx6Jp' O 57#AZ:r, 4Շx-=| wh{k!7G؟dFF1q)qzݜ۩GGJ,a߮'iMB]x ,q%E|8((S+MOM#p@p|5^|9IǠvS{M0n(167Td~vߣD*9\P8 1Z/qS5ē]cAYd쁿;T )*w,yHe@Ngk^t47't:d#B!7H?z^MΥW\5PQa9gjgsP6 Psvy,OS)w1`;XȾ"2("&lrnuQ^Дb-Rچu5!ȃx$SĿ}Dz0*BS]wr:j&ʈq?S ,T9aN,JBGX^;ѝ^؛Љ~?w4ö7J:/4YC]Egakɿwnj~ޯ_ǫ^d(vqg!g% sO A.Gٰ{w 9nIvp=!IĴIY~Y&<15m|G{eE=3=CM:z 9kfS0jn=3r}.) ]~i|K&pT{8JB!Lb{|_o}䱝u{~!AX,O#JB= $@/~c1uNQ2~eO=J 1[hﲖj~F=H ˯Zjh QV}䔴"^o'D]M9xp3Nb цԱE<8 hpLfXw__ iQ:Ta23E DթkXﴍϿSHH,Ízszb 貓z EiU/Zԩ9ZF`"ܾKL(Ϝ2n'HL¤r84xy4U*Mi{Mޥހk(@ 03kGb٤n#9l-:dM '?wqf߄i{Ap4/{^*{ v'aS~%x=᫺ɂp⹽M&d3-ؾLrO{_HV]Y6\,zPFE׺l$ GR\<2`AE#A;pE;u#օ#m9eŴ!k{f{|\mSuXOt{dE?!Ld$1l+*bۊQ}rw_2c k_5@y`ji&F ?#M_?U,Q 8,ZQ*Y?"$$F bT9TZrzFƧ^,B!$'9lTD\aBYǭw+co pP]š}֖&9c \a@{Bog=hB6k .@y4LGuTi`Yv`'ًto "c\8jܺaÄ ]Sk `DO^yW "u$|VgTŇ]sY j]guopk{;l~])1wJ R5=IҎDHM`/!EZ(̌2(e]-QSM6$@CCcYZ$",J0)-J2=6Sg0 03 lXqaܹ3f"ݘcr$H=Ѝ9VMl.WBy@D+8iO~oCsτX͓6߰‚-%cz`2CIc)*KUjĘޢ3:<'x$U@7qԷ<t@pu6:;X]` WqAoX¿W+ִb9F.Vd^ IX)( ¹J6߁Mxpyd PIǼ:͢aHOalӗnvg8HUQ~&9kq=G%G.JHx=ZpO@}1OK=w+p fV-jXkɳz= 5R;U1ޡ<x&pf#A5<&b;Wء_(o\`gx oj)hm xT*h 5RPCѢ^l)ޘp>4y?VSj%@g{F Z{E@GHWM p(:Csd (y-([@)N4D x jc6Hگq" Ҟg~zr# 77M#ahzu#IW;瘷> c ',9 4^4L?= ήpOͫF'H4cG<W8% QO."TCmO+;jA]"up+rK-Mơ(Jck270R_RQI[ׁd's#8_RmتH2@Pdh5} &K>!94!u>0ʶ<܆I\XCa:61ԧLga#NBB4R5kfggTAxVx-( 36K`Ac~Tw!GV1:J笶K z@^_-cn~o\amzLWs/&2=n2Lft'co"ǙŸa ',RuTixQ6z 7ːu{0X@^ܒseh#]Lwf]mf41d b?hf@RcZ,g@nV0_}~>)Y˄4 vua4ێcg$@:HQE\_ Loy[l1}`K"T՝v ;.P,QmPm">}zoc'Ϛr ueUFh>x}d1يaZ+f@&숑-YZ xY78P@vYyq/ZLk= 'fH*5{\ $_3jdGe w}}nќd Ц$3T2SX|A3WBfPA=*N朰D?i.Ϧ[? "W2}艵SdLu|U>A'@31f+ ߲FP8B, AjP x&S]k!#`|!kui'@ESlw FE܌&]a*IE2ik1'IS\'.%4Č)U%h&D-){)-ԗh_<3j8GSDlY ) t ӑt@6,șye<;s"AGq|냺~9[n'sDԐ* IUg-CMN/W#)xUIU@9ZG DwD!V*c kVo-n2zL GcR/XqBxGٰ^ thi 3ۡAjvxeGTD{}X]*!߾jgʌKI G) 3QA*XT!)s}oŷWT~Ph!ڷM4jG^s_rk'z\~S94llyX4/9K}ܙƝT7gBryc)uD C:nx.(ݯH9ʷ(Kr%Xx2+̄ݐqmz7u06GIÖ/JPU^9fz7GM t.XadMW KDҧ?xCSF 'vZyM[>RG-0 [XD5]cWݡ|)%6Е Qcr,Ht\4m(K'&Q}j_Ca@ hFInA 1DᆠAOOd!ܖ?l嚀?d)}>XViZo`l/y)]2מFE <1dSiw%d{vYV"dؐޗ!jeSؚ0~8$|3Ƹ6֫bnlj7|xSpkݓ0,?Ǭ{pPf boW8f)O5]䔽[P"*&OA ³)8Iec̝BGZV05>hdZO,dorz**c( Uߞ©vlmER5NQ )H!a\zU}ȏӐG`sI0:5둀qhGX44|x2G5!YB"W˖NpNhhS]Zw}fR"aA1x@*gK#;voZo+ ܌:لI("[þN{4MڍFXLZB@X%Ňoeΐxu.nؽT09_m}y&2'톜\?}PoF0 *) t pD_>c2PNaߪ&-p$d/oJ#u(LP> WlO7d2su4o7^o21}tuPt6=/P;yo+AhW;0\NA^b_TFkQ?D4_-FÔDJ֯4Hx\)/8oӿR+%߇ R euhC^U#N`׶^9J:X9KWmH( ?kٟVPZyZPܜп"˨-Q!zt곝0dgiBm ڇL>|y=y h!b9?|ec Otsb^]߆'RVX1>*9:)-6j@ϴފ*io7?Ma+a{htF*J?Rׁ/x`ğ W??9g C+3?Z jxܱ1UBOW2pq rV=_]p|fUJ'|=vS,-.gW^3[  ){3dLj>eD|-F,&LӖ$QDq;XLDpGs!6r\/6 E;c`4wԣVB{L 4ٌ>ǵTBN?z1G4dWѕls3zh5sӱN:p #ApS?^{+{E &rGe-VnJ`*m>Гy >HX/rZ۶oK.V:wtMw8ADTuwHߟ7t8qH[`XM@{]vu6\hmv>va)ɘaJ0Гv^i||rVRF!yIpO}2|Ky\=(sRd%j[.u(/T̓ze#L< aKB1q:G{58ww)I\?Fye#4`򸞢C1/f y:v].}(n C:զ%IpG{WUzB7%7 4UoPF4ۺ<,cw~]i7LJݪ*1v}&Ƽ<h䂎,r!++3)x(^|LZt) VژNKي5 cM&Dehe.}i .6iSd}#1Y܌Me%=t}KLNCiu7U\VndC|F:|=)h. DI6*ee!RSi>nVv -LvB:P%;TOOopLb T~O`L Odk=lY2gޚ@辵:.} [/Hϣt4d8j5qIێI{rЩ!~}$YkZDSL@М6$#V y]|;eVo`q+Kv">D!~J$*΢mS8_XӼDXN4yU9o8b?FGOMՒXcaT+25m1[ ?΍-:Wpl ?u,jꁈ@ȍE8`X[ab<28]ڳsU}wX*PF, zN}ȅ ^FȀ.VV?xAٛd؝#DdD^{!r +,^n/ ~:)$WbۢV|jj0iU$nI.ҡsqt_% $["'y!9CgƟ_f.rэS,GCC;3i+A.<P 3iB%BFŒ/s:.–1aD*M|y@1X"3ðTU+f?Ls *kahCܘz,9a$@y0Hz;."Jس`t&h|m @︨ ܿ+ܗ?bH3UD ۱2B-OKL7rwSm: MHtDX `&HN4[5]q޵fә8)Y[D ;)t{Ȝ=h"̦L"u |_q43hQLXD꼍chaKߓ: ](| 8_^FoLTW9{ko{R.% `5ݞZl3( )?K  PpٵGE9;wJW1ɯ`ʷ_$En6{`E2]RbO=f=B3Y 䶢 VG;kXS$ 8c qQ;\S֡3yIW :0GLru|kJڷt#ECHwSnSBRMD30HK}3n;֞_C$#+e&t{{h?.w*1;Tq![!cDSu V|evu zGs \ /k3&|yLf;[N E~|w#R@` z,K}KmUMC᰼%7玁cD7AMɸPN[oE IQ&6~r3AjExŰ~Qr&7zBT6 X;,~YѹW̫lGJG} D^#$Jnp$nj?8.m 5;5Bz$Kow #sxl[+\5Rv?Fl P4˸@/l[ HDQ _1"Iv7`U'}\7NҸhv|d+4lfJ\%!n*j,Y'aFಁEM v/%H+~;ۉ=25]Π*"fR%)ZVq3]ODv E D@F՟Miz}SB5WbGuX(%p3wS*}'`(pzZYbq~Xߊ$hx  ./_G`8X%ZqX6ɐy:G=o0TNp@lٙC:ˡytG6+.o*}^}?.A#AK#na^@ eݥ9JJ3E|FE ;`a%I/ I"ZZXv㊦0W!hbgk=>+bZ~+|w9-k ?3\m2Tl =F7>_KqqP>;,Rt\axPLτY;xG'a|cmO W?թ….ǵrP5ԏOTzj' Ģ|减 w32]\"fa6cMiY~8D9T|5\z$%@0\;RVJY첩R'I8音{*%OjN<.DzDF!C3"rE)i{'/削@Ƅ$u#g9UlOȺadLb>y'&۠ kN-x\=A,%|4$1MWA-L y˝Q12 ҋ QhZN­X~226L/4\|Vq.**d׺ Hgh UN)^ylji 1&Z%!E $NJ|<éЖBBSp oIo^8sḣX@aO*?[*ƻo(yVuN-u/*o!v#hN U=u4hi|>S? Kz$~&o9DWH 2۸IR'g(a9R,C+SNBWyyC #6&4R鎛sR4 >zQhS& 4>=~&.|Y@xF0tOm+U7V0.6&.Ł5uݵdb=a̸лf-4|$ P(|@jq;?.rA%i({j \E?baA'd[ טA/=С!'bGќ"(jk0SEL,@7LMXw_lK~ܔyQ`N&$hs`#8ϴq@Xْi 7(t~ :SFdd1J;-9F*i7Gl "?"OʳdmNgҼ? m ?Je3<o% -o Ct+ 74pQO DXO1浳*D@CJ;.+'/0WzQ O\ / z ~`h#ؓY`HTe#sƎ2)6 D{G;B.xC4W?>ЏI(,nl@Sj=;F_~KY.`~s pr0jb׶O u ɔxNxBs@VtG̓`eި.'5n+DvA0' j*]Bvl_#+vK{4"F_Z|i (JsN\PBSjc#Dio`'*~VϟdͮtJ`fE( @f30OL# zV:[OXoR잏=,ǖo2{"2^ :Bx+|w]aCr> tR~@񃔬o>sI*Keվ<i5N =N?n\OTU 4Zpwj"wO.<ׁ{`jWp[He^ƚ4.cd8oM 3e^o§|a^P>3Mr c4U+Hbm.pV_*LYx`Z|YsTd|e1{ݞZcPp榟|\z˵Ƭ~R357 rjsZ6G}|/y]o€̕(S†ur%֕.LA<M>ڪYnԷkY(pYu'6c@iE׬B*FUf~+z?(˕*F°#L]iˢ?XHcS!F$rQG+^dC/R jn ZZ 5'2V >IYF<.7'₁(ٯZltɭYu).z3ؒiZ\&1+LA{4X};4Xmt76NjaXjQ/"txTK#,-:޵:TLɒc.|[C{SF0 +FNȝc`>'F^iГGa)ۖ4rŗaXˊY4jnb3h\hry̔􄖏Z.z/y 7 x:w=6wyE{(nm^1z-~m*p@((ݹD<`i}G¦yZvT'DpkޛD\»a~#ISˎd~h US ]Bk6l͖i5|jlēǝ޳ZNG)d% E3dTipL٦f|%).BW#eF}KV8Yn.G!gǗ~?/ha6ͅF!'A§f҈|Ԭ4(pyga#O$KU1PǤJHK"Ol-҆aA8+*anY-+3'uXp^QooΩrh 7Hۉ|t%b`HV wUtJۻ ~h A;'Fg{oFopbR\ܤABS417`óa,KNn8D i8DV7vH{? (x ARcU1QC@[\mj PUq΀r*n^i&B}a02`K`m?QǦӭIdt&fðW0NڰiӇ3g Jݹ.YG鍂44\VmChm8zַL΂2L(7l}oxjHKc cPm%FA#e7<ɀ-sNM1}q~W7fsyj3J3IbfMEbw^3jZOr/O|gf#g)(ִ^:@ (B~Gޒ{6dҩEZyKюRu/hQ`kHtYF=琂Eyr QTI[eؑ-TK dSpMSO_To`(BuO -r+gi·o|`8{OXP<4GZb =}UꟆoc^iޮiv5_ۧULz0GcGF&^9xak TpN+!cЅ 2ƐQr cz3Щ펇 i(Ȏ VL.:"b8MыSaEVOJG[\&HaI҇<`GTw( (uLUJLИH"$ƔZus!ƘSf51yxZ&%Lik;AN2j8ܦ8v$Iķj]D;9DGr#)^xF1S[c/[}/6mQvaLE!Z'hƥ&ldP:)3v#?9a&qNۂLYwS- @uNW'uh4 /oBvZ|~ocwτFpy5Qw\a}qU1(͞r-BsG btLȆf¦QE*pj{JC,D׹~Y0 ZWMJ1D.W<A ! 20,q9V߃#pe6DK΢6 2@B"ĸSf(2yhɽ-r=egԒuφ{SXhfߥ&N!}NßqŇ RTw2$$a[5fxW|CNBK\BL˼frPs`ܞ"LhPB9LF&lc]0~@-vOV;pYܖUܚ&=$4x~y-ATͅ^L>wIhG ~Ck+f3kVؒlc9v%1^YaD1QD8ͤj}QVX_NK-C *&)O'+D؋Q6^v0zOu0X`6ѹ E;XY #> "C \E̻_վ|W}]m Bv]J.z ΌhkU-748dd[ku! \CR_0Ӥ?뷿G^V{C{7+.P-$9(e͏nōF\%U'P? kPn!YwGn$3[}/8's %9)O× //{$*6R9auZX;"F Fd.-P$tGY^lVP<^D:g"q;/Ѱ yY h-DڕBR$o2!ߋav=Gx6d}>%q4-Bm! /3 S5+e_ 6+`[y5{Pf𿵣 K4 rOP_P05R\ ՟"Zտ}KhĿLCz7}J %VHum O19\{UW/ a9I ӾE,Kx R#`2g.OPcᱚJ8_FѲ( "sI{?qbdػVa"F{jAV|x9S"rIR~;m>^6y*~1)e D1;p ݥ [p|o(͵3SʊDe(V€t(Ӏ([d|7 (- FJz[.Z5{Dp*n1-͛_'F(pJ13AORѬ|Lttbc 23uJgG7E~p}\ :%%,){':2ñ3vRU*H[KvܬCGNɗ1j1N:a{z(ΚEBg-In!2Vz6ofM^^ԞZh1t{|t~,XD!NN[~L+3VGx4=}Tد%lJVPkdusY]ީko(g[M:7^ t(W;NDcEZvԪi xa 7XЛ^(!kLg+N0Ni26'Vlߖ|IEP(O_Ȣ^ 6#sO>frsO3l%۝&dȅkN1(]P$4SBI\JYi"HB0W8í&$U;Dmdx2>] m[@/ l&Ǐr8}BsZ5+y>L lK -523EOEWcn+ yyXlvpay5ɾT͜^JF&;] f0AA_5OЫi=CJ7{#?`?2!#=if5($`@0d8[P2%(9׋H(> ZxzK Z11sݜ`O-1k 8ȲUu fdE׭jjRWAߢ=uҬb -ʎZ |dե<Pd1%bIIcRD8IzKa8X'T\h>>c Z~Zv+`Jܡ :'H,vE8Bpi*?8^6Yаδ(X-vqѵ9Kbt ȂZ_ )_ϳ/%F:Oy-Qs I+vLǨWW!*msXؙ{.FbȝZZR1jƄ;Fh~!HmX0J$iFHPU>5ȾbF I=sulO Bw~{*Äz]6(z\{(mYi:; (wz5#g7 pݻ" c; d9[p_.'|ԯBYɀۚk{55|i|:TBȧhk(ʻyA' {`NHV]?|Nw `h] wpmu$; SuF˹`fbL{;Hq= J#Ux)|PTkLQL] &Hdp3yY^4[͹P (@Ie/2-94A[jJI^$'i?L$ziCŤ+<jr7g̥qe aq9N Ji ixYWrM_//iuJ-J='T4;g}_ä8 {RvÔ}Ul}j6׻7 f,e.r҅䛤J8" ]Lԅx10=m#hl%3Wa'XμFj`@hl"eS$.nsqgfoYu,Yiζ#*͎uL!Qְ#=i%tU/RV2;3CU,]RDÙFe]U?.Y n+VXbz>.ƭ;f?e}zfTz[Y( ea55gk! 鯢x6bvd+у>_gC4vEDHtjxPV\ ̯ŌC6xdOm]l%NZ7QJN[teB-G<=H%> e>J_,r;(B 'MbajO C >JW^q0aotv2 *%g( D7$%O0&Q놛W* Կ4h&+ [ Oב iP4Xphln \QOEkǞrkzF-d;_N;>ȶ+3q8>JU K~rP=,kU9 8•IE7µYKF2"Qt s2ֹ5* [ ekY܊2ǩctiߺSf şb ;Ky Ng4mq@n(5~>P7<8cĒQ6{qF|I!' #"h==Y trvsUct"7mJ@*$Y[q_<]<~1<ĥl`wzk^DPJj5¶%,/E kjkL0n.y~|"H]Pfe A HH[JHeR$IbJA2,Yin8F̰ڝө (+Gd7f򭢀?QLB:mZ3At]܊IިOA'bN qC[9eb;ָǙ"! ٞZl>NhrU'4 Q(8j|mQTj}pv0;ZhK=&zfij3 -≋ /Sb>R|Rf߷ԡ{_Ejdi(4\dwl'da ;'kA>/X0ywF"i68P׽vU_@҆,x˼K?ڣ82;@bfFe 8Xd e-'-`ˤ%7X./8DR@[ "GS:]?K4ȯ|A67Y\N[s4ߖ/ܕlM :naN>0nu36y\X.ڲi$>GBb}Bs+ܣX:s9$w.W&zS7Z^m-QecyN+ثAPbu\|C39Gb-s$@!@2" 5v`obythJZǂL}_=[ĥx8YHI eB}۪Ob2#v¼!zb}*ȏ> GLL<fT@d1~=tK>;n -q]ZK"Ðg!V+90v{MZ|՘j[~s(jH$jBS7Y9Ex#HN= VG(|>FQ9&`AvWޅ.\f PlHe!4鉼9ni_ۅ!6nq`f qhXP4bV=5Q{w3 _Hˣ 5&XAѢk>~\2?SKПzK.`gH1c".+&WdY.8ҳAGZGtEv Z!BP؝$MХ{!hS@l{FXI׼V+C䭕:5jP$E0?ٲ-X467;Qhd6k ]Zj؜wDp!>kBo3ilR%ehjƦiLdXvt}ܽhܞd1$twKgyÊ j{%' x4N~}dP')#{90lTlMI&SQͨv TaEer:9WNj#;Zי' NmfQ'AAQ[;=_Jv^:9WR@pn0/n@]f6I2kZFw;H;Wퟛ[EnAw@'> Rl $wD* BY֙>۸"Œpjc*aD+j`Jqx5k)LU0 C$v\wLGa$J쩂եFl3K1q9|C_QQ,3@7 F̥[qןܨun Ɏ',L?о 9ÐV.Mg_ф HtVEӎDIBR$5ti > &8ք<8c&G*H[sYRJu%;8tjV -'h$<[vG4IJf~b|W2LY|8F. e7 w]x$Lq}BT)`5UBd@Y%I>X5kaAq2}ˉwx7f9;l=!7*9}e+qS<&+lG$ aDhѹ~Uj "9`MEJFVuYq&kH:yS!  J yYJ ņ&;Sk~\>pцΒˆ5Wˮ#Rz=$=;tQBuGo2ā\e*gF,'LSD fp,B86l=&:E*Å8jHZ/de0یDa h~E iD9;.'kD ylcֆT*sS&a*#!!KÙz==|_>-Aʬ~Wl0*O,))kq>u͈a'` %A-wpSg .#J[t|ָI)I,63sһ;ca{&ةV{4:I+)؞̍uf#Y rJ#3Qih1lfWFҖd9j^$2G@uS!*od.t(H́*40kG!ַpM=~Iqyܼ$-hxRy61#~BY= GEr[评2~X|z[¬w[My9sv2#gn$C\Mij7!ZK=}ks3 FoG5H2%7V_}7t fes02||ϵV;|;tktP.a8 aRz{;!G-qR/I߰(Ȁ\ŝ /|:mNGU07 ˀ&CLbVd;.C旰#{zMK&h&`7&GXZ*Va39!jɉc׉w WZC)qxt#ؠ䋡5f{5ӡAo^}nH< >Q{%a6ޑc"Cѥv5=$X۝!԰}5.A%Bz-hvWeeB_:_Bp.Y (LC=*/`O fGN@N^QIHe"nC0A b|Hl=G*1[nem|_ewacUXyrA*h6/lYQ.⩓xRGn&{."r-~gr H0JXy`4A6RBmc$M`-MPR8݃@kP|;aw=KvmRASQAe#Yܹ,fz`]F: Akd|VPEKpy%wk;7澮JBKNwBEaJDȔpҝ;nFNS@^uW4*hDB}&]'iR &7eۯXUVjJ]aJ,w˾ac\6; ,я^Brg"b,"jnu t:({ 98ۦt w*Za4.m4!^@94rTC^mtqU@q@sEr9fP+*&x@ 3e'X%gfqF-*錋,k\)+r8J>5]2*;n vujnMd._͆Y=##rsfGp7 -$&<ޘb]36Ij vbQIq䳷1 ,=pg/᨜Qk JCj$})ѪxRΔ k'ފPP&CP%2dǪ9NBk:<S9NBWR#%"&eդ^,/~AXK맴/ɖѭeguլ5d]d68h} "+(FS +mbӌZ:.`>[>ukJ):r9Rj>j||JE {2BGI~sla35k&oA:S y)g(OP?CsmEΜ0Kl*WrwPY0Sys9W]QOI!9C<=|M@ ޑ/i*iDb2aWTG#&9ܐ !4O&OuV ~ IDWȧ&5c!/-vqafvςҪ2@y~`wy:t<8kIK^:JQYlQPZ&v-:|f7AR|FŹ*i.Cr1suhԃ a96Mdɔ 8ܼpEjuGӿx;-a݇vCilwF-91[HC+f],'!"{X_-e`/3C*>;nE( \k ʟvURNPAd7ݴ˸$9r[K>x#oPAdk歏}뚵FmGP􁳽4q:|~zy.+i!2z/XG%xy71c>`ٝfWUV=Ǿo_Tܮk(g?AӬ>߭g( d \/N=#^4$)J״:$=gM0(VՀHy+*0.ȠsQ7*չz(#dKE߰Sn"j.z&_ 60!s\W W"M)O#P|{-ZWϨ%IR=VTe y+hu8G{3D֚[:}PJ0,Y-#S")Z4d*ѭ0 żm_ cvsɪpn f%|ZŤb5W%Ȭ'?rZ>ER~bX3(]W}[ !~ɒv(*gȹ5 {pLJvQl@'-d _? uoAK_x`ir2hTStuΗ mM&5rg:D%= 6 E!"پ 6^-Tu8=hAKElh]ٿtkX-c+@Jz+WĜ..+"Iո/d&_LNѷql{K~g+ѩA.WU#QRAx;C%TU9 [V6%*/mOیv!hhz \׵.F߭s|>5m (]PX.ҍw L=('RC\3@?Դ:v}"qz`*<`wCfU?[rq3~wA5QOA)t;*wZGfIb%Rgݪ.s!(׶ ڻP ܚĝ ͂W <. t]vT<c[y1j>>Gu=8e9=G%_WS@ͣ"KXg#8'Smn&ChynئdkpiVuviLhi֊AJh| {%TLjpn{ȍ;fÇzMcz[cU?%xphv0~U`Dfɢ X\5nupKSy)ghGpB"'D"@ppoON55kH,^M$"™Sf ^|Rx+~G_`@WbOl]laTa^nB/qp]2Nŏ|']ޕxDez(dڔv m;p1\wwQ~Kwߊcu,XG͜9=\L "'Gg9/`.2=JcU!=QH هOvB@lF?T_GQm.xQ&h KdU]@=d˲+ZlOMx5mZʾysw[ZLfDA]9lrO#JڣwY+|j=8Pao%9$.ܐwk>3#K˟DHt@ck S,a\zɩ#۾CɕɬK_n*dZ^婢Uݕ\|ւ{V|`M}ȡSS ym$jI?o>4Nu./?ӂ"o\W1A+l 9P1ү<.Urv8r7ȽWJGTxҬ>qX^EFi T\n^ M@bE/`I$ac.yKk0bgCYr RYru|ķtzo ju"iHݘ?} P*ۑ`:U*&tߺRYȣ5[:EF hncg_!`J=/*mb]vo1O ګ`{eEM/N4k! TX~˧¢VDVM"N'>}6aTm4wcu,0z.DtJ|2n%P[Bmӑ8ک5]e-!7CXѐТ䲮iv5&).\;e~u""@F‚vW{i`7q6!{[".M%08ا@L C)q?;IV#otHաp9^N|yM2XvW$OO?{azN'-B 盁C>qϾecu ?Z{&:DAZ~PB?aܧƏ2st3)lu#ۦ(9~^-ݶljr8}lLUwyWŧaBȮ.*6bkr P/7FDm UQv6?2" 4KNCfeIrj28(޴18|ekb@,dru?]M7<'v>Hq0 ٌp{H,^zf޸oTl79=t ~+dLBzrB11l٥0\?JAFNja\wܶ)^XF M6 `K3nfІSOYy!+!zEjQ8:o@h˟PŧlYwη`فd-5M{%_iГj'Le })ܐaŸ@;~;ydpy4D^E~WYbC9~=ҘV Pcُed\Uܬ(j ɺMz>BY~tlD-%Ƒl%-2.|?sHbg : #9 [pzdyy}``("$.b95z%Z*>&*^,7 ٮ Zh Dqt2 ~&\6E6Lo5Jv o|gTzTUŲ7g[ ب'R7x nL%%„6f>pfL9&#GHxH9,OOt.Pk}OQLEAxǪ;{-׶^>ya.{z46NIjD^▃ٞ}-OR^†0p;6<4`hCuV"AN*m`V˷ݤ1 % MNYJ8tN8j{)m_eHjq/=T ےs]ue{EЌo{ӟ#XnJ=|;!iRP cRG.\s2%q)]bCüޔʱ]ǎ4aDc^K̋,TˁhAF6֬9֚HZ6775-+= _Q_)2kۗO`z ,o&?J9eՔ e]ϻ<& TNh8tVo2Z ໛oG7Q}A" aaFy]=X]<;OK.Q`~y ɀ RoqϳѬB^IvI4JOpAC5U<.)Yg?ӲnݙgmlY.k|YvMgacPlH9a7R3*N1*y:W}>Yf a,cBL!UXBH/=[@A1ӊ×JzGM$:Zt4v钖*`1r΄c6s?;92'Ҫ!/SBu^Yyh)OG3~_:Uu(d61}UYॸxx5cf ̤>v |\F"hyJ=,)hAغ3 44<aJâ_Q7?  ;',@z L_U]u"&;Gqt7F-`lx%O&mU4nD$W9inG;)7r͍~q8co3MiMrpݹ-[S&O zh!(Qٺ7S`(Wjл 7!fY#џʆG֙۹\"u/Y5ƠAun͵1dnz5@z\-u9^5kl(6$#ڗKc/lYj>jaױ{2ͫ3|f&I =N"!GS_/9͜P]o/ea;,fe?gEIe@͛/ wwؽю<"Lը>?//IR^g ݁ 3^&6>$!X1.c~G},^xjNO8~ YgCݞ7O`4h:K2.ye?2/:W=R]Db] udS(n%55*&{-EEgٰsvMQrbg(SYU`Y/LQÐĥ9nDNRtƷݰyͯ醙2;+B 3WEu0l[qb&[HȘZk" Px1z~k;15 : &H~6ن4gl0baGac`KiaI5Lr=nB=º}*چ\5h<[*u[@_*(Tfo[21VґJ)G4 w_?9"hm:zfw29 g0@)vއ=PEeByh;%e&9znF(S! 5B^m܎"D?Z*3喆(?s5NwQ=L,![Q/ly;(Ѱ^9CG93*x72M+xIfa~ͣWy H7M:sv Gϯ&X$KlT!O8 šS=t:p0~Ɨ88i5'.*ǫl+NG;M5= ΢Le@eQZaG˟; D?A´x<8>]F2X1RZhN]j3M/i5c u됊e`DL\PU`잌ߕKZ?]5¦re3ޒ%-f; ~gSx]oJ辰^3́7؎h/,ndBdLaG% fJlOv M4R%:1j @4&j67Dvrj,D(hT8#*G!uYQ-S_sio•V0d;S,YGӢx Zy:~uOmZFKs=juUV/[VV 0+VH7N\-si P0S4$K#FAS6a~mm)6ų.!`m޸! yN{an 'qf';b&,_F<H$i~IDwП/z!_@-9 ~k}m@[Д=K}ssnh[ؗSo2~\ 麫EfDp5'~/ 8{~3'޹ rSn$)o!s&:)0-'vXp J oߧ3HbQ?΁p/ҔLMh2QC(Fv5m6mϏ͟Td?1x4%3Ͱ&X8=ʶ==), sYJP*>M82n ,Pp`"fczr{&+4!SV7bh1A sN?GZ}]O@GGsN{/ߠ (#kpVFډ%EӿyW@|!gz=eb(TW>^K=:S@.{i`yHY7/^}}YG5q X V~l{B\}7ߏ8 )HIɢ$ũYN "ux{X6l>FWG|DOd ~}3EīD@ELo?Ѓ`_<ݬv;Q_e=6WsNŦ'mI&Q<ʛI($|;nǡr yubrѻbFlj P ^ip ^Ӟ+V` ;rg ?k;ʐiKtu6'W&X<xgѬGEӻ*xJ2X i*I ^|kbйfmf/}WR5԰g29!#Ls?9GDBbu6("'^qMl99Pȣ?AFl3ަ1ÃK(T^?G,3o8HmJd8. HuY9S 1(lu2Ww&BdX4-7e%1K6\L`3,`ف#b q#׈2l Mtn4rT݂EH6u3.RAs7yh/)0Bv,~/:FNg6 p .3QK:#P֣WuÏkpt0fߤHu͡\J^ ~_"D|V? ZyS2v6W80̧Ą+w^z1L@FWZǗL<F-LL͋clkVGyS>˦/MB^a~lt; 3y?oCGagN[OeI|u&SANnUUc;\5oFoz.r"z{ǸN2ojSX\dQ樝zztF'b#o:IGeY|45z7PV!^vȥsW&={( 2zWZ 7B@s|CZJ(wI )vXfz bs` ܹ=!ps]fBC젨IIvPdѯ-1#;O@+흙|j#]fq("$`GŹL5@S^M>:9w,$W?B^M㫫phM-;1l*j(.!~ElaRcզ˹* nA`7&,#( |lx $|90S2~E@F61SP4рSϱ2&[SEs-Hd0Su+vb|K DE.iYi3b0̓پxБ>8%~o)#VGD 6wlnJP퇗}„JsY8Fω-|y 'yɭw m5X|i ͅ(k4ǫ'vEH#J`"9>)2B 7Mu]mbZrS9oK@)6ZEutܬ?&p"ӷRlOUƏmw+{`kI^9,BȐm5M}/XX.MzzC)F۴1> 9st~ZېmL:̔0ؔmŕҕd/ՅN# [᦭7.x`}dTm/|Q}aVNh`Xi!Ae*_r>j-5󋱷Ȗ3SAooy@оK[,]dg)ؑ8LJH}=w@%/索r~:gz@)2 %1}ΣDZƥb ,ݴUǤ M[g,QJHuǖd ǎY7SAXRGTGEX)B&؟W/yl4%5iu5YNu^gOA*E|":&:?R8ϒy7?{s<$Y\fjw^ip g ͐p7gKK"%oųCVy7D'u6!,Gm!ْ#sI0:˻~bl. ByX-di1,,]OČܷdkX7Yۜ0̛jU"*簅̗Q߳^Һ{3Ķ1V߫MfZ T(5S(X/'WYK&ƉE6[L}[h s[4%si6^TYnՀ4QY~TltJgef^$cBۂvm,9U3P.[$ѼU0.(.BvaXDBu߿TF?tu@ f(H898*uKKT ҥFH@79;[ܛE7}ƵPB$h^%Icf~', ;-W9& Z)Hk Y|0]t$';Tjb1a8hX^2?ѵϏCK'3^B#}vqAŸ\$pyrcjpx-E=4kԒƞS$vl29BBl؛D*upaw2FrvF`J]sd|i@4Zzѐ+s0GC1q̞Zt]EDJMh (SxUiB7A^Z-_7َ(7 Lm3\1C[ܸc U|\bSU`nKNVEy>ބeLu3;EvP^nTtwqJB腳Lu i ϥz \_oPγ鮫?XFdiCP0<` oZ wڵWcx߉hnUEyzi,ΫJd,?*ڿ8!Lk4];r1Fo$Ǻ%p\z KcXo4ZЉl&9zff8s^uP[bc:/S㯓?_}\\o곭,'[ bG?dwiB"/뇬,/>a;82iU2<_U#J9sSkLމ{ĝ/ ~HTQ뀳f糁KpE k GCAs8Ђ u+&ҋGY Iwjˏ5ahW]-JIT7/W-k/cCڼ"}k<%G#$C{ \So o<"/ 3BEV1OE |6%!HIU~-d{`W~|5ݷޤQ =zD:5S.hq3Θ!(4h,[:og[8fЂ\%[g 6VG!fGO:Qo #!ɿx(}D$6w't,FO+SMN~_4!/p/6^{) oϪyzE>g}W}61wפa׉dUaTT4Ls ~y Q þjLA/Y1#nɈѐF?B`@d,” z z M%`#1&E׭=տk y!w5lOHF?.[`W HҺBSpBGGy }~j׊lVhזD'A`M,9e:x{#| E]MLlBoShI81>}PNcA vKg-BZT_FfYdGL7z,0cu'T]&PwW8E)~zRN"{TMŇzɮCV.=?Y)ᣡZ6ZP>VIhY z+fy?0zM&ZI|rքXz 'c> h)cTR0^~Hh#ή_UP_wQp!LlR¾hv<66fD*h,r^k *`#Q ?f~2P0 /ad\r{х&"p#I;4Q_RVm`/b[Pף'jMNƒ?24v4UeT\ܮ׍_ *wꔳF{$^[4c+-3 Deol?v"gbf#7Zut!f*/+Fv$+xZA UYމ7,V*:HӒ-^$,ܡAkt+1::/UxɶqIWEOAϸ yijbӴq]? +#BWE*(NTG :[ПبW @elJ(V!E!_UR 86[hrBV1:WrIz،B;-54D^f#DB:J*3HR.cZ֧Q)ߢ=BX~f\4!\}Xv8^i+`/gcaF*pmɦ܊u^k\K׍ uFR3r:-}=Jx{%O*nW}'s |5#O) W=jp=>`Vړ>⒓Nq#ZqG$lx+ÔJ*lD!ڇZo?Mbf (zYDL#L3RԦ!QoyOfc't慠Y8LyOTcr- +LuHi İ=g 5;؋"řr;9MKWh_+ Ԏ/oU1yF`G@WTޛW128SW&\vR=OWSZi>#ꅖȲߖ/_OńM) ,AP=iFo"I!l]$H!wjp'0b_ot|'\huGjp;D~{87}9ˋ5> ſGw~%Uq S*]w.l7 c8W #ELסZrM]EƚUg\&ȓ6|x*(w'(#_EVAi*J07 Μ]7p_YvK%(("LNqӇHEQ۱uG2;CQe=o^>|#-'i*P \Of%<Ć AI=}qU4u "舀gjﭟ5Ui`%z~(2*خVe¿߾Z =~)F* my..?K9amlm_`L/ oP}]6`HjQ,iyc/_Duڢڝ$tGUY+(&8 qq(OܴTN+kҊ9^Cr0'D̆:6"FE<eV/ jo_h8+@>Uq:Fg·(=i&aVmE6 rpOUIePq}!n#=rvOaUkhwCN-K>J.] aJ(o"Hd^rQGEsJ}Qk-.8" NH'e)T! I.*qűwb%6s7msESos̚Iel2p'0&X,|XlHq!1}9/jÈבu1zءKf*+ҷB,;̍W3<u,YE?S7-T|=N`5?jPU_aZAo?jD 4L!1ù&lW7Ãm.{t`,Ө&Zj̹/aap)suExH,&} OC&{cS|mBʲ.Rǩq*zI,=O _flPk]Fֹ}Sϼlj͚ӯQ{tm F(xoc e߫iDa{!}PhcK+)ȘrT/S\6zp5.7r70$F<#A]kxZA(4ޭ0Ҟ6W0)hcsXrԻC%V%#iEBe!o=e#r)jVևp82*In`%=5^xWq,;:ɺnwX=fcClgk#ƪB;΄_cmߤauzخmG)?5Yp+< ^(OReMTwՑf~"[RV\v4IޗD{ojJkYb[>0\vZ #1x&1bYP(Zi&~Iemw8i6*4\P&n yvEuκXi^y@6]I8oP5|xda"jR]J>YΙ)dh,eo߆XH:R8)7ժF~?pBGB9_Ul> ykk{Wق|_[[?uh7?S2Z%#?ɋP:q~@%LFZZ;!<69a/x9\W/;v[+P>99*]^(ь%ʙ-(ܣΨp7P_꺂TdVqO{틡'2R+Bb%)S'u}Lv%A k?؁3A\4KI,"KjJI7Q/7C%]{6 dALpr@oǢoy(Tj‹͉/ b6;wYLc񣴛>rI n%} [HG_5ί {tsz|u rqn 4(WlE(YIc)4Pv _* OʹW<"2.6ەN$?CAQdH?91l4q =SE FluY̑1 ׳F)JJl sUCҎ_|*e[pL'#Dl]bʪfĐ|(W]&W\Ut:e-' ~r[&F@Ta(tvDO@wZS(S쵢ʱ~dNJK/Β/$,,mQoxWk0!tj*ֲ{"Ż3G> 1p-ghXD3w[46$],|%Չ!fa@Z*v-ܼX%hi};=9ŀ_V@+klF4Ģ6]zVAa|G_έ`~PO[b}j2*Nˣ9S#ߠ!9gt4bRuΑo?ptȚ: &|q4sf/&XF?Țv8E' mqtL4j%J>@ڛ6/RoSZS{ ٝǗ6M#eF xHyP",AXmojzyΐ?=u2E17;0賃"G3(X# 9PTk?8x0Y_Kd1 o E3M*D,cKzrxw!u^ (u*%z!5ڧXrbVN;}pNo;>)pD\[]Tj*pSkϨdͪx'tezQ9C gȦ‹©ۤA5&v?~i1OG}˾f+ HsNZ;$0[k:FŊ zw[++o%2e[x yK+|UvL4]0v uXo%Tq+DԊgF j%Xai A(Q*" 4m|,g}πɖ<\0ДHOjۂUΛ 5]t`)zBiD5I*r(JL1 BaRܭP?3L~9'/` vTM]ד0k:JtPd3Q|Y@ ni݅rYCw??(uq3pC`-}->Bq$`8X.Hӎ_WF~1x")%R z~H?.%en{xz-LK#(Z%rr;#$?,pܢsd5+9x:ͼ|<[8w8_Ov3ie$ SOZFʠaju<P0"4Z&p!},:/B?>fgO_ȉsmW7 Qlj( `gp}߷G俸H {/ ܇gOG\I[,H_Z3Vڊq]7?nW:"؟<6 d\Ŭ5 PF/| kFUo* VҠ!`yfʹ ͥo-,OVŚc05*:* tLYȡqO ]CBB7|qb-ÿ6?&ӆp&jV!4T$ fW>TCh@ 0Z<;3$_45K+Ul$EreE"b BLj%{3x$Hw`; CV~(GL`u%,_v̒ܳϋ!rvoF(kw>L +l C/eY^4B䋅2 $.$kiYT|[P Wd\o~]Oފ\-I[! ѕ$(?z#dm0"1cjX+8f58Ri0ҏvtI豵<8N@?OfH9y+Ua$xb{'_/(|ϔ)Gԇl{Łƨ%i6 )u#Ƚ/mtFhfCU`O}K̛AG x> /|bnDYǹ>`5\] OٙB 7jΑ&Ε YVߴ5H7ڀTTAq'biz"[2rK>>N8)%C2VNhɇ  JLOYKj n 9%'gGU{T oC̆ jVr`2d{ EnlD1I[NB*C{4 ](;T;*MGcZ@XdRifRGSwI$GMß_'y dlgWX[3wxbx 3pxmcn.شDU}y^"uWH|F@ a9BJ S@ci}Ypy(m8@ 'VѢ"CT+W(רFM|9^Ǯ' )@yX QDQb7R^ΐ}8uI@8P#4~~+?ho^O| YM}K(Ȏ0u`E틿uaY'TGzRgN]"خ5\D-Х=)֗O*`cR;|=094rW%OiCџSݓsϬf% =DVJ$JoA;IR쓃p#`^Bƴˆf+WL*AK}_g[ܧ⿟Fܴ:K"f3گON @P'GHqP>c _--ӔPASH HI.SS £bJ,4} wy٭*\=Tx[ϐnp.I~) 2x|ԙt#ۮBi6W֕'+Q{E$H?/[6&LOزKHx_$} & 9\Lo-KA`ρ,L*\#!rV´䡡{ br35 K jhi"˚n"HꝞմ.%2ٱ͒U%zy#_ %̯.K''HY|n /t@4j!|>H~Z(A*&"Vy*s7f 1ȋcآ`!W{К09|, _5 Sm2cy^NQ\NjܩeNDi^oE i!( gGBAw59Z5 qdu֤`3Ŷ?v+< C5:dlEjQ6 ;~i5zuDUEX,#OƲvZ>9Aгyu4'wm8 Cj,a'$, Y)uolOIHg{ԖJt{1pɅ mtMssJ무]S}'+fiŖ$vx}1UZ  HaX j7J}cG1v[n^#Be!Fn=C=7=36`T~Z>U9J;I.THOzgn=%oW!|0{zE.T>0H)If%wL配u[/7%vz̲I@cNϕLIy1㽡GX2PhV>A~2($&H' @JV!ggeu{tx8fAx?xf6d ++]|ٕ"S&EPKNskBVؕ;as,j́ӛL=<-)@i, a9t6 4 % L@]%LXԂ+=~\5~#5xj.O@\e6u͙? T~;˒^Ms2e]}Ƹ:ZX|M͇ >gwP}ִE6 A=Zh氼;a]R-ZQyeRIeV}0PTސ] VV By!f]yS UZC B|ֲb# D6bY)gCX4q}̔R T:)u7wsni_Vſ]-?xR}d>T_WIb.;~i@hqi-8f) fºi9a/cuu\ 2Z3uj:%GI9Q[8H @OUFjK E/b$!Y? ;FI54ll粖'UNQz[qPjb?&s{3%Cွ[H;bzOL^%qYq>3L.v\A8,WpNͲj-(^b/R~eɼ MРdM Pݒhb y੡ܺk'D2ZOQe+m:`Na-zup Nݞl&IYiteLI?[DdEhĕT 3 AXj g?HcK ) Oy*c $VW#Rg`d2!|(5 FY=pp>Y%]&Aa08#n Dh5,߶B,` % y $؞j+[<ڳ k[鐱7A4BńZVaUhyzoeУO@]R޲r,IRjn34mx)ZTx t}܂e68^2*=:Ad:v3bSsM%ca hg8'єMv̦TA%Qʈ#im=+T0r)-֐`KHU_GG ׁLi[7 xj#٨{CII&G(+K"fiɳDV}嬑nQВ^Me@0_>Be@puT. sh%M-IT%U) @oMM}3Iw)`$[ZPS.^~A}=e^1hUA56qlBHk}.VAg^8x>6͢B`A6xX!bpP 73TgD {׷8FI&Ma&cॴi Dֈf@FVjHg]EՃIPa{}D/48 ״C?i lAqJ/q&U{8vuzc|