Author: qrczak Date: Fri Jun 13 12:21:34 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - Updated the lcd patch, taken from http://bugs.freedesktop.org/show_bug.cgi?id=10301#c47 It needs changes in ~/.fonts.conf (described there) to take effect, with lcddefault instead of lcdlegacy. - Release 2.
---- Files affected: SPECS: cairo.spec (1.84 -> 1.85) ---- Diffs: ================================================================ Index: SPECS/cairo.spec diff -u SPECS/cairo.spec:1.84 SPECS/cairo.spec:1.85 --- SPECS/cairo.spec:1.84 Sun Apr 13 11:52:05 2008 +++ SPECS/cairo.spec Fri Jun 13 14:21:28 2008 @@ -5,13 +5,13 @@ %bcond_with glitz # build with glitz backend %bcond_without xcb # XCB backend %bcond_with tests # perform tests (can fail due to out of memory) -%bcond_with lcd # freetype LCD filtering (instead of internal) [not ready] +%bcond_without lcd # freetype LCD filtering (instead of internal) # Summary: Cairo - multi-platform 2D graphics library Summary(pl.UTF-8): Cairo - wieloplatformowa biblioteka graficzna 2D Name: cairo Version: 1.6.4 -Release: 1 +Release: 2 License: LGPL v2.1 or MPL v1.1 Group: Libraries Source0: http://cairographics.org/releases/%{name}-%{version}.tar.gz @@ -19,13 +19,9 @@ Patch0: %{name}-link.patch Patch1: %{name}-lt.patch Patch2: %{name}-am.patch -# Updated from http://david.freetype.org/lcd/cairo-1.2.4-lcd-filter-1.patch # The lcd patch is being maintained at # http://bugs.freedesktop.org/show_bug.cgi?id=10301 -# It is not applied upstream for political reasons (patents) and its fate has -# not been decided yet AFAIK. -- Qrczak -# the latest version is for some early 1.5.x and won't be applied upstream to 1.6.x series -Patch3: %{name}-1.2.4-lcd-filter-1.patch +Patch3: %{name}-lcd-filter.patch URL: http://cairographics.org/ BuildRequires: autoconf >= 2.58 BuildRequires: automake >= 1:1.8 @@ -200,6 +196,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.85 2008-06-13 12:21:28 qrczak +- Updated the lcd patch, taken from + http://bugs.freedesktop.org/show_bug.cgi?id=10301#c47 + It needs changes in ~/.fonts.conf (described there) to take effect, + with lcddefault instead of lcdlegacy. +- Release 2. + Revision 1.84 2008-04-13 09:52:05 qboosh - reverted glitz breakage ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cairo.spec?r1=1.84&r2=1.85&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
