cairo-devel-1.18.4-150600.3.3.1<>,whp9|H-^`Osf7#EDh`#ϐVoC1/D2kܡcuUf,6ENe_Ӵ@*80+EƒX ykDrh5NLUљ b]Ztxt{G?D @d~w]H)i4O12x]Rf[FɵE[U j#hamS~4*"7ҵLل>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%2.pSW#G?>iy] PY\A.hlRùw}rl9-*{@b7<,2vg^ (i;^@˒յcxV@x:.su n^{L.6*ڹT- eCQN ?Ԭ{P%avdԈZ44fm{8?jc埙5de٩9hh5#LL! e9BϼN+p"VumyC0"(7g_FS%G_S@ӦV"+eK<`f,;8߀W)uwe!$Yr4Y2dDkBâ*E$Q'$73kL>,mi9($(0AH>Jb2_|$n- Gx-> Rn:edgPSWBK][m7lFʉHr_qۚ#$ԹGG\ Ȧ`8kU'nHm.Bxc ܚZ@s"+q$*aD8~1GT`tٗ]jpchy!->vL篼o"/I% |S]FW5>ӽӛ;v(14"1b5]1KSY4ǿ}Izi# D`]Hra|;5E_XW,Oͭw$㙖pY ?! b} .kdkI8b<W*3o |g9-nJ$1?V `,A#}(+H3Uv~ܞgj=c֖4@x2f ]HʜA  Eh\œe\웹aJtܤ-hTdM3eL-(T,(]eGRb7۫4ŏ4~o`3 \b;a mƥDJ{wB wyX*(X<$C~mt0H2u0zS fmxȧ?W 9i]v(g2 *r7V{?jdy}쪢M NY׸̭c˱r\.d?һ;Ă谤]\ڼoC菛慕r##p?̴ќ}B_o~D"`7á +]Ekb|z"> SuB 2 yq ЃfRmYrkvrDD3.n]u iS\Izi3 a1;d(d]*bM$`0:fpl%)w0 ȣ>>:g -i.I;*ym2E/vX9ʝ&WP[5Y/ڂ7]{7xzHms{jCB3-*%t g#9g\߆ WkAq226kу3J2<o5ycq̧, ƴgzVpw8_y7CRʃYO&liW1V!jۻ8r̉~{@ϳr*5JArEo#N($ Kyz{ 1itsZBZJ&`6bGptDEuz 3GVm왹g,, Bφ ӓV-l!s(pj?%n q!q\.=KQ*_{y]JT,b '9tP}_ک6Py>8O}]TptlgY )BRN(Jqެ359pl'PvyT]&hf!?E5jOB{A"z rX,(ۆbwkV)Pf_#陠"Y=a­`~](2t`W}Ɏ6ƤlʝeY*/|fٚu!$_ 8CubfFWn1a+Κĸ5M|S$a3l[%T9 o6+Y{bIYܷ 1@oJ@ve``G9DB2]pxɞGDx_ c3&83iaE !)RD"э{ m7&Lf{.6V"cLćmgV;^N=#IHI&MXr&YjptmFĺ]A[7AUfz\5#R~Z]}qDU>:s*=T6x_lJx#i3x'`ᮈPZex׼.4|"# qwWahN2 ̙ &!U "_ eVl,u&.N 3j='3-Ϛ^)VwM]tmZ'hw+f2K+0V3gR0u;kHDcA̡-GMgyjsP֢ZY.I'xMD ռR{c0ZE:_O{. QWhI "F>ۜ(k%mzWg;WUp>PV,J4j7T+54׌cZu 1?ٌ3]k ]M/6zZĥ\#ѡ_v(N@ı*_)iI 4-T`0J8>DaTd-;ǝDvmoGRhC^Džl84t&)7r4/W8%ܳU΢זWf2J I BL/)e-&xw‘gr{]yu"}@m")U=e?64ʾJ")a ̎ jZҐY)-nϩ\hG,R+:};w0'GL@ʠSFlO|y(  5\:ƊKWͧ9woT#_kB"l{jD3Yk]:x* 9+B~NRؽo]J_N*b|ڣX8;d´K=88k0e!eR^mvYMAQװT#jҮɁy$F7?gk[l§{JPsi^Qpa!pS6 );eT(%9D*]6v\!Y6SKQ5|R:0f~@胐nHߩϡ¥6#3mmD ^kLDX|N;~{[/t~/__1~-tx&&椓 XF V^:ܵop>D9iMW\ޤ]ǧ&yvD$޺DkjDTA0ZZsE0u@"ϹĊ)[ɵ 9/O$""GZ6t (Jjh)cuYݨ FJAjEV/ƌ#amhcOA;TbqKv|?8hRb#sBd:N/gQsBśpŽF7!ܲmG"z3‘1% Xo߁hZ T&K)+K!tZJؤP336"P:һ,%H1:Noe8j8lg#\-9b|S{f 5dr'(چ6ELmw- 6]9iOn)A֍ǣO⭇G `bHYΆ~h y?`.CCg~V~#xUf6W q%xYMiMV*ٖg1e,t%AbDD 'q~z`\nԶ'9cOPBz!_FŃ! Cw r6+ VE2C:ma݈CYF#kq4eWAgWs[a Ty,'$lߍ'HTJ:>)K:>tߑ%tݧA5XaPNV{C ݿ>{ fʃBC/Dsϖ )OAQmZwsWC{A85>mls# YHk^G=AVyc􌬌S*QQ[`kYFu-z ғ),oվ+$ZKG4Ѓz|Z} QarW'pX8E}[m~Sdf#=3P|PXS`%CѫI\7^^;w[ڳaH^Wp4,=R0 YېGw(.R7v*{-~a>q1qne;9uI*ϖD |k4& T52Rlߕc&"~Q&U|>*L4>4j c;\"r\It,>ҭ`fmV6 LR+'!>YBJ?ˍ2\[Y9]#t:ċ@M-ˉjʦ( $hgIVH~f}ep:ވJJuE15Op݈e)?l, G5Æ-A _:b8=nM7(IyYB>A'hg!Wbq. ޒ-ڰNғݻJGm>l #fx#"ƙsE,zcRÆյ9ъu#a کgzXK!Լq %bD3o[X|hMzτY=VJ{k<Ni8}svJ@M4QjڔHGo,xcuU vIa׃GxP>0jn# DB^2>}-\Z WQHk̊k%*MT@SM7W WlPЎkWF, gfOxObjMJCo$>1tҨMsteހCMoΜtEW R&W6.ߑ?(^{` ןX&HTht {Ÿa!XYpsڟ2*#+ Qh`eFPP`=1lo"h?Iw} #V; Jp3|:qqn15Q D@);e`x,ShOvf[mpϐ10)Z{Hܦ_9D!*iD3á.ޏfaƉA|Q>{/g#!3BfVÚW"m'[|ن$@REH`]e3؉]IP&,,ї-ujPc 8pC'N*8|68wf%YC|}wsc[/O &g<&g9]n`pdqx{iy MݾY)zzzq3z>k]%M]u=Ig, .Z1 !.>SS9V*Z _MXOX,2{ =aB_ZqAeVKPShMLr:YDePBc*kS1Z ܀Nj{Q]qAH], 50io! C:g{4R>wCC70Z6͞Sw%|˔oTbmrQ`})Kė"K|#;[i o54k?du$cqO }oP} rsoB&4n7r3L - "8[FY8+o"6pŭsBE<ĝGmw™+J(RuJ{j\GmoYmTi@z5=qb* Xr a.*1.5,>|_IL?z+$3꯮{؝iJ,+lc c `Ma,Y9qRG0L^РVc`I,/W4b>ɒG..L֫:+ FC y=$갚Wp8`i[NpZ'˟Q\h V.5;T8%>s̨sq#83Ow߁+Eи)|R$O`qmKMU%"X f.էGTM}mȻ Zw=yFtI(auS$bIJMMGa2xȜ<8靱2XYNe+BX7̼X,' JY#kYr37x zٍv X5zVJed>{~ @a E|6UaBpUbaG }Qwk.R̒` $&ž sOsҚyG<>Z%dǁ4Q¹mRX9c`,,\O'_%pX0q!Lw1) yu:7w9} 7,[@EF;TȣaHUK,QֶUZ5=arn;2 cʔ!QڣY [6P \wH(2&/Z #P30“cs-"(FPGytODN^nw^4|YȫFWW>,5eX,mc6:\ (7QQO V(YC*$!Jʨ+Sɘ7'^$ޱ6NdC^ho/J+Lp9LTiHM6:!܀UlQI8!D$ 7/iݹSKѲ4x'p~&B dh&*]?ia~Xi|@WƎ%JM[FӴ .KȢg1&[" ѵsg(3I>Q6dYfpט8\:r2WD|F "HvA;ՕP2q UD* Y/ّSW|A gӮ8|:8&FmQ[|7̃&{#r.Q"mGLXK-JA_hmAW$dxFf%- N $\E:-UnoB9sKOsZyn+2Y4"`7#hlu8 (k[!.>8-CLɮfF-cHlt)l~'fJӖ!? (O$SWx2Pj%/-~(V1FH3 _˼I+˴KtlU u>g|U8 qc}g ئe.|Lcy c*%(qoMc8d[c2QL;a}ÑՆ}LAޯA~1zX'PVN6Kz0'k))݅ONk-N9lhҞ'U}:K ZĨR/mlᜨ W {M$\r7h%^$ӛE?e?a3=:x.mgr8*Us]YҦ=Lx TH&H5Ul.TixZlcZ AFܙ !fޞf7$GXc7^Q.[YUrOTS "JF#Eu۩]\T6v,";I [pȸ/+FӭI.d0<[R"HxfW@f4e*xtZ(&E))?Y* g (suQtƕRx#w_9CddbRpzv,)7EĦicA\VfG٫~3  : ᾈ-\'ìO'ԭPd~>\籞vcX{;Sٰ&ǪTq2.=$zTUoEӏ gK8_mX4r$l1b%Wa#/hG-EJ9yTvaaظQ7e Q UQWag|,p{ݽs̭턷lv~A'%E|p+XVcg$ی'z321O=CJ$%͜_+#_@nާ{=R4._P( ?Kȍ!~}EaQ؍zQ[1/=;яޡ$// KlMC'nl/}/~>&!Q'hW4-ǟ%(!N al K@iDž1,zEԦO؁6Zʑ,wyyzn{dh }_=әifV:lS殤2] 3 ]v|'م[Qn%㻺pt"F/Hk !vP*fWSA2•]J8K H]A_6SU_0a IT&SF̒Ul$J ÛJH쿶F*oz7s4_3BB,S}1#+ ׍Vw y®wNC$vgH-M$aǛZ0'U6$Tg{,;g{ EQg\ 4keS #"<@XtOYDUR|p6Ɵbί=,HpyFXX3,rK#ӓNb8& 5^[+ϕLZVs+ʟX6/z\~M663>ҟPw)B}6x]Zqi U;oQ~gU:}X+̋Ci#+e P?~cu)]5 Ҵy4u :hC'`oV$c|'rɛј=`[ H_쪸b8iHD)`ؑ`{ %uzA"g;̒3 K'gƢ̣Mt13#+L! LyV~1_m$4"g-k,*5g̺Re~=<۩W}FmAVk@-'$Կ>~e͕UyBjGu* ѷkqgAX|YCyg6W} ss8,xf8$ {IXyi[Ƚg)![ڒxVE'kGv_3r\.ҷiK[!)!_LXwX'韯 dHbVη wBhkՅw߃Jf/IX&!:$"\ڽ{u{p/~zX@Lߑ $eH-pmg&j<紾atF}Eצ*. !d(O|M<.֟tt'zNB J !/ZEZ?=]Wg L;/kr_R^fcZ=voW *V5ͣ!pryt@)Nor.1]9m #䵫+u#Ul֔.%#8i?~T,(^B-࠵]M-oҍ$4M9hPf:Řo%8?'pԪƝ1 @);<Є\M9Es Ƀ(ֽ[R53nYzkNw ?򞾥|7朚:1sk$hV^eZ@~CvE\NV|ːnDPF]T kxJ<̤YsϿ[Y(d ftɴir"]͢:pQGzhP,іbuF\Y$m>f}9"cm&3e P {ؚx`#wY Y 4%7_hL7yݶt(eX~on=r1U[EEAѺ3;zPXYqjD#+(e$ ӝIYYWIxTms^E.[(1?H䁊~t.gv^N%D m[3UFFrDB]q$3+DPxoOlݺfM6%ߖwa [v{$(R]T/|}kln|{jn*݃˥~֡UWQߝ/ߚdz wN~Er+KC*袦]/ڈOmP T%f#B]%x=ic7~$r"BƿJ&AH_/;To@|vᒭ;p# ݭa7,m}pӗb-&Ng OEj%yt~q/Mq (z<1\ظkԷy+י! +FV\\Zr[n&dgoG‡m ol g=e="vlF,萎&E0{ ĕ " $w:#2k prv!x[A?'E/_t}ПYpӥfX' 䪖U|0:)ed?ҙf:k$/V9W_"C(LPlpDR(g1O >zZt!lCDn9T ΊNt 1L xIJ:q 1BSFf).Mi94M}Pb~>;æ(?<:rz8G1y+ lw&ho Ir2CXAd[_ S` HLEYÕ#qn&vn @JU6zMN\D. ֗@&YнݧE-kL8 {KЮH>H&Ax֝Pq 5lg>UWxwm{#Y<'-y`M7pO/)ݪ;M}0w?*:> NGg8oJ|ܫ{CE{ٿk_۾ꥵ[vIfB޶fu9w0&퍯:b0Gz>9t~7bM'G~-bgr}}ѪrŸB@)w S^פgkє`dSBځd-M[%4'/ /fBLOHi^6emqIJ|1fI=zл)[7q fw$O`z.j)ћݎʯ LZaI(>LAI- CUlܪqjVYc!oGim?qa@C6_Xa@=x$Rt7Q{8ѩa줫ҰB r7a }l#ȇj4X~:\r~2]⑲e~EAwU6iu A8.D_(>ŢfcքSgﺀ YMӽK  5L1L9Pl,0 CGai!b."ä@ddKB"ޘGyȒ(NtЁbv1U-V֣aoD3|M)?pGّ-A(ϝe". pwf$pNqr`]pĶc:͐iF- sP`ȟYD Cرiڠ0MeW#o9z^x5YDƋI|@_:+j/19ϧxeLohֺT\L)Y8{SC3~Ӹq%16u,Q reۆ[,JǢ!TtSN/N$.̥|ےEb0.;_wh:ŵPuI/#,CLJ!SyNz{ }Q O+[ܕ;WySʜ9^yKG20޹yV&bĔn '^kh]e)wg9Z8zD3:5&f^IH Lw[J| ` W#/eZѽD Ɂ៴>^l8)Ѳqui}y39>ƪ~%t jE#9~'uXK*O(+ElpGT. qkB7x4|%P0Ro߆kPŜ#J `?Ơ-&pcW+Zÿ: ^Q;0J |~ uA0w2gΒTA x®"/AhG8;}AcB*6 L>YE:5 1E|Y-uАJ&$Q&Sfxy95ykwK>} |&Ƣ[4Hy#t}HsupmRR7݈oֺ+LAI(%}L39_Hɓ#S֪{4c|{ =$M˖ m,JZwt3~9ֻo+PϿ8[[8d)ﶇ?8ǘ_rfרn^M|7#Zɞϓ/3pΊx`tpА}pg"ɐAa? ;,PnT^ZjQDp-N@}#)KȘb-WP֐f`dHE1Rxإ'@pHkڵՋ @rFn05g;q /Ha*GèId{@1;UФF꣼XE#YsNSGqG00ب4^ ׿LSh+hKbf]B!g8\1{,J]ŀg1cI ,äQ,1s[ԼQX4i6[]nR\l2('t/"6#0[ 17w=Wj!|M4rٌ3 q j1޹֡0u:LN@X"{ z)GUNjgǸjMI%oOMdjWNƞ)u'A+d&o}r}pI!1 ^O#\%+=aZIOYA#|%X0Ѵ=8?<嗡=E:oIix^pCA9(O4uOj۶ 'n_aczPuଖ|h)J|9ġ6.ر!A,b,'v(2-us3sdLZM?[P$*rX}iixX1Fl!m\QdV!Yqмfkf8A?\bu =_(S O%e/p۹}MI@ϻ9ßD掂UsYe|4P^,وԦ2y 9:֯O,!$,ҟD}H=5$̆ϨRIEzNT9FH!e7Zc2==pB6X!8,7W]bEo[UdʞG2Xo^Axfs([~T.)̫Vјxxsў(ohK*s89vhIja;V\u&~z'&eQ4O5 NqHujMSP]+,,򶗋 6kǸ;>u@=78@Р+>@p#eq[OyF\hok4lhcT N1j'ӻ*P lj{3M5~&$)Ry-X#RTH7ƛD;ڶED -Re*{i9N>$W$aK8幕ywbyάP+hX\!SE $N({ ]e~{G1 Fdiy嚮圠sUlL6v wmP_Re"}eFpEW,c\\5vc­4NDCv? 8+| pATqrkŵuk'oiXKBk{# U-2UQZdbkt+=t*(r߼`pdYJP#cHO zp7qmj؋ ڞ#pu"țSgY֞tV0* B[dgdˬ:Nڅ. ծǂO켊B'v3v:Y$Oxr0Cin˻ϕuc s$]F+텀MFgMPW8`*V.4B. 4^~Q$_&_٩XڱҔfN/4OqCkQ85srZ؊Uk~{2|%HG#;NM>W-~&LmZaRmJNvMn'.޾p.qGvYTب9yCmqJTxLϥBdfJҧzbE(Jh:0vGm9[heb4Рr}kO4_|EX%k5ز~7pиO?JqoYˠL2O3҇pC ]; toiG4k'2\֗8l@P`ִzD@V;_F > uєg\O'zjqsvF ~ 0kzKtPj3+<*>3NI=OGd]tph P}^hU@$kw+0e O7Z}q*R5?6]"s"֣tK6VШj.=,,Mg{ lT.#]~Ģ!N (*FۜπX%]bEp"h9ⷸyd,`_'Ļ|ZOpdWW‚ 29#UH?As+w~=Iʑ-uj\ϡ+.7>ʍ*؞8.[Up 5K k{ R"Cc ^OQȕSB8%:<MKhx$a3YG/UNRQHl>x[?ĤpփzM_8K{5*3]%JC2Sݫ\!Ӊj&/ bh@/Gg в~AU@sS\zÑCBNP׋d&^x&;;ڶJ/^{4,bRJtM#?EnlchXKbvY&HEǖ}0yҶ+l$?8¥کY>E= ԇ :Ő>a=-@B#m,^y2~T@sa&x\"M:3K-n(BBܼOhPޗRĨY i8"ӳeg dìU/uBPۤgQR /9 -CDuMvJ)zu"}_>{9nևaiu6YDSKմK]O/'d5Y_ >tV .([$x>RoٽR½[π EĸwI܀|Xg?QV,4?+M)B|g^d -߯5(bQ8xsi>=N iqsmߡ_w2epՙh ɉ*:[xm.fA&,UcCa6R@gHZfǥ,$OLz: gna?=MrͣCvZ2@>GoYMgvs q`Tx4BZmcZj߽\0p(GY|,9瞠)YB>=&ͳ %y{hdmYȬ"ƺb9U׿0]˼ }dnAh[MnH]+I40}uJF."quGEYyWVV \~`#!V]t@Q>S+_I@8Pn% j04ǹ} D3 )5u ]趖|bz$4׻J  .l(D qِwc/O-&b),(6Ghjmæ`FJX n#H|= %Ȫ,^veQH#-m>( oH)!lKȏl$DzsL.p-: g|44/bbril0Q쿴'OoOϰ2a(Z1w_) )]R&6i~Դkw>R=3 irYq\|B AUEm[>b[ΤL= f42_ׅ;pf<&2j< %o y کPnT2=DvBX}憬:?=2.4dHqo33 a@aVk`#$`na߅(?+~a,K 08QSuTۙA ȡ$u$&0>OA+ 5O.n$0g_T QwhFvJÊq=]@hS鳒[hO\wJq("!_TO%xKH1˾7s;_w/aLq~gfqm*\w@J:fXAo֮[01MJu5j X@3TGN#eݧ%z4REe TMN 2Uꂤ'\@ŮS[M& [rWuz1lUEzW x?CPS?{M6_M)R%cW h5"g2`{`]Vx^mnMهDtn-7 PI>`=f^(NmVh}#f=0i%')lkv&`e781K{ն_qRA P_ UD JV2 dk7${--9 `-«]2s+oKe%#?/*^:4r3Uٍ$5BhQ/0,_DKt߷@D ajܨsqJŏ}Qxy& y䎢C/g v4;.L PSh28|i8ޫ"᧩?_/:1YH QBtN{5^ !*LT2iTik#X0}ud蠨ٷ91 U840U((@#T8%LM

Qf4(DVO%V3.2꺌:٢^)8ĽDo`xTs8jo&ͪ2l Oi.Hm2zXBFkBVGəEv $o]cL6$*^tX [IV R-m1Ȑ${12=;`4CI*qk#PZ$UCvV0Mn>ya*1@Оu`ҹU[] D?+>s|I> {I:Ѡnۇpێvj 2Z [w!Ih9e"@-dGpJY$zE_ m`up`6ֿ DV dұS;YJҜޥ&ӷm`H^OӫHHМ !9s!z oE} 5X?Ab=~vkKn0 `Aa70\_q4(4P#4N-ϠQ /ч ~s4]^cJ<ߕqwj;Eg.v$}*} :,DoQaW8 os(87Ky4kX5A&D׵::z=;{1LŸz]>B6[OoX@Z4kŊ@^RA Ȃ բQQ&*~>K<i~CIMnq]~"wupɧ# H`akpdB\xNLfǎ7*!"Z2 VEG[{jFpx?ݽohӡjY4y`Zc)^DK v7UEzF 3t)A %J{3(ORקj蒟 %Qua4~gN}Mey-~4 쥲'ޯEO5B'I$bQY˻. 9O-$U{M7kQtWlj=m?Y rWװmgWRC ҷ>l#}gV0I$[!f>u^޻5\PR`i"n/^+KRucnI#d-VK{FaJ%h.2bs?HUPDm13Ädwx?"RTx 4ͥuN}$=6|L=!6[^ۊR"ՅA[A5(B~V|@M'?A!jSƕ?km¬zɚfmu\1aNHOm_kBuT~(iMJ ,KRȸ xݳWn1_fqT>}z]Ȉ*\%k(\0-" WeQ2&)*j8dB< W%!"4'ʚ+V ^/,*ĝ:ۨ }.v(~%\'2v_wv_ g-U8`+<(  +}a3=Qc6@aA;VCA$n͢\:iIul8o v{lϘ͈`+xJ,66DXDmCJb' S[ȗxEr0׼*VA02cy^ za0`0GI-1N՜!(8[=>:}t;|~wzIBrs!@tЊǺS̗}\;a16 gnP |.~D>Yc~ y8> q_Z9Ehqt-,Co/xBKOlT;e#zKl8M+. |'bϞ6Qdj~F*^aKI,Y7sG\Fvs'!)L9٦khSז8<{xĠDI3|²\qCNo%2b1$kğ0r7k2Rv(thqy~L;:[nd'Ţ6J L _N1U`eQ_OLMhgW¬v/U'@\r.97T̥LmڝDvI*K14呵KE'0+[h#y"Uz>Tqs-~+AQׂA 3n R9r1W8(<{B"(H3 GmʵT,Dii"YLh%역 .NñxWNBeW`''|4ZHzSkr.Pb1ZA ;*dct0c߅ud _hLbs0pcw"(HQWEB;O2I7!dC{Q]^l. /3Gpt. >Եk$hk]})149yfOC@R'\Uȏ65ݥ^^9l,Lw6NjZW҉ 9ṴqӐ&:40p΍N꒺Aړ_<]eIocr rS'-.|t+%FM65 N35=R,WE0@xNzUnPvF^hdU7E<0郣9_&4^XֲVgr Bщ`cF4c?TAV { ~o.Bï&ީ tNq#@T@͓VrS{~"/ C{񅃓t)hE>f N,O1.顮U ByoF,h̹ eWwHN?y>Gz,kホ(wy'*VkÆi2Ӝ%T(L8D[.>@<+8=^DkgLJJC#k ՙU9t)R0YR_6q7F y`U=jէ MaJ&/MnitӬU[8R•cO 򴭡D4EE2S2MۥqQWkR5cSc>#Ek쁜YKϦ : 6žpRv `޲ěoFܷ} c Xɵ׷~8t}Oh uL'Hgj%+=h!%V)Ye l-piKw Hb;D\hd?s}EwߣOK+dv4:pQyZpD5VQ_r^1ں8bD^. r& t5pzG-AgZٵ7jd;-t/Cm|:АBYnQc$VŗcPlz}'KUw`VRqݝ|cU윋'KHlZJۼ@n_c̴=3H]?z噍"TaH@N}tMC%k'Ox"J'O?PL7uПWKK ĥǯK1^z3Xj=rУLY$4Te{RXz$v{ 6tKTNjPΥl-hdWtžkpuk&~Dg"7ܨ̀?8jhMBƒwGR+^Ҳ`=ZÐ+|: /73Ixks ɍ,Lw[tUǝ4|ᎏ/rDn~y|A=OAC,)4P7t5Wc4|i7s OF&׉C"yWpX$NydO: _%(XIC/Ap|@ ˴'s \|[: 6E PhwT}Ȝ9;afkktIuړ\YV2]P!<:ʝ|(iGK[͊~d3[(WNdfL*lXɖb*UE 5D&I/,'Z#U Woި<8'VP׹KBSGGO9ɲ/|Cg@kiZE$*c툩!rYr}e77n6.)x_/7XVG#dJ[䒩N 7u|A[9Q`fc8: j _bd=JRGQd]"VO$)-[S #UyW7P&2MHn+&k0[ԲuU}0K^^ M OE! T/_?M]\>R`a gzS{v{~OWHpőZaz1|u؂ aTzΣOE{XwiUg]f!psrcD ( 9 ֙GʨC*=ieSn,0, !*b“Va&A!":PQ򂟓;0C[eE =0aە" Wbs(`ͯ'qoZ"t)53{ߧ * .?drc~sA+j%t?ءu+)æ.)Fl_\;#ɶt=qOahKX8Z,Ьݻ'K[}{ܬk(ZϬtPgv+5lE:RYT"nvZڶX x\ z ܘmd3pNuMOޙIG2֙"xfY-{Qf-Vo~Z<[3iެ<\)͛6w ?Fwژ AG0ln=X _Q1 }CO hx+*<7|9lTo0ﺀ&@-䯂>b]mu?F p/)H8}geq@S˃GŎ/ x&dpejƻ 8Ѽ5FwN9Ԧ|y2p u4r{M3[V 91U=ϰ(ARP{/\7Pj̧0OF:fuءCHܦi]i\d#7G (6lrzrUZs7X*-%@js p;.3 }SBwvĽʖr̓-3j=Q='&m2$9͝>/8BΑO"0Mx@6e3Z_ yvCR$ MǒPB $BJ++e\rPY HD&].ˋ>aca_,u )J͇@o^0^=篆<#69_pZXf K:-o]Hτ2ߝݿީ.;5,M ޱ#t~8~SmV|;}5(hBKF\!&I}EoqT +TՍ[?R檶:ACa"lV1}&HrhxͲ:~]+EZ\5D]Jh`Eļ $r,kn4Wf`(Ȭ{ Pꆕ("/O OAવW. yE$/yjxw)J 4 8fuP64NOcr%.ߌ|0Hc6ûEfs.q* l/| >~)?5∜lq5cK 34;[뇓eE)N5ձƛ˭4{v U&'\rzBnGOyy$`4] :vVBC1U6-މS׵w7XČ\3oh), 9eL#U o ?wl_=Fѷ"iza04aJJU$f٨$dwzv_"ӎ_d)h.Y#< qG<ϋpaj)U i l~~#x`-4p ݿj #+6\Αnn.Gp^L>y 1~p\E+fv|M08|ǻ1=>T'.<nːw\`J @j& `LE8~ a| ̇mQ{)FDYvpw"R9&բ] Ti;MӌNZRuLˬHM9#Y[%Cn/(У v;N>OcGb) + J ޿8Y&t'`NgDyra9{Պ<ḏm5!CFG@o_5"A5pk9]m3kZ:p8}<+5: ~ctrtau䪓@U2$0[aq3J)bL`}g#u_TK5n#%;y3ѻ%%| .8J U!! T񎜯{Uc̖O lNVk@{9cD[u(o._Ĕz^s7r%ˈ-I-ׄ[ۖG~mljxAqS|C8YPi[u|tane/w l}:?ZO=Fu2#(= FvCTWK,FYM?)'ZBhgK2c?$ \!uD=] dj[QLVK7WGx2lU9fz8סm+ZL#KiP  OH<"dRxzc0}[Z?a%Pފ>v6Y7=AgZ ̊G8 o'>(Ǧt~8>uɒ9򵔜 8 C  %/'u6H5JNy U\<=ʚYxA_9Q(͈]X1IW&,ďT7 sZm.[Gohݤ&5DŽaˇwZ U'7H;NkB7m&=b 6XQ'11[/>G|wQ&xf_ZkaDt$oEMU%zpم@/|Tp~1$+W[ Cu4HcP cj3Pz]MWet炡<E5 R[Ǹ<_͛b*=!"[>ԏ[B[me9yRA_͞W(V42 ~÷#IeEG~iI7;_oN"v*@3ߴ1s<~ɻb|Eh&V 7Z2WsJ/+^BhNnUhQ^2gC{l Ջrȳ, e>$F=Rk3nhbb28kIIT{4 APM8f()á?YD,. g0AaOϱѽp8Ra9+ʁx蔼)Nu>2:l:ZbtC _l,Gw|tMS/ƭ^'Ĥ<":' wZF1< py=PyG|t_p}:0GqY&WPz)ݧTZo|OV/,~ V)g˳TS]&ϐe -Pc{Γ:vmxEF`0~oʻw$fL@P.WEmck[oEJ\؋'ɸ'$=]:g·@L8&^ IP@u(GM"Iˢ Sw.})d֖HLbU9􏯉4d_#W1>A;T#H8+IjƐL.Z$itp6.ʽC^2sAaVT|UhKctM'[I_­S<fu I&k{eV!%אO},г"yܹ7QgTl?q6K H-@GU2(`aAf/ z&#]Anɕaj$N[CcpWU`b7A P9RЮ`G@fu3p ]:v7wm!>)hW, h[f }2Ic(j.,7hvT'6_PFivN+N,LZQ8|sdLOv4mVp6ޡOMQ׸@H%ٰ<.IE Ur#?[^vX]rWDЮ[=%5cJf)VF|2agp!vYKCk< 8U9Dzas2RuMU uk $E P2yDt(DZorӿai@Kh9PAٗ[&7~68tlf/`ITL鞗~:my4̪aIJ aa+?"BRC%2#96x˃j=A?_;v1!ݲI{E0:l3w,Rsa+Յ ^]$4w^?l-`"JDFu 6P =hw 5vԭ,<ܰWMS#I_As0mES#&›V$dA+1a3cцx Z,.W! m| +1aU oE-ei=FU}HaK`:V1z0%a sF +hy$vt^j?Q$5덭i)֒'MфZHfKtAz~ƕ2557$7}-I[DYPX#TJ^!W8dN_zIPP|J1Ah @ 5HdbS=Rʖ@a PXǼⅦt/j1^a^mEX{xc׹&BvY]Iu9LlcD6S[J(00OtF7_i~WxrIt,u4+T^rݵ>L4P% LݸX&Vs&pi aԕˁZYImPlտ"EqU|Fv+{\e}jQ(+f`%mh 'Dh} LS8(邙sY{O5^O`ꑯ2WV~94^G  "a zȱ꧃sd6*-iټy1hj YģRMK)B=Q5h*@U7|,GB2gLP/h$]_dSKWp|g`8Um,S'ύO27qcNCʕk wd 3K =rປ-d" _9n&T'h p v_(`KVpuL|7Fߔ#Ԏu0kN+JA9NiX'6X#j˄"ecOW9lt4aoE坪:u |;gBd'M&YK3ŅzlX5 QNrPj\L4,5,.zg aB}͹j O3\LE\_$6pϲ@oEF:\In@*~ԩɸ51/4JJMXڻ}8"1Sۨ{oPɎ3)׺.ܱdZ覅B܎`q(+1eH`zޛ|7.@jЯRi#BF->?#Iq*`~2pb|VݒENּ[,ƲsE(snڳ5yw/^ʮYgOjMYo Hsv^RLm?lsHD6I+Ie@_1i@N+W~+Â*' -@GNͦ/`L&$vr犲]ί?C_K&D#1s,ҤmM]ӼTܬ@Qh)݄A8\7ќ> nlJ>J"/6Kp_EUP+Ngy2sfK}X \i&C&6Nq+to`mI'.@ƐӒ#Қ24b הJ?cR6$as(twZAݺfdO= B(OC֠[KڛCs"}$&ౕ Vqb*5Vb?&?F ADm(?}ꋠ[1 %2`֒8x=q=HnQ3K[E^2RopƾQ\U&,"*3]?qރW6A ڳN֚gׇӷZTE~!;DPy0%EuPe㮢~ IٽoY17wt| |9|S>I%Q~HE,pJTˏ0ιƀKTdK"Fe̤K;C3n-"dZP0!( "bb=Fl,\)̉r Uf$,@R^v4FرZl@ߕgۚPڱvT-5iUTl/ƺfC]Wzt-</atSQv)]ImID{Fw6r) |&PSHէujabNkHr0Cs: z7 eI{} (l+֟1&` .VZg_Qtə^(sUt+YJ-TةkѪh4qפ-0z'G@Y}i{g8e17%Iz>m?8f-pR8Kws}gbpoK_ez6#(ŒGw vD!=Z(DhG:;T.tOۯI r2~ /Wj7rHE4ދ ѤF3-ɳrcu Ap3KV[6Qk|EԄq'`3^ VC=${V^{*#߅ܜ7b ۺ:|T^Lnn.Aeՙx uvŹڬNGb؞yy@c| =K[])[9Q R*CjXA W[)ޞ/_r~/yT(š|"!x]0Sv|AĮ$MjyeзNGltymĵ.zwL oT8E} 01pr*q36˧ęwGԬU!d7=MU 2e3ƨ94R@)"䝦/ܲ"rW5H^PJoI {PG'\\(Ks̀F_$5 Ib3K%@RS[_Ě l1Qo0Rdz/NO솷 /zP$V#e.KgŤ)ð@ ߚ>*(Ar?2nz^X'g#pLh+])wE+x*p%.J;p0h/xP^ޜ ٻz~P+DgU跪~1f'DGhzTz4+!l>cUԺu3`snA1X~~.;?\h/E(&;Vӄk&)+4yJۦ}A,4'vba(}OLiVO3i׷T$ߍ?#Ԗ9R@fo~BARV7c2zx?ށ'aV !V|UϘbV@g:ԚGG檠'#8/jU(uC6 up)&CZXDRη.C[3Zi*PE( YOALz\2xX:TT(,ȸpJ"xUcɇ|9-!y!r^tNBk| |*ܥ7zя\Ƀ:Tld=5u1~ b&K 8f2K2E2YFy2I])Z^\ouNk`8QE2S_O#X\2L E9Qv7"pbAuG7zL7K x_>3o ##1\PGGdWBg%ReS07{t[0Z6@٤A7L37vS3s:6P=81b h|[vKt1d,~h?qBpB$'/W̷5iϰϬ{K{ʳS;}2p`vfhX \~U*9cN˫f `mR0\'-%c -N0ػd_gY@Z86GM4P -9h>0;S,Ku^{ 5jF%f ˣ qqŽd;m **]*@+ǥJ3߭ёʜEۋ01xҫ. JNrSL)=ܦuG8(Bk2">dFQ tE iW$st;41F]?n@FϢOF&ؚZ] {ŔNy$6=M"<ք|NyJ!VCOMo{"O!&o5nzx?>1khgi{{g0%GhjiЬ=(W:jg\؃ʒAE>u&yV!8ZItɚ&ϕBī¦)?d[2+yOaqȈ~ 6W俺Ð_5`@{O'W.uE_+<,oD.lwc Qk`nٶ ew̑'#n xn6+CbL2&_+%r r:OEv ̱8v=3+W E "&鬅-wy)(KRpuEB{\|:W 0tA%a_C{Y]UJ ߶ߖ<-xmZ# Y:i^YH_>h~lMǍy7?P=x*ulޭOG1?-D] 7zD)dos|Dp>=TtF{['kLjH"ā(({̊CV` y\cꠜv_v!ݵҧpv64 A+303[1C5bv4PBqfj$ ;&ʄ_ \%f;<|aM1:DaAbXg_|ۛaNxWQAxaRo=%{؝n[u1sӰR&;Y"<6wmQlBZ2#4X]Sz F "7>tZR%,\3Vx$IgØQm| b2@<& < F*UzR4 (^}-j6P"O\˻䣋{?)^}~ۨu;) 'OE8J =k4VG\侈P*e ׯ2XTh,偄~ЊV?N4ZК䟳6վ@Se9-iooɞ o_"܎tIv!&*ܷR߷HkPˋ^(PV(B"wRU7饀K*3*gsascAhJ[{ApSmY^ĞP~@0/:|˫}X̖m& <.37 CS""ö?!?<^xrS[ٛCjwψjF͑s޽T^N$*o'ÎZnRUV^ƿ/V4=Y 8! mf߰sCUaP2ɕuN>wB0ȱҟ4ώ7yuHL97p/&nDQؐ2~+=邺8>+B$12~lACZKuw,@UtK!dËow7}(˂]}DȰ^TfZ2)t- _V["9@(h;qBa]U?/.i1 &nuafPе(]]?/Yǐ,p1[Ra)qf!vv5\ۉz#oE%YK% *(iy$Rp)`SGJ_52j+B΅Jf~0чmtџC*/N-F1TrW&LZzC1ݬKTFuZp;ο:Q7V!^20|eq;nk U>Q~c$b8Eէh)YkuRܟdf2IYʥ4Q$z&/U]Z3H*hF0 ErR h oGp1e;ٹ*7t/#/Je5d[Ǵ/OBx.sTO Vvg?\bW[]2JBXQCZݩv!z> )7O$Բ*JF{@*/e~quWƺ`P>([_=hy;c3 iRc@B- zgwI&U]ӝ 7!k .""Z$ԃloUfyv;3skhF1d>qLeC|=w|YS~C\/ף¸KnzOcH`ZkÍ77 n3T+rfR /,c=7J`D%f*ѥYv=4tX1y2?F5FA>ŻsP*1ݚ@<SzxUzbilho,d茰wGL%2M`HlSp)#-j$ 7 u5~\>~ghZߪ-~cP"Ln R`5`S/S+)yDݘYEQ,ŸaXռJ:X2z䟅_qףpJ)I_-;Ũh_< WJ+3J 3)β[of RiͷIUIߚ2it,pT5PrI r3b$;@J.:\ىwi7v0}VAv1~OGg}µ0h,:9pX[7^? }uH'"Ԉ|O簇#6Hr ٛ1F d 1PRmNNQחsryC$jE-*jc|(Xwy[_;:>"rWur-CuQS@hu^ <0?7m& ?БF(u_YUƄ{ A,Sб}K~UOޖmaQ,, 'mJrM}&wd)s4y$s 8ȒALʟ3k1O=+ov~&x=ސYFTيgKC4f1.Cۿt({q Y YZ