cairo-devel-1.18.4-150600.3.3.1<>,whp9|<[p52hgAc+$ٻ/h"[AyU ;kH[qgJסX*v6B Ra^ d# 7 vG&$2ѳK $h uIƏy+-/I4S Q6'`城Gq\2Bc_4ׇ[Kٓv`hF-MJFV3KՌ&qHOj.g>A?xd " D +EKTn n n n |n  n !n#Tn%zn''n)|++\-#(-8-)9.4):16)BRF\GpnH(nInXPYZ0[4\<n]n^Dbcd'e,f/l1uDnv w4nxny]z(,2tCcairo-devel1.18.4150600.3.3.1Development environment for cairoThis package contains all files necessary to build binaries using cairo.hh04-ch1b)TSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later OR MPL-1.1https://www.suse.com/Development/Libraries/X11https://cairographics.orglinuxx86_64!>0  5 MgK)DP)<%,X; @ >whR`kfvj\Fw$-F9ou-`{t-`P&JfY)EnR3+( - Eaqzhao@suse.combjorn.lie@gmail.combjorn.lie@gmail.comdimstar@opensuse.orgbjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comrpm@fthiessen.demwilck@suse.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comqzheng@suse.combjorn.lie@gmail.combjorn.lie@gmail.comdimstar@opensuse.orgcrrodriguez@opensuse.orgzaitor@opensuse.orgmsrb@suse.comzaitor@opensuse.orgalarrosa@suse.comzaitor@opensuse.orgalarrosa@suse.comzaitor@opensuse.orgzaitor@opensuse.orgjengelh@inai.dezaitor@opensuse.orgbadshah400@gmail.comhpj@suse.comidonmez@suse.comhpj@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgro@suse.deopensuse@mirell.detchvatal@suse.comdimstar@opensuse.orgzaitor@opensuse.org- Add b5752618.patch: Backport from William Bader's request 621, Fix NULL access in active_edges_to_traps(). https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/621/diffs https://gitlab.freedesktop.org/williamb/cairo/-/commit/b5752618 (CVE-2025-50422, bsc#1247589)- Switch back to using source service.- Update to version 1.18.4: + The dependency on LZO has been made optional through a build time configuration toggle. + You can build Cairo against a Freetype installation that does not have the FT_Color type. + Cairo tests now build on Solaris 11.4 with GCC 14. + The DirectWrite backend now builds on MINGW 11. + The DirectWrite backend now supports font variations and proper glyph coverage. + Support for Windows 98 has been removed. The minimum requirement for Windows is now Vista. - Use tarball in lieu of source service due to freedesktop gitlab migration, will switch back at next release at the latest. - Drop b9eed915f9a67380e7ef9d8746656455c43f67e2.patch: Fixed upstream. - Add pkgconfig(lzo2) BuildRequires: New optional dependency, build lzo2 support feature.- Convert to source service: allows for easier upgrades by the GNOME team.- Add b9eed915f9a67380e7ef9d8746656455c43f67e2.patch: cff: Don't fail if no local subs. Fix regression when writing PDFs with fonts.- Update to version 1.18.2: + The malloc-stats code has been removed from the tests directory the canonical location for it is: https://github.com/behdad/malloc-stats + Cairo now requires a version of pixman equal to, or newer than, 0.40. + There have been multiple build fixes for newer versions of GCC for MSVC; for Solaris; and on macOS 10.7. + PNG errors caused by loading malformed data are correctly propagated to callers, so they can handle the case. + Both stroke and fill colors are now set when showing glyphs on a PDF surface. + All the font options are copied when creating a fallback font object. + When drawing text on macOS, Cairo now tries harder to select the appropriate font name. + Cairo now prefers the COLRv1 table inside a font, if one is available. + Cairo requires a C11 toolchain when building.- Update to version 1.18.0: + The first stable cairo release in five years should be cause for celebration. + All the API added in the 1.17 development cycle is now considered stable, and will not change. + Many thanks to all the contributors for this release. + The cairo-sphinx tool has been removed; we could not find any instruction on how to use it, and no user answered our call for help. If you were using cairo-sphinx, please reach out to the cairo maintainers. + Cairo now implements Type 3 color fonts for PDF. + Multiple documentation fixes, to ensure that the cairo API reference is up to date. Also fixed multiple compiler warnings generated when building cairo. + The XML surface has been removed; it was disabled by default when building cairo, and we could not find any downstream distributor that would enable it. + The Tee surface is now automatically enabled. Downstream distributors of cairo have been enabling for years it in order to build Firefox. + Fixed multiple issues with the DWrite font backend. + Improved the Quartz surface; mainly, Quartz surfaces now use the main display ColorSpace, speeding up rendering operations. + Cairo now hides all private symbols by default on every platform; the old "slim" symbols hack to alias internally used symbols has been dropped, in favor of using `-Bsymbolic-functions` with toolchains that support it. + Fixed multiple memory leaks in the code base and test suite, and general maintenance. + Added new API to expose the Pixman dithering filter to cairo patterns; this is currently implemented only for image surfaces. - Drop patches fixed upstream: + cairo-1.17.8-fix-tee-compilation.patch + cairo-1.17.8-ft-font-missing-glyph.patch - Rebase patches with quilt. - Stop passing xml=disabled to meson setup, xml backend is dropped.- Update to version 1.17.8: + In a continuing effort to reduce the amount of legacy code, and increase the long-term maintainability of cairo, the following backends have been removed: - GL and GLES drawing + Additionally, cairo's Autotools build system has been removed; from now on, cairo will only support the Meson build system. While the end result should be identical, further testing is appreciated. + In this snapshot, cairo gained support for rendering COLRv1 fonts, and rendering SVG and COLRv1 fonts with custom palettes. + Support for macOS and Windows has been improved, with lots of build and bug fixes. + Lots of safety issues have been fixed, with array bounds checking and plugging memory leaks, as well as fixes for bugs identified via fuzzying. + This is going to be the last snapshot of the 1.17 development cycle; we only expect minor bug fixing and improvements until the 1.18.0 release. - Switch to meson buildsystem: Add meson BuildRequires and macros. - Update Source Url to new home. - Drop build_gl_backend define and conditional pkgconfig(egl) and pkgconfig(gl) BuildRequires: No longer supported. - Add generic c++_compiler and c_compiler BuildRequires: New dependencies. - Drop 0001-Set-default-LCD-filter-to-FreeType-s-default.patch: Fixed upstream. - Add upstream bug fix patches: + cairo-1.17.8-fix-tee-compilation.patch + cairo-1.17.8-ft-font-missing-glyph.patch- Update to version 1.17.6: + This snapshot sees the removal of the following backends and platform support: Qt4, BeOS, OS/2, DirectFB, DRM, Cogl, OpenVG. + Thanks to all past contributors for their work on them. If you were using any of these backends then you will need to stick to Cairo 1.16. + This snapshot is going to be the **last** release of Cairo with the Autotools build system. The Meson build has seen many improvements and it is considerably easier to maintain and faster to build. - Changes from version 1.17.4: + A particularly noteworthy improvement in this release is the addition of the meson build system as an alternative to autotools. + The cogl Cairo backend underwent significant development this cycle. + Subpixel positioning support allows improved glyph outlines with the Freetype font backend. + For a complete log of changes, please see https://cairographics.org/releases/ChangeLog.1.17.4 - Changes from version 1.17.2: + This snapshot provides the new support for writing floating point formats as 16 bpc PNGs, with support for RGBA128F and RGB96F formats. This new feature increases Cairo's pixman version requirement to 0.36.0. + Beyond this are a range of bugfixes. For a complete log of changes, please see https://cairographics.org/releases/ChangeLog.1.17.2 - Drop patches fixed upstream: + cairo-Use-FT_Done_MM_Var-instead-of-free-when-available.patch + cairo-composite_color_glyphs.patch + cairo-pdf-add-missing-flush.patch + cairo-do-not-override-explicitly-requested-grayscale-aa.patch - Rebase remaining patches with quilt. - Add 0001-Set-default-LCD-filter-to-FreeType-s-default.patch: Set default LCD filter to FreeType's default (patch merged upstream). - Use ldconfig_scriptlets macro for post(un) handling.- Add upstream patch + cairo-do-not-override-explicitly-requested-grayscale-aa.patch Do not replace explicitly set applications settings by user settings for font antialiasing. See: https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/114- Add an upstream bug fix + cairo-pdf-add-missing-flush.patch: Fixes PDF generation see https://gitlab.freedesktop.org/cairo/cairo/issues/342- Add 2 upstream bug fix patches: + cairo-Use-FT_Done_MM_Var-instead-of-free-when-available.patch: ft: Use FT_Done_MM_Var instead of free when available in cairo_ft_apply_variations. Fixes a crash when using freetype >= 2.9 + cairo-composite_color_glyphs.patch: Fix a thinko in composite_color_glyphs. We can't just move around the contents of the passed-in string, we need to make a copy. This was showing up as memory corruption in pango.- Update to version 1.16.0: + test: Free resources in pdf2png. + Drop skia backend. + Revert "Correctly decode Adobe CMYK JPEGs in PDF export".- Update to version 1.15.14: + Features and Enhancements: - Add more FreeeType font color conversions to support COLR/CPAL. - Update test reference images against current pixman. + Bugs fixed: - Fix crash when rendering Microsoft's Segoe UI Emoji Regular font. - Fix build breakage with glesv3 enabled due to non-existant glesv3.pc. - Fix memory leaks found by Coverity. - Fix incorrect null ptr handling found by Coverity. - Fix test compilation when font-config is disabled. - Use _cairo_malloc instead of malloc (fdo#101547, CVE-2017-9814). - Fix assertion failure in the freetype backend (fdo#105746). - Drop upstream fixed patches: + cairo-fix-assertion-failure-in-freetype-backend.patch. + cairo-CVE-2017-9814.patch.- Add cairo-CVE-2017-9814.patch: Replace malloc with _cairo_malloc and check cmap size before allocating (boo#1049092, CVE-2017-9814, fdo#101547).- Add cairo-fix-assertion-failure-in-freetype-backend.patch: Fix assertion failure in the freetype backend (fdo#105746).- Update to version 1.15.12: + The main focus for this release is the addition of Variable Font support. Variable fonts are single font files with various typography characteristics, such as weight or slant, that users of the font can adjust between two points. Effectively this enables a single font to behave as multiple fonts. + The Skia backend is disabled in this release, due to severe bitrot, and will be removed in future releases. Contact the cairo team if you have a need of this backend. + Features and Enhancements: - Variable font support. - Skia backend is disabled. + API Changes: cairo_font_options_get_variations() and cairo_font_options_set_variations() are added. + Bugs fixed: - Fix errors in csi-trace --help and --version options. - Fix a 'memory leak' in the image compositor, with pixman_glyph_cache_t. - Fix access of uninitialized memory found by valgrind (fdo#91271). - Fix improper initialization of memory in _cairo_ft_font_face_create_for_pattern() (fdo#105084). - Fix multi-monitor virtual desktop with negative coords on Win32 (fdo#100793). - Fix issues occuring with older FreeType versions.- Modernize spec-file by calling spec-cleaner- Add explicit pkgconfig(zlib) and (conditionalized on build_xcb_backend) pkgconfig(xcb-render) BuildRequires: closer alignment with what configure checks for.- Update to version 1.15.10: + Features and Enhancements: - Add support for OpenGL ES 3.0 to the gl backend. - Use Reusable streams for forms in Level 3 Postscript. - Add CAIRO_MIME_TYPE_EPS mime type for embedding EPS files. - Add CCITT_FAX mime type for PDF and PS surfaces. - svg: add a new function to specify the SVG document unit (fdo#90166). - Use UTF-8 filenames on Windows. + API Changes: cairo_svg_surface_set_document_unit() and cairo_svg_surface_get_document_unit(). + Bugs fixed: - Fix regression in gles version detection. - Fix undefined-behavior with integer math. - Handle SOURCE and CLEAR operators when painting color glyphs (fdo#102661). - Convert images to rgba or a8 formats when uploading with GLESv2. - Use _WIN32 instead of windows.h to check for windows build. - Fix sigabrt printing documents with fonts lacking the mandatory .nodef glyph (fdo#102922). - Prevent curved strokes in small ctms from being culled from vector surfaces (fdo#103071). - Fix painting an unbounded recording surface with the SVG backend. - Fix falling back to system font with PDFs using certain embedded fonts, due to truncated font names (fdo#103249). - Fix handling of truetype fonts with excessively long font names (fdo#103249). - Fix race conditions with cairo_mask_compositor_t (fdo#103037). - Fix build error with util/font-view. - Fix assertion hit with PDFs using Type 4 fonts rendered with user fonts, due to error when destroying glyph page (fdo#103335). - Set default creation date for PDFs. - Prevent invalid ptr access for > 4GB images (fdo#98165). - Prevent self-copy infinite loop in Postscript surface. - Fix padded image crash in Postscript surface. - Fix annotation bugs in PDFs and related memory leaks. - Fix test failures and other assorted issues in ps and pdf code. - Fix code generation when using GCC legacy atomic operations (fdo#103559). - Fix various compilation warnings and errors. - Fix various distcheck errors with private symbols, doxygen formatting etc. - Drop cairo-image-prevent-invalid-ptr-access.patch- Depend on pkgconfig(gl) and pkgconfig(egl) instead of Mesa-devel. * The pkgconfig(gl) and pkgconfig(egl) are what cairo really needs. Mesa-devel is too general and is a bottleneck in distribution build. (bnc#1071297)- Update to version 1.15.8: + This small snapshot provides new colored emoji glyph support, and a handful of minor fixes. For a complete log of changes, please see http://cairographics.org/releases/ChangeLog.1.15.8 + Features and Enhancements: Support colored emoji glyphs, stored as PNG images in OpenType fonts. + Bug Fixes: - pdf: . Fix internal links pointing to other pages, by pre-calculating page heights so that link positions can be calculated more accurately. . Don't emit /PageLabel dict when no labels defined. - image: Fix crash on negative lengths. - win32: Fix initialization of mutexes for static builds. - font: . Fix color font loading on big-endian systems. . Fix color font support infinite-loop with empty glyphs. - Fix off by one check in cairo-image-info.c. - Drop cairo-fix-off-by-one-check.patch: Fixed upstream. - Run spec-cleaner, modernize spec. - Rename 0001-image-prevent-invalid-ptr-access-for-4GB-images.patch to cairo-image-prevent-invalid-ptr-access.patch. - Pass enable-gtk-doc instead of disable-gtk-doc to configure, we already have the gtk-doc BuildRequires in place so I can only assume that this was an honest error.- Add 0001-image-prevent-invalid-ptr-access-for-4GB-images.patch to fix a segfault when using >4GB images since int values were used for pointer operations (bsc#1007255, fdo#98165, CVE-2016-9082).- Update to version 1.15.6: + Detect if variable fonts have synthesized bold/italic or non-default variants, and use a fallback font where needed. + Restore MacOSX 10.4 support. Cairo had dropped 10.4 support when moving to the CoreText API. Now we automatically detect which API to use via dynamic linking, so can resume supporting this older version of MacOSX. + Fix error reporting in the xcb backend if fallback fails. Instead of returning NULL when the X11 server can't do some operation, return a surface in an error state. + Call XSync in the xlib backend before setting the error handler to ignore errors for certain requests, to make sure all pending errors are handled first. + Fix text-glyph-range for quartz-font. Use 0xFFFF instead of 0 for invalid index tracking. + Fix handling of Supplementary Multilingual Plane (SMP) Unicode characters in quartz-font. + Fix various issues in the drm backend including updating API usage and general code cleanup. + Clarify documentation regarding device scale inheritance and the units used in cairo_surface_create_similar_image (fdo#99094). - Drop cairo-pdf-fixes.patch: Fixed upstream. - Add cairo-fix-off-by-one-check.patch: Fix off by one check in cairo-image-info.c (fdo#101427).- Add cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff to fix a segfault in get_bitmap_surface due to malformed font (bsc#1036789, fdo#100763, CVE-2017-7475).- Rebase cairo-pdf-fixes.patch: Add commit to fix fdo#100029.- Add cairo-pdf-fixes.patch: Three minor pdf fixes from upstream git (fdo#99630).- Fix RPM groups; update summaries. Remove useless --with-pic which is only for static libs.- Update to version 1.15.4: + The PDF backend has gained support for a range of widely used features, including thumbnails, page labels, metadata, document outlines, structured text, hyperlinks, and tags. Tags permit adding logical info such as headings, tables, figures, etc. that facilitates indexing, accessibility, text reflow, searching, and extraction of the tagged items to other software. + API Changes: - Added a cairo API to set up Win32 surfaces for HDC with alpha channels. - New API for added PDF functionality (see above), and new error status item for problems relating to PDF tagging. - New error status items for handling of GDI, libfreetype, and libpng errors, respectively. + Fix playback of recording surfaces into PDF surfaces, where objects with negative coordinates were not getting drawn. To address this, the coordinate systems for PDF and PS have been changed to match cairo's coordinate system. This allows recording surfaces to be emitted in cairo coordinates, and results in the same origin being used for all operations when using the recording surface XObject. Test cases for PDF and PS have also been updated accordingly (fdo#89232). + Fix "invalidfont" error on some printers when printing PDFs with embedded fonts that have glyphs (such as spaces) with num_contours == 0 (fdo#79897). + Fix missing glyphs such as thin dashes, which get scaled to 0 in userspace and thus have their drawing operations culled (fdo#94615). + Fix other oddities caused by variously idiosyncratic fonts. + Fix deadlock when destruction of a scaled font indirectly triggers destruction of a second scaled font, causing the global cache to be locked twice (fdo#93891). + Fix X errors reported to applications when shmdt() is called before the Attach request is processed, due to missing xcb and xlib calls. + Fix random failure in record-paint-alpha-clip-mast test case, caused by an incorrect assumption that a deferred clear can be skipped (fdo#84330). + Fix crash when dealing with an XShmGetImage() failure, caused by a double free in _get_image_surface() (fdo#91967). + Fix invalid execution of ASCII85 data by the PS interpreter that the image operator didn't use, by flushing the extraneous data after drawing the image (fdo#84811). + Fix decoding of Adobe Photoshop's inverted CMYK JPEG files in PDF export. + Fix unbounded surface assertion in win32-print code. + Fix a data race in freed_pool discovered by Firefox's cairo usage. The patch adads atomic int load and store functions, with relaxed memory ordering (fdo#90318). + Cleanup debugging text sent to stdout instead of log (fdo#95227). + Fix build issue when using non-GNU strings utility (fdo#88639). + Fix build of cairo modules as regular modules, not as versioned shared libaries (fdo#29319). + Fix build on win32 using gcc 5.4. + Fix build of script backend to require zlib. + Update test suite reference images using Debian Jessie 64-bit and poppler current as of June, 2016. + Various improvements to documentation and tests, compiler warning fixes, and an assortment of code refactoring and cleanup. - Drop cairo-modules-no-version.patch, cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch and cairo-xlib-double-free.patch: Fixed upstream. - Drop libtool BuildRequires and stop passing autoreconf, we no longer have any patches touching the buildsystem.- Add cairo-xlib-double-free.patch to fix double free in _get_image_surface(); patch taken from upstream git (fdo#91967, boo#997189).- Add back cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch (bsc#958844, fdo#93891). This is still not fixed upstream.- Update to GNOME 3.20 Fate#318572 - Remove patch: cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch.- Add cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch to fix mutex deadlocks on certain documents (bsc#958844).- Update to version 1.15.2: + Fix xcb/xlib compilation and calls. Make image boxes behave when SHM is not available. + Fix various issues with printing and transparent images on Win32. + Fix thin lines that don't show up when printing in Inkscape due to overly aggressive culling (fdo#77298). + Fix broken printing via pdf when glyph 0 is used for rendering, resulting in missing spaces and letters (fdo#89082). + Fix crash for certain glyphs in opentype fonts (fdo#91902). + Fix incorrect rendering of SVG paths with more than one subpath. If more than one trap is passed in then it's guaranteed that the returned traps will have their left edge to the left of their right edge, but if only one trap is passed in then the function always returns without doing anything (fdo#90984). + Improve rendering with Quarts to better match pixman's blending and filtering behavior. - Drop cairo-render-thin-lines.patch: Fixed upstream.- Update to version 1.14.6: + Simple bugfix release to fix one Windows issue.- Update to version 1.14.4: + Avoid appending empty slots to user data arrays. Fixes a memory consumption regression since commit 9341c254a. + Return a better error (file-not-found) when setting up pango on devices where the font files don't have read permissions. + Fix regression in the font size of canvas text in Inkscape when compiled with the Quartz backend (fdo#84324). + Fix _cairo_gl_shader_bind_matrix() to maintain compatibility with OpenGL ES 2.0. Manually transpose the matrix. + Fix incorrect font descriptor conversion when the font matrix yy is negative (fdo#90538). + Fix crash when using a complex path for clip and stroke due to discarding the intersection exactly at the top edge (fdo#74779). + Fix cairo_get_locale_decimal_point() on Android. + Fix compilation problem on AIX due to conflicting usage of symbol 'jmpbuf' (fdo#89339). + Fix broken rendering with XCB due to snapshotting of uploaded part of surfaces (fdo#67505). + Fix loss of alpha when copying a mask for a cairo recording surface, resulting in a double copy (fdo#73038, fdo#73901). + Fix incorrect recording of certain paths with script surfaces (fdo#91054). + Fix typo in definition of MAYBE_WARN in configure script (fdo#89750). + Fix use of filename variable after it's been freed (fdo#91206). + Fix out of bounds access when printing pattern (fdo#91266). + Fix incorrect size calculation in glyph cache unlocking for Cairo GL compositor (fdo#91321). + Fix memory leak in _cairo_gl_pattern_texture_setup() (fdo#91537). + Fix transparent images in win32-print (fdo#91835). + Fix _put_shm_image_boxes and _put_image_boxes when no SHM available with XCB.- drop cairo-disable-lto.patch: lto was dropped upstream- Update to version 1.14.2: + Features: - Improve xcb's handling of per-screen subpixel ordering. If no Xft.rgba property is specified, default to the screen's subpixel order. + Performance Optimizations: - Improve performance of cpu_to_be32 and be32_to_cpu, making truetype subsetting of large fonts run about 15% faster. + Bug fixes: - Fix unaligned access on sparc with the compact font format (CFF). Unlike truetype, all data in CFF is not aligned. (Debian bug #712836) - Fix unaligned access on sparc with tor-scan-converter's memory pool. - Fix crash when loading a PDF with a transformed image. (fdo bug #85151) - Fix regression on mingw for bigendian test due to removal of file extension for executables. (fdo bug #85120) - Fix handling of backslash in PDF interpreter (fdo bug #85662) - Fix crash in xlib and xcb renderers when swapping a 0-sized glyph - Fix bug with RTL text in PDF operators (fdo bug #86461) - Fix compilation 'cairo-path-stroke-traps.c' with MSVC8 (fdo bug #84908) - Fix crash in _fill_xrgb32_lerp_opaque_spans when a span length is negative. - Fix valgrind error by releasing pattern created by cairo_pattern_create_rgb(). - Fix valgrind errors when running cairo-test-suite. - Fix memory leak in recording surface replays (fdo bug #87898) - Fix destruction of fonts in api-special-cases test. (fdo bug #87567) - Fix duplicated surface push on similar-image, preventing trivial GTK3 program traces from being replayable, with an error message about invalid values for the size of the input. (fdo bug #73580) - Fix crash when win32 surface's image size does not cover the entire surface. (fdo bug #53121) - Fix crash due to obsolete CGFontGetGlyphPath call (fdo bug #84324) - Fix several build issues on AIX (fdo bugs #89338, #89340, [#89356], #89354) - Fix various documentation warnings and errors - Remove cairo-tor-scan-convertor.patch. It was upstreamed.- Spec-cleanify - Remove the obsoletes for sle10 64bit subpackages on ppc - Remove libtool archive always- Add cairo-tor-scan-convertor.patch: tor-scan-converter: can't do_fullrow when intersection in row + 0.5subrow (fdo#85151).- Update to version 1.14.0: + Features: - Filtering improvements for the image backend, in particular down-scaling of images produces filtered images that depend on all the pixels of the source. - Improve handling of device transformation and scaling, allowing Cairo to now support scaling at a device level, permitting easier, more transparent HiDPI support. - Support JBIG2 mime data in PDF. This allows embedding of more compressed JPEG formats within PDF, rather than including the full uncompressed image. Also, reduce the number of transparency groups used by PDF to keep the file size small and viewing/printing of the PDF fast. - Expand the embedding section to include stencil mask support. - Reorder font declarations to be in natural order. - Update the Skia backend to build against current Skia. - Drop Link-Time Optimization (LTO) support from build system. - Optimize VBO size on GL to 1M and to 16k for EGL. + API changes: - cairo_surface_set_device_scale, cairo_surface_get_device_scale. - cairo_egl_device_get_display, cairo_egl_device_get_context. + Dependency changes: - Cairo now requires glib 2.14 for its gobject helper functions, and pixman 0.30 for downscaling. + Bug fixes: - Don't embed CMYK Jpeg images in svg. - Fix tests to place output in proper location. - Fix determination of alpha for all surfaces when recording. - Extend oversize check to cairo_gl_surface_create_for_texture, so an error surface is returned if the texture is too large to render to. - Fix embedding of mime data in PDF and PS files. - Remove useless error handling in *_reply() functions in XCB. - Fix a double-free exposed by multithreaded apps creating and destroying the same font concurrently (fdo#69470). - Fix corrupt stacks produced by bugs in operand emission for trace. - Fix out of bounds array access in format cache for xlib. - Don't rename glyphs used by seac operator (fdo#70364). - Fix crash on calling cairo_create with a finished surface. - Fix SSIZE_T definition problem when making with MSYS on Windows7. - Fix one off issue in gl context cleanup. - Fix usage of CAIRO_STACK_ARRAY_LENGTH. - Fix rectangle stroke with non rectilinear pen. - Fix imagemask with pattern source failure on some printers (fdo#69485). - Fix whitespace in font names. - Fix page size in generated PDFs (fdo#73452). - Fix path-currentpoint test by preserving current-point in copy_path()/append_path() sequence. - Fix generation of HTML in code docs for cairo-format-stride-for-width (fdo#63257). - Fix spelling of "tessellator" throughout code (fdo#50411). - Fix crash in pixman_image_composite32. - Fix crash when trying to modify a (const) all-clipped cairo_clip_t (fdo#75819). - Add check_composite method to all compositors, to fix crashes in the test suite. - Fix crash in Firefox when scrolling on certain pages. - Fix memory leaks found by static analysis. - Fix build of any2ppm if fork is not available. - Fix broken build for Qt backend, due to missing libstdc++. - Fix typo in two cairo_uint128 functions. Fixes potential build issues on systems without a uint128 type. - Fix build when --enable-pdf=no. - Fix cache_frozen assertions for Win32 print. - Correctly check for xcb image surface for inplace upload. - Fix webkit-based web browser crashes due to empty boxes by skipping over them when tesselating. - Make pixman, libpng, and zlib paths commandline configurable for win32 builds. - Fix image scale on Win32 when GDI scale is not identity. - Fix float endian configure test when using clang -O4. - Fix compilation with Android bionic libc. - Don't try to build util/sphinx on Windows. - Fix loss of precision when emitting joins. - Fix loss of precision and associated rendering issues in cairo-tor-scan-converter from projection onto sample grid. - Fix pixman oversampling of neighbouring edges within a cell by eliminating self-intersections for the pixman traps compositor. - Fix multi-line string splitting in PDFs. - Various cleanups and fixes to warnings, documentation, tests, and build system. Improve error handling and return value checks. Cleanup XFAIL tests and reference images. Cover recently added functionality.cairo-doch04-ch1b 1755680909  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmn1.18.4-150600.3.3.11.18.4-150600.3.3.11.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.4cairocairo-deprecated.hcairo-features.hcairo-ft.hcairo-gobject.hcairo-pdf.hcairo-ps.hcairo-script-interpreter.hcairo-script.hcairo-svg.hcairo-tee.hcairo-version.hcairo-xcb.hcairo-xlib-xrender.hcairo-xlib.hcairo.hlibcairo-gobject.solibcairo-script-interpreter.solibcairo.socairo-fc.pccairo-ft.pccairo-gobject.pccairo-pdf.pccairo-png.pccairo-ps.pccairo-script-interpreter.pccairo-script.pccairo-svg.pccairo-tee.pccairo-xcb-shm.pccairo-xcb.pccairo-xlib-xrender.pccairo-xlib.pccairo.pccairo-develAUTHORSNEWSREADME.mdcairoapi-index-1-0.htmlapi-index-1-10.htmlapi-index-1-12.htmlapi-index-1-14.htmlapi-index-1-16.htmlapi-index-1-18.htmlapi-index-1-2.htmlapi-index-1-4.htmlapi-index-1-6.htmlapi-index-1-8.htmlapi-index-all.htmlbindings-errors.htmlbindings-fonts.htmlbindings-memory.htmlbindings-overloading.htmlbindings-path.htmlbindings-patterns.htmlbindings-return-values.htmlbindings-streams.htmlbindings-surfaces.htmlcairo-DWrite-Fonts.htmlcairo-Error-handling.htmlcairo-FreeType-Fonts.htmlcairo-Image-Surfaces.htmlcairo-PDF-Surfaces.htmlcairo-PNG-Support.htmlcairo-Paths.htmlcairo-PostScript-Surfaces.htmlcairo-Quartz-(CGFont)-Fonts.htmlcairo-Quartz-Surfaces.htmlcairo-Raster-Sources.htmlcairo-Recording-Surfaces.htmlcairo-Regions.htmlcairo-SVG-Surfaces.htmlcairo-Script-Surfaces.htmlcairo-Surface-Observer.htmlcairo-Tags-and-Links.htmlcairo-Tee-surface.htmlcairo-Transformations.htmlcairo-Types.htmlcairo-User-Fonts.htmlcairo-Version-Information.htmlcairo-Win32-GDI-Fonts.htmlcairo-Win32-Surfaces.htmlcairo-XCB-Surfaces.htmlcairo-XLib-Surfaces.htmlcairo-XLib-XRender-Backend.htmlcairo-cairo-device-t.htmlcairo-cairo-font-face-t.htmlcairo-cairo-font-options-t.htmlcairo-cairo-matrix-t.htmlcairo-cairo-pattern-t.htmlcairo-cairo-scaled-font-t.htmlcairo-cairo-surface-t.htmlcairo-cairo-t.htmlcairo-drawing.htmlcairo-fonts.htmlcairo-support.htmlcairo-surfaces.htmlcairo-text.htmlcairo.devhelp2home.pngindex.htmllanguage-bindings.htmlleft-insensitive.pngleft.pngright-insensitive.pngright.pngstyle.cssup-insensitive.pngup.png/usr/include//usr/include/cairo//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/cairo-devel//usr/share/gtk-doc/html//usr/share/gtk-doc/html/cairo/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:40286/SUSE_SLE-15-SP6_Update/d23d2b77fdd91c5f4365bc150e758926-cairo.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux  directoryC source, UTF-8 Unicode textC source, ASCII textpkgconfig fileUTF-8 Unicode textHTML document, UTF-8 Unicode text, with very long linesHTML document, UTF-8 Unicode textXML 1.0 document, UTF-8 Unicode textPNG image data, 16 x 16, 8-bit/color RGBA, non-interlacedassembler source, ASCII text $37;>BGKP PRRRPRRRPRR RRRR RR RRRRR RRPRRRPR RRP RRRP R RRRR RR RRRR RRR P RRRP R RRP RRPRRRPR RRRPRRRPRRR RPR RRRR RR RRR RRLI=|>utf-847cdcd5db175dca2e77680b1c5c0b3a31066ce55f5854aedd2764ac5cc864cf1?7zXZ !t/9糌]"k%hOi|d*8Z_?'0vV]C) أj`ח#U!r!]!dT>o*Y'5F˰]u&^": &YԺ4O8&vXEb~##i*>jlN8 U2Ik/ݷ;Ϥ}bw>OL ݸ]ܸ1uvĉO?*e#e…cʌVjqd=%.ؐ89*L'ù$8/^An#& &бD8 \يH'?5 kUl8}(IFRյyH5[Wg.'ASǻVZJT@DUx$y@!̺*{.0(֧>B)=҃ e 9Iy?ЕY5M,DZ;cm}6yt֭v4)Hv^¦^㮻+O!dʛg({xq5~y@C.[9L?vW!{q$$Q6Rt PhK/332>礁u@}z"8hmtf<2F+#H ;İoV!])hM!7bDu#|a^q}dV[3\]8:/MeJTG}ѴCֲzXnB !3 S)e" gsЍ@Wn{56ϑct~I.>t!}llD2{m7id<O;%fEG0h c8ZmGD;eNFs$$މ%x\Jk aqrwʴ{Rq}Rbۃ>Dؔmhmr:\s6R%B,m-CZ@x{:?csκagrF#Jvbς\38Y1BDži ^H4"GD=/TG6hՍCz?׫U}ym*'A @U(c&sx -fnʫ ekuyf:ADgju[$$Й[Ȁ-PX-cSeoh|^2a=O진9H/6ڐN\d"\%-ۗQ ^cϜN*ǁb0usrӣ Hd!E[A_z1ԚJ4Cfۅ tSeXi9]~d/9teFy}(ĉohTf?M2YZ517Xx'3] Oj."`ɠKq&PkX@&% ER2[1)?K4z8%jlѪQcm}N"Oat>'*ޢe/~s,ӊMV8uscFSFz~d <FɛNY6NAXۊ3!M 4ydvX|z?wszK@VJgÈBrUTMƉ%MOT] WNsi-a40rX-Cj ~u-<6EHAxpjARK!ϻѿGPOn66ح[˼ r.'aT qJsѷғ_rƷSNO1c"ioɃtݩ=9 fAͭ>7A(l"BЗyS*9Amkah(4\ib6@T#t_:i~1-e4aZ,hCKE~Jsۛx%urP2x[ "%DF>̃xdwVZ\ Y"E6}*SE-*ᱟn88% -^9 :QD|RW$kmw&3Oz4O<6s> A+k@b 8jڀs-Th`W C`UV?5jVi p@3VTr,v|Նc25f &,?>-oZ'P t>KCldzAQv Q>ه-aT@MBHjc 0 xeyOIlٸ:su Zt#h:5^sM1Dx{lv;`(G=4"x-]J(pnA _rᐳFmfi4Ѧ'& _PwUC2}n W\Ҭro@9GU@往Gؠ1qâadkwbP?9wm= k ˰⪖gYm)B:-Jfq\a58,K-< %1[ ) v{]˱bf>(L}0XO<**ҲŸta㏶2H{ćʷ3Z!Z: }p`e➭nD蝧4I9*zĊyԢH 6t.|OY_@ǽl-Ο\,4JO=ٚGT9>SUt1@ȮH¸$?{T8]sӯ)?9!ωBb6Rb)25ȸKPk2"zTs%ct1T.j.KXw.H\nX#b>r'iN_$ Eiː'@Ċ_ˉy8Pu;x[1τ)V ~ j.uj@+t\Ӹ>Vc8Qi*Tb+{{ w'3/TOY$WFZ (Uu [s -V9[9NBDG9j0nmnP*g^k#+b9"?M3=sie=%+m vLa.7y3:s.WK=+&*s,wl5V|Ea`y.Eړ6ҸF>IB3^yȿ:KY7h]ĒzxX$P{+D5Nkw*8(M5LR.0/!%6uRŸ geeV? IȠxuz(aYvj։qБ%Bt?it#6bdc]3 ur7Ze,WQ| )UꕓX.0BL#WVoUC XS`Mcږk&2͌9{enf1Ry3|F2+)-xYUDBKH4)/ܥSw_Duܓ[~a9fVYS ٴ~$|9a#_;qP1baB2/â{9fΥk2@qNcL%`֋:B#C<{&̍'vy~-= cj5:ڊ{eOL+)7 F;nIkdL.  w+Y#T6lR.$M`ɽ9V?Uh@l% 2ȑfO6DqIZdzDA4op==4@0d_Z+m]'9YgE!A#³ǁ{1w>@i"+?vG_o'U%5K9n @,'h!Do6-]/61VךoxC!={v\iNv B,, `i}HG*d/FP; 0tԽ*?-a툅?R' ,ВcMꥥؘ> S Z@Љs_p&/s6/_}fфAtn%`њhMyHKQ9%4A@ Λ&SA& 89>\*8JȥS quJ;aoGlj^4'Rf\Ӗ 2@r.)) 2W՝}w%vP4fo}Zr΀ #F%3Rҹ_2}HQ5D1 !e{ c sG% L/? 3BE;(u0W4i :v7#?E+ws RdK]*L鼀sMN?pY^Xt ?-&U_Fk:$q%9{)6<إ.8yԋH݌teq v{=25mܺ/ k\HXl8WO'^(=^W)l_V>NU(F\>PZIܼЙ!ѹ\TقJՀoZu>L 3Ř.DËk> l'̬19'' PJ[\Rt Gwa:`)2ţ7?e=ľ7 M|K$_Fȣ*+1B)eqY) C0UGo)4J:BNnM%X1>keѿzm0*k`ϓuV! V|tɴg M׿{JÂgG臜ri]}ß h׼rԇtalpOD,-E3r׻l)Gз0zI}hC_Ũ6a1LL|TSjy PɁP1weH* %GC߸mIRv+xBL׸,oBDVբ@2)TxH ŇS&|RnuJ7Ceux_Fu'A4=7|7e9rt: Ԭ&7wzey#l-WSyEnM`&Nw-j@ .kH^$RnpIbe}.%$fjGg`a/DӦ1-ؕѳrLcdxKvu hX Q\xsHZ}3\zPqڼ5WW5a8J X~+#leOH76`&(ԳHq/GSǒcr؂y>ST"h4xD.$Vk$8|ϒzElpcz7GX˹?ӛM&RkaGn]zj U%DەplVPG9ˠ @*#t[x` Jם{dO6b*"po-uf{2 p%28u 5`9c1֐itu/iGa,l'`<)<$>b_u;y*R<%k|/΀9v(ێfgj7aL> Κmx2؛q"V9@h/Ӂe,ŗ8O_xVuM4;afU=l+7vԈ >wzdؠ-ם CV11AĖ&k{dV#::YmaoNpae+g2OyQzwS]@Ÿ/;)[maBӘF^4ߏ=;t홲K=h'"ah[ԣS`dOi_-;R>&LWSVoKv/B^Ԭz+_*W[h.P,?jW [؄?&ߞF貮-':%6 Jh ]Rf`1yB h,c^z{f,)ϳ{lD?%[JCSrRSٌhS- T\Mb"b  !1}V+۟ҝZ2eriL<"?A|P azi.- h6e8:%lYl#jD:]z >Bؕ \' F$n&Q:]YuLjخ HՕFj]?g I|m' 2 &^aqC?3f@X}1PC2 ]9l}a錶2PH%MS1HZ x@ ʼna]Wv ID]kBIjفKP4eI;0K&@ F.^r}΢JKK-toi,@BO1sh ̿ % +(ϯ&4yU$yLgPmR6&,״7b;@5Y:Sԃ7S<=8GA,[f#j0٠)&Ylc1KR~>ECk 0&ӤK $D}P4?b;ց\脇tew jRƀT 3 @o U%vZqEuFHNSu˞_Y-+ԆqIx]^h8 _^u m$QYu+ֳȹAB7Æ΋voh&*&n%@С;?ȁjD*2i<򌠇EtW8iz sBeעUGB;u81 >\1|npQ#~{j N%;z_I&,͎?dhdt[MB`[W +j^ Ż>w`u/_xaZ)?M>YvLiT7?9)y|zH~J8`+4c#94ag-p r7_P},eq=f+T"pֺcu 3C*R0Ɇ:O]Qp왏frA\au ɡ7;/t[.+!ϟF# H^^.aV/{t_rW~,0zt{m X)@)WjM*c\Ƭ0rQâ*rP TMgEfv jJH *(ޟߺY})nدHr(6g.4l"lGu {v>iPpM;DHW$H"wڍ|t[GM *a*Ƥk3͘5:BȖkw1[@56. o1/!=JGMd5 0ԪtAZsl'0;ЧE)DBF.l hEܳijc <5^,j&$4; Ew躤əq_V-QӮing"]Oiq٘'Lڬ;"bAjDiQ{f(4 "ϲNc$0 zNlͬqnFBIcAo4eh>{\[]Bf3,W'&X0zQ>|s28mO:ƹF}*,IVPnoYDR; 5$ Oa$5GLVX̀ɽ'j.كrF41\tn0Q=x?e;EYIZA2XBGg^uGxޱd/ `JrpIcCV&qj\e'|w!wp}c{)2[٭ :aꝓ㗘Ը Fqwj"i"8v&惡SMl`I犙usճ˳3>Cy!7n F91ϧ%\ nVim5ɕ*|OըhXĨ`h0:2zQ}fU{쥀Tt5>p|5Fڶ(KlĺV }3, n8 E3p38_U%8JOq,u~!Hp)qm#ҩx%YEJ q-J?[ө Ee~͘PSgP6"HSc?x Vwl)arj栊(1*$׺[j4g G¦׵ncJ P9"É#AQ$Ab0PnqCI&4n$rFtκ(z<QFYxr = FʴE OY|e7&_ 9(֍ fnDAR!)Pc6x#uALz13A0>I-.: ֏)sDbz"X <>yʑom XՆ9OۣyCҎfQNv/,3+(Xz! \fjk!}Hy""zuWgD`b2 4b(|d< " %&!baOzR<~LwK G./5++dajŐ,>a~Ej j+`t@ WWW JBz 16"?*8T* $fWCb+̍a'{1A1nc,NJXjs.)2w2@{HOGPqcsq)O~[miMfZ~UXJTW*yZk.-QkjhpND? h|0Av(Ʌ=i E`YQ$&HHe[P¬Dj}hsCfན/ߍ[bQ?//%ny}`h 3@.{0*UGz\O@NM‟"mE yhX8,v(:qg-¾^|v%-߸ą`=S -_IbjZAf%j9;.vhr:VKHߔPtqbǡ^u#1L=A[ BHXIYX*\ޛ eL`\>%%&\{b m$=JfZ`/7l# hę. =x(jJy̪ 6E⪯FzzK ^&-,.TNQ #i)(#j#D +Cv>2Pr5$9]RKxB?4#<R}db5 UY\VH +pBJdZ}xz_1ڪnӌ3kd+gUC"r$6UY$BmPb:~xzF,݁p{&/3Z;"LLF4`̣|;ĩˆ7g&V<s߂n5YN"l,-x6Fe@CYvpoFw7"~oe4Psu?7v"r~MyovortPFipz8ԨR*N#G!xBjZgm;6qvO5KX7Z&9 8cW2]Z2̧A9AWI- ԴsR\=8";`[Ԧ1#:<&}y u DȾ*̙L؄q&h{sypLy \} kC (TXH#d9ڶ /2p06:i*uYAYRe5 'A_je>gS{g{e,r Du$ bw莖Q}53,'ʮVó~X ĝoIѳGRD9G\(1e@̎A#!?FZ:\mЍ? t=(1{ ן{%XS%T""#35,VnFTW0U ʁd}j"UG.ªY)T ~cr:qw3 Q;9g#b߫M9uCQ[}d}h'%&2GA6sҪ|)I(bɈiA@Ke  ZN O!TR̻&Z:ǭnfI3ix$U g߰mӕMDYv0Za嬊Ww[.V>d/Y)mm6X4Pi`պ~ލs^4Y9Ȍw%{tL$RUÕ q>:5 .ZWS3+1Hrh>|$0Y~f78BVU,]q1k}7_@ vAϞM5 L\f $*#VfuzKtFсCibFd9zX)kM o !O$ޕr350 6#7d.l,i4lgΛ=J]$l~I a]vau)oqk}d&#X_iz|=#Ѳz0,k'o;-Q>)fwl1WNOL\CcRK\RjomźFS T(0C(-rZNjŏc ,1[XA5ACONmBm}?ӕ41"kErxzJ3NtIOADiy Zv*=3yU żk~Gl3(K)fr7d#Y >.$ZF{"p'XqY@@u2rG񅄿ĞUҍ+H|23jN&JmvbW7{A\$k H|9XjXV=5vޜk߮Wk7+3{;"_2X0M' U4"%;V߄a0PnY^ 9ӡفZ/j % .AJц66+9m)fyScVdcIsM\ȖoY-D,X,CvfAO̓v=eRV4;F= `.qؖrUqKuFå(iڈ^^ދe2h*RTB&J{nj@ %mf޿bK Lj%wwT6<~20GeϦQl0ֲusr[gjZ.p/P9`1~608XY9{EܯXZ. 0HcĔ%f~vzVDP8"~byNą"bP1w!Ȑ+iUWV5|+#XRptE"OXlzXf`iZ3hL.1 7Z!A5NsO+GZ@u0h  !W#l2%0@"jPec=Ų)9[]?굷Px`{sK5ȯIC⒢@ox]X{┡[hYEq5svBvZO.j5ɝD}2woH(r>^x6Φ%Jy?ݕנ ̌Yi}ڟ{n|"&ԫ3I8 5U} ')`$At΅T%ďFU4ɭ-@% ?% iNcG\U `*-ҩ:~Q4]Y_nt N ]ݑIŌu5 D$8r!k5$ef#Ƀ,6i>О}ʤ*2ڷ=$+1;_Q@B3NJ '-w!hR pdlɜ5{ps̥CRf9˶!#{a=l^#.?^6k^btVk9]ڭ &@||l$Cpm[n *9[@CrK5Rl=^`8eEu6Ūj_ OYN^CJɈL/jQ)LVĭh\AVڿ43D~.JA?~_AׇD3g'~*?ZdmasSޫr<>A-v82mmn_ tO7G̈́&5LKiyՁlr,bHAp` ʀakÕrW-ѝظ9+&Ի`te!ΚML BX3=j̑fD;]O8:Yŝq@>j;L49mt۠6;/UǡY.lF pG*lh,R-^p-?"] (V J1kv1Jօ+/{ 2=r඿ Ik`˹֢j^mW!7q@vWykfA#ꦇwns}rc^3OoPsrM!W9_'D rK]:Đ߱LZgk_jw `$I>UeF7K z4_xԻ_+>r={ S[¨":aY$>v7iuA>V˯WJ>pXGiLvoP|a|ԇ-`{ul㭣I.9;9h!f8W$xodFSݻ,.W^ߺTґP+N] :Lox̣#Wy"(zMx> GX$(U7Bz]B ti#fkIóXbWTosFk>g9zQ8x?Qo^"Q릳7!:0Jp?btgTeXM>xuৃVz;=Z$R՞F}SF 4-8ExX)f}Q.(k?(#PH]9}!#d*wjyC*HUFSWR W.DjsCy,Sё8٨ +gCF-i<!1r%g)3:|0/X7BװQ,|ơxB7߲-FX9nx0m`S9Жy+@rmMVtZ<Hvcj^m̒ /"]?c?=wl\ 3g;3″ǁ̘mMl.ċnc Q~y 1{7ΓMssf~Vͥ*yf\8X=\hCxt@FQ<"&!A8ilǗqc#bub(7/6Ei#T|j %e2'3NT'_5HDb UpFts 0.-AX6j+SVpK=/u0Y%q〃,t rVB*P;u-*Aq@g@UEbKOv 2Ǟif)~>vw}~%v] vT8 /\אVL V P&p>ίcf|~,QtNR\XKR!=qÛ .j(vi&k.V/νa,c3)B)m?,\9H78o_R +h|1}6VZ7\~_Q !Է"SDD4.?K\, G$EN=J{>l_Is4Wx{gATl[ BSl=euq>w!=I%_L >L7yt Cl Bt,iPz] #3-;a^cFչ[^!0D5?',bȝU=|ro(d @vN l_!I\.rʺT䠯p*hc$##`.P$t?(bbBm}NZOSY5oE lbߔOI~Xi9z ܀C&7 @y[4,(08꧹Wi?Q7B2!Qվ^,Q@Ͼ7gy!6ONwl>FQ<4Rr8ΜZ 1I[; Ρ*6\q'nv٨JĐH~_CwotWYs6ֆe)"5}ov#+(̥Я@LӫX"`O̘y+2"BX[K$Eۈ% xUZ*+4y@I E:zO  =5K Q1g1>O1/5 0=Li b K_(!&w;qFR~ ,A^0^6s2IqV-;dL6 3dM-#N%xJ2x4&T9| VTûY銤k)<ׂ+w(! _ W_OpaU ΆwI!L`2ΦTaE# fib7e@P#HПg%K+YTx} 9|xqHאl۶T6Hs'mZ^֮ȗ1&880W-Ғ FP&Ρx}(Uն):lb`NHd  鋌%v ~|J @kT&,%V\>( trDQoUF!ca-|쌴k u8?L"O 5j#VtYZOYHE4 {% \_R/*ݭ)ISZ8ղAM>P*R&(=oJkY1n=O8+.%@ <]Xh<+s\A>[L3!x1\.EtiD?H$4ح`?u5&5jI^~8RfBv+^Q eE#Ά/f}Mާ)s 7 9 ^u֕ݢNxLl]\q],E~kdD' BvT X(AtKPRCHi 꾂Zg; ;|tEh饧ʆ٫9E`Nj+?Tġg &J"dӬ!n8m<|%v_Ӄis8%-`SB6($ٌSb^t^aL5Uoڝ.ԝFۢu Q\_Iv rGDf`+Djf'#/,ڠ|(vtIr[F_/p$L[HpmoSUL.}{}>-%w' JOó* ,1p%d"Hin+ϛkQ)9T'ρ*GGG*"Md[>ҋ3Hq L#EzT&ڱ 70' p@jRC` +31 3֍ѪHYEt:d] q(#X1Y"Ժ 9E865Xo5(ZZȞq.a[ĜClcZ`I^`Mkh#'h,wJA_>"S}TGQi*'f؛ZKFx1m) eΣPc? 4ZJ*t:s6ߞ6Rjtw zB4>G8GYաK͘%$;I9ޗw/PkksV4l1i.[mCB|_l}Yoܼ Վ~[WqZy<6cmxX4/ 8BGYfe0PgK2\ARUay]dHB8+:ZOߌ?ėDxq@[6Pp54P=z"qT]:QqX"q Gm“M(cތ,~k3- V^$kM-l`i-UT3!@#%~+χp&]y\.:Dlp.E7:SXNn6úJ9 kg?R Ⳇ{g=Gp1=n$ajoO)$?2uC*=Zu .8:,*u-lmG ^ ϫy<,4d|i *! iՕdGnZ[^pUr#jHQVb87th*m'!Jq`e" tia]*Vut46RoyPX$Ghn~p'C@,ɛjG(tc-/NLK/5y&'}W)<[-'&j4 6MW(q?Y [B/&i L*`HRO`MjX+)๳mtP\ FB.n3X(=QZ2l9xQUIq;yk0V3(boUƗQ* s<(ϴ&c9Uy6\F>R1]=d`=D(V+`t bx`<: 4RZl'qLOۡA)ilx̑%^JR+-w9u|SM唒&&5 UePo/yGleƴB%7Ƴk$V7N\$;2dLG'P=,꙾0h7zxXz@v]Lv5(8`$A̘4uVxȶm˭ii<}聆o?g/MAʐOBrN1Kܤ0$E|azx.'Yd]IΔVTOăx|V1C>UY.;tRa`cN!j[϶`HF feF.U4֩5Bڰ~=l2Yd@tȢo -@#"cӘ H3 $MP<< Ɣo=<@b`Ƃ?.݇뾱T}ㄇ^ܻ 1Ubc[@ɡfō򫡕j*}7Ş/!JHij,yD~@-1st9d.\;A&߱FW)R7KG0"2ț$ VӀ>VhD̺B?3Bb`U [&xvf\fz~V9sء~d3 7̺ýgfìjG_V{$nty=V9]m(z&kiد,MErH$c-p+4 \4Id)5Y6l[MdʒCg1%+ ʭM{5GJ s rUUdC}7e B1OJ֒pX2*tbц.\9 τPPpYqt[΍5ٙX)c1ED4@gOoDeĎtאPn f^mJ/ ]1wS{-q?ߔ[NguWF߅74栊3M&duPPj,^@@)rT*H+2Nt>xrKo!=)G 4z;&hx̩H/ hgMC~vȥ5!e / jC-9sɾk صYX7tC0:Ce@Ti[Zd0l8)3 Г^?Dks\vSф&t=~E>7Nk:UQmd(>zxRbV /1)#E8l[0n|+/7.Q9j+8^H {a=X[/yi a}gv{8Bfҟ r nOÖ})\PaOb fYoo3m>JO͑y@hÝ5[G6qxC^ߑu03ۮ{ *cYl+;2 vўh]d4eD>yK[e`'Pt? ٜƪ ^@HY@7ۓ@*gwVrTטg7Ma%4Iws_5yIz"?IVi4Ծ+y-˦Ţ59GJ9mN~kQ L9F_As0)n!TO~cnCrs]u% 3_'NZeM5lBiVE 8pF}8:mVK9 oߛPJYc龉ْh)j+~%S " JDC@85ɞI|vm IIMkltq0%‰;qɊd`ҩwJ+|u9&[Y"VHpuf~|* 31o岮o)Ƙ)$Ir< i/N,Ҿ Jc+ ])M3ѭW.+5Q":u^! uv-(b7 82;BphMr#,n@%r4TBd 8GܧG4JPLl~EI]ot<Ğ<ռ" - R(2d6=q"^Lxϰ@z!S ?Y,} Aj섰_a1r.a?~i򳁩f_gJ6/xp(d$oٗ:<%}>OBbeyvD >%H͖QqueEsPZ$'}3!b4'+Y5ql {u,mI 6zG;|ֵYA&J4G _#8/ߊժFY[yyWE.66R|\(ʆڵ20n:ƊWrcSݖ{T- 5<N(|] ^-&nׂΐu{]!mqGҎfy mDUe6tS@17Q(CLɶtbc-nS^jGP@3xp\Wx˒b Pt'K̆9Љqɸ oPg?|@xqLOwlxg E_n+}ϯpm<9 ) 8 9-T9N 0tT.qv}~^e( &D\g0Hfǽ:z( ch AԵlMcd \m ` 0:tGPKZ?)+Zĝ%p4ɯ&<]$F џ6é^︴PL2 q%˿畮SYtū-O=P afF[ԡ:@=K:3`LϋLaLu`wB4[* ,ZO'0,y׫R8FSg?a!<$G3q 434ԇhͬ<y&(3d:;9C^R[ȝZB1OJf)t}k$)!dXvh>z@ن{% +s04F/@i#xW{PMH,^9D&oEܟÕyd*Cm M3L|"V'ˆm1QgH!7S(@ t)vl=YoH>0B\ 1 hrذ\JWI)ȍBX K;*jgI޷YIPޓ3o>ÖV F1]_Ev2G;2cbp>'`ðWc^_GA!F7pcZ`I(EUrir+詡4i!x1XBJ֡(F<'4ѩ :Zk;7{CGe&|ܱdc+ur^?7Zt[Ά(F])IS4vs[hpgP1C8LЮ2_XygAqmD1#=SV6#joo;R.Mp y!e腦0;d+ÖRR7M^b+~D>s =n,gxoqgЋqa˫QL s$Û 'zgj3S/o 3VPz>4pYL°+6v!+ßVHb~?)H!u(k=VB-x* ^/4:l7=kqFȒT/vcx" ,z{l ͸8Ȑ>ÞU숩Ne'a$s}/=< [E|/,a 䟨 X[$KT,J6R./@q@TE\m^ɟa^)O84z/J[M 3B qK Bv~9[NO-nBnktV2 r/XɍHƔ+=!3;L(%vޱj˃[ 0G`:3_9[H_S @ՎhDKC>!7vY&b|@s#u)/_νٓm38 `͜GaEq(3gYi׮x-M^Y$䚯܂YZk ɇ 9!6 HT3k$IIalw15FlZ\`x?5™!87jչq5۷Q۰j_3;z(̤P#Qo׋Ş[:d~_Rg(v`Y ϡz~f%$fjfRt2%Y"h1;XBh_%O}ώP1E!eOKOoghA~[Yvi/B6,Nj6dR&o7g ;,Vx3KqiQJ˾}FC0THYRa m_ M_Hqbv}`ZBmWC ^\_&|Uȥ"1 D&5W٤"3njHb/Q0PDkEta]P-Wr?8( dᆵcݎNA72fqIYeV(hf~.[mތ?'0 =su %i,fR}\R"n Y#]SeYQ7cbjX,>tJ9JbA3@\tSD<].P;~ߕ%MQjQTyݸ-fM%,s%l {G)"'Tɵ:qD;^Ly[&Hh 4kAƸw`N¶*(ԮssE5LȲlW K/*ҕx%cd985#15q)LƋk价 'QzcioA!RuCL>t0$h&2ch5(}5xP Y? m0[-BӚkCTqSaGbYK2ߏܬJO/t(T#YrW[C \r:`W@KED2ũޣy7i_Le#q2}Vu[tj|@cu(E/3"{O\&b=7l6۔gSYnZ=㯇X8s 2t*r5< g#R}-Tjk|1#=hUh>$oyRy`H1y`/ 紆PدÒqLXiezސ^ jJZ/` G|Vl[W>x(J[/zp!^} &3n[%VnbW[!zS6;`h41qk[1Fť>uFǰ [jf1)4"z̙qs _ށB"ȵR-,5AJ"'+]X$luc!ݐNBu _spTI(GD?5oK&4.iHf[ۢnm}%@R%'|^(c捌 |KnZ @.p{1C!Bi0g%m|q2Ϲl[|)SJfNwxE{U^SsW)A] >h}) WIDxk XߊiđPˡf$Y:| V7+J^kՃj %3J`5FLUvРe)caetjQ iY 2҆IO8s$ggAp& oYP>j7W{JM8p\.ZZ:t夊FZFFتL3mYW;Mr˦E~ཟ';&:酵y|XK om˅:#ٶ@B셂FKvQ?L`d @5 Ig&ob@s(J[.n>)Y7X9Y1MPB\mk.Sf` zU%oDnB?'v5qRJ_\X(dWgf#2@[W,OlِuVm152yf?}az9,5s:HT\QIpHʯYmj*m>.MВ$$ |\P}vaMeh"dM*]qVDS6t˓v=dNv]]FGKucKԉ:OB8VGz8Zk#a+7&.Ɂ5聈:Yee>;Xo1 O/7z7w/a/y%F.|aMC!)׍͍q&5k-BS%A lkZX*#ulr'1ҶPvmftd Jv?AF#n+d `hOg*41Id*r M]LaU!8S>ї j΃|:OWǜ,xOGE$pr_Z9KPm>,I6puqIj̀!惵,PԊ}­v@a{fYdR6&ОNdWFcܰZn iB0ػf9<Æ_ ǂ7:LaЖ#oƬ .J֤@&?儚ҧsFTk kզqĒ$Xea팵FGKE_Rt.6mvazyx5V'$6m`*WqndnMojGX } ~۟ʎCӹЗ:ٰRaUJc*UY7.ͲC[V lW 9e~R:~6r#ɮ!I*x7E6KwfTҗ^f9P(] b N . 9R^bzQ6FU; ^E :XA)V{-t u@\fN|z+ᄂj|RpC=huTB 7.] {ow}e’GˏRGfXNpD鼜HUcֿP͋Vwj˜S5JkF oOʧy`zgO^7K3%PlZ>_G ˝G~ȫ?(qɫ6y͏ ovաYy.Rvӷ%D /;љD8#u҂zݥ#%6>:Ѿ,Q*ڲ@o@wX6&i\o[.#}+ϸ*nhҿ;ݕDuP%ĹEƪ5"3e78v=ќ M?\W8KY=l\}8fDp.QB_X~wA9ԕbTjOq7,cxG#re5 3W@u~dR"2H1mG &ni]dBH׮ psrv"7{w`h!{`P[$$PdGGDEdY;d'Rޥ[u_h/v ܋R꺘O"ʧҽk7{ XRBMC͑ڜ(4R ,b}nR{c &Y `G`S{-0f{7A:Rq;=xbB+C}oxYWgp&Q =[vjM6qMӜ%fΖY%#L FJGLTkIm=5ԚOqpo'm3^O'juAޤBCNUxVrT ~ 5o;BgkpShG-̓l88?ŁpXpw֤G(!v&1?eR e65lYmՀ:Ou8bBlRgy)kTL@rJ4X7kuUsMʨ Qp)g$JOT.Ѫ+{髟#x`ab> nILr@p*rlF%ϻ~њ?ah?' EXJ8GDS$S}4o3wf[k&űWWwPPmEъɖ2cg94,ч 9ũ[ 2rkϪ$(  Ϡ_~UdzNϞ~LNŲJb!er5L; zvuT"tt\n,݀Se: RNw%+cH7vZ;*Bz.)}{Gp5.CRzNMNl}zKEa{RN-\pق c,K9:%@,ӥ4.0?<4hs9y04mN}Y21䁊,PCIGߊ!1JL,P ,oaFOw|SOX(el<1!O ojˬXP`=! -\zlw6 '~7`Hލqf⛻X l[Cw!˭#Ku 0 \o ?3WYeN95)`ߣ&0#E\O=+dᬬ9)勪#v1k3ḪQ=ƚ; /~IBoN^<%;ldVuZ֍y[dMqr\K.ڡl]B1 Bn1 c'ozs^RO}}H8pE,DEZ,{Iӕ` ^܏8!brW5hίb鑜86ܺLFL9XࠢW4~wS =S~@ "䲷A.&I/8r*C^:5~jTɒ4e [}a+VV;˘el4*fty!b I)X3D41~!%%5t OCyE\/GXxKbh܇E$s*B,-?'*i"lg8A0*Ea8!ё&ftRkd ?M3D?Pe{))/sº_:)cVf5k!DQ՝fX0W\@2czvxDT0L2Mm%L`m5[f}FxDU%Z,7 *77ȶ?|{W9w(4/>V'ђhKcV=Ro l/,!d8dRsYڊ+汇ÐJ8! I~ p (V, UJ$2mau HWjd߉N0z̘=P ¾¨K,T|/4NJtSm| ګ:Q P}:LbOtå܏S= GU ?zL%q5}AV[=B0 ˆzjuzg "]vbbCQ;3)W># n?Y"PI G]GDΑȔfB:j'aȝ^-{jFD^9e`4k?2"|X@=1aFv""_Hp+Yԙh \R.{63WǨw!̜od0A ,#8xB#ӯZ)X'gW'1.3S@OG1M:X-n; 7dWJ> kpyǪu;W0j5;{}K|x1 'd؉AГ潻5k[ N󒸜P(Ix8.В @W{od6kLyAU(>CXz8zuo7 vyӼe0=9M!~ryb Nh6yVyM"`1nA/GkYjkXWxnyRvUn'vitC{3@Ѧ0OGpqz~;^-%T~\a ~b&.F>L8r%:eD2dHb5.Һ&w>s6Qu2/h?Q f҇NqfنY3a1HndhTa\LJ檊屭>^F>(1"Ml -'@GYPA^}K$٭aR Ki P{Vb]hGMV\=J +i3e`Myrw}^zbMy> 62`g1ʷ5 sPqI/=0QX ?_o{˯؊,٢5PLvJ+œTO E!"z[&< <i([%Lr\J>pDШ':KZ;_WZh95gsꁫ|}i`f! 2Mv¶' !p9 ^sIu- p?K,?ݴ!pmCjT Xd Dm#N U_5L졷9v+Y1@Η& {VbLI?|_ F]OsA\'X]w S8 9<$EGOk:w] YxU~ `}9Tc2Urr RPI왝'ȓ/`{2t{ YʾK',-sԿ%Zo0 J<.AÈC;E2 emx˲Y\—-/% NdŦ}LI!Uz=0$Qӳǘ70Zi{Ăk]i% #飖KO릈^eubC4O9owO3#Mys.*^I nwl^HK%>Ax&1%2,,4#A~u8"7ĬJ TX5tfG YHE&tװms+e6 S0uGLl|ɑ ~I^&@ -/%bfUp'}8Q5 jN-UG>E:}T*LD b̛Q*򓵺nk ʳB8rY~T%j1Q+J˿O&| SHZg$*߾o01>?(5c)f4[KG!{i!GS %.{aJ3$WT=6`ir@CǢRh*1P@_-~_`2sJ^L_ b"H0 cSV[QhKh'(o6` YZ