]> git.pld-linux.org Git - packages/cairo.git/commitdiff
- Updated the lcd patch, taken from
authorqrczak <qrczak@pld-linux.org>
Fri, 13 Jun 2008 12:21:28 +0000 (12:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  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.

Changed files:
    cairo.spec -> 1.85

cairo.spec

index c49e4876c2635c5388990672ba27db44b2ef6364..027885f15f95c725be5e46fffc67d9426c109536 100644 (file)
@@ -4,13 +4,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
@@ -18,13 +18,9 @@ Source0:     http://cairographics.org/releases/%{name}-%{version}.tar.gz
 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
This page took 0.052145 seconds and 4 git commands to generate.