| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: cairo-devel | Distribution: openSUSE 12.1 |
| Version: 1.10.2 | Vendor: openSUSE |
| Release: 14.1.3 | Build date: Sat Oct 29 17:16:51 2011 |
| Group: Development/Libraries/X11 | Build host: build32 |
| Size: 1674382 | Source RPM: cairo-1.10.2-14.1.3.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://cairographics.org/ | |
| Summary: Development environment for cairo | |
This package contains all files necessary to build binaries using cairo.
LGPLv2.1+ ; MPL ..
* Fri Sep 30 2011 coolo@suse.com
- add libtool as buildrequire to make the spec file more reliable
* Sat Sep 17 2011 jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
- Fix baselibs requires for cairo-devel and make it available
* Mon Aug 29 2011 coolo@novell.com
- Add cairo-fix-libs.patch: disable lto for cairo-sphinx as it
breaks with -Wl,--as-needed.
* Tue Feb 22 2011 vuntz@opensuse.org
- Add missing libcairo-gobject2 to baselibs.conf.
* Mon Dec 27 2010 dimstar@opensuse.org
- Update to version 1.10.2:
+ fdo#31632: Fix embedding of grayscale jpegs in PS.
+ Fix the reported path of extents containing a curve.
+ Fix the compositing of unaligned boxes.
+ Reset the clipper in PDF upon finish.
+ Fix degenerates arcs to become a degenerate line.
+ Build support for autoconf 2.67
+ Fix painting of transformed patterns in PS
+ fdo#24688: Fix the EPS bounding box for PS and Fix the missing
content for EPS
+ fdo#24691: Fix regression upon changing page size in PS/PDF
+ Only use ActualText with PDF-1.5 documents
+ Fix the bbox for type1 fallbacks.
+ fdo#31140: Reset the color after ending the context in PDF
+ fdo#31062: Fix the advance of subsetted type1 fonts
+ Fix handling of EXTEND_NONE gradients for PDF
+ Restrict in-place optimisation for a8 image masks with SOURCE
* Tue Sep 07 2010 vuntz@opensuse.org
- Do not build the xcb backend: upstream recommends to not use it
for now.
- Add a build_gl_backend define to easily enable the build of the
gl backend, which will add a Mesa-devel BuildRequires. It's
disabled by default.
- Add a build_xcb_backend define to easily enable the build of the
xcb backend, which will add a pkgconfig(xcb) BuildRequires. It's
disabled by default.
* Mon Sep 06 2010 vuntz@opensuse.org
- Update to version 1.10.0:
+ Compared to 1.9.14, this version contains only small fixes.
+ The following is the major new changes in cairo 1.10, that were
already in our previous packages of 1.9.
+ Inclusion of cairo-trace, a tracing utility.
+ Many performance improvements.
+ Better support for printing, including file size reductions
when an image is included more than once in the document.
+ Resurrect RGB16 format.
+ Add cairo_region_t.
+ Better interoperation with acceleration architectures, thanks
to the ability to share ardware resources through the new
cairo_device_t.
- Update cairo-modules-no-version.patch to add use -avoid-versoin
for cairo-sphinx too.
- Create a libcairo-gobject2 subpackage for a gobject integration
library. Add pkgconfig(gobject-2.0) BuildRequires for this.
- Rename cairo-utils to cairo-tools, to follow informal packaging
convention. Add appropriate Provides/Obsoletes.
- Explicitly pass --enable-fc, --enable-ft to configure.
- Pass --enable-tee to fix build for the fdr (flight data
recorder), as well as the sphinx tool.
* Wed Jul 28 2010 dimstar@opensuse.org
- Update to version 1.9.14:
+ fdo#29008: Clip doesn't work for text on the image backend
+ fdo#29114: Add explicit dependency for cxx
+ fdo#29120, fdo#29121, fdo#29122, fdo#29124, fdo#29125: Fix
regressions in reporting clip extents
* Wed Jul 21 2010 vuntz@opensuse.org
- Clean up update to 1.9.12.
- Split main package in libcairo2, libcairo-script-interpreter2 and
cairo-utils subpackages, to follow the shared library policy.
Note that libcairo2 provides/obsoletes cairo.
- Change freetype2-devel, libpng-devel, xorg-x11-devel,
xorg-x11-libxcb-devel BuildRequires to pkgconfig() BuildRequires
for: fontconfig, freetype2, libpng, pixman-1, x11, xcb, xrender.
- Remove Provides/Obsoletes for libpixman <= 0.1.1 (this was for
very old versions of SUSE Linux).
- Remove fontconfig-devel, freetype2-devel, libpng-devel,
xorg-x11-devel, xorg-x11-libX11-devel, xorg-x11-libXrender-devel,
xorg-x11-libxcb-devel Requires of devel package: they're now all
required with the automatically added pkgconfig().
- Fix self-obsoletion of cairo-doc.
* Mon Jul 19 2010 dimstar@opensuse.org
- Update to version 1.9.12:
+ Various API additions (see NEWS for details).
+ Bug fixes.
+ Updated documentation.
- Remove gcc-c++ BuildRequires.
* Thu Jul 08 2010 dimstar@opensuse.org
- Update to version 1.9.10:
+ Fix many bugs introduced in 1.9.x releases.
+ Add WGL interface for cairo-gl
+ Include the downstream patch to honour the user's LCD filtering
preferences for subpixel rendering of fonts
- Changes from version 1.9.8:
+ Various API additions (see NEWS for details).
+ Backend-specific improvements:
- cairo-gl: many changes
- cairo-xlib:
. access to the underlying connection to the Display is now
thread-safe
. attempt to use PolyModeImprecise when compositing
trapezoids
- cairo-svg: enable SVG to reference external image through the
use an extended MIME data type.
- Changes from version 1.9.6:
+ Various API additions (see NEWS for details).
+ Completely drop cairo-glitz.
+ Many improvements for drawing of dashed strokes.
+ Optimize spans-based renderers for repeated rows.
+ Backend-specific improvements:
- add cairo-drm backend
- start using GLSL to accelerate many operations in cairo-gl
- make cairo-image faster
- cairo-quartz fixes
- improvement to embedding jpeg/jpeg2000 data in cairo-pdf
- fix printing of rotated user fonts in cairo-ps
- Changes from version 1.9.4:
+ Various API additions (see NEWS for details).
+ New cairo-test-trace utility.
+ Add server-side gradients to xlib backend.
+ New experimental backends: Qt, OpenVG, OpenGL.
+ Fix long-standing bug with self-intersecting strokes.
- Changes from version 1.9.2:
+ Various API additions (see NEWS for details).
+ New CairoScript experimental backend.
+ New cairo-trace and cairo-perf-trace utilities.
+ Test suite overhaul.
+ Add polygon rasterisation.
+ Add copy-on-write snapshot support.
+ Various bug fixes.
- Add gcc-c++ BuildRequires: one linker stage requires it.
- Add cairo-modules-no-version.patch to build the modules not as
versioned shared objects
- Drop cairo-1.8.6-repeat-modes.patch and cairo-lcd-filter.patch,
obsoleted by upstream changes.
* Sun Feb 21 2010 vuntz@opensuse.org
- Update to version 1.8.10:
+ General Bug fixes:
- Fix path construction for the case of cairo_curve_to
immediately after cairo_new_sub_path followed at some point
by cairo_close_path.
- Fix for cairo_push_group or cairo_pop_group with a non-empty
current path.
- Fix to correctly report an error if
cairo_surface_set_fallback_resolution is called with a value
of 0 (in either axis) (fdo#23067).
- Fix to handle a cairo_arc of radius 0 as equivalent to a
cairo_line_to to the center coordinate.
+ cairo-xlib:
- Fix to correctly copy from a Window source (fdo#12996).
+ cairo-ft:
- Fix conversion of freetype index to UCS4 value.
+ cairo-pdf:
- Fix Type 1 subsetting to avoid generating corrupt data
(lp#419143).
- Fix Type 1 subsetting to correctly identify binary eexec
data.
- Fix Type 1 subsetting to include fixed-content portion in the
embedded font.
- Fix Type 1 subsetting to append "cleartomark" operator for
binary fonts that don't include it.
+ Build fixes:
- Fix to compile on OpenBSD.
* Wed Dec 16 2009 jengelh@medozas.de
- Package baselibs.conf as a source
- Add baselib definitions for SPARC
* 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.
* Sat Aug 01 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.
/usr/include/cairo /usr/include/cairo/cairo-deprecated.h /usr/include/cairo/cairo-features.h /usr/include/cairo/cairo-ft.h /usr/include/cairo/cairo-gobject.h /usr/include/cairo/cairo-pdf.h /usr/include/cairo/cairo-ps.h /usr/include/cairo/cairo-script-interpreter.h /usr/include/cairo/cairo-script.h /usr/include/cairo/cairo-svg.h /usr/include/cairo/cairo-tee.h /usr/include/cairo/cairo-version.h /usr/include/cairo/cairo-xlib-xrender.h /usr/include/cairo/cairo-xlib.h /usr/include/cairo/cairo.h /usr/lib/libcairo-gobject.so /usr/lib/libcairo-script-interpreter.so /usr/lib/libcairo.so /usr/lib/pkgconfig/cairo-fc.pc /usr/lib/pkgconfig/cairo-ft.pc /usr/lib/pkgconfig/cairo-gobject.pc /usr/lib/pkgconfig/cairo-pdf.pc /usr/lib/pkgconfig/cairo-png.pc /usr/lib/pkgconfig/cairo-ps.pc /usr/lib/pkgconfig/cairo-script.pc /usr/lib/pkgconfig/cairo-svg.pc /usr/lib/pkgconfig/cairo-tee.pc /usr/lib/pkgconfig/cairo-xlib-xrender.pc /usr/lib/pkgconfig/cairo-xlib.pc /usr/lib/pkgconfig/cairo.pc /usr/share/doc/packages/cairo-devel /usr/share/doc/packages/cairo-devel/PORTING_GUIDE /usr/share/gtk-doc/html/cairo /usr/share/gtk-doc/html/cairo/bindings-errors.html /usr/share/gtk-doc/html/cairo/bindings-fonts.html /usr/share/gtk-doc/html/cairo/bindings-memory.html /usr/share/gtk-doc/html/cairo/bindings-overloading.html /usr/share/gtk-doc/html/cairo/bindings-path.html /usr/share/gtk-doc/html/cairo/bindings-patterns.html /usr/share/gtk-doc/html/cairo/bindings-return-values.html /usr/share/gtk-doc/html/cairo/bindings-streams.html /usr/share/gtk-doc/html/cairo/bindings-surfaces.html /usr/share/gtk-doc/html/cairo/cairo-Error-handling.html /usr/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html /usr/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html /usr/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html /usr/share/gtk-doc/html/cairo/cairo-PNG-Support.html /usr/share/gtk-doc/html/cairo/cairo-Paths.html /usr/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html /usr/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html /usr/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html /usr/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html /usr/share/gtk-doc/html/cairo/cairo-Regions.html /usr/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html /usr/share/gtk-doc/html/cairo/cairo-Transformations.html /usr/share/gtk-doc/html/cairo/cairo-Types.html /usr/share/gtk-doc/html/cairo/cairo-User-Fonts.html /usr/share/gtk-doc/html/cairo/cairo-Version-Information.html /usr/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html /usr/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html /usr/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html /usr/share/gtk-doc/html/cairo/cairo-cairo-device-t.html /usr/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html /usr/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html /usr/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html /usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html /usr/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html /usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html /usr/share/gtk-doc/html/cairo/cairo-cairo-t.html /usr/share/gtk-doc/html/cairo/cairo-drawing.html /usr/share/gtk-doc/html/cairo/cairo-fonts.html /usr/share/gtk-doc/html/cairo/cairo-support.html /usr/share/gtk-doc/html/cairo/cairo-surfaces.html /usr/share/gtk-doc/html/cairo/cairo-text.html /usr/share/gtk-doc/html/cairo/cairo.devhelp /usr/share/gtk-doc/html/cairo/cairo.devhelp2 /usr/share/gtk-doc/html/cairo/home.png /usr/share/gtk-doc/html/cairo/index-1.10.html /usr/share/gtk-doc/html/cairo/index-1.2.html /usr/share/gtk-doc/html/cairo/index-1.4.html /usr/share/gtk-doc/html/cairo/index-1.6.html /usr/share/gtk-doc/html/cairo/index-1.8.html /usr/share/gtk-doc/html/cairo/index-all.html /usr/share/gtk-doc/html/cairo/index.html /usr/share/gtk-doc/html/cairo/index.sgml /usr/share/gtk-doc/html/cairo/language-bindings.html /usr/share/gtk-doc/html/cairo/left.png /usr/share/gtk-doc/html/cairo/right.png /usr/share/gtk-doc/html/cairo/style.css /usr/share/gtk-doc/html/cairo/up.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 12:16:00 2013