plplay-4.208.0-bp155.1.8 >  A dkHI%z @7g;-,o7ucٔ_תp>Wp{Ϫ+_M A8ؒY.f}p0, JP^jmX& 1@ej;!\s1Zuzd+x_wZv{!͂lv.kϲݲBxM!Qӕ`{QF ؔ0ꢤ-l&)+e MJ>5-Kcg=6 oT%FU^׫瀿4QCPM1 B:kK7jRΎdrJ0.MTIAfޖAF&lRxTC1^m;9@矑c~vث$Q= "2~4s9-#<қ<,mt.#ۭƽzqXi ׷ 2Bk8ϟ`Zuz}GfIgNYj)釅&I yv֥d>R2LP)932dd321f877c93f11f9f5615d1e2a5c3c8304fa8852705fab77ca4446652f3b8a70db3e39441a4e17b65f681c5dbbccfe26b4b7idkHI%z TIQ~]9"Aj;\red5*k/} q )ZLD!Pn\_9!٥" S0 k[ez%(լ[r5=,(]uEzqQtb.&қ]=A=`(~4OE%VT5Vd U::sј~<$uSdUV"斩raJnzR#Z1ybZ>%@Th< ǎxCy!z<4h$H L=J$mPMErЭ|ey>E.Osj̩EtSD4fL2Da$ <!$*S䕭1FX` l/1~r]N7vƜϑp\Ѣt_\l/z{~D<$D=HTcoCI1j"3poO<6;fǜH]p [Y3٪ Y9VA*hm >p>?d   D04@Daj|     E HLQV|(890:FGHIXY\(],^3b=cdReWfZl\upvtwDxHyLzCplplay4.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.dkHobs-arm-10 SUSE Linux Enterprise 15 SP5openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgProductivity/Multimedia/Video/Playershttps://code.videolan.org/videolan/libplacebolinuxaarch64 dkHd73d666184acddce46d09037a90fe5a9bea213fd2085fd2b4c1f00d78714b886rootrootlibplacebo-4.208.0-bp155.1.8.src.rpmplplayplplay(aarch-64)@@@@@@@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)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.17)(64bit)libglfw.so.3()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libm.so.6(GLIBC_2.29)(64bit)libplacebo.so.208()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(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.0obs-arm-10 16847526254.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-libplacebocpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c8064f3119e9acfcd3b65d7d7e5e2e4da424cca6, for GNU/Linux 3.7.0, strippedRRRRRRRR R RRRRR R RRR R~C1.Y=PNvutf-83d83ca1917162628a25fba481354ce360f0dda5800d79dc6bdf2dbf67a969226? 7zXZ !t/I] crv9wUʇ;ɧVPa=mC/2[xI^-`x #wy18PoqH`g:0֪b?>DNf<|C# wrydM> Pv{$#EڍX7WLavutai[? ڿ}tnFSbJsfS qLETq]-aLᮽ}^l%d#iWR %te/Sި4)hvH}{1ǒnYDt hh%q7VL\HYs5 ȓ++mT3G8r!aX`qk04odahpռ *1~60z7Jk0Uډ^m竈yng>5SJ˔X@ AN_l(Z? 1VN-0$fM/_^f0 " 0wR.>2~2+@F]^Q ꀧW~Y$ujUM_`v\*Av%Lj^`*ZeyJc K`:#l mpyjHD63 Rl`Lx xJd'FqˬTԇ}hm`ҾeskoX nt>:`tCc`s5)o3zBr0pZPjx'a 6Y`~84CF7H8779@,f8 ;ኩ ÒJӔ1׾'B!|ܜ]]eӗلVnBT 4f#1A!ˁ 0nekImGTgp9qx5{띃ī ȮB8K!&gVUΫ: b4LnZ(.tn}N ŽC1*Su$*tP%kd'Z]ҫbI\_ kyazX^c5mk~vJ1ЙuܙϹкo\a#+dG 7꓈i.%D%Dq7m X{a:M\*~R,BNTAT"8Uf- _e.o*gT jZAcu34pg c*}7 5Ma8-ǮQvp7:`𧎨d9F^s1T7nPu> MXC)Bf%iږD3o'sY!+~G6T Z<M<(5mE9pVIg%h*0 :)oVŷ2puK7Đ(}VI1 g[$tp"H -r=8hIUINg]0fHEW>ūJ HyN1T)l[G8 >ː>929T ?[G3 DSI%`"SfB*T\Y 3D&黱a(dүxY0J+%*wL6/naο>kݬ)h#ڽVA>7YzRHóMHT4qdZpdq=SG)vb!0fGNqyй_G%菫c#)'h񉾤E? %lAID˯$TLTehn`/ˌ T^ kZLs<Zp~zPY 6r˃J f9WQ,MP*v kg 6s<\-3p0Skc +h;P^I3^d !C*||Zn|=A ̅3gk'$ F3E1DVCf k7JOa/IJk^I/b})ϐB_*_蟉WJmN\/G"{v ;k&C Ry"֬v g$];Q ?_-|Y܁ 9 H*g~7"+ɢ24fa6$* V1iiYD9QC&MEKFà%, N6z+2Nfc=%2)HpS1W3 &eD> 3-&m+wK@}nM0 aۚ& i/-^xgXx*90(V%}Zm.SQopajwUOݾlzlC$J2Dɞj^)Xi,\k1#Jnq;C$fAk@o{?_6뜻$Ѓhit._,V! HߛxUxp !:/@};P.6vxB˓1[Rvgܗ@b1hHzMЌp*T/T^ĔOkB}mwk^ ((f[J!Z8oXpX$\ΟtU6jDKb: Cl>>!"znVpe=cr %ےV( PtTԤݚ1R=ϟ|W24:z8/7}%XgJ007]*db=GԑӬ>KV]EK'h.Z_V`Z>BӘ wee}ֺ=F&m}SMIpz6+I}8H9@OGͣdއou\`!m!q&VpBPj2 ꎕ>AJb|G}:f*L]c[ X݋l[ W?o4PSDq$$w 5jf V%%M[зvrl Ke}x9Qiξ_خiSa! KJw<9Oo4vQYx7:+DMkfd%z<;}bF!ѱY`7HRoǴ9J GZHۭ&.h%pdXx3)Qžw=H;?4S^t$7p)Kبf2͜X%Ty(bॺGpqP> zTIF|qݼjM D&7= D?q9'*5S5nv7BMC%½MS *_(0zP-n 1% >ݞ#Jٽ1N{U~-|B?:'q ުxBB/){M &hpk&EhKG[0^?v,+ٓ/$k?m~W qD4Zv`.N~CJ+-ܞ[:\_' w|AX5O>QfvR&NѵƬUʧJf+ t9uI*n?Q޺Ye^g%%K>Zm#:ժEANJʼn{<[3HKv0c!gy:_MQ-Xr PMv5j1Z@rL zZm8qi^ݻ"0w>!s2* "P]%/#z[ZwA@ÿf;QQ'pTeRh)ŘYUKپ#*{8*y$q(TTazirjt>uPҰr~] kT?Aq,y~̋ x%?g'ϟGop-'pdR9]S1D@jaj{kR^p,eߢt:22n!!EW8u"6;ć T5|wS YoЮ["d\PgFWZEHG_νeIH2 /GX>ˠ<ׅa0atY0|v'|qvsI5Q^ >S/ulwM)p}C'f4r=uƚ Y@e5fs% }^@R~uo 8\pKԯ꓁qyK_P_>HBsD/_MCЈo`](wa9߿jpBx$תIj(.{O0&%\FZݯwȢNw_~9D\]mـ᫜uvKPYd0@LwPb 02aVic 7E -%f~(7p%SZ1Ve0Jlb>~40VCzGRj7;v=G"S^ JZI,+ڗKuW,LYPg)u,B`+&N8+DSx{gB ;'*0`r,щEषth PpH.QH{Str bz]BGs)؟\&ğ營YC5"p/=R[?bw^[%c^`RT`QfTZs}Lvy; f"oG{Rw4D]Ѡ龕7dz+q} Nzؔ=cТct b1$s+ۈ2a3TL@4oQ&b 葹7[lN7ֵk6my?-r]ך& t.7eq܃W EJy7 1]h ,ZaUA$;Ur4]^'Kr~qӺ5]y`?Nh;iYJsCUGj۰UeFrޙ+$T.?{A22923|EcIjY' !r2#N! 7w+^<1"D;9WO8N6M"eJ3\}N}k`!w,׼#<,6ou+@)d9gYE $ԏvFJ?B t6́5d `Ht\{(쳿!3"=~vbʩ&+2o5.|ɹQ\YAC[u/gB)|QsɳJNjQv>di Yh.CF߰R;R!i8p/O+By@A8ܿ xU1UjoDA?Ydطn[On=,!<两{9Ƥ|(DVʧ@Pq '5²b@qc7g\7P)%@ X>VVPk^0YUE(YtGGA0b]>mix=2ʻS5 `~7O _@K5uzR n69l#Q7ͩޣԴ?cU!\1#?n\ l>=Tz@QS,ZxS#3⢚sRsv\_ "埥\R;Ӱ&Mu\ܭV06\`z_!P6k[RmPq`iYJp CDtxv_Huk.ah߶s@,䡺qogr4oaȟR?4M-vfE(O9-("E`[aK xFU4G5f`o)tv>yփ>[gTm@IbE/DˉMb< A֜;7_6AB>[PqlRCIM]/(mZSوJܛ S)JFy]鞬-rUVhm4= ȗ3ˀ Ć5SÀf>_Ux*x? u"Pɘ|D 3Km}F}\,Vyjɐ"RI\r Fa\=$#^P3s0aVb 7x-XLM5XѺ$b)dlDW뷕k#Cg'9Ifk w~-갌rQPŊ[e!`A%+S`n@NgQ+S +E,Ї6Skh!@_áR]!%f.?Z92#4*P]]^Dk_WX]6uX[ѻpƝv{xў.Q6*}yD1 ,} 4ƖB4Y6d1 0~nkGkwi9!2WҴ%*/h;S3i~EH_OaYr"NozD`._sUk-0$!Jp\PB\.u6 S3t*.#1lL-adͺՆ}v0zٰ?Dk_]@E\>5ȌOp5?:sWZ.ynL}`!dR<ڭt{ ڍdGgRMP)OC.\x,/%Ի5rIp=bV^X!F-llO1LL:^}ӵ碈=vehh  __0<9duY\ N~'N6ʒp\ZZY<'@W9Q=lzjN!īe{hX(wg>fx'xowuN0#O%8t&!cH褖 `VVBe`. Wn:3[b Vƕh #M~YhGVHlw[J,V{9%:}ۋQ.W F ,8#'|dgI.` ėr?qWCk[{۪/n o?/кvFѭ3R=q+Dzr^Lď)6&~>~Æ#jtowH-~|]I dE6Yr,FWRU!A~pI 5p弦^w03 붑 dP/tP3u [~D[oDOBewߴbpy$AϘC|$EGfG֎FlNʷ%<إ/,7djW,{~1uqqu w) 4\fDoq&ob ܇ .K`΢jO c&7xm5 A%qE?6zx=hϰ16bMP׹Cc{7} pW,[K6D(5*s9>GJu+9u ALԝVFoAYtǀ6gf…HӛW5αvDq6w`bIdqFXv@քEm+ΠOw 7ni-}gɑe_>'TT 擞 :dp^]`h@st`kNPpHƳ/`€""'eQS@ʴAțO&[UTJVY}G2}M:PF(FiB\/xiG9% GzI>dxks̄*\(BHSe-hϖϽJPlu<o"W~oH8j1ncՁrr_ۗ O(6jʹ[#ԳL GRџ2sijP)p>_NU{6@h+ϠYPhĹՁU_Cu77eZ\S "ekg.T 35Ɏf׸r~M-kT8 T5U>*NlP۷Ty ܰ-fB,br*}yBXtC6k<#MKӢccX k5tKq5>2]Ώ}H;` }GQ+ז-k/̣@4W,`udR]qXZwAR}mR*S/h n[\[x-y0"JQI Ff]&+2m,'m 'Sl," Y!%HEƋilҠ(dz<6Kz WŁIQ+we*ۋZ ϝ࿡@ DPKI9 DFMO?"G XI)BwXI {g>za$-:P"?襁HȌRx6O}*GQ~ktW9 `_{moyʈ*S/mfzHώ$E( tlw7 s?OwBM#|]8L %+eX{\Or )V}AԱ ?\݋F)E<i1AIߌs1{kD|YL7W[M_4&pTH4w*c>¶=5B RrXI$a`&d)w';LNBQj='<[19?+"K͕*US[NhK;l/|!4jհE/$8چ4-o#ţƻjV_rz'C5YSX1ʟvrS"4S'5}rJ> W+wyt6ыqR]o. @؈C0bd1~wt3'ct!YF0fc \|n0kx?IOq]s!ؘ2awϾfM<q"g?JNӛ6v}S(#${&/4N<ڹaQŠ]C]i>E߂\ZC yB#γgq7vd_ gj*U_AT\Qh t (Uddէ4ҙ,ycde"41IuvUOlo@ Zc6U܀iASl:7 b߹J2sdZww=x'd_}kf)c6FJ2ҊIzgIcΜQ^22{d]`{Hk2Tye" 2lJ֘@{@# y+wc"RMV.@]zkO4,L9)ZRf}+̭N)6.J $Xq.6 HƦp7`y{3lhW:wC72%`^Ǧ?{LfihI9%0f̿I^f{_FK-7xnu,%f+6wv}fCԹ/$2StQ"N5V%ymPuh$X#X upK[occ̿ GСrWcK\w :%Yòe?ۘޚoqkZs~v>ZU!cQ] o)8KI6r;ӓac(BJq֎7C\W$]V<\QA?=?&Pr8b$ -R bhTHUåzhpN UEKnZ–\ޘ*6gz9b!'|OqHp64bIg}p8؁qwg?Ả#WUJ[Ka-!y]&xjؗħ{M+"Đ'nSǾiߴpЁ{'b̙eU ,wr5Yw1F[ G;u.+ξ'sxY ϨJxʌQa[+>d5FrFXk0S'ǿdXaO*!%Z;N~*,Mi-,Z5*;@xzBB.:+K4Q& t5 :^<)Jغ<(ouE $u %e07P,1 9J֗M$3zGTksr> OOTnEGًq~EA(EV%@Ӱu.q] c#hu%X 20y DҶv';EGozd$-HzY;%-NE/R*8Vh}}|| 6%*Vii:1g[+*{ilfc_Rlm%Q/*6Xaf(rɴKhJ.ˍ8e=RsREJdh3cʿ q0D۫5jߙ };K]Of㗦5NjG lGѪ?s섒s ֶ1阾wI$[@fFN-M7i!77Lre+♵˜ׂaRy< 8a'p=&Ey3r8(pG΀ b{5)̐>tŸ?'+}fϡhËhnTi^x`Tv≤a!+~~,MAUrcK<* ȊEMz n$[SB]Ƅ6'q{d\f+oa!4BT)~s4Qjqj—.2d,X,psFU\Cb{&=5= blhGͣ` ]quH}o{O* t{ֱ,F/LfEME^,:vB5~Pc8PskNdi,ڝdgf:&s'ar6 :G`_+ zܔ_ӡGOnM !%J@ˉќI;vux K^8I} Է}͌_yE8*(<2i"Ka >@{YT\( "}).X};mPcS 8NF (vH u f=ͳɹ<'p>H:> E.W}xP$2`YU](%= ¬,\zā#lqYAt%<Ӫ;B"7W~U}[ƪ1l[Mo打SLĈNV$\<҄]=N3*d3Ӟ@7e_02EX=&LiL{?' mjExv#DʒVpYy yAfkO9~AXIB;粪0x=`W- ϧl U^}ey}{ ٨ð m i(mֻdx.r>U 4/NS][<{Cyѡ6&'qQ ˈy{%g{Z2 .#6{l&} ų$S?%PiңY[j:Vs]yv_“^ׄ>ML<*Cy涎\Nt0n-yVg}gz (k&mJV8d<A\Mo6EQ3Y9ZwοE,ȾPԾzanI ۾ƹ}?q'q{ϟFMɠH[}kwb=x Ɠth^'Qt+ KJR`,nΉ %-b}X DGO{Y"޺4#!LXbOc^ 0hEr:YؽirEÚO8t"<QsX?VwKs$x mMq>"khuV11 ^NJ664ƴ[1j;Q%evnh& *l6P eOUU @2zpU;ПF).9@[v{s~UE8Bo..fy9 R{35,`gl$I˭2w<;]831 g{\g6M jt.z-.uaH+UP%W۰ P;sy:r {ET"NgGwW/e׽9:-οW_1ƫb};"eZθ/ IJ`YIVjdx4_Kdɞ3"rdu ɺo) H+^FPf.*` KnƕI^[xP{P$73#Rm Tt c~̩K*W 0S?YN̖|@4.sGWRg#ږӵ@Ae-]8Wqg]I]W}Y kʦdDNݕF '&p57ra.QՊBߦLeGrUSyGM^.rv_,ԣ*v W|JoHG~=R˳*9ACBk[ߡ[\FR±Tqɽx @ka=aK6Qs~ pR813e~aލs=ܸ yR>'2pnM~$. UP1!cTÀ킖R1뽧(/Xnd1DQ+{\V/m"> .ajSh[dADw"(67Н箘j~hм(׮i!P'^/< sZ9uYmI<CFOf/c/ 5zgsOyw$v˩Fxmn! DmǺtEܛ3ؑ1uD3D}/9ψ+ϟWKl. %HlU3=9+c$M^9yM9ĚfòAYkJAJV,@fH%?$6h4 J=8"]ǵhFf\fDc]jl!ro؂"R7?ȗ&1d9<7ib/:x<ɒ|5kmta Y'dN*BphAE;L9V³Nl'(C܁^ck0'<-j3ZI;RFi=\1Ԓxh?B>e MSP1tz1!ˋm:0 y Q sU"_3Ȉ'aj,B?S!~;2J"?XnO|/} $e ] hH- :EOLwq3nq-'MJ܄`|@ K! bM<)'q PkJ -(7Nse(=-dΖ/M53%.F7i5H+f[ +lʀ,3iuP,K;/ˀzފ3q{E3+P$Eɚ=N?[~ۣ! \E\=ۅkfp4"2 d6F3˾h(ìߎvaeZ/,٤X;VH WE YpiHɳR[F05vm8 ژà <BW$>uoE95pu{x=״O#g!1*Lq.єζ C.Y&U3տKMz{w>0ӟҖbj;[RLc!G(Adaq%Vnž,ƘC΀r #e_vTF7Vں>dJ7TI7TLE> Ӏ‹| AC#Ok,@eZQ'_㙚*t `n/ETC":,6DZ3I\~'L}0̿6pH΄y*BGluG {SwtߖhexQv1r^5)4Q[~?vfa{:v;ֈ劣MՇ; ЅGWk8suOIBjR0| wPJUݚܬnط?@[4/xPa<#b 9/̕:FkÜuIg-V4hB%͗$PdC@@RcˍSaѶ 9c7n\$߇Fa7<'| Ȇ }rIeڴd1.uI?RذX!;tj>]!9`~n8}L#۬uwQ) w}t:*4ދ&~3t-r-C!R\֜cf3+6c3ު,6Twq,p Z l2?(ZOϹ9r灷Ը$R_KE 8~ڭv0>/x(l4d!Q^#M鞐1Psݓطq:U oP/=[rHl5,Peq"<}NtliC?FQv]#,:j! NƗaDy:\=VJ.E d([;EJ(٧!;k Y>+ch;J *GMs>Z^,T RrB\TN9z*T/]֪>gBhyt%OБⅹb 5*xyeFTL0G O~zrmkV&0J-g U@wlƻp}`R= CdcA$UaaC:KeR$Jʍ,VӹzQ=-վ;e͌i 2MDc(++F4XM<#Uڣ}/`[Sjcy`B w|dA5])Tiey~SXC;tn186m8PE'kόߑF {;fp78*Ro`s*Zc('yc@Ke"`]RG3E09FB3\|1 ^yʆǜ'eF[1qmIQS~ ?ǁ^ZÆb"'M>q//lp#) */)g_}:O~{ ˤ1Օp, z!B;|DrjY#_d΢"ș~ BR+\bQT6Q (c+CVZ;d@ɻVe )EKy؎ evEWZaD5/C TB.ZA}kBqi-.v_qu xKkd7@VoB 8 kYnG0;'\HG͢a'SuI^2I.{[heD,g7JtR%Ppyպ6?ٱlqǭA+ V)T _fLl94X _>O1ۗ694RL 4i $79Nßz.3iaSq>qR' `uuC&hJ~I~J>r8PKਘa`LJpReḣ"0g poQ]Rh.Bߕ# %SY"WˑȭdJxS(/A,h ֲ(pڑrScҰGL&w:U@2-2_)XOd|"2/E&>V;<+æEC `(nAaȨT3Ow(%8QiLZ^ZRkfծIWqe~t͕5҇:dsdt= :K'd ݁T ļ֎7Ѐ֯\sd1SC|oL8 k{Ow;AD焐u{/@~,5is*&TGQ wvZBWD/ @!١PvZa)D N>w̑rٹ"?Ǣ 6u2L~ԨNt^ˆD,uJ$cB^IH|F:9 F)tþWfh}n Iv]BwDA 9vWEΖz5Ꮬu/mmov0DS==V/\IA(D\GujW+rUOxm=:I|,)=w׸~,La' v[4>@M7vy j$)Gsf"pf-~g!r]_e 48fwDo .bzz;k dz h6  X##(?DUd6dP; QCuutUaa=IfcH${Ztp"9]ÿcjtQްL $(]1#E owc/zM(a"w_0%p SQ9b׺n}WR鷸N}G>o∜W~W 0v.a-dǰH)j,ymHmrz($UVɆ4H> V=16ִ o[צOci1 $SO8aztghKk5Hlß**aFbF1ydS]P8J [K*-߱z>Hbu(1O\28 Y`&%-X#Rިz7Tz7Zo?4m/k琟,R18PfX7BVkBS48Y~E=ԓr*Y|Cxdzm˒كExAp~&fU^+= ' zxɯ%VawhZzǴQ Q 4L _L5Use\G)Q#=GA$rA]|HHYqfPp9WpI肘JxQhm>RFGJ^&0|EZ?Z7e54SRAJ3=Y=;ȥIJղNF|mJl辵^F Ad-2ǂ0;݁>T_ߞkں7irQEg\`%ĒyjAdGۻ(E7vy=8>?%XĮhfÇvusǘE!0mb /xr_ivg!:9@ҡ5AWy D/<nxrz0ImD #T! b;*D)YsrSّb8Y@nK_;q|M4X *y NqDj:}Kpeh?Od{NWYŬ 3}kJWoU7XR((Z5/vۙX&Ou%|-Id ӂ#K3Khu2& OwRc8t"d> 6!D6`"A 4^1u' 0$/bj9멩vw1uo&5z.،9%zSҠW.W2i'#Wx~㐖]T٘ۃp c xEbVF΂q^cO*\ʺr-{FR1TB+V||ansMW=Ӣ4]MGk!TlaP}we##D_lf=Vk2?D)` N0B0o63 IG{-сrj{udCU;UԀbN۵uw,%xtcD 6]A)&i& aFAɤ%VZpDNwzӘ^h,;jE|ȱǾqjOiɍ.β:j6Z8\Ek< |C2R "ᕛ,|l澂fQ>bu>W)NՊed_ƥr9}G~ct@A<Ze$he![_=NЀ*"Qiʭ(%d_ FrB@$_ C^ź ..vN!)' \f)ʧSt-/Iѡ%&g@SǷCb2H@tuKiWJÊ\.Wwۄl왭O {|9:gNA|&2ۧ$KR$@ f T82B*s :c{c~,Dd)w]IL bѢ 61%gv${s{݉&ު(XP`(\ Up )̨0pRcDsäNf:`Oō&X.lwIh؜-kq1ntJ)4r Y&`a,H`_kGLmtw&e #PE%候v㦒Ja薓DqAё}_A"_w,n-͓Q3]F0Dzǚ"/MJᮆ́ JcUgOP~ݹgbg}Kd"r,gs2ubgl遠Th^EMQ.#{\޺!xm x%p C/L!ۂDXѾT 3=fi)Vt0̄(ܶi1(%"1EfN{]INM s#]]iW<MbAoo;eG]2zTn)l3:"Ohd=cc%Og6fƛ< Ws9P|r֬hceAѩ*a8pyd.R{(5xnA/<5-*q1Ѭ\u.Jk[^%yV\ZyLcmY 2Ę ;V_u>lT1ow%t5 gz啋껋Όقb9}Os$u)i.xÁKIZ+s46Le5nlg|<D4oe%6lTQʙ!E  9S:m+E4J!ˉ&"{+D S ᧡js_ULw@.024N3 AJkMNHGg]s"aHڧޚ9d]Cy-9$"(&9揫`W?tǶL*2V"#*p"u1ۗ e[F m?]Mm{dw@<=8Vl$Hw Ə(M6:wΣUlJuҦ:gz:J Qz=KKjZh\q⮏Q&=28ʛӄ#2 KJS΋4@./EY|-xbWRVe4: }VBڃI i! !vI,35#ggr/8怂&JMlΓM )"]6Sچ_/ԛ6lʂxn+IԵ;eU Ī%Xh)0BO dTˀYݍxXQP@@5v^we}-qpP/,_Lm}E+s..hmR c ٰ/(8ݴa'Cw;l?\t&&3 e[|@rRGL}LAϨ{ȡ!.~_a IhݒG nxgYr:Qh#.qyE^]]u1nQΔ4.̽eg^PdK18]kS"3r\:hγ gEBٟ.6BWNM\ Aq%CۣV hjyQ[i?4TE( "`irS"VzO=X FoM0gLJA{Q#>fy 'ULI-&ZcT-4p~[JP񂹏v%/_{8(3R(d]E0;U1JgZ㞼 Af^d|8;]|؟aW5G5Nxcg\'j(nIiNj m`:q{YL?cpKQKsi#QP|*?(OwEջ^m{#&:(PPI3V\C s<y2e xVu)ߩ/p cy.S@xoP$ 6 k+Zà2ї$kyC3~̘WxO{8S 2}V1b.FԘmO0Z,JR)M~9ؙ&讨mNf|Rە.8]~ 3ct{_Y̍AwZۘb.gsRe.үl`w8G] $_dq4}1x43Ӓj۫6w t^{Ӻ̷$E2n4rzpc> -]s9ITpۯ|Ӆ[53LI}.D0ݲ1% #n:r>w5V-j'i/]*EFuKIsKsw { XF J*fsk6tpM)6xTC\#U@r䈍s\'u*mHet_dsUyaD^ᡗjh/!@G>\dIrh@(@hك)SGm֮2fB΋/IwN ]esnly.""zRi8fT>|p7g~P'ǫ!{ ͼ% <i| ;qsJ׉?5G66H U"ħ ǶPL΋zHl8bg]4DlTZeA2\" yIjef C?DTlu3V+z$is%J !ԵU2ABcIqxC_h!5 r5_Ol#ff1+8 q TpL ϘyӒ?m‰pŏOŰ&<}u.$Dgu VVN3{ƓM#\ OMPs12| L2^IJw/[Ɉs][r̔+%K_cp*CC ۝U<-TF[ Ր#vuP#ZoQ 􌡹jzP  %EM3z6\gb2og/>%emґPhUU }]V?Ձf%fȶ =߽KbAhvC-j2IvbKTbD$&KD =u:])# > 6 R'`_90Z~! ϥ2b&>`l WMNMWC(k`iЀ~yx &J`i,o:,x]$݇ثR"B_QHhsrd& =+ktⱢf']JkU}4~3[X}rJ2WCZ'[0Kz~:=^{էX|5 /$YsK '@`F x4yt.kbe\364SzzF4Z[LU! `}\[BGZ}~ҵ\ۂ礓`甤$~.$-Hf۾o=P93aJYerA ]֬%R`Jsn]kL닟UFRu0 530)R4&)]E3H82Z.1([[ӯoH^S]L[|9`1/}Z/i3sSG9JD%C)Q$\tݠS4J2hmUa"i:o-jMٸE\U݊o"8 =uP**戻m=D%l T00Ä%[ &߅{n6:v~ +-trx[h|TA7?zt:ݰ@D@cz]:x 0UU+-z vuH&t:q54 6"ԍB-KSk*6dk0`*avoIe9cN1"A9'I]` LV%e:P 8 j--y<@Ou"tfO'8Z{}c@G/aC84*D%dFFe{e8X\@ɋlodWz}/9eAΆȚSdrC; 1.lߥ gj]ATf@W\T\2fS7N/VلKFâK7Ӆ#M Գ/ܔB'r *dX )DBC%)oʋ8w3uV{ڏs"zN鈳`2=;ZݸqMH fIvTH'(bU>=Z |[خhvrCµH\\2ByC+MW6#!J59/UX̞c/%9^(:BJ0g6?(['l$޼3s21k||̵IeI4u`wt wvL Dq~DY8s|HK1 td W--v8Y3Y:ÓhHtH49%:}*-}ahE,uz܂͈JA+܁mRZPH0*Qx8L]Z=gzUu6 okx|7}/Xvb~>Q"s SBKP8r34TډC,yRG;\&q-^q%y4v!e=U2c 2휻o}D ɡll#-x?A$i(QVM5Gͧ\tǍ!?jʘm>2d1vpL9?IKTAs/HOmR"NME%c.S{v~\> Z'uwZAi &F ~PEI┐x\όՕֽF:8xx8ޓ ae;+/ `T9Df$T!=8$2J662E}|1K4'55!{pBj:YܛHdq\Pגv >5d1WfKBZpBYI0LE_0f/!s-?ۈ4T^y5O!Fs찏)\mTdfnvVg !,qF͑GLP8q+uPPs]`:fWye+ߏ|ᾮj+DwOC jhEg֊;6#ן3L{c*/7`wkiBM~"=,XF5s}T(Dlw9Y}}+jn(^:C/(dw@8`z&HrXPTn*;ՠ^7ܞVQ')o'Iw*M1t&z@}x/{S)OdK}b/cb2oԳ SߪDH#+$HדA-%J840mv.Mm+#Ġ:"n~?,"p|1V {8x%'H-EZ\v!iyZ)l,c MJqXGAod&{<ۢ!1( *Sv֊? ԗ04fH To#rtYg FlȌP 2d,Li[ ed#8|b"vҲ(rS,;s{{q^e/?~vKjhRd!5\uiUQfbv^ILE$_@PDZR~x\l|[5V`(c{ 5lQ4 ;Fs_1S!DE(^=}{{s:)©/8d/"|: caR0OX<_4`A@c_G~B2=1+JԌz#C6^iQkАKQ{MAZG]*ԒzylI O-MtYoMLEߛ2&cSG6 E--)'Pc5o)L"#1iQ.>;K$]4eиs43GOi79ʡ{j"RFڅ~ި,FzpEhV r?~c*YH$pf#+R;I/ڳS#&KIE|&yB5e&$i¿oOt6XSBD"G1A},8ٕ3 s'dڬ2N4& "a9T1Bn'!_tØ`]/L攡nWyBE^yAɴo<[%ـG`mwJ@J19$;b1 ,@< T5]3Q+P;5)zm\)TN\TQ h s"=?=YQ :Za1Fs5wX$vU Ȩ(jg 䕽z6*K;bg"Mf*R3E$Kf<q9(u;g n}-VX锈VXCs6_[)XUD5 Zv锃l&D7  un&Gʝ65V?Gi vbcߓ7 s MS +TaB!$qZ{E{zFz\XS=OJѣ`5>Iy9^}U8/+f8)8}F*o!4 +2i"yxM\a~<T-F'Yn<NWh'RV_ G"(v2JpSB%m#πa%VnTvӾdT%_?ׯܦ2r`ُٵ:"&]@PphI ?ƺ (?3(ꃪ-ɞ¼ Ri5Om16>ziaʹk@WVLܽrƲN5Ja{ncϐ5ri #ꄫ6mXׄ`W-H`|j.*/;J_u"d1j7Ҝ{Xd3^&SLoId,X86SYwE" a* ۞F`wh _&L[.f8.r=e0B+K͹İ1ݒzB*Ώ?\]U+Z~o>c~x>zr䭎,*NA\]bE)kod$>+tuugdJ`LOz&la<o)9d7fMjm%vK;]ٓ^P#MȜhU.yx͵h nzH9(A{oH0dWyEdjZWmWIx]ȇbn 3Qeq^c;%N\GAKbVd'O7n^R+L*VߋȃĸĪ0q%an|<̤#.ق=N m`KO" b [دU XzǦ,jn]|,hU,s*S$xsvs<[$hM UPIFɃ!Om5YP/Jvh[/$}G|?bPw4L"&neS;KETFxx>_967noa Bk0ؠ%QZ N_ʈtipi<]Md: BaKn0PpK"&?3۫Hjb Gm_Uc]]jYa|Io181fz<mBq,fx%ߠ#[8=*ǙJCD}F0|s}721 44lt7+񽽱.{@˘}qҼLX>̣Hݗ1jˆ 9H>YrԼqC%6!HJ`}r%asڹ?\d5[H4 m N^ T% ti+p2~& da:v(F_;(#>)Y?}60iIdPіᨂwM.Ay =NhzbM+'z9=",ڞ 24px麵o#Xy`lO4y,H\6&F&æC//4$>ؼho/Bn.D<*8i0 <7nf^:Q]B&eeCE—po{os{sԬeOh\jZK S.bړ.G!`$;Ͼ$Z#XtځnMVB%V?]A Y#u1Cu /tJ[c<5I9dޏc~<q#Ko=nĽPSĄ 9+˃ݯqUI h=qk}zw`t8 ߆cƵ@ZWVU6ol%d鹓 ͂V]ORV-rT92j0ځN+U3/ MYV1M:c>lsW࿆k>zrdfmAU!niԃ˯sp9xsV>TA'@#qDb7> 9/ 󺁝nw@:*ÍʢAJ>I t=#tq٥@NɊɥ[TƬWI??z~F{͂bL'}ˆwfY&`pī|- /= xpw1<!d&V-5_SSIל/dH8[X"<Nu˽ Ǩ@XRn L] ;=*aw^.88)*ɫ"qg?1EG݋5TbR]K7sˊ_v"R b9E uKS qSvhC  E;у @댄f6Y2;/l+Mgֺxr*\ 5h(t=#MpOᾛ44?ӡ`7#q/ҊGT[2P\ΜMrTݾ8j2dk %oyJʏD~GлyyE&N܆`ѪxI+BB]5CЕ^20"8hOt ZQGF̏h(KI<6{ pz:8MReٱLʣd84(G~h #m?Rikˣ1?#֎\|g$ey>DӃ--RF~˹It8Ec E ̕=l]jp)d凢7@+j[FESw)ds릹]U.yb!* Х\'GˏA9%!}1 #k1y1xL.\DQ_@3qݵ1QRT t#r${i>t. +Q&ah; z*!DϩkJYǗ`6#M.V/W!'̨a qȥi݋)N(\u0p?!Xb79@\݂nC ׍bN1b҆?i /#ׁ޿7/ҨQ3!{ AMWLQ% $hZɃ$Z ^BE@sW{&O ,+k)I[ >3`x_uܗK+M)/%[g˯v뷎YIGa č͚nǪ HT[ `Mکwg+e+@:Eז[Ǧ<c]tиnS(ʶ{cF=Mbb.?[I|)"k _(=-.n׀/"14X:L"k},\{KGDr-fL5+cJ6jKO62ij+=!|.BS= wZ;%\3g1s?hJMi\]j>rށn4Rhv,ICNuI2AirOv/8 Al!S[gCێ~3TL2i";]XřY!oI,hP^Bt}ycy~.͆Q='Z7sCPl=b?7Z"҃8@}NXxcԑA^.v.]L`MϷy@^zB6 Ypэ9zVqe1fECcZbr]W j:7SX,yyVk3Y}yM^L?WȠA][3r[Ts+r-ۊ"S^EY9Q=1QZ,`WJ9kSnC, `}uX{aY6 c#Llni+BV2H~r'_Wo@kGy$'ɮ'Ld/ms'PP`D xaByg,唨74l_, $ى$S哚+#aHDtqMQZ}#IO(ݴ-Ijy9%~(8Eə=Hr{I4'Ri}`z9jAۧ dS8W+NiYPkiMW3T9oo~C'I(dj5Vf8(TBwrۃbܝ_A "ʙU/Nl1xu] 0@AWGnn>k#D=AaqS0nf4\,KgzǏҞ'Dǹtl$''(tmȇ΢rdե.8q> (y UUJۙuظӈ,^~eLRWp=c$ϫ4 cb4EXJeh^Nis#d3t濢In<}؍hv TW' p7kPk?N1f Ƭ`U,+cm lsRS]9w6?PxfK#O:05 v_p@~ =AJ4ھ(rjJxDOA[=ӹ v'UUr[iwzSRFc c e/ xa4&y8D`Tf S,FK\֊=u#4%j1LNWdj;$:E! 86byx0,52߇o ur4Ux]D_Ƿb63;== -yٙR]3`n_ibUJ{n)׵JD:Y_1^נ!@g F mo%ЩmRVrT߅7X Y"ZPẁgD3Gz4]4CрjSNrO nQLdmD?^VB}vn\2*nD!3V䩥]|}=hݐ#Gm~EfY~~ՠE~6ڢaZvo+ f˦t'kmLi]0EVXGMjFairpd_/-ͼdľvG @rWaJ\8[)U>b sp}ztK X㨞opA{ߐD⅝r*@&Xr%Atɺ+. 4"o.F]CqUPJ4\p! +vkS~z/+7e\gX; f$M2m Jædݗ+"tThkQڊ=q;h[/\(%Y)URMp P(Il3j7 C/3|]lt9%k XC9 ݘt`phݻ 01/d`ClGJÝț~_ЮÒCm| 3hE~ R "GK w'<,g`  ?R$-q!tyWyJ7J^7GğI>=2eNf5Vb0\2l}*Bۘ!15/0 ܠGqჟ>]!A,X'q\\4K%):٪!oĕ] []-gOKp)fZUƺ$ ue*!` y+)tbVdXȖRaTI=f>#)/98WQڶ@-ͬKe]jrT -#,^@G7]r2SiFR 4!M0{MߔwB^Yzkۜ;t1``>b8WxmSDzDX݆2_-O %D;ㆲ;ʏۡxjl=bنJ,п?_ 3c% $DgR 3BCtOH$RLێxXeC-T߄X@Ua=b%3Z )Z !h) s/}i/\n J^E  m8W4^(ĆK0=L7ۧ2R CQ.ڬO婠anZPߑYDZ[2?Ze栔WuK!G0TiPͱ?;?gH$|kAzhc ilj:13ƔJV3gfUt13NS!9W(h1M`.ʽP06nc5 l28([[6N@H"IIod:Q'&Y|q3?Rhg൶DGsDKEsF7%S>J;13hBV_bzmZ(Y QXc.- 3awRO@][hž0]jgx3w<9Ũ/7^34͵(8?s *PcNvIBk~0i@Xz Ѻ4ǮmT[@ZWoo:e :{wԋRH z%S ~,V>QG7`B!xɎY aTO*ZSjzѓ=Hh nB"WxifI]?u$W!E~-Y Tuǜ6$y*ʿ͉̕k|3uٙە&EWI9F/0^FajNo^k}4^pWoPѥ'$2|H *A *h''S8X,^PŃ|Ja*}' &xKj-B=]B =9eCM1˟ AZ_lRϵ 3)Y};N Kґs)|`_OY4뼫tb,5`DI0:tFpZM/Iw؏gKOj$7o_WM@?>os|44C'ʭf3(Z%PnQ"V#)lgReA>Q%=l#o0nwk׆蕗LuLCI}r!B\*5ʷ5)j`>qrRaoAJ1i/qc7VWiӪqM$l*B*M6&o\no ?D-S?R+0 \2['T#ğ8_)hp▱JBk:fX" /:z ]댳D; Zr)n1O_$0z҂WD[7ʎE8Cw4~1++jCN,q:Wfk55&5m {i%U,orCSa*w]wwdޠ_TC@ wV~b¡wAC*H<y)5,_Ff"΃2>F ]c'fgOQK>JVul;ETy{^F߲T 9 >N;UoEͿ#s]c6ٹ[=ɖn>>*;(;DBמ/ GE¥5 +)kE@p>eF`l5.M: [,p;G"03ă> ]$ >cC^ xRW\YpEpowx$TWU7D#c6l qyќu*A` h؍xj+$yw qSC~808l+?-9p$.P̧q )9QMP ,+̹PpfM$0 Ym_#5"cVT7&7qIZ su:qn+&;քBznL˼yj!ygR餘zQK}mT/Zd:~1r -F5\𦟥bzeEd"$&!ׅJNN(tqs̓ o#@aS0H#HBz&}BtHQ/J]K ʬRle/F"E/]\TFKd6sMh&_*JLe٦! K-u!1E>b={&%: =OO6~z J`ce\ aL{XlבD*zl&ʈ_bI2x>< tXթ @[8FhN\9cGZHB6"}Y=Mّos*9ЕW˭;`7m#-Qmd'7jϿ %G 0x\ѰiM}+!k>%mgӰ'{75$!QwXfYwLq#s#&}^4_DPޣ^tύ^< *|В>ذJ>TqtT ϿTC(h4*B lod_; اM# Ȍ@?`x|'a$.J#C1)g&{Gԝ292n5O䵀9J#Y[ʷo&V4'}B='=aլzfY?AM3_O.<2DJ l{eN>{ݴ6]Lـ[eֿنQwQ ^&FJ!il^S5M@r 9A.p@*ws+r^S-"'85`fRltPa몬.DˉBV1Ye,5%7*9v5?@ &8|^YHz`Afh܈M^P`2ʾhT@ﵝɿ"R7پ >Pn[s fQoiP;Ȁ8Ũi|P*tM2#Sܪb=_.MUI\4R+rƊn 鳎Ɓ]#N2 fhɆsdyzkΟH;+fŗng-*2QrTԄ *N!/s%`qGnuwSs^%/ׁ4~!qqZ(a!+9%jR(VAW߻?` F՚ \+Q! AMз[9/ ?64hOvaN>p:dfAPE ;۫=UX1_Al7iA{ץo0hg79KRdHi@!{!H`K!#19hftbMT,&Pbz@iz*c}|:¹? F<-m2+qW/ɝ] }+g(v%>oSNZ偌S\QHac9&S4Y'zn7^A"qSG zHo|`ں1EtD@kAr.xY"~TsDs )NEh/ּbp׾q &kWN7c;"u38׻䇏њ9p'x~QkmLלf?EA q+m+#6?e8)hgps?{L~ml3ܤ&ȫA =HJ7W6\МCUrCUaV v"aSD֬0Pʦ:!bh&{I|=8[buO1{" uH_gX}s&HVw[$gm˂FA}8Bu%vphLb9$FX<+,],&o_%rFDtXGa`е3'EgGp3sߗMYZ%Ѱ&p ;~HE9a'NAb\2%w6^~0F7lG2*r'Ԣ_ ТI܄;q(oEJj@L_|ﰠՒf(f[CӧՈfT\SL)A#w*qsR?o-,UfCF36vMPN![YRg/yUdW)1lFOO{^'DY(~SeL9uz /9VA05 dna"/UU/{W6X |oWpzyгGlLO~a ;lEei4[_@, kLWk|d&T(Ow:9)븉-4T +U#X6VD@㗟2O"FeS!)?DcJj[xԬY]Mo".aM.gpօwCMhĎ#ݹ6=q A{+073bׇkvwOJPev1=Vz »vpAfqU|,$y), KTZ3]t.|oՖ싺\[եŀִ\c>%a~D5qmtgx!zUW6-"Q<{9]X:@52ZaC^*avPy$ 68wR62g;N>Wޝ~b;_9@%]3Ǥg?7E]PF귨hqs Q5&@:KqJ; ̙]G3GE!8$ہH;`ulC\}@&7K^Mi7:`Ǻn6U"j3%ZG^3W9͞¹Za!Ӣd͖2'1#w_-α)JYIh}P%/Uym<ıDyTnnw?i"Coz(SNzMO(k F+n v`4w >Wa[=~$!PvwYsm6΃s XPG=FټPMp\VD̆|$oF: I.ZǺ6JÜui)4Ց5/ ^i,x -a(Ȇ$Osr+ZFTad.G +&]:;uwrAY>nϋDJp$$p|MZuE-v/1\ѤFe>A`@1?<! DC$d v ´SuX^{S>E° T"tlJUV٘T@ ;*)P8*tb3~ l`{j$}(^LyuTf`W14?fj=֦6E?vu|U$p2"pnP;pdIRދF^Zp#<1Avwb5ŸuJ'78Ə wN(Qw@9U?U "U *v#[v*Q"ƈ SVrkW}*hW?;voRE@n+gVvZ, w35 ͖}i(U:zAŵ*ւ$ ieY FR9*䆃wMŘ-oVv0{FXka3p@LrH!r8mSp#fT^.͓sJdzt'9;勔y.Aze6ɑi_骏;:Ζa?Sڭ|wRF v2PCϕmM5]659`=@}7N)3KZ'6s!vD3N?ʮZvEOt!{׽<n2[Vfþ yy3ހZA\PЕ3Ze ± oH$ A}FQ&}OU)¦Z$S 嬝=#] C=$e)!%ABPkPzPTjlRt;@Z|xP4쓀5Ek.#ՃnŭkWs:6&#б,j2vV޻5ZK!W\H@T U->+B0(X ۱1WZD0+p2u8.UIg-DSgƨGjBme[E-He|<"o~s/spCÝqRI~pQ}T^$ͦw)hH@LʯP5251Z(=o33z9V1._K֡^._R*~+-Jմ+ORZ}qKp͓d!%%cTx7dJn i 46M @_*_mOT:c[M fl7=$D'# CN\hźxc>>Ωao 1 :2x S-PL=KOٰHk s.L-? m7^Qwx3 WJjY>.ISL?~d؎V/y>UEѱpllA"/,elQVTe#;4CY^+T"Ut~/ZJvs}𲖶eo1[)Bty:aŋbW?8KއvKEB@d5b/t۽NXC@k320O906Eh2iHi^b0ޚa0u ^S `F\M=vLьeW0/G :֧i܈ g)S{ECRqq[cm"KƑ5rGsG^XڗvW8HsOkؼoU9^@ͥnsZ&>Q6> "GǪPW %VmK>ȁӕIaTBM[yXS;b;W'Es>@tʢdX9A-BEytN,n(Q =ȝ:V/zg&ɚZm+L-:^/ߧ{#-vHW&oZqRst)W-c bowӌΣ J@D­th:=~۞PFǦ I+lԔa!Q:u\؃-'8,sxpD9GY}K3o},{XRvE%DTS2gu#2cwN=5=cs#M+8K;^A>ӫJ~yg5(lCk:_xwBrчu,Do[O ٗǙq|HA*)|uφ-gm#tEHA^u^*eޓ!UxWfvvy7lFZNF 5OٹA!pQJmW!}d#(03lOw(E6㨥opiƁUO KW4Nֈɔg1M>y,3B0b 7OKxx:7ݻG4S|8f~Q9=gd1$B)3;l@tR\Э\Ap?ެ /iPq<_)[>\~$_LҐLV ئM+l@zax:6p|1m^. #gdr&Kg■/E}R'ɋ'AZ}KK(Rf]}YPWܚ}ܗtf>R I1;}"GP7w"aioxXCcB8ZOtV-JVDzQcK$ÁѾC<Ë ` AGm.E4F|nkr`cgjI$Y$Z@:00XNԯL4rhC3 nrg(tk;ׇ)L rŧUɞ%k%ӉKV,0 P5{A1bۇN_IݻZ~(/m1즁8ܘJ[w/p' ʈ{b9JCQBѯ#B7 [KhtĘ+<f/wG~hw"7d򞷻Wܥ6Tjg§ 43#Cx4ʸQϹ+)ZlJp ŖzU;8'/'smM>gU[2lxȽo߹8IdHlV$K7&-^U>ܼb Ao6Ak~Z?8$\@}&^a?NkvR ==@oejj4Upt%hi ă#SR-Wג,ըm NgV٘WɴdAp:e5w_plNS[.pS53m~XyDbz `ޝ`j!diCF5.xռbGδ:LM& 6[retC:,a/NMR ?tt'vl=֣#RuNRVr7ei`eCF6xGsq&b EukI^>RJBs{Qf7d2bx}kAia5V#M {Ғ{G;tܲ<51m?GZ]ʧP:T٭vuM": މ{1|fF6G}^7Syi|3adeav"ZTyDG?{q6pit?FH=彦Pމ1X'FnEqZȑY1Db$ 䂃[DŤ(aaIqJJ'xG;(0e:c12Α-N"Yws#x*;,zhEm|t65! kNum5xaYovS Ɣ "/]n89N八 f_iTC1?ԯ 7>6]1Xߺ3n=:Q0B0{I{A]Gj"5^q\j0HoB<79 v>"F/30 a ^Ӿ_#@+\b@w-|DC{9r\jĤ99lo9./y]H>\\fhV7m ^᳢!~$VE[g_ ( Pwc,MY4 ®EG zWD`걭A'/Mҗ2nzi `tk/]rw̫{}x9iu;[:^x ϙ$c{y8@gՈ(d" w0 h ȆĽk4)d6tsT;2mk\3FKV~irYNɑ;xJp, }δ8_]DK6撓1H Q/U3q(Hs$2@P@-d?/>=:k8{TiH ^}Ky9rקmEɮ" ΙuMo:b\Xn(pB1wjӫyB \cyVH9@u1xEmUOa.X{p_="Ʀ`)TFG7՛Cpv,uBfe /֛Wa,f+ NSpVe,/L;EE\jm8K+ h&d "4&[* [9uȢCDrJ wp=q欃gyTEToB̈:Q/8 E!63pϝL!ۭ`b4B,ZfYyNj\,UHF/awLnq^Ba9BRjlg['#Ї4P~:Ԝ^N͏VvZv EsDsZk`ỳ`|SF5L[yߗkP/"cT|͚XVGA'\k/ШVTQT4?M|$U-`//SՎ=їڊnIungR`D 3 &-[˱T N-#U8͒luF BUDs35Buh8 lPWkA2O*I1  2.(Amg'm%' %Y'Q ~Xn#9< iB<ѽU҂1!MK+1@87_ll)k K,}1ZܒaVC&B2DKfFZ)Lj1d?yR oXse2/EJkv&PM6Fo ;6ƽ]%BǵmAXj̓B-ƌړD 4P]-x&kal߷:vU=SݢrŊ{OT0w%2݌A68vmƺuyv:K?tDcR{%i#&ិai'j,v6be2B3aT9`ﺭv xy|_n.7"޳S_*Quw2ԃ@Z(d&8ym|=W)G1˩O=kl*. [ĈСUW,yw?M`%jLMjW=L&H@[$30i@.Dt-]xun̴T`*MUxGC7p Éx0Cz*Ʃ7P:_rٛx8fG~LIk W("Ϸ{oeYcu 9@l @$G+q`=9̃zj(dmw(4z_ aN5kn#-.X[x}ض:A7n\od(\`= P{}!!Xĺ (;eFcĞS%Ar%Z}E<1LUi<7roBH9Mc7Nt&J+icy`45itzjuVo24HN_)IBxl$)zM`wqŖ3EMEixlKx:ʪm{˚5d9~3҆`Q gs҄l298{jǍ(5P/7@Z:lOa:aY*ul82O r.ZIq|o.6-Q(6ʣl |!v҆%Qfb4m tiV܃ dDƢ-n!5 tv9o|f $,O)c~o 1+"< (: fy\[J x`̧be?dqe#Nv| i0vwIa~tJcc7kz_̈́L8<"gţB4")AV<_jc`Q,5Sed`)Hx'쁈~8ph1j|7_j!`Vt@Yuf]*KGi ӔvmjE䎀^a eǐM CDƟ ,UrY%{IqGD+|GVXH,XA?:e`DJ b[%1+KlǫI@XW,N*'OTǮ Veh$su/J5OT$GK#C+xZ,ED"]+3t8!H0_?Kқ]L`^dzg zcF,&ˇ/ӛ/wٰ*W :b6q}B)tE[0!T@u7&A=0’TgV G EDۧ 쇩iԣHAkCb]$9f^b㾂z-grXIp&0A' r?ae7PJj˨%,M^ a6ߚZ~OL.}{- !靕hSFBϺ˪ujn0+Urw^T0 j%ŀ'6Le#vsze}mLq ufK]6(mk%D[T}5@|\{w jQflL6_acMs|-+ ɔB԰hɏl5?D^[4E^R8Ʉ{[H#/O_AEfu5XvxPR8B^`H̓&9A?GӊpO&P@ebқL~'-J`>l j5BCnbܬRWg@%dw% ì5;OciyD B&zb Gx$M%sX'cI;o̹o8-e5VsnÆ/II\Cf[n ġ_#jd,ν?8byMa%3m dY} BiPjeUKLB ^mLBZJ?2>1a",b ykpv签lzPWmp0{­0+&[ Ka?"vN`S oam;֙!I{6%STsˡa: _Tg?,Ih_\A]&2NR;K-Y>߁,Yfhh.N.J>i Նⱥ&2Wyؘ—%<85Q(c/ƆRaEJ1Pu[gL2f2Х]*j|9x#`6o76l3_ Т%Rݑڜv q*LjM'œaTu䟉W@w0r JxY)O ]O `&e?@J}Lwq]2 -K2 y_$u8ްxaYtiq!șC0^b6^ĴN00͛-tkv vGNQGHd9ݼbn=^+*F'Gx!N\u74{hSfWzպh"˫ۈB P PKE  T!=δ}%CtloWyCM^l-I86!*/ΰeQ8^}ƞm쪑 J(wM3TNޤ]mSLhbm1xya\*p.<֨&ng'v^s_3 7AFi$QVeJmΰVJw -URO2)A^N<$.*4c/ǒ.bCc. CXIsЍe zW/GEB0P]uJdz߳!'Yv%#謜O0žp;pTw+U՚f$Jkq?&&w#mט4,+X#=,O%Cee:i|NX57C!c$e|&RysxK_)\R@@HN$R 9Sy.HA!~sp%^e*ᶹi>:EO _z)q3fÊÏROu+02>9ZH*hM!1U5yo*;M#,R+a>zHv>ם!vB@P4/ m`89a5@>bXɚUL:"ʴΗ10餄5?&fYz 55 ɉ½)ń4:s:k)9Eޠ Ž<9](! U8=%)☴~@Z_jm/%)P/dlSW2Y EvTZɥ`a}%mf`!i0?&ܦtGNf{dA^ pl,foch| wa2?{#_C-t+0hUj 2|# pt_a`x5c;Tߘ)3;0뫲)]X[|,N=֘,& N9OP<1nLXƷ(M$2Gx!Gd"SA>nđ2 S[6fUD[vo(Pz9>6WIq)/ /Sn0ɟ{ө[}aIK2|l)]xpru&f}9R/+%?K]!8[M@@75(.G0mV`">ɭkHy%H,~<~G[бк[ooCpF J& e) 4@h8qCg wy#0,ᓅwn.4maڇRlb{;/!&{U<5=\JaզKjmdKR}zׄNH-U*t+qxP1  [{vG PʴQܣjۆ-!SKΠ<_m BcR$;GxIj_ FW-YF0/ryT!~SUk:CgD&8XF#eF${X Q{)iit/'4JRsh(\Kְ|ɉc8wiUk(,qaWlH+ՖF@x]y+`@n\çx>` Ɖư 6PVźM3}?5%)BعSzoS1P iet]-tnjݾ,yD?5Ukʯ^c7|=%|*'GJȿ^[@"'lDlQ̲? CLqmNHŭI*B) { m5y/gQMQX[qiWy$je3XӥPfpQX~AU;cwQyH@ TI i2Yd -we#ՁhrT 1U ;[ZzcYt!W){|j5*)K!<}i_}9 3nzjj v8|#\$ lxg`]D/wrreS$q®n2*;&Ce?%tׂ{xc/>Y1R%Mʞ,E_Q )g 6>z[ffTLW}(omlXu:M._OUbO_gоGCaq&k:LpqlJ 5m~To#W" f{Ժ"܂mqZN'UB}T"躡d|i'<(~=CSP!jyp#[k14U;臝Q7KcDH|5}^e}K"Z+%t|Ogքl|*U9b_^*_2+^ɧpӾgt%:K{; )8g ϝ1콲P)OOHR_ͲVH{WbuLu++Ҧ6<7޷~'p keIQSQm8c/HE.> ??GgmO [H&UfK#? IeM3p 9­ y&L@ע45M0 Rο޺3ӎuf. |EbRy,)C治G&"3>I_B$hv~'\M6%_X<[J ^4;am<VVlM]Jdm>"Umu2aꂧ.[b[mtx5 n%t!slI늡5|hd)*4c{[q3d@` *i;*xdKx5c=21vZfc"`dp3[J˫trP c߅&6=ob -LunS|^ܚ^gSM4&tU)kk6l+)D5&ؚպ+1 ݂䊡vDnՠ^X+^}ɟ2Q.6(VQSV% (6I&+-dGS M!p@y< ` 3gˬ? #GxOF+ba>| OLkSiif S]6L$ise[M 1P3ϐi(cd^Yz٨9L\ Z C35sCdW%VzPfD +r`0,Xh~{hV٦ 5«yPWnj0&EQl`Tě{-W(b=B0P?b x'DS:PX2*S&>#r fO=ܹ*nvZ+g˿&sz:0c.:و6U@׌:U_#146(K-)']֍}P Juߪ)WX ^(|6KR\Q83  ( L`zzi-کD.bXS=*L1e@vv:Hf:.T6Dˣ5ěG8ڸM40ȱJUx+ugL-c1[1wn¨L !Eu9i-hh+n0%d _4W dA̶ ,3 D \r޶Ks V5ZzDP(g- 2t;2 IWKGl%%Ӱ(m 0b3#pEnR|n^w#7aU z9/ MKXn,N#A?c_9a~J%ωՎ6(.&ӌrb']9!I?< }MC0 &b2 Ox`QzZiP_!,k6瘻- IYa4Vf8!ۆl:yXzp΂DAn\On D[!5۲<s7Ǔ +8$[7¬ BKUTUXdc9ܣ;4OE=IrEsؙZaϣ&Su3|8J" |lL91od)hzg^y[?=ڣF%n 4<\b*tlfiD)rg`%%MMX`/l o*ۯb~FS2utԍØM2}Х(G:bB( 8(u0S2v`T8Mh>>3xkC1ʷw@ UtVظ1vX}᯳N0xpཽ8ֳ -#:cMؚn?_65QK6"(ed\иZbJ8ts%0fV4ա>AgcsdC2( U#dAL=pz[8_VM g=AekkhۤۦF;XG bh-I=I.okd˾Ҧ*sb aZl@nfP |K PV:8%Ѣwkۢ^ ˝+&<;oe7̓tΥ ?׷R+&iM<.%nl ,C\v\ vTf$3rU%Ns{QoyVv."~7vB =NCפ]ܶtZze1R|Sᐸ'RYGC};PVD` ^6 Kme^Rڇq! Xϭ Ƀ *z>^UKQϖұίƟ( n_gHз sU`L_`xOxK[ 31On-4 ࡻ9v`E>G܍kGsm:_QK^y`X ⼧v55ane7k qF"xphAi6 Yea3Yx[&[mB͗zСG `!T9!.%拓l,\jО?*uMeֈ=Ze:]rW>ETMQK!v/Z=pJ>%6d蝋l\uxHc B* ɼY8} gPO4}+;%f jb M& eSF&JKH! [߾0fz94}d|ivhH}jak opL7 4Ju:L VDjK"Bir<}Q<26[ p.:J3d0jˮμJ7=Oy{$ F=m 2h lɉ<&j|Wus#qj»x0:O-كiO> F`hU|>;ECq =?{LfJNJ،GbMUjvd wp&$Wh 7L"qР* e*"_#n_[5Ϣ>6wL Sbک3C\MKJaxì־,??CRS`稛R@ Q x.J ,UfvڵB&1OіXD]?-Y>Ndڰ:0SU A|0uvfT u67qk5 ~1mMu-oaQ~I8jRadxuWT{ݠ0}¯.u5Y~>PhPH;NyG,gNAÉ2fx~u,'+߫;;E^Å-ui.D"SuW_ټ$/.֒x ڗqأ`:]d5h7}8 paf$''"WP|@,Rp:Gì$?V!6Vp:m4Ja`]ĵƱ6&dH9Η&`O (t:bmXO/YN{xC"vAI1cVzG g 찔_;;. .> dBBlL^B7y;a2_KX"GFޙs7*I>}:ةRԿEx->f%[v x^aQz]$/*m+ )Vjvv'O jqDF џ]=cQ%B * Za9eri֞2Os<|n-_vMBw|}؇W9x ԕA/ި?W[1G*nÖ廦#`/M̌?='RNb%Lm2?H.A Y_)RWf7u7bFx0aˣ*5$6NϯdK;#=d#N'Rrz vў3HFvL\ZEdbCP0f2&ң YVS"( H9bs`}NUig[ QJIjq_z]T7B09'Q֬ q@;yVjmԦdW3@7VngH ROqN(=v+i{@U9V1tZ4i4"F@DWcul 3f=RYxh$PNã"D|foGL_wA=БP\5ȑvj$SM1+(N:#mQN\x@&=7 JWNgw<ş嫮#'IkqB施pJ&& Gt2KV6 e" '{_u95E 6Ѝ}kQ%`\^>/`eQ<\kt }H:k34`XVL`>=V ds_D$)곭74Sjx`X`Q4ԙƃW 9|i7t!Ul碍"W/m~2ۂ ~v TZVXQN$!U.):#Hc9>mb\}k3j_߶dAg#i'bkvQU3R8  +nc .E %l 1qkL^pA+>sx|GR0 +g5o\Ĭj?&U# <ޠoK+SAzPBA7Z6xR6[d6ůs):.,ae46֤7A֬YYfH7wv6iN=wdOmWWnƴO 6*/N٨#%qF#['[(ӭmCw#XJ hvxz&j.&9w/u |oHғ˹Up=ۖ1bxs]{Wd0^ W<%?pl*ŷb@aQtOO熘n\Ftl/va&xEӄS-=~vSD2^D=ƩU$)CTiVl '$XjF8%A?a7+"Nat/֌Z)Q}ŵ;$_ŵɯ(>fʱG_EGH?`TC>&}fS0>ZAi- ^b`l58+=A7}0 @M$s.2:+ crQ[Ǣ > =PXsiq6;rNUDA0"}Qۭ 54:Ԥ"zl=NgiCB!co1MUG|ԙM[N1,1G.Hr@9 'WDNl Jke} q.ziJ_cRƱ;!!qv$C~(}KTƧ_ }F)(n,QnAA/E>bCp.//Y m5c<;c=_lQ`+9mØΉM5MЎvXt~;I7JY!:O([6`w3U8eqy-ݙ/`%oߔs'?}?[ ~7@/Bpnѹp#,8de+DycM{ycZylջyyEkr. w534.m !@mGs 9|OΟNC0x!Q.pR6R%0@z_t&%Gdza.fHຆZ%1.s7V04"7""WG7"=vXSֈSQixy1$̜҈銂VRiu cͥo5S4TѥZe:k#t&WEGlHM،.I%OTB({m(&nA^cR`6$-qϥ&Þ Nk )NݰБq n'_TlؤpR8C~L+"/kr2QjfgY8UbwީwGs`e}jlFyJo,Ẍ́nmeX~( @}A ٞ[?(PǺ E C}v%Q--5AJANZ]kmv[Gy7c8,Xz>^Vb~y^Cj,~&6wǣS9}&9N+JΡ27%d6Ǖ3uR(2}2Q eM=GʡՇ^eJTfYXq>HmO* ڍˑrc7Vt7d!lri̦']!zTC*Fמ`ʨE[Q8' 2ZqgrΝ{?oAnlB ;߲qGAi\KMYNěUxrQH '9 {H 7lG&)\_F+Psl3Omt*nT:fkDOh+> ⥊KMϨa g’H+y׹ϓQ;Tb5k[eetADQ=)$ N[ n6 SaDJ&0RqFL&*Qa D[Um6[@h-r:=TuV紝=;!rRzv" 썕>O#=Q@f2 Btx {EhxSgfhQGiGTrTe:fh4Z; .=? h%nZi6)sf]eol E۳@ouG|y;wBMa%ɘ)%i1У9зuF}O{{"ٹKCqw|sO~6]#֬2/WUB",ƔN~AodV ^פCJf9T~V P]%y[Mx)\L ,q./a_zXm\z2.WlHn4F-4e \f/t惾v+4qSڜćPe$+eB75;4R_G%c' K$єգ{REFIcJ -66PTՒѲnSvBzo]R iBvxA,ȅ^TqWdT~ۀJeFo+ VA`)Wp]Ie^*9& P)q̍f5.N,]?ޭXH9 Tm-lVWé֚YRFd'`jL'/S~_,FZy만3Y)㽬g]ZRwm]twyyun 0ۣo;v{(4>M<*o\k.ȩF ZrD7%9l g]zaum̼BzMA٠^wbdnL1Am]RoCq%|kE[QƳ9窛%He*:E:6sFWԯgΌ+\i?m=Xt3p(4!R-W8ѩ22Nb@XjUfb4X_ GE8 pBd_P j HI~eE2KPAE1[Y]Ppk-3ƓDLkmUi:e\VzDl_db&?g9Ir =j1xdKJ{xvA/` :Ab^CiJ;wЮΊ0Sly]4^>Cb4ćc~F ?#ШSn31<ah@˕7(\d=-Zřv}7,R-Oȏ.];BYbَb,\ DŽw*ҁӕlھ+zĻtI@t͋.: E|Gq,bXjii(ANBB t%7Sn\"qcT)*$ÃpL4]? &*{'~ӹ*E,1^Z,A@{ V5nV?wWhö.1B+-,wh{:r!$[߀ܮ_'f80\PoWGIEsG`s$ad#U1!(g;vXkxRdNJ;0XP ?Xн ۉG~>~JI#şWpH ć[R{C@5*ÿ(ZaP`,n?sWr*FqKLIڞQ:&r4 =tQF;}} ,B_@{2}̪5omu 7?ut8j+MSBYV^*1ya~2ȑGѯb[@YFPWury(ܼݨ Tu2e}Y8kԄ)?2>1٩Ts'JLot[S^ibuAAE)R+scsbo̽7%Ap'jX9 Ē?8; ~Cܮs2ﺃ#: pjJwqr(8ХIUlbEj9AZR6v&X]Z9Cm^#0{ɐm+sÅvC-.X@ $DUrz֩WcKѬQ(3ykȵT^ƀjhb/ljGvV`c XTYE(H$J(, 8 C-46&=h^~Tƻu`f8>pJK\H{ebӤXGcBH(dntAR ϡV-[apm啮jlHTbs ;K/O[]o RQqujmZ^x>ז.]("V`Ϩ3bN g]::!vvAaWD"r ! .Tbg`FUlJK".KơG>pmItO 蒬=7P p{jC4HWPձtq}RB?amĤ%tQǬq BM)9lqgX. D1_v/ՓmЈ_NGu$(mVlbʔ5\%J6{q@ /Zi[٘BvRA9_9%z {6juG.v*u"ɨP!}E_|&_49Z$Sk== R@jrX[}HvMni Aތޚ7fqі +\{I%-'f3s0SZ}vm֬-gY/X+)Ù+]5UHtZK(R,}v+:lyU>1'9_fU^tI&"{+]gʓogJ("{#"(r &v+kK;NytAy>uۇdVutpFz\Csԕ[*K6&'덋)WWffnTêj$Fېtupğʏ'$ : 70[ܘZmX'a#4%&h ; AVz+j<+#dAnD㬨LDOׄ&;e曷aE9Y8#+=3)y&~BJy^B]<[_t$y'w9Edk^t"ܝ1 [ hL% J~__ keg7לk7$TO &3VYK!4u:sO_ߒK8P t'QhwE-Lm|8Tv+ 3[&%Egj5y,.#it3[rb3 `9Rƀ^yϥ7HFqOZZ\ U'E`~ԯ"p%$ش(K 00 gDO`۪zUF6}_,uXRӟn ڋ7T <s|'LVRv!^w {2K OW=οj  >kr5ۓTdDN#BT0" ̉B[_^h$SgRF '0 ~-wZ(t_ꍽ;7aZ0oW7)r9r?6$1~bd'.En=x^B=:΢-j~>`nQ}Zk-)zkz{Χռ? Vn)IXߦ m[P̍F۰gZAƠJyXȢ@ jOb]k}p3N?ԦxhNS&WUM*0K1jig fSrfwHNE/vR 1]R{{xƦ̅\N"a5 yFq^~!O`e=ƹ֘c)u-V(ZeuTz ]Ń/dhs,.^SwuJ_cjk)Vsd“f3Œ-rJAV4M"hGHtIIPrwT.Ry@fc#J̒Is"g^TGnd:)~?:beeeT %(=Phx#7T@ c6`T\5yoQz39Ɛ=WwӖeϦֿEЬ @/Bh`u39fv/<#}Z&-0b$6nT0UPRgtbSE -2r0]@CPY~e8# 4+cDz_r(S ?ȻhxI.깊}Ў+ ;.a ~.7&4g =A>c\ĤP< E,7۟)#R]p~g7u7aKp8eY:wJYuݳ W^@agDxbNSh`!er9uA\L-hq8դ(Z pILP#o5UF!eVrVTˬCf*;Zō&73b.ݩmVM<:P uTUXؤ)yUݍ=ؽ_BR=mMc-,Oڝ|P'ߠ?Erc*} "%@A"iEFj!0Eu[Yrid؂ϢK<fC<`AI E(sSN?gX|wVkEyBn GdɛW3@!.AZ}EhY]+υK|V#_AdT)F4lZQ$ FQ}x-P iXxTF E#< W|Ԁxo>!KH [5g'㏕}v4I;cۊZH {.1LmVϩVE1mjz49Dp k-4ݚ/m]iy~`U3' ?MG̘%nc'*Pyo\FImñ-'yAxޜa[*Q%fH<btjVȋ˯Wj1s8Q"(ۖSs}ih̏@-gxkXZ?_쌬P\VG[>ݮ|}9bᤄB.H Я- QoPH7+v'*Şa8+:橌`ʝ(#Kya"#Ũ4yK+Bf> ѳJILL,,iqu L/69sktR$qxD;|$'K㹡)2A뷤kHh=ȗZ㲆4&^^?TVTjBÞ3qQ;Jv{ak?QOoϚ>5qkNCڷE'm8*CpzLZI|~/'n  s+DFQ&6}z)f 0-=`|yMV!spI@_`KrqʈpnoDc%_ &fV]?)?W;MeD:V:4/Lf89\ $e;/W_գj ĭwm(/OCIn@ad[_9bfYuOn!)>geqz4dI*QLوqI`Cqr'JM?Tb(d%{X,"}OrLp*<Ψe;YaSH0#W tC1((]֐ytd``Q:FKR#5B0w,?M,;yԽU+U8oNզHt"(9dV ݲEahSa߳eA Bք8agsOM2!"Gwn;"5mL$z+?l53e| ў(\ڂ P~$4(7fb.3p\O a>wsOn@O 9,q35c0Bk۠0m;Eg)x`SL!0mHzȿpF[ϊ)7ɭ jacJԈUoj0Qʨ[&M\"x-Bn;Ń\9j~؜CF4?$>/senS^hH.c_$ )qs@kyqgw5}"es)5%lneh p0TtFf!lC> Z#j:$NM*feOR~R$GVa:Dn04Y/z]r :b ޚA37c׏g Eӂi?4񟉲메 Ul}b>UVd ˾uͰ zGҽK(*(b@s *-^"0 >$ &R+\KB&b+XN@Ŋ 0zn*(o*j .̄$8bܫ b. .5/eA@T3<́m~zNpp/QY&k Ç#u,ƽZTbaIag:0KF 7N[^*wN~}S$TVԏ0pRu#?y6 Ϋ 6e*R~݈k; r;Uv}Nwό hp<OLfdnq h% tW bd'LE*.8wlz"Q,FJaKG[#of%E8~[߿eIc?u:L,}|XyhR Q0.-:- L1FM@HiO ؜x9jniw` \Gy{bϋ>'B{}3\b\;*W;7}KѰqRcR+l\Q>S7Q_fgቡz<˹! b/G=3 ) Ž!@wUx^k':7U`$ iZ- V䂪@̮,H<*>s^IG\1G ۑ5d3Wj{( 8u`9jL㧏j)2'۰s lPfL`1׫ d=~бPE`9>ԵeF |9^ԂP狊ˀEyl;vsV|^i?`)EHRzޑXґcb$ hۡm*3{ѹpJq= s%Տ+.+(_Hpk3Pĩ#$;2"W\Ble_9N ̽8|_yvB)laض9^@12+Xj>SJL2JEr[lF(>e]U . b *wx`xݚXvRM3t8b}͍jst 6>+, |aw) >\V;D|zdƖ=PIA^{KG0h~O1F s!Za~&@ ݗ㲳Iv k *l Hv '}5ul9b%1lV7{:;Hm܀}!LB ?$X{+s3([e\JݥMUC*Whb;*@E-tǁ}Ӣ¼%%#@B c Q /7R-全?M Y7}r(|?X NJLd8s{?DMs=Md%?PwA1yçTgXKjw3IGT#k%^u~_UjAOGd3׳Ը[=ȝ[&:Z)]ʩPWs$`G'?!\*Fz5tVU6X}SD|$ PF&sj3QrG~Ph97< {< ^U{B!gz>2A sљ2^<Ҽ9B27Cgq3=RCn?mΎ\`~6]BkX9T_uُx4Euc#sVe0Yt2 w/(է*"f32PjCia|DqHfMȻVXiX~S<Qඒ<(mY")ۀM1剱oU"d+PANFe2qz7f΄\cf;z**PBϰy>UK: f.cOlGJVx(/~ >QlGd,Γ>+K$ p&8I FCc LETvڴ&{r')Wr4g~vpM.1`0`*qJ4) ?[+oc4M<zA;f*yLM4kCeU-zqͨr53PQV:Kg]A]k2wNc%hdX?D3E4aeؽS rB N3)!`< 3%+"r!L5iNu>Oz#/C{fiꐗy1xK^IE |w5uqvA]IbIHz[|֟ρEZ 0,3¤xxi<є`nȶH]+ p|ir|;+Zh @yRraX %^o5Dnkw:J/ڐ!Ш~-􉯦E'J_8yHyrlϠmNjDyrdI]`n끉1^D"b&/hh*:EQ&NE-<:Igΐ4j12Og:ї׏" -U:9/J.}7.&[%| A~0\^jeMBgj ԋY!y;.ϰjff2.nт_g0ذkEqolO} <B6Y5lΧ9=oېNv-̨UX޶f* Lۃa~cO>𲄵O rbBJ|W(u{uIɛ=\j^, hŷߓs}cթz?,ipq' \BH>{`?N"l}jUF_QzMyE-Rh‘@`+5 }Z'ճ:y;xty:/P I0]U^-d,D-u)Jdcy19ҁ[J,|uSj)bR* >y~T4śhmGfͧٶd*45J6lAM)PBX9 0šOSߌ *|{g |1jck& O5/)#P2"fX l۽lOyTu;*$o;qWzxL$ik=oH:(B#˚ڲ߲ˉR+$,v#Tx7Sӵn#LY^cy%keokq=yG;\MTGK EyTϻ|,dow5rFfl*<`O:gLvIwLwmV@}ٿ MV1D5sP?4tVY>ߠhVc- x]_{K'} h; ŷe׊Њm% 9 g.#| vrAi\5n`i1Pg!@U#hLnLܪi*r2DcGR0 $j2{GeuZ~ǥ 1܈ƪM r"@L._\-fb7e4D+TZ8f?'Q3"qmdm?}b]\o$c.: g2nlv:d{,c:Q҉sPL i lrx.i@DvG.5G9 n΋TSjCJ*ĕd>ٹ72ov{jNuJ#~Dv F/WVǧّJHF) ɫF'?l+ݺsȓ4@LD@VDƂLe~Iu i<UR#V0 Ȣj3U^e`V\0" r%)HYcw]u/3|[SR!\C.f08ܕ=G p>ּF Ë^AdMUo@'PDgO*=0YY.KWQ"{ZCzRI '8BoP͖<h|ŽPEmXߔrfżii篞+q*7D{9vml=~3;>]|-w\[d3@hkFd380LdKe'1J{-Zk.Ҧnx<Ȃ,wU񅪊ɿ=z;z4g4[4 &2R,7ᔖ)YPi&*B|f3g@&&HB;9|D0 qȭ8$QlF .rxSQ3P^tX18`Sm">)t缐\;7q/@m{0ɳͷ*H~s4yoQGm=ą !` B1"ufqüXiLaEFlWbAj).zt;& UsJI1ԟC,T͊,aLN#`:n~퇡Tݵ[\w9O-v0]{?$)L8X@p<TͣW5!r! r}JxF`ze =#HJcHi^*YC93uQWPSf$KTE7F0Ej*'DLbp5">hǐa+i1L )5mlH6EYU8[eIKÚycgV$QU}< ,ŸuhC"V؏S801}"iK,4g߳"Ś$.IES>I= ?id7g#])rK°a9(G.aG}]e4NDXG`XXA웞!JC(㌮q&]GɿP<=z@*Ow(&Cy C%aP#׎ ʟq>o`U GQ} PpӍ^>CqBJԈVLFrT܊sO MQf{gܴXGvpVh1'*n`"Q~ K_ +w=tc#JK7]36߯2xxUU$T} U5(DTBl e[yxyaj%rrYkElbTX.}ϏH8/tVQ;N`vvG9>^Y g,LRgÓݴpfkInrDkp@Ȉݶ:P z  321HwOKvf $ՉI'!F(pgFr0GAluF}XJyn1y9cN#][5VTtud"Ş钙]@g*'rՇbv/b-D|+LfߏJ{$Yλ;nQ|^^|6Z3o 0nF&!b!kLLژuɡo,Q2 8O(Uw{˫@g;JW ;]u6=`ŢH0[X,&f/^RA~6M5x:-9!F Q%a`;=달ZDewݕDݣ> 6`Mº0?D5^B$t Yxin]bje5[s!@;G'N4{dLQQHؙ oȮ2.hf {Pc6ZP,71>^ EZx(,^ovnKKvX =56JНCuׇ ldJ+7U7$2Byn2xf/H+Amh2,ꔲ0qG+D0CD0"1@ˑ+K|-0(uښ׏|OQzJzze/ۧbNB;#h5|-*P}ٸ&gb\Z"x[hpLD2/3W@W a+Gx eďBmR7r{YRPZ%:؍Sȱ}[^'$˜bھ}c^ã2C>4.no}^{`Ee[%@>h R%n{vڌH˹xgPݽ!7O#rS@iFSȞTtAp';ׄ&rH?l淳A D=j"H9a*g',`\khNk` ]H ,֕)_KV , 4{W=M4$:;v5=&H0,qZd'+7S5;wc@N^1`!6YU=%$#Q6s]=@Sڔ;HBZ` H,%DQϘ_N!eYr+2S|>p[@=i:NL|*/3M$p@̘Rxc2k-!F=Cܖ:gѠHE^GjzZ"S !y_ %@n# *#ٻa31B28֚~ ]smdԁb X0 DXksX?f<{$Ɋ6*)(Zy  I'u~3o"+ {17F#p*ZUR,0pGJ,P9R#;,Q.39<7I߀uJDcc}}k^ SLU\jA:kw}o'3B`n.3Yzo8&*|q#N@FvFԙxq̳ k}$}}[yQ(>+6y[oFyU2i"Njȩ^'}WvѵCbܥa{ Dd"@{ƩjoXl4{zƵ3t)j:"?@?ᄴ?FtaȪ 9>BI\l{1JY- !M04۩z F1? R?~\7m\"{#|z"jl ݐl26bΔV(AVv,j!,V\HE63쌵?kЎS{Y6(r > R]QߓYc걮  VծWPPT:D52g,ԁ`Ivv1T ;# U{Ηsn:v:5͘& )*؛LD4@*z>Q/K]m87J+ƥRK Dn_XbBc8>' 4^/ԐsL4F8+#t06ddCS~ nf[ 49xAU,[ԑϓdCx%z΍)uVoIQAMy'AS#ZK{hgu۷JMR]&Gעg3kG2_s(Cj]݅TUcKm!Dʤ]R4v93U? SH_)G/$d?c{߬HVaɒU+N#XU!!}eZT*$TЉ2E>FP` $$jyNjja س" y߸HAP[mWX4]=v C#S2==a4X1\UhO6M(-1(iٿ0>puy~6h \0r#nKkNJDCKdJ< 7!Zm۩ oD iOewo#Vk+g +Bq܊Op,]ÈryB@dGPGl4\ &xW25O]+̤9H"+H%dwsMA`Ou-e \~wKtIۦMA: BY 6] \w0KUd'e72zNt0QMJtxg=3DPaVK_9ub=7XT0ј^.=VTvLِūv,g} W&HLg .Ҽ00 Ίo5wAaz+X5P((.|ŷ=u)KoXc$JkgIvDC0w6u^'eWڤx􀙭 >fz{,8}aC)& %}U8QJa#o j5+[HjcS;Nh"n٣}e况vrdu%j)t &~մ:uoV=Iyw[?3ٷiL5R֫TG98J& @%{ Gkv6I#$saG8#TuFe< 52HpDg`~h%PRBBVfTȀkhMo Hx+W hTu+g wyk3dI)q{ (K5=HC$d`W"|8}CZ49l^h8K7TRz֕+Pn Ŧ"S K{;?qZ$PQzQ2pS59hw4ÑZjvi`3łkhjoe|j~S#X<.붆CʒX|w Al7^ڂ#y@aab?-0@*RסW]iH1Њ~6bl<:1{9RKFhc]Hk[ )02'vg&VCY\[CdXG:k3ۖ#GBo\M2a>4p«  &'i,m?ɡi'i4֦pBW0`̍KRɪo=2-x%8|V&΋vN!ͦmɺj$c>Dzy0wZ,e'>T{G׎CӀgTc)`gG{V|B7O^a׭+gx# {wܤ(a ;g~nMcφ7衞٘6=bVz^mCd@n8±"V~6~o,`՛x >:FEDCF-;C'hTg 9x)5GWq"SYWŲF)&* "d( ʚ` UXB/|.&v{ܬE0,{qiB(a#,@;KJWۢ7Ux˺Ζe,ʜOLaaʬ3(놬X~RJrYہ=*9"x6G:ZhnUM DõM˔~Mwɰ4VȊipLuW{Jy=4<83XL> #bk 4mNDǪ5Od#3 1>/?{=,Guahf wwXi%VBH{*ՙ@4 Zi:_4}!ߤlBNM1żqT &C_^vЅ J4b #b:LWJER6|f*y Ԟd8odi<󞊃L@]Cq CDlh&(o* >6c5⭐iY:w`1aELs䍊'_ bʟQOyC EFGLWB.p%jG{.Y{l/ƑB4qruWp䪇XKP6)s&GQ4#twr\Vi5ו4TJ(~'3'jLz&!T7#HаgĖ\b*e{ j &d kB0)UMVC?B>PcOvNGذCӒ BkӺ. I|pΪy_2fw}oP(nݣQx/د>KE3~MXID6aٺao•iiJt1?{W6kL|//`Y,t!?& FL`ZK| i͆D h&<GU6+Ŕ}9zZu΢Z#_PPّT܂y>EG0,G}k5b^u-6@4Ҿ\Ql 3oNs /rXPzhQ ~d9< zT_N} 33QƉ姄l|;UFWbOn3RPQl#MNˢBa)дYE3Ws"Ks^ZMfKfΗ` E FcMN8qJ0x)EQ;5|Jmi@O`i}8 ()=Z`j_*CTFi!yr`S˭\b9qWTWlsfI8nqDZrݭV)^xG.ZDLր{#l?6 9h}z ?^$,h 70M{"{d!|*kD[e 02߫y =|\JIbcOdŷC =؀%sщ8Q%%Ⱦv7Pkypo{YU jK}aZF,Kiyݪg GkRD賊@ķ1:@<5&Ȟ/~2l~$/KJ}Zu`[7@ zEEAƸ &gG7݂U]8.GAgVGCSNثEuxÈx`m3'Jc^3f5aM0u=B.mOby$ؚ$@RvD)mI{I ZG9Ox2^/'ɨ+[f3$HzW'n3ibv!/\gD=]N!7Lw:CIpTHIsLCGz@Gcn"4.\ǟ37Plr·t\h{6Dn ~jHGK<"+B^B?_'sjZxIr8.wxb$&4P8SQaOnM$=z6dkS\2u!@D2!&F@ԧz8se崌Ӿ&c$ocjAVkJ:r,r?,EHln) ԦM7 kОI.|*Sb-71'^j9vDtdV7KƼ)( 6JJZ5QPFMi s J6#!9$7'JYp=fĪH 8Nv`m^.&X{v!,V-kA P/swJՍ듔sNe38©yP>v_GӔ<0d>1ߋAG-ضxIOpOTÒ Au-2n"/~WU}I9n7Sy;InecWQ bㄐi43 1Bp4rm^5#)=u֪đ"C>mTP/-꽆.YilGH.۬o Kpՠеs~-ȓ*#nz)RDWHjaV`1[r +v"9,-NC,aS˻ MpE } .HLނ+I H/(NljNb_3XEK|!MygizQ<@]Ŭz ^8VˋBޒjR-Bb1S 7&FG-8)EK8msioe!taUB!JT*`WDE&X\VPq:: 8@jS+͞A屍\g4Y\pva#uypmZHs +$naVu#ō5,]VuudU8{:8Q23'-@ byzL:rE%.s 6GF6CWp#;0~$_~GNe5IM? !o&^o'qTv= ;"N-–Z*v%ӽSF.q k~*@_9L+Fzp\.حHIx{4k5'Oi.h\甗nt0eXC/FcS8QI Iq @[dPQH)GWd0$uN 㩋x 70} '_ܨWO -S_)߱K=(67|P]D S8[ɶ`{OpmS#^n^ѳxv`Xj v$(]; ~<"0aX:D;`Mm] (ǽow/ܛS؞jېC"7#3~WNA՚6G_j˿xÉUc2JBz%BJI=]]Ϫ)#*Oؽk֚>'?5QQCϢ ԟ'm⩦Өl< DtJ&G'Qlu 7 |NlG4; n w_Zq%-: *ޡ QVy<y2;5sG񵢳X.Wq nUO_$OIF'i};+QЬCV(8_xq "ՏMjx*Z4Y7UL;: 0=i"kB?h޼ny@Rg}ʖ|'*ǑAdx+- N)>lIмKOw)][ xQ9ꡘc9p@:E`(dd: i&B8!w/U5 T.tW+b$~jĿ^=@`$H㌊"G:UG_j7*yIZ۪sMN[`v,p* 2Dx+d{6C1Iy}}D_꤀.:$.TO~0zRGF љiIZlG O"MƆ`p|F}pI a%1p0иtm 3"R3~>iI+5;$k5=e/~;)Ex:BR8 Oq&w~wU{rƟvLB?j'Uª"yɦ|ͮ'F (.+ If nO|fyQ 0ݡN Ͻ& >_w8&Dj?/prc9QVEf &w[/ۑߞ[,jNҥίZnNŪ~_R _46c2t<؇Fj_Yb<܄C* w#u33HdnZ ށZu=-^D31-ʸe2}2e{fٵYV 2{1: |n@ /l r3+ol*IEӊ+ϗKv6_m9o+mo#}"62ltGpfF>2HD2MvL#%ʼ_@4 @F.!W£Lu[CԲ 7:? ]Y+\5؎KT"(eg/| ɪOґa(*n,̴,cYkt^grzA(%<6Y ?5ba` phLfsK,Z}xRa!ǦcoĮl5c⎚K[*7 ^A@A:.2bq`[-[(]_UԂW͗_m2hbs6ZkO~+Һ- -g+5q"E\U%_ +@b(5289ҼR%Î$xNIRLu?P[x3䕂K\`#B=iѾLv;m崅37R``:JϞ$!'tg&L'$DFaJQ: \n%cq/]:>f/r~cᎩQ^܇Q?4=ݑAC}q_$4hk˗%=5=T~pZ87Ɨ{`,2w ar_# ٬UY;T9յMR|~-e#{SfƦ9xCZfO3*)m{Mo&C^| J+*QlʲLn:le,^N+&":NՅ;{zP$]1DVvK&jلo~YWozV}@CTQBYgeECȾv8l)eþe{@ ~Tb} f9kSeg7H*z/EO2qi%u!m-n7vL@Yd1ؠWMdb#/W靊c+RS4l^d4«Qec޾1{-3U.I Cg X[wXa@iZ diM36܌*ދ~u=z=513fW4`T4&C8WNs~04"GL \QKֆʝiˊzfXpع!!fTpqPJLnnUrb6EjSIa[EF4]tls-Nf?~ 徭V{ Zry9K7{i[bck[X|O09Sf[2'mh`_ ZB@dgh*1pm:`k0uzW)rx{*Yۍѷ_D6?D9<2 ۵!b)髳$HIk+ʦS<Ւgp?@A {򓕍f+9&QM"P!ߏqQ=SL8K~ry2L=%h޺ՄGA%TK'*Pr5cm>G`HJn~eq|B _rUSxp{M%UC@]:9/Ĭ?Nb2 ^G*ѲVzC[?XŹ-QK'$AKpM= w8jiW3]H]j $̵%q{bqj;֛X;N͈F;feiIPPtmSB@Fm8.2ZBȉmӠ9 3yS=!y>ᣠ&Y.?SFAX'_Tɠ[qD$_ӟQg'Nw8r)Wʦ8n&iWb K:;oj8!jhg7@3a>e%,_Y-BյWށj03u._{ʞq鳿ѣ]~&d؎;풦ѰkF{D#d 0&CY]w$:0DKz`]^ C8Ux"!G[_^eꕉC$EH%:sDmHା-W{fV r,q<;{KMlP[$!*dJƐ"c &Ve0kp @*S8Bޡ4 ~3cfeK $@ d>k6dUfgTL-sZm0Ŝ}ԅ0\7cgFIdRX}5C@V{X~hM^ľGHD.ѣęyz!d<˔_aY|[=1;)avM'1:ihJ@aJ¢}ʮDѲ 뢹JŎ MRV4qlJ T <êfRiˊ 4g ť3JF.zKaS,q1$PmϒoRC[="D5b}`xpaR9lbзY9gՙH7cV *~! /VTBq2_,b-.\T0<:DARkv^j Ȝ?UOzY @[|Xq(\7V?{ V~|lukSs Z"QӋֵsw'a! m 5 #ꬃ9_3'if|h,O}J`Kr6V3Ԯ8"a*ͫ@:tU|}Zʵ7'p@ޚJØ/0 g&i0Ct0aMf3^Hxs&5i/1:u<ܱ3 d6-#s :QIP9NZ ,uۣR!wk)5&+(EпL uv0NokFa-@՗/i\*~3"/C6Cަ\lxd$gZt[T!~B<g O&:n:U9cnopscbN-Z#ݚyO {F&xke)v-,-c#\#'*2jD6{;Awι5_1wzgX le%O,=CRہfȸuJ$P{-@nU '^tGJRu(yx-PIPfuUÍSw Qv )AWM*&4Aed7uG:9 izyh+^Fh V߲@)z?ÔDa hTq勗zVN\CΑH\Z5!B˱t,@uhw=eyX-=ArrUZw))t~$Sfv^1DGuR6'>Z "E  hj. uD5(C Gm_ 웤g[~ `NBHr"m"0\~;iKGx+#r34Xk]@50˄zYюZ`j+T?+5u48fB$ )VkOӄqca?> \Efap7 ٘1x\:Ĭ:,e/a0_`w~'y@#ܯ*6@z/ 18)bS Cr1̈KzE<&ppl&Qra6+=iiܭz Έp{BFk\l;9Un<^fA 8sUjgq>oN,Bb[g" IPϵVis)3=@#=FDK& (m(GDZkE$R,R_ƴ%[JҠ'z6.+u k֊m2vZ8 M#_Y#Ɖݦx*p*ә *ǎ^`xlPTw`R̢Js2 &@S6̠ -طʹ(!M 8҆ :"n6C9ؖYOq1`1!{,4ʴ+)aY_ZZ\.b$A$OQbpkj "Z^Gnl0 7Pt|B"N_sDrl"/Rǻ4tڐ,BI;F_fjť /Ġt:[͉Pc"jF[P蒻9սafQ=i1tXf*kT|sF~`ˆwXgxQࣧ"zCE {Wy`۫%S 7a zbkJDJ'S'?|H x~g0L/<M މ 'B3p#,/ECogR֑K:t;@򍵣 (Ϙ{iPPazNZǗko:u2(&r'o]U0@UsĜ  rUُyAL\wBCouV]ծMl?M&5ZDNP׼bU-fuF8^Y[_o'ŢON/~I%":0T@m{6+!IT9OJ*ӀvYKMBN6'线a/vý1>\:.6D0kYH'?_Ǿ-.xЕoP@~p{%|.PV|Vy'",8/,𩐔x!UM#t!!2x5^7y-=ggB.wHb-*U)P>ߺ5hEJ(Ox[s't͇+B{$>a84^N ƴ$1EQOt4`7+ùw9®Y 稝egpQuo䛞3H~Y?[oAi(5quG6jp߮%?4ђȘP#FMw}* `4ieޓ&W>A|>7Z9R~>~h?zߣo6CQ;Oi#SeRZ`_IU5UI{IҤ'Kԛ6/]h^)W@ovA#T>w y.jڎd8F0q;xL_ LykLpwBu4z7.ۗ$PeTz;xȥwx ֔ȷ>a ЍьlGZ7}z/9o#6)^w秜"J [U`UњkD xvM~6, S6|(iCDc OXf㊃ Ps87ځuBv g4gBW.h|>Zwa8 v}az5a9E>yk=CpQqͩό #ֶr]KU397QВwBhK:_?٧[c $Þ^n, 1dlwp}m7Y?#Ͱu/%6U.-8*BN s]8H<>6cm.+(z\%O_✶%>Ѵ;]B uu|ԧ&F$":i:uT Z8ݧE;$jfI95ij=hV[[v}7,TA!i]q*Ŭҫ"lpl0&q'cC56 s,3'Q>$t/ƱuDG_\]Ką㥣P. ؛,1ʢ>=)If0Cpc"]Nv\@qRR1i*PZ bkThVBAgȻ$:_DJHEȐ/o} sܺHNJk 58!-ԉlITRP8MY_&*Jݭ"W~_c}5ѓ'ihwNz'^%R.' 뙸etחǦ͡]8ͪtj!ԓ͗5]3J+88wB;IÄw=J:8װ45C"Nݏ>oPbҊV\R+36!;.$ ">GbQv 1XѹsgHBjVh:ԛ C1os rntEy\GYmi,p ra%H۾:8jrE.{i/-AUw5R)!ϸ^#9ld#@LVvM-^pz8+iwƄ(Dv4ׅuZ#bwƂ{TF[ļ.lrH6U"8X헏n 2öׂ:%E9b_~.h$&2PxfI-1t-A,46|Ч!DM- ؘ֥ț2 &xIm&8mOjHd\ @ /PZMntq؃LJY N?VpA_9y=h7cIRА^%8VvHx"Yf")E}@+g vOēzoܲGAγbaϻr0ۿb9:9"Sv3+:udA_ @V(,5xY tyRѭZ|>E La؜pnrN`4fb`_˥J}`QѨFUP>RSS1h\T=؂Bhf/&+j\a.M|{"$x(ytJ5:2 CxNaa/rJRrPuE" ^j0;I3>] n&TKc0#Vb._Hh#/(=kt\ty`AnM zls@=Ϋ% Fr FPsb[XT K Ai'gF]'=b0~kys}mGK`YT7{ClA1׹3```o}4W#<뻜T-c潬AR/a4g+̃ݹ7^8 *7aV8ewp*~1y;dyq\bX!?&{?˾vKw+WߑR q} ^W3,Y)ed'UFA(D@oߑD!ӤKPց.iw? 0a$u%~jy>j3ib4x::*= G;':Z{ؽwAeDIfYLq8ö?Q9a{͆~^HI0/>S1`凵n77 vѢ/3:6 k9x2tNnQS{(U-mް̠c='E#G]#꟞l3q?0(Ov*FKyRb+)%DVg_å&7mH?bM0 RU/q @^ɀm񘬪^i S7t o^h%Üek1R-Cټ|C3z#iX6%p(0{3A7KPUr}*-ZΚ}_3LjDkI7i1^N{4 YHtp: { 4;2}gR ZWL&a6]61 $gfGnx<LU`GmCu~p ޵ZOI4ANvA$c N0D\)+E~a|WK+v:& 5Va: cTfj̊hߦu':OZ 8Ch`@7Ĉv/3ddEOR2JA?S~kMr7PBR~ a(*CWvٛ#yR‡veH=/$ Zf/R~ê;e_p-1fW͵ QOnRAhQ2Ɵ;TL$-6#D.h;߱2^t96i?XW)=UN<IHIXʀ[1rZOD|NޖiiPF}<g%Ϥ.ԓT^v@BsYSVp=tM=Ao;8rQw2}c""3LX: yb}_ڻPX^HQᜡPrFAks@b=PsZkҤd* q*j݅G I"=ݷ?.6z1=Kx^ʑP:{ZHqCUƠ1kygD‹V ˂u/YG ef$ɍcic3,CL!0'/+ ]sZ z)3gaO2cCǧ<ע8~e~Hf/uЊ Lcy ,4֯nql$E=Vkި}3v(0Ĥe;7C9s맿?W];BFr[X>-yC- =جâ~tVᇒUze/d.pڮ=ɛOn7ݩ2M"]~\}IYM)w jek8-ƅN_ 5Rr|#Ú#3Yo^$v\IVjx]jJ+n2-R3` fݠtB*!kLXA(,gd\n5n{RȨh liZz̕Z{ l .?hu)r.B}MIbFsT3-?U ޯ0f3\zzTWH%1hcQp*(ʊ8F)m3_)ͪULJݷo8cAQA4;[@t7mp5aP; >C¾Ϟ]Y֍c.%[j&jeMg󿧓}oY?/Y*-cG@&v$Wsoގ\I<:AzBHCD~fIo?;yț6aN2%QJLC- N шeӓ0 IOÞPh[a jkԂJqoTL+s5Jb;v9aЗp} z.vb?"@\LnֺsS㝥9+V=ޤ<ҵ/1+kTX\6 =̱S WDr!8)O-8Hnt[zn#}ݻ, !R< FRܜ^H@|1% w =n/H`6VC0qyΞqBm+AlUvQ׊;W_ÝZ/;Us«S٩C5bdzC!^u|6lڳ?LUԟ[Lp.`E^-e #Һ BW0֪2}fv'D{3~eh濖a[!dfx+#c\ y x(Sjâҝ@A귳gQV+]bs鯮5)H<Ȥ$EQ[MF.CDiUN+0wUAW4 >@ V=n`ÔR1ߒ Px*MѫUV~N F3 /42T.Z;2bci1V zrfgvJrگckR7\IG}O1k<\J1\Zft,G7ZKBG D:0wJ"]Mcleq+̈=RjN2NNB[=Ė|>BŷtΧZr'ƚϹXqtϙ=MFەG3bP9NVlΖ!n#")sU82 l2۞?ҫY2F늪΢z= gZ@}᪄'Ӧs5lNo]a1Ԏa/@*[ȳr\>%Q'Hk9#c@3i\Xa}})O~ٕG7%͔đt1co!ڣ&Ho=Pب@NO5Þ$Dմx DpDbWp|/"P(3 jp' Q*bj,뙦7?5cx8р󡩴Ċ)v8w 1!/rEL%qDM<C[p Cd|$2# ͘oԪ9 @yi$Rj@q%U= pvp S@=cJV@&v|I/~ x+e(s 7 D@xS^"UaQBUY ZP=j7v%EeR5x0^]DH[X-*"m^ɣlu4&~K"%&g9rUCmUԤꌗ!~Ӳ@JUt\ܜpU}(05섙IY}lĕu 0i[ǏI~T $\ B]lrk2Xuwp< {qvKOi^U~Vj3߂vCe.A^5"Y 1IZ˓o}>$0RXw8i۲r)>SB-XO:;ư4X˃9iaqTdh̴6{/1ŷ渦pǺ=s%<]oU@XyQRrCLg2rĕwL1 E0'avx֮1js_H#Қ *&Z" Ҧ(0~&EچdۺUwȹٸtu]y#?Fr(mUPe{O- C\eY6,! (6lQBɺ tbsQ!3M#06 r(YȈFFd^@Xqf@3tEOg񰎣ܜn kRf^/aH8n^v*=rEC%.AbFvۊiL*̧O˿(宠\PBuƊ o3ϰ\Z{:Ј4^.7Ke(GyB# ?XMcS|D{mJeKz/BI2@9f;dYήTz;c>l̝Ħ$p(6@{%%dyû,TP6vE Fqk[ mM 6A+0rBբ2Xz\c3u3M{:q!"|o'zR;$)&lw%+{sIiSnjRkzfa,0VX{c8t61gogئӇ^e5KTRWCCns]2Iz-^z(R=^ ):UA rnt?\xL?UZPo2RKzw">y;dQ-db8ɆcɅ.A#rDl%0<Ԅ&7۰b-C`!DNQ[Q ir] A~5';SȂ,$EdYp,Tv[Et&?suҼeAc^|Tu4aQsfً]bӭTFf)vUjlDs&m9UCWuBc4͈1d8+u'jfr*OhǠhS3S~^N'D~":baRپ #`bcVCXX2ogk?N/Dm@[\;U e$m$Kc/p#|dPK&bz 6e׭ Cّ@s 12H>~ :\6f˭=m P䠈kn˫+) y2`# %w(ׇ,^h" S PeyQ%p(MYju/5;;D~7wgVH,T3L/ h$|]EҢ6vq:6OEA/S!gp+aH|w:F%*Div[v.{wM"w6sAv[:XEώ&ވ #y4-)À8a.P6ùIz){E(ȚNt*oO9l*YoD#֎;)t.-Bjh:pOo*1OM,Gz:5፯'7C~<1Z ic;74X'?(%$J0-YEKžO%Ǽm{@u)Q; [~h'*E>c$d()^D˅'@b(H*pr;y/,ѵ2h1W0p _B"U]Hmc h;ʸy0nz=ZI{Wt/PShƬ,xX{]7)no d6qȫLFl'-%O SP!¢̦9ϰ q ~ԁPƍ\)V@K!dopt'Eɠ%of_epΣWs8162eؖxLL|x/@ é/$ YF%%i]tϔÄ8ۻPC꧟Ŋɴ߾+ uE4'Ђ8^hs4hר4n>)F?C=%:ݏQDD%q{i,zv#s\N(h.y"t1vFD>D6S4$Yk%j6[Ih:c&@J[aEU "'C!6yR0y| 7 ̼j!ᅏLn?kYk1 Dʉ?oə9zkUt,<)އ8r-1](kޓV\ {iB o+իDy[d1R?"D·T8LNY0)_&e@(uVL m >4@b^-}gAG (eӣhߍT [pظjhNX93+%9Ki 2;~׿ qHo.l/ujI:#I6)敦z)789K{ٯyU4־CAWㆻY]A';!+cs /Pt e"3-- 殳2J`oFpkY޲ϖV`}'DLqٰ3m4 *|'m9_a3f`ĜYV;/ B*L'j"Roi{Ӧb­e?v]ɢz`Qb 3NV' Q7R987z.WVuwXmy7chel3\kU-` k5HDvu<\a,+>¢_ϲ[J*DJA^AjiC-tM~es@n/sPmmzS8pFH0pYHa__U!!qWS)+Pr) W4@RjܔeKv* EHﰿɨҴ{ 2}g-nud{oR٨;J.rp84&4Q|һkS|`[FB>~|Ϭ!l4;fs2A^1H!5)rKdYTnJtXwnzh_ _ƘJ}!\:DҐ<@2: YW[AᕛTka-4'7I$cwRL[DB?k:Q_fm*=CGnVr+2Y\fk'k}Wu$/:xIחGca׎8yaOLFVgM1+H#/5Ub056: x G,}`UHf!|#;a'F^W= /B>^.^OW8J37~b`1u5*5 [Ȇ$9S (Ux ZM"= S7^-d縰l-*+0w#`40pRVyW.Uch4Ν&H~_ӱJƒ@*S>XF<spuInjr?p e5URbqi溚]1x d9ZG^,)h$fd_Z iqƀ|'BƉMX3I)j_V*zr^LDy$ÛV NƱgDk6~c`Nn񺴭:s4:2|~[q7piK v"Z%^yp:]h-ǝZyfVW"Y]Ǡ!Շ >"B!y\).8; lZ>e' +<1vU+t4ԓ2: KVI6R!+&B;"ʻN c-";-za^tHfߔ x- %fDLmC wEg C5>c ^?: h"#cvԤWگٸD=33!E߹Kd_יN: 'CK^f:F}T1*ARI"m2k!L(l8̴3IQ+ICqqM%*7z@GґL)U1el0ĻpoTk3> IJ{$֨VNi=,k[M0S$PgGw 聮~h,+cd9K^Zy ɑ2" p3!VpY Wb)&V&R,@ŠQ&/R6Xxl2dwI] Y"8ؼ/ciюԎ!/v??UZ%4s-ډ0Zº:EkM\zu(*u""8CD҆%a03]Ib߆B,Evfߙprtʒ}UI(s) 1 +\sdd&DRa[ z+X{7ȳ#͖y5@>wQuY:9ȯ4\<4:>kSg)`cxZM2_5Gť ;b8nu< 'pڤ8ǣ2#DWe jg9 %P֊nTØeG$QuIzD 5A I޷d!Ms6K[Pee{VLT㱅/jJ &هAs<4:{^0j]=^EY(Mo>iŤC:OV|MXp'CN/҅A7G/}H)O(>gj '($2E=8/[ \Wbw<6Mtma>(tG cIt}DDt#-L"K|m.߳eSV#>SĚ#9"1V-m}3-[$%/';ޯFe$,wQr<สB7k{űKiC/pC@rLUXƘµ=:m'9Ϧ{ VP^wmGTЏCT 99!\踻v1Fnbn8O0uo'>ڐ2m/R^W;;H.\t}Vm29(`fHsχXR ~1n_ꉲ d| (tl${m5]h6ggP)ш:%!1 W]( TɶѭCWorhBY*;ȩd Oyor'@+ɽ;lu)@v3ҳ&fD_UpAƪf Qp xqsp~aPDݎWu2L<?-VLi5y`H_!BsNxN{ > &M0Y|R+jZ&ps= f uJɼ qP9 1J &S \Tt܊s>vAӏٙiנ8\ 孺2yRbhK\>yHP/_L"EHwD&o.@z!0UWv8-1;sghڣ3c` DOG -_Աi ̕G1w<H)zV`b)Hw=xf}cDt˜ؤʲ7][6qr(e N+`C)bUxGd=wQVѮ쎓XjTC.Cؿ:*chmwqMD̚(Ll?HHR'歞Dh+{1>VA\m[6ݩǜG91qzBLarYw6(~W<=3C)yNkoR}WM:pTT66(9_ SI"6,:S+ɰfC|r93Ɗ2M%n]0/Uq ?!󃤁7^|0̘ P%{ZL(@ IP5qe} O|S A0٢iN0S*D >jbD_B(J$RPrK>oƐ݂8^J9|\HaoC}"0RJieZ*0 _U[KgwCqG]t{Mo,jH_E,R;9:fL<ϴIM4Qci 6v/-0,mk5IKmh -_fD5yxSUWNWwV.,{Lu.l:f Yc6 PbǚPdy9J85[iE.cQ ;X~چ[Aνsh/sI"T1QؕZeͿ{N?ҭzs@/9^)q > csG-(>3@~#=k vp,^)enM]8,𨏢0.RHmn wv3WJ>`HyD0sɫW(~y0?vAZ`*ZSټi*~[ +++͟g|xe,xG n+V )w{!$!6Ls .eJAPz lk ƚ"as(Č o[Ҩُ.)fV,=%#zSXhEھ|nܦKJ %ޥ)|f1{~{}} vbሠIXݧ[R0L!Śr!q|BU 't9J>۾2/_^"05g^"A)fXZ}N+PO|ne/;vJm@ۍ`N/&\hʾ"]M-'c]`,gErߟipRۯ#& LDin1/Y]KwߩՓQ?!CH=3cZ z/ ֟[Qm)1н ]"6(?k'U=@lޅdݢ>V17tFv^Z)a%=OJQG"_oLkJH:׀,EP\eʘPG gDЅ!SLDnh6OF ӓU#b"ٕ-m[?!@cӮfBy}ij kfѝ1*~Y؁lҌ [h9LIORQ* mFD;ɳ3eܙ"p\K%{ f& 0;خ}Q>a/5 x0aE}< XqʏzLN,)׻!N=+Ta5lGmJ\/@S@PA(TNƇn>Ҝ\ӾG0KRui(3@lJ~{ o:{_ `A,zDH Q'ۼD0\^3ZJ9{3ƾ{@!"]'X2SΊ3.\ޖ, gei|ԋc j?A%3`;#i?Q50֢6ƭ7cym0Bxo>g'4)8FU]44,@˲ 6nP՚IGZѻL80VEֲ:P%}uwݶ7Wb%b]j-JųNpS򌳽ˉcQz' 80t 7v@ʡip p\="mz26\ïP°ǧ2і3ȊN#1X UsePx"#S`fadE_ GSl;عOw6TND{֊k@ƇI}!JCԮR͐^zgt,[]}yy[2{2K>M,6YÂHcŵ$\{h9 Y\L![+AMhXKخw)X GѥY\*&r2C:%aٿM#R aBvlG ~\p ")L"w؂||'C.oFC,~\]l4btFce'-OH [ vy"Y)tc sw=%5Xpeo^2-H:m51Xfgk1S@e-JF[ oq!^4^1~|Χ [;$)OO> ŷn}}L4XwT|/}؇hMy[&NBG޶,Ox&JeVCy/ VkAƚT`TRUW=Trܩ92[rDԑ4R}u;!#?֋5-`_@KA$gq*e@I勺$r4ebG[PwL>Kaƽ ]4[Эk( y~u夼mio07t ]!leM:moJꮔL67Ţfu2RRKvV}2v,wtơzo@t9'@SѲtfշV!ɢ& EzuEPT3Vqz籗|nR_Ao<[ZO1Xbo<6&4EhK_S^,Dwr5Alw$"y<+#k?JĈ662ngZWY' Xd|;?%-{؆Bܵr,ؠNMG^F+{!#^CA g5WSx%f雯mL4h%{Sx||޼yPPb$ffc Xb܇G2bus5qpU S? .cGD,g>ӆ^">qf NAn@zz=Oϕ $,PJq7uZ&Q_mu$Dž*0ՑX$bwcm^s7ļ f"i7?^0o{OLU|)asHahԢɚskv%۴xmiO=BOK2oWgFnf-^YCuYC6 PQ!v Z?yS\a0.#50Y\ =89&]ȇԨ~-ǹL&U_9>?δktp~!CUr\k0=v-G檫q.M("[s <;!ɰy#w>39F^(K/;lRlᵆB _ al=23ѧƦ(q0 y݊_W>`!pۧw$t{R*d5qy#"dEWjIhnVXUNϦ>zu:mpv^  ^8TO3˒lLh,;֍pi؏qcT.S++[f }OۖT5v-"z'LX%dԋFuo)Z' c[W]"Oi2M5d';1]rmPD#X5d|ŕCӜ&*:VVf!@hGDT U骠=Ơ5c'SӉGdj#7di ?^i|(AEePxk87-ᎃ*_󹼟}FETo~5gb4e'ONVViڝ)g ፗ"YJȕbĖ8WW.-kk˻veUj#r0#Nm&AIr+nឝ8oja KNSPISAQGzq-lg#KEd)dDBr:eχծrl_Nr0lJp¥N <@-X8w톮{O.PR1l˓{Yjfh"y_%8MȾ:!S΁ΫE5 Vw8Ь9'(ps~wrCPtE$}ێ2rq0 ZԊ#++HpNn1cɺ:Q @F. }=6: %~UZ7eNT }d2$IT3rGJlw_W!RcSYu-ꨪF99\r[˘#5?)n`2%v}VQJNzEzxfθO&M`(2LV E'|i[K/6Q[")[xl`}5Vt߬*` (`D2:K;vHrxD9p*b̖B"*Kސܧ߿V}U.^3̘Qr 뻇[ Xnޥ6gvkAN O~˼rgWtuȜSJJmT.If\FIhm~ O}QnڠmiL.yxh| <;/_H}Asr3e";O]7dƇ`CY:XK[o@FQ DLiˡ;_SBlhV>GR E?J<-ʘRCB&,FMedlU8uH5 PיG?E%?[bq@rptgr]\h)Iwu :4cRw. *@L:ǻU1t5JdIWEdE?xNJ!=R'beJ|J'[kdu]asJ}ҏԝ*DUS7ݳF΀T9 m/:%F`i%=M_{6{~T 07ZejKgKUY!LȁXIB?2&%|rFDiZ bˤE:#A00oc]tv %] $%UC,0lz* S].g|]LsTvpg?T`a,CzoJfplB,C]$+1Fk CWb:'b?EDա!Ry l:Qf$PNoZғMPs{o^ vߜGRU ѼFxM`~.Wek(,<}Jf\nP+q7_Dz*EݼO"@i:tF8f5!=.%Q^ZxSѪTYgiLƈGfˌb*M`AYMmTc!&VN`cv%,L \)3q&SsHb Hg?Ǒ[;?˷c^ձM|Kj_6=j:6^G%u?*:GF31*42c>gs6q[DJ0F64U\fTea;<*Dٽ?'J?m2iz\ NBd&i].1jk {dרc}Wqc _X?">"LD8 5)W?mz;#7AN=,QvP{v^ Q ٕ2s1y! w=9C'v7iA۸HSǵKs͏1GЖ.sT@ $9wZ؊rx M Amw3 oQ+_^d=Wq|?!F[&+G X#ۄ*=L J ^edFds6LCoq=0j,HaFQnjugWdO9:wIh$*>l'{K*9:myX1o y_Cnnk z-Lˁitm*hZCwU=3MJ@C V+y'$6LGF}?.Wu<@t'1(Q;J.gXK9n:{Qځ Ťd5w-Y[0$mHĪ>D2 L.k,V2#HͤGM5«j^RUdT 'QP,Uizn G,ӽa$[>Śqۭ%lXng\ȯ ]&о?%Q[Џ \lM%u}⣳ 9x6R2mDrSwשϥC4k/P-1:ZUdE`?kg&SGƶo<1qY?QgGI|b`Az>Sy#`&լn~t?=` ן߿^FV(<9GhtF.{4tX]6W3.;(ܮq *`'v)W3nOd~Ǣ3>?8Z_-Lud7Cygrϐ T+1I'jpu4,ja2Ib&%:$5޻ǗkŕB!VHGEf-,^Vso`(|Qy\,vzp cs TfƎsuV`+7WW^T4u"`|ɓiM6b!"-F! ve-,=nLM D}Z|c&Me0"HǠ#0Nt fRJ;X GH3BW׶ eN?h*mphVY1FTSQ7J VxnLuۙ/2֧ PE=s]_ȯБ5 ip|gC$@, Ǫ9d%u䒖0t/&O">F.Ln@JJD[(T]zXK8 ׇa3;&p*st q|ꋺ-w\/hLi,eɣ!.㇦NSafs )Z2FvzؗyٸN $Ldu~!|䱒8-:606c/^8gCGl Y˱xr3܉(rЖ2ɑGWaTJ%zB.b:tͅM{u+e7Ͼ(R>y] G[5A\u6LK7/n㒵A Qߘ-a50$Ln#z15lpT{h!uf'sD:U9 Gpm <ٽ:+VuNnmhԲ ®FX>OH%iq~@Z)%AYz7dʲf7. /s[!I|298:NE>sjPJ3n#Z{ai ٮ;kXU+*Ys2{2ωF*s sR)F;^a,HZkm&W>mw|Spg8$?c{0eR9+<@)Ž %+SP8 ݔyC_H].8ԃ^¬妥J.]` uH緯.9 &|cuaआ*H㶁[kFX57 a0@H|!yD^U`]01` >\+CTzYc$ɞUhj0eM-`Z=8/(-,Jv!ظb!fB>إt^Tĺtub&ekfFuJYA-^wQ[V{Ÿ/1m?k XJ#FrJ7ey."HmYJ@{؇k }o KJ)SE$ ,.l?,L +Y>{rl,AOG53Ip2%cm͇)xv5 xVt2X"+X&m"DU/y²}MHG&ǂSX|༝;}~ HXɬg=CBtfhYoِAQ:o])PGu蹖Ӳޯ<)1IwWJef,ĕ.?_U}\dwX:Fo>˘LcrɴjXkBt:x3bw˄0${7T.۸O!Y{0E}2'jjŝׄ.&7*{TLq,%? kDI>u_rЯ$#G7Vc}q.LNkYnTgk3qT$nz'%CtD跧G$b5.7v:; S1 'jK" =gyi`/-oaG*5Pw_uS ~l|BB7(. M s28l@c/w MsT? \5"~PR^Zߊ@r-pTr,6HM?C5>!̎+e]ׂf <#^' CQOzky*i]w押YYGm\T%BgojF)0{R!E5 (gY!<<{ȂVhu׊v]Fri /#iK$ T/$I;J:^wzF[v)yǙy{gY]Rz3 Cٸȫ=(.%ƥ`P` d<. =ǩk]EE!LM Z? ހoʟ)"oB\(_sY{4 i>P}@Y>E  _-64 NJ-ea{73 I#XiV=V }Z@6D0 Q+zԬJ~8yUO_%): x7 yīJrY8z'XAؚ:#tBs}kKD-5yUBԀ#%kJkzyJybX͡JUC~ *?vx[O Eoa}R%AY1X' վ?0 jnN6.l!,˨ܻ|aԲy$v#IV1O*%Jb#h;k+>J(,X;0&/ #e|r1ixӳOm{Q`1',g1f:Xg̭*GT&$B\\hF讋 c(!wH'[~s kpf)2\nw'iZ~xY)rk}(R\z!2$W,0HWp]ۆlkia;2:~n SFtA-}=L NYnh2Y\Kp9N]_& "eȃ9q9n75DIn0Mz$JA-:4WM2ݪиCM Cj\.-g!`e+ ?{ng4'1]W')Mg~ҮAV5zM_RJ;MB0~O* !g͏X5V])l1VZ4-'LJRG5KKJ[6 K#XǧqLWKA!+h]W#2!i!!ltm>-x=7 :VU=UWLj=Ci "puoWbQ;2@KHß.蓢^ =̛<:3UV߄IrOeH4zָ/ψHWtYl#_}}/qc>PޟlvQ^frfbJ*AyNżp1 `bg#v$BAB})|(?kV[&̊%/%IU`[\bXb^˦>R+LΦ*'ᶘEwXϢU?'{v_s&o2T5ts/c;MD=usKfqSNeJ2 ؽR܋]-ps1e\+# 6 7,mfu2O͂vi='E> (+Q1U:m]:V$qLI|aZٱ߾=١:y/NH|w`FE҃5 ^:휘hS7: }L^KergPYTa  ^ 2p1|i+SVKA=#Snٸg&̴~"U z]mUW7`d/:)7WŖ~2ҾT|%}ty9C}i)BT險ejRy<Q6cxUI)}f vbv3CM@."Cea(/T1_| $ A_[Ob}! ߧ޶}s@Oj tGL#TX}W&Z7٥6˭Z3Ud'/QX?(wPܫړ&uido[+TjVBp8r͌4`FBp dF_z}>4$(.9="x|tŏ&8鞭h4m* W :`B}:[sY;1wIꪌ~Nmg{cqײ*A%+IŁ њtH jgtߺ;{aP.وkD,L"!*䮖h"ªi7TtPD v"Kr͕ݤk>`۪MqZ0zwHvG'1Z(bP2Ót%ycf %Fp΅CTtA4W!]~#"=z'bȸwF,t)kZ'. Û}CӊH!"震C'&GneɁ@,JAKۜ:Q~ߦ~6`WL 6yϛC0cԀy`L,Kh{)C241~^7^]v5ʩL&aq-Wΐ*sHEN=~u )Qĭ#(N67Dŧv1TPlu2iRz!QǀvPʸ/Va0l~ڋ$ziTT_g%1dφXi&H) EZiꋣw)Geq4pB~`%틎FwKhb*0.P_!ݮњ&.՗܃&āl<pٚAߡ˗uMU"Eg˺>l]|qho#e}_Vܤz<=MRP[, 0vݓ{L0k/*/h)k3b\6_bdm n/6 Mٓ|&)oת#1FCrĦ%缾݀@^)ʆBbxMaҶ5de^’!͵ŸѠ+Jfw0%8д&hΎjLH7>}]?OS;\{׽f W)<&Oƨb0{|kFC4"{!X"`ЈB9cHR{Y:e?zTX>y]:[v!oI&.ou5 O͔ѳhSqwhm2yJ,&~h4,E2eTk[ g7fOH@֍qYQӘd C]ndGLmOAgK3-WJߏ" ·_`uYcvJ[53/03$E3iby5{fBxxשr_9ݰQ2Ido21ܖ(`n274KTj LEpp`L =ᴠxHO46Ps̗rWj#(=~N~SV \4dUu`JM8OũM+ }&#d`!yNoJZ .>P3Pȥ%a8bHhF>1:V(xxxw/Ƹ{P#g-`E[~V"\xyO20G\B1ceh0 T@^Tv&"%? Ai/hiMHrgowu:0/~խl}v|eMbm򪨙hT{!h0ܨREzU:t|P%3C(r#j߄,Zyi3?2-wmӰq i',Rۭռ687թ$,'pvtآT:/PΪ^_Bϸ49`ͻ/brЁVs?*Ndw]xQƻRk&\aGVU.Zif4 !;!?2&CJ~.f' *cɊd=(VAfmz0qDҪ{H狊y n%Y~7x hER~~[\ItwĔϔa-X~VGfx{=:f$Io\ ĐgBm|2}zdOkOvRdNKcO, ed7~Ll[0{J,̑5.Pd,! '+l&- WYHP5r`LXE? fI3:g`y>/HflL;t6IK&Vxly/g1*ϪP+A+_I|Qj-;ٙܓﮭp`.+C:| #U2Gbe5šW4ӺETC BaJqtϧ=#eqIB~ߣ?o`V4u=LLǧwG+%—gk.jࢩ3S -|ROIN{bxFg:ITIQj$[P>q\r-nKzO86!(Pf&Kt;ٲ܈Xg}e5CG_`& ŭVcp5Њc LC2˷-_x"ۻc(m#̛PjwhӶ-,.&XoP֋ Sv^,!=|!wFR3t$"lSbDE  a-`5R_kD_MGk+N( ̊z`̲:Z;p%\C]&  t޿kKmV?&xmz]Nh1fVS@/Z&_VAy7#mF"lUKM73b'#Cu6\eܳ2`&u@>8]\W[-|ـBVJnZ4JǭȢ~M3bZ0xz[de^_S'&.4JR{np}`\HcLV sǐj{L:bA-iÞ;CPt:XKsw x}l@)_RMiwC\{QO.6u+6?u5jCyo`N 3a Uezb#|N{tbO`=SDxDv1n O| /.Dna^wMFy!<$;XF$I$ %_d;-3Prrܽ$\UWœ $vū{XlF>kI`ei?@aVnF{Q'xC.Cl0`g8ط IK*$yQj2qS6¢Nh_ȏb8vǶ98HrJJ{E%^(BPݓl_oSuF er<$& ٶ"r,xi]Mi|LomA =L6.}AL0ϝÛc2Ǻ$-0|)iX ׿7M:v Wk`=&b|Ah҅!7>; rkgi6ScRtٕU&q.A%~#r ֌u~IƝ HPk>Лf=Z q X #&YXZ~Ϻ*z]Hk $#d꺗dY;aAMy#^9Vpf+i%%obS\JLA"dI}oǐ5agVA7Qal!9t7Ƨ؜6dbxP9eqd8' #Y'¹>~hrKjb. ۈAOm/S#OY7md֢ySd9W2U;>L{| >0!a'Xc6i˒*C DJrVZh(gR8vl7r`  FsX6SIcڳUCƨvZaRFίolb5ic i+"@P(5>!h3ɕk [TIz_= Ϫ<Ԗ;Ѿ*3{1 nW/M6nxLAr<=i:N0mwOI,Œjخ3ZnvSXTaDdp1ƩUcHTZ!rwn֮([4hY^'aV& , gIQzύ= |/^`R ttT,=kazkOװhQByi!όB!)Or:VW&{Aɺ#eدB*}efBj2&jҼѣ+&`JK5ꪅUxվx`ӑ 6k'+dΠ/å_`VP_EcRUEQOqddzf =K\=&`m!huqILe折/,[f a'Vwڃtt.QVAY,j]6yMk='MuasIf,TH)zOYlq$48T:,|Bح)758:)#j| 0 33VNQ{J豕rtTTO_ٺ s39UwXGz ֗'7svqW*9TRN_^:.AYNgcޏ]{i'j)0`Q|F'lO4O:AcV炠NMF'iX:C_@ၭ9+0?OKP^웙P.yuT"l-%A A$ gAY 2*GsG>zO@j-cZ?\CRRZ @~V(/7% M49X@XŚ`݌67=XS<"TBR\nqW&G\NtezÕ8#V;^zCbw+Qp|=||O\TNRC,4x~^GSR=M`jUA 1\N`-W AwT+D`u Y $4"^-YP5E{ȔBH!Baȫ@@WBZ1еj\OYJP &jC2}ڣg0Ob}>}Ha56Zb[ڔn6J83L&gl#.島c'@I]흤Hʜ:dUO5:/*8~jttIYL0 `~QP\!"Ty M>dIw87`5(Zu3x(Ɛ&nՙH#eXEK| w, ˑQq!4H'5eD!3m9&]aC4[^y4'}fw g˄ DLV 2W}5PޛՉ ||V׽$fw@"3q9)o[:/6i;?މ)})tVswqaZ?Fh.VAv 7ktd_DQڑ~DV,ꜟP_,ZiWXxgY9`*[,g@T&ˊYigY8#CnOVzS6r"s_/`vdGA^%9j8yh~ydg9\urfjOm\Ob*l,Nc8Պ[ls@#-]uOhFZJSZ&NtuV<\o7C޽`nŷ 5UDc?-mpY+f#8m|Ζ `-uGfL QLofCH,ocx:CPw)D{]sf̟w +BTJ2C5O{'|:{҇&D帬u1|ƫ'}1^v\kCv?Uã4pa?I5f8+͘)OnQmC݇%'ecK(fu.gGx][k˚#>:z{>*ƣL6c2-!D@h!w2Fy:EB)(M9hr ] zBf,n%GYC~k4d^ lD1Z