Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cairo-1.8.8-2.1 RPM for x86_64

From OpenSuSE 11.2 updates for x86_64

Name: cairo Distribution: openSUSE 11.2
Version: 1.8.8 Vendor: openSUSE
Release: 2.1 Build date: Mon Oct 19 21:38:48 2009
Group: Development/Libraries/X11 Build host: build21
Size: 1458334 Source RPM: cairo-1.8.8-2.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://cairographics.org/
Summary: Vector Graphics Library with Cross-Device Output Support
Cairo is a vector graphics library with cross-device output support.
Currently supported output targets include the X Window System,
in-memory image buffers, and PostScript. Cairo is designed to produce
identical output on all output media while taking advantage of display
hardware acceleration when available.

Provides

Requires

License

LGPL v2.1 or later ; MPL ..

Changelog

* Mon Oct 05 2009 vuntz@opensuse.org
  - Go back to cairo 1.8.8, for maintenance reasons. Changes from
    1.8.6 that we had before:
    + build fixes
    + fix uninitialised status return within
      _cairo_clip_intersect_mask().
    + avoid transforming nearly-degenerate matrices into degenerate
      matrices (bmo#467423)
    + a few FreeType font handling bugs were fixed (fdo#21985,
      fdo#21706)
    + ensure win32 font backend sets the return value to -1
      (indicating the absent glyph) if the font index lookup for the
      unicode character fails (fdo#20255)
    + improved documentation (fdo#20095, fdo#20154, fdo#20180,
      fdo#20183, fdo#20182, fdo#20441)
  - Drop cairo-missing-include-fdo22610.patch: not needed with this
    version.
  - Add cairo-1.8.6-repeat-modes.patch: this is a patch used by
    Fedora and Ubuntu to improve performance.
  - Add cairo-lcd-filter.patch, similar to the old
    cairo-lcd-filter-fdo10301.patch patch we had. But we're now using
    the Debian/Ubuntu/Mandriva version for better maintainability.
  - Explicitly pass --enable-pdf to configure because we require PDF
    support.
* Sun Aug 02 2009 captain.magnus@opensuse.org
  - Fix packaging bug (Use %{_libdir}/cairo/*.so.* instead of
    %dir %{_libdir}/cairo/*.so.*)
* Fri Jul 03 2009 captain.magnus@opensuse.org
  - Update to version 1.9.2:
    + Many API changes, fixes and other updates. See NEWS for full
      details
    + New experimental backend: CairoScript
    + New utilities: cairo-trace and cairo-perf-trace
  - Remove cairo-lcd-filter-fdo10301.patch. This patch was added to
    cairo, but later removed in commit
    5d887ad5dca5af0f8216830d1b04d08a5aba9bee
  - Don't use autoreconf -f -i
  - Enable CairoScript and svg backends with configure
  - Add cairo-missing-include-fdo22610.patch to fix a missing
    include. Keeps OBS happy.
* Sun Feb 15 2009 mboman@suse.de
  - Remove bugzilla-104365.patch. Symptoms as described
    in bnc#104365 are no longer an issue.
  - Remove cairo-ac.patch. Not needed anymore
  - Replace cairo-1.4.10-lcd-filter-1.patch with
    cairo-lcd-filter-fdo10301.patch and updated so that it applied to
    our version of cairo.
* Wed Jan 21 2009 msuman@suse.de
  - Continue to provide the "la" files for SUSE releases <= 11.1
* Tue Jan 13 2009 crrodriguez@suse.de
  - remove static libraries and "la" files
* Sat Dec 20 2008 mboman@suse.de
  - Update to version 1.8.6:
    + Many API changes, fixes and other updates. See NEWS for full details
* Wed Dec 10 2008 olh@suse.de
  - use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
    (bnc#437293)
* Mon Dec 08 2008 mboman@suse.de
  - Update to version 1.8.4:
    + Many API changes, fixes and other updates. See NEWS for full details
* Tue Nov 11 2008 ro@suse.de
  - SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
* Tue Nov 04 2008 maw@suse.de
  - Disable the glitz backend (bnc#429280).
* Mon Nov 03 2008 vuntz@novell.com
  - Remove cairo-1.0.2-depth-fix-1.patch: it's fixed upstream and I
    trust upstream more than us about the right fix :-)
  - Remove cairo-pixman-version.patch: not needed anymore.
* Thu Oct 30 2008 olh@suse.de
  - obsolete old -XXbit packages (bnc#437293)
* Tue Sep 30 2008 mboman@suse.de
  - Update to version 1.8.0:
    + Many API changes. See NEWS for full details
    + cairo-xlib: Improved performance with X server without Render
    + cairo-ft: respecting FC_FT_FACE
    + cairo-directfb: backend improvements
    + Misc other fixes
* Tue Sep 23 2008 maw@suse.de
  - Add cairo-pixman-version.patch.
* Mon Sep 22 2008 maw@suse.de
  - Update to version 1.7.6:
    + Build improvements
    + API changes since 1.7.4:
    * Remove cairo_font_options_set_lcd_filter and
      cairo_font_options_get_lcd_filter
    * Replace cairo_has_show_glyphs with
      cairo_surface_has_show_glyphs
    * Add cairo_text_cluster_flags_t to
      cairo_show_text_glyphs, cairo_scaled_font_text_to_glyphs,
      and cairo_user_scaled_font_text_to_glyphs_func_t
    * Note that there have been no API changes with respect to
      previous stable versions of cairo (1.0.x, 1.2.x, 1.4.x, or
      1.6.x).
    + Bugs fixed: bmo453199#c5, bfo#16819
    + Misc other fixes.
* Wed Aug 27 2008 mboman@novell.com
  - Update to version 1.7.4:
    + Including the missing header file cairo-user-font-private.h
    + Improvements around cairo text API.
    + New API allowing the user of cairo API to provide drawings for glyphs
      in a font.
    + show_text_glyphs - new API
    + LCD subpixel filtering using FreeType
    + Toy font face constructor and getter
    + FreeType: respecting FC_FT_FACE
    + PS/PDF: More efficient output
    + Xlib: Dithering
    + Xlib: Avoid rendering glyphs out of surface bounds
    + Xlib: Improved performance with Xrender-less X servers
    + Directfb: backend improvements
    + Countless bugs have been fixed and optimizations made
* Mon Jun 09 2008 maw@suse.de
  - Update to version 1.6.4:
    + Improved PDF and PostScript output
    + Support for arbitrary X server visuals
    + A new Quartz backend and a new "win32 printing" backend
    + Many bug fixes
    + For a fuller account of what's new, see the NEWS file
      included in the distribution
  - Tag patches; temporarily disable several pending rebasing.
* Mon Apr 14 2008 aj@suse.de
  - Remove dependency on gtk-doc and own the directories instead.
  - Properly provide libpixman.
  - Change ldconfig usage in post scripts.
* Mon Apr 14 2008 schwab@suse.de
  - Fix configure script with patch cairo-ac.patch.
* Thu Apr 10 2008 ro@suse.de
  - added baselibs.conf file to build xxbit packages
    for multilib support
* Mon Jan 28 2008 maw@suse.de
  - Update to version 1.4.14:
    + Fixes backported from the 1.5 development branch:
    * Fix a regression (which first appeared in 1.4.12) where
      stroking under a large scale would sometimes incorrectly
      replace a miter join with a bevel join
    + Fix handling of fonts that contain a mixture of outline and
      bitmapped glyphs; there was a change in this handling in
      1.4.12 that improved some cases and also regressed other
      cases; now, all cases should be handled quite well
    + Fix xlib backend to not consider recent X server release as
      having a buggy repeat implementation in the Render extension
    + Fix several bugs in cairo's PostScript output; these include
      making the PostScript output more compatible with recent
      versions of ghostscript that are more strict about Type 3
      fonts, for example.
* Fri Dec 21 2007 maw@suse.de
  - Update to version 1.4.12:
    + Avoid overflow when allocating large buffers
    + Fix crash with cairo_pattern_set_user_data
    + Fix broken locking in cairo-ft error path
    + Avoid crash when cleaning up after Render extension
    + Avoid crash for zero-sized bitmap glyph
    + Avoid crash with type-1 fonts and ft and atsui enabled
    + Fix many error-handling cases in the Quartz/ATSUI code
    + Eliminate cairo_stroke crash with scaling near zero
    + Fix PDF linear gradients without stops at 0.0 and 1.0
    + Fix PDF CFF subsetting to work with Apple Preview
    + Report proper errors on out-of-memory on win32
    + Fix EXTEND_NONE gradients for cairo-quartz
    + Fix odd-number-of-dashes dashing for cairo-quartz
    + Fix erroneous results from cairo_stroke_extents
    + Force non-AA text when bitmap strikes are available
    + Fix cairo-atsui font metrics
    + Avoid drawing shutdown for glyph-not-found in font
    + Don't raise an error for creating an empty path
    + Free glyph surfaces after uploading to X server cache.
* Wed Jul 04 2007 sbrabec@suse.cz
  - Updated to version 1.4.10:
    * Eliminate X errors that were killing OO.o
    * Use IncludeInferiors when using xlib surface as a source
    * Optimize drawing of many rectangles
    * Thread-safe surface-cache for solid patterns
    * Surface cache for solid patterns
    * Internal cleanup of error handling
    * Repaired mutex initialization
    * PDF Improvements
    * Performance optimizations
    * More malloc reduction
    * Fix a crash due to a LOCK vs. UNLOCK typo
    * Backend-specific fixes
    * Miscellaneous fixes
* Mon Jun 18 2007 maw@suse.de
  - Add %run_ldconfig to %post and %postun sections.
* Mon Mar 26 2007 sbrabec@suse.cz
  - Disabled DirectFB by default (#256775).
  - Ported bugzilla-104365.patch.
* Tue Mar 13 2007 sbrabec@suse.cz
  - Updated to version 1.4.0:
    * Performance improvements.
    * API additions.
    * Many bug fixes.
    * Documentation improvements.
  - Enabled XCB and DirectFB backends.
* Fri Feb 02 2007 sbrabec@suse.cz
  - Removed references to /opt/gnome.
  - Fixed devel dependencies.
* Fri Jan 26 2007 jhargadon@suse.de
  - removed patch cairo-remove-requires-private.patch (#237155)
* Tue Jan 23 2007 ro@suse.de
  - drop requires for gnome-filesystem
* Tue Oct 24 2006 jhargadon@suse.de
  - update to version 1.2.4
  - fixed several rendering bugs
  - add cairo-1.2.4-lcd-filter-1.patch to resolve bug #213989
* Thu Sep 14 2006 sbrabec@suse.cz
  - Create correct dependencies in older products.
* Fri Aug 18 2006 jhargadon@suse.de
  - update to version 1.2.2
  - Fix crashes with BGR X servers
  - Fix the "disappearing text" bug
  - Fix broken image fallback scaling
  - Fix inadvertent semantic change of font matrix translation
  - Fix create_similar to preserve fallback resolution and font options
* Wed Aug 16 2006 gekker@suse.de
  - Disable gtk-doc, it comes prebuilt and this decreases build deps
* Fri Jul 28 2006 gekker@suse.de
  - Update to version 1.2.0
  - Remove upstreamed patches
  - API addition: cairo_xlib_surface_get_width,cairo_xlib_surface_get_height
  - new features:
      Dots can now be drawn by using CAIRO_LINE_CAP_ROUND with
      degenerate sub-paths, (cairo_move_to() followed by either
      cairo_close_path() or a cairo_line_to() to the same location).
  - many bugfixes

Files

/usr/lib64/libcairo.so.2
/usr/lib64/libcairo.so.2.10800.8
/usr/share/doc/packages/cairo
/usr/share/doc/packages/cairo/AUTHORS
/usr/share/doc/packages/cairo/COPYING
/usr/share/doc/packages/cairo/COPYING-LGPL-2.1
/usr/share/doc/packages/cairo/COPYING-MPL-1.1
/usr/share/doc/packages/cairo/ChangeLog
/usr/share/doc/packages/cairo/NEWS
/usr/share/doc/packages/cairo/README


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Jun 10 05:24:06 2013