]> git.pld-linux.org Git - packages/cairo.git/commitdiff
- added lt,am patches to fix build with current am and libtool 2.2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Apr 2008 09:05:01 +0000 (09:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disabled lcd patch (no patch available for 1.6.x)

Changed files:
    cairo.spec -> 1.81

cairo.spec

index 1886b47125ff3f962837df016c8b41dc5e88f2d5..6700d38d3c0144643d8871595967efa14ce18377 100644 (file)
@@ -4,7 +4,7 @@
 %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_without lcd             # use own LCD filtering instead of freetype's
+%bcond_with    lcd             # freetype LCD filtering (instead of internal) [not ready]
 #
 Summary:       Cairo - multi-platform 2D graphics library
 Summary(pl.UTF-8):     Cairo - wieloplatformowa biblioteka graficzna 2D
@@ -16,20 +16,23 @@ Group:              Libraries
 Source0:       http://cairographics.org/releases/%{name}-%{version}.tar.gz
 # Source0-md5: a198d509f9e3a35b78de8bb02174ebb9
 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
-Patch1:                %{name}-1.2.4-lcd-filter-1.patch
+# 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
 URL:           http://cairographics.org/
-BuildRequires: autoconf >= 2.54
-BuildRequires: automake >= 1:1.7
+BuildRequires: autoconf >= 2.58
+BuildRequires: automake >= 1:1.8
 BuildRequires: fontconfig-devel
 %{!?with_lcd:BuildRequires:    freetype-devel >= 1:2.1.10}
 %{?with_lcd:BuildRequires:     freetype-devel >= 1:2.3.0}
 %{?with_glitz:BuildRequires:   glitz-devel >= 0.5.1}
-%{?with_apidocs:BuildRequires: gtk-doc >= 1.3}
+%{?with_apidocs:BuildRequires: gtk-doc >= 1.6}
 BuildRequires: libpng-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig
@@ -120,7 +123,9 @@ Dokumentacja API Cairo.
 %prep
 %setup -q
 %patch0 -p1
-%{?with_lcd:%patch1 -p1}
+%patch1 -p1
+%patch2 -p1
+%{?with_lcd:%patch3 -p1}
 
 %build
 %{?with_apidocs:%{__gtkdocize}}
This page took 0.107816 seconds and 4 git commands to generate.