Accepting request 47361 from home:vuntz:branches:GNOME:Factory

ok

OBS-URL: https://build.opensuse.org/request/show/47361
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=37
This commit is contained in:
Vincent Untz
2010-09-08 12:29:49 +00:00
committed by Git OBS Bridge
parent faa9aeaf58
commit cafed40bcc
5 changed files with 116 additions and 18 deletions

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Tue Sep 7 13:12:10 CEST 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.
-------------------------------------------------------------------
Tue Sep 7 01:39:54 CEST 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 12:38:42 CEST 2010 - dimstar@opensuse.org