SPECS: cairo.spec - http://david.freetype.org/lcd/cairo-1.2.4-lcd-...
qrczak
qrczak at pld-linux.org
Tue Feb 20 16:11:35 CET 2007
Author: qrczak Date: Tue Feb 20 15:11:35 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- http://david.freetype.org/lcd/cairo-1.2.4-lcd-filter-1.patch:
use freetype-2.3.0's LCD filtering
- Release 3
---- Files affected:
SPECS:
cairo.spec (1.59 -> 1.60)
---- Diffs:
================================================================
Index: SPECS/cairo.spec
diff -u SPECS/cairo.spec:1.59 SPECS/cairo.spec:1.60
--- SPECS/cairo.spec:1.59 Mon Feb 12 22:23:50 2007
+++ SPECS/cairo.spec Tue Feb 20 16:11:29 2007
@@ -5,22 +5,25 @@
%bcond_with glitz # build with glitz backend
%bcond_with xcb # enable XCB backend
%bcond_with tests # perform tests (can fail due to out of memory)
+%bcond_without lcd # use own LCD filtering instead of freetype's
#
Summary: Cairo - multi-platform 2D graphics library
Summary(pl.UTF-8): Cairo - wieloplatformowa biblioteka graficzna 2D
Name: cairo
Version: 1.2.6
-Release: 2
+Release: 3
License: LGPL v2.1 or MPL v1.1
Group: Libraries
Source0: http://cairographics.org/releases/%{name}-%{version}.tar.gz
# Source0-md5: 487b3d7515752fe57f780d0fd707b01a
Patch0: %{name}-link.patch
+Patch1: http://david.freetype.org/lcd/cairo-1.2.4-lcd-filter-1.patch
URL: http://cairographics.org/
BuildRequires: autoconf >= 2.54
BuildRequires: automake >= 1:1.7
BuildRequires: fontconfig-devel
-BuildRequires: freetype-devel >= 1:2.1.10
+%{?with_lcd:BuildRequires: freetype-devel >= 1:2.3.0}
+%{!?with_lcd:BuildRequires: freetype-devel >= 1:2.1.10}
%{?with_glitz:BuildRequires: glitz-devel >= 0.5.1}
%{?with_apidocs:BuildRequires: gtk-doc >= 1.3}
BuildRequires: libpng-devel
@@ -118,6 +121,7 @@
%prep
%setup -q
%patch0 -p1
+%{?with_lcd:%patch1 -p1}
%build
%{?with_apidocs:%{__gtkdocize}}
@@ -175,6 +179,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.60 2007/02/20 15:11:29 qrczak
+- http://david.freetype.org/lcd/cairo-1.2.4-lcd-filter-1.patch:
+ use freetype-2.3.0's LCD filtering
+- Release 3
+
Revision 1.59 2007/02/12 21:23:50 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cairo.spec?r1=1.59&r2=1.60&f=u
More information about the pld-cvs-commit
mailing list