SPECS: crossmingw32-cairo.spec - updated to 1.6.4

qboosh qboosh at pld-linux.org
Sun Apr 13 12:25:38 CEST 2008


Author: qboosh                       Date: Sun Apr 13 10:25:38 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.6.4

---- Files affected:
SPECS:
   crossmingw32-cairo.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/crossmingw32-cairo.spec
diff -u SPECS/crossmingw32-cairo.spec:1.14 SPECS/crossmingw32-cairo.spec:1.15
--- SPECS/crossmingw32-cairo.spec:1.14	Tue Jan 15 21:24:14 2008
+++ SPECS/crossmingw32-cairo.spec	Sun Apr 13 12:25:33 2008
@@ -7,19 +7,22 @@
 Summary(pl.UTF-8):	Cairo - wieloplatformowa biblioteka graficzna 2D - skrośna wersja Mingw32
 %define		realname   cairo
 Name:		crossmingw32-%{realname}
-Version:	1.4.14
+Version:	1.6.4
 Release:	1
 License:	LGPL v2.1 or MPL 1.1
 Group:		Development/Libraries
 Source0:	http://cairographics.org/releases/%{realname}-%{version}.tar.gz
-# Source0-md5:	e8c442ff821c0719a69508fecba9038f
+# Source0-md5:	a198d509f9e3a35b78de8bb02174ebb9
+Patch0:		cairo-lt.patch
+Patch1:		cairo-am.patch
 URL:		http://cairographics.org/
-BuildRequires:	autoconf >= 2.54
-BuildRequires:	automake >= 1:1.7
+BuildRequires:	autoconf >= 2.58
+BuildRequires:	automake >= 1:1.8
 BuildRequires:	crossmingw32-fontconfig
 BuildRequires:	crossmingw32-freetype >= 2.1.10
 %{?with_glitz:BuildRequires:	crossmingw32-glitz >= 0.5.1}
 BuildRequires:	crossmingw32-libpng
+BuildRequires:	crossmingw32-pixman >= 0.10.0
 BuildRequires:	crossmingw32-zlib
 BuildRequires:	libtool
 BuildRequires:	pkgconfig >= 1:0.15
@@ -64,7 +67,7 @@
 mogą być z dowolną grubością i różnymi stylami połączeń i zakończeń.
 Wszystkie kolory mogą być podane z opcjonalną półprzezroczystością
 (podaną przez współczynnik nieprzezroczystości lub alpha) i łączone
-przy użyciu rozszerzonego algorytmu mieszania Portera-Duffa, który
+przy użyciu rozszerzonego algorytmu składania Portera-Duffa, który
 można znaleźć w rozszerzeniu X Render.
 
 Cairo eksportuje stanowe API renderujące w duchu podobne do operatorów
@@ -75,34 +78,37 @@
 Ten pakiet zawiera wersję skrośną dla Win32.
 
 %package static
-Summary:	Static cairo library (cross mingw32 version)
-Summary(pl.UTF-8):	Statyczna biblioteka cairo (wersja skrośna mingw32)
+Summary:	Static Cairo library (cross mingw32 version)
+Summary(pl.UTF-8):	Statyczna biblioteka Cairo (wersja skrośna mingw32)
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description static
-Static cairo library (cross mingw32 version).
+Static Cairo library (cross mingw32 version).
 
 %description static -l pl.UTF-8
-Statyczna biblioteka cairo (wersja skrośna mingw32).
+Statyczna biblioteka Cairo (wersja skrośna mingw32).
 
 %package dll
-Summary:	DLL cairo library for Windows
-Summary(pl.UTF-8):	Biblioteka DLL cairo dla Windows
+Summary:	DLL Cairo library for Windows
+Summary(pl.UTF-8):	Biblioteka DLL Cairo dla Windows
 Group:		Applications/Emulators
 Requires:	crossmingw32-fontconfig-dll
 Requires:	crossmingw32-freetype-dll >= 2.1.10
 %{?with_glitz:Requires:	crossmingw32-glitz-dll >= 0.5.1}
 Requires:	crossmingw32-libpng-dll
+Requires:	crossmingw32-pixman-dll >= 0.10.0
 
 %description dll
-DLL cairo library for Windows.
+DLL Cairo library for Windows.
 
 %description dll -l pl.UTF-8
-Biblioteka DLL cairo dla Windows.
+Biblioteka DLL Cairo dla Windows.
 
 %prep
 %setup -q -n %{realname}-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
 export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
@@ -150,7 +156,7 @@
 %files
 %defattr(644,root,root,755)
 # COPYING contains only notes, not LGPL/MPL texts
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS COPYING ChangeLog NEWS README
 %{_libdir}/libcairo.dll.a
 %{_libdir}/libcairo.la
 %{_includedir}/cairo
@@ -161,6 +167,7 @@
 %{_pkgconfigdir}/cairo-ps.pc
 %{_pkgconfigdir}/cairo-svg.pc
 %{_pkgconfigdir}/cairo-win32.pc
+%{_pkgconfigdir}/cairo-win32-font.pc
 
 %files static
 %defattr(644,root,root,755)
@@ -176,6 +183,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2008-04-13 10:25:33  qboosh
+- updated to 1.6.4
+
 Revision 1.14  2008-01-15 20:24:14  qboosh
 - updated to 1.4.14
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-cairo.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list