packages: crossmingw32-freetype/crossmingw32-freetype.spec - updated to 2.3.12
qboosh
qboosh at pld-linux.org
Mon Mar 22 08:59:19 CET 2010
Author: qboosh Date: Mon Mar 22 07:59:19 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 2.3.12
---- Files affected:
packages/crossmingw32-freetype:
crossmingw32-freetype.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: packages/crossmingw32-freetype/crossmingw32-freetype.spec
diff -u packages/crossmingw32-freetype/crossmingw32-freetype.spec:1.15 packages/crossmingw32-freetype/crossmingw32-freetype.spec:1.16
--- packages/crossmingw32-freetype/crossmingw32-freetype.spec:1.15 Sat Jul 19 01:00:07 2008
+++ packages/crossmingw32-freetype/crossmingw32-freetype.spec Mon Mar 22 08:59:13 2010
@@ -1,23 +1,19 @@
# $Revision$, $Date$
#
# Conditional build:
-%bcond_without bytecode # without TT bytecode interpreter
-# (patents pending in USA, Japan etc., but now it includes
-# also patent-free hinting workaround)
-%bcond_without lcd # disable filters reducing color fringes when
-# subpixel rendering for LCD (only used with a new 2.3.0 API;
-# patents pending)
+%bcond_without bytecode # without TT bytecode interpreter (Apple patents in USA)
+%bcond_without lcd # without LCD subpixel color filtering (Microsoft patents in USA)
#
%define realname freetype
Summary: TrueType font rasterizer - Mingw32 cross version
Summary(pl.UTF-8):Rasteryzer fontów TrueType - wersja skrośna dla Mingw32
Name: crossmingw32-%{realname}
-Version: 2.3.7
+Version: 2.3.12
Release: 1
License: GPL or FTL
Group: Development/Libraries
-Source0: http://savannah.nongnu.org/download/freetype/%{realname}-%{version}.tar.bz2
-# Source0-md5: 83306194817ebdea554133b4232a34aa
+Source0: http://downloads.sourceforge.net/freetype/%{realname}-%{version}.tar.bz2
+# Source0-md5: e974a82e5939be8e05ee65f07275d7c5
URL: http://www.freetype.org/
BuildRequires: crossmingw32-gcc
BuildRequires: crossmingw32-zlib >= 1.2.3-2
@@ -42,6 +38,13 @@
%define __cc %{target}-gcc
%define __cxx %{target}-g++
+%ifnarch %{ix86}
+# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
+%define optflags -O2
+%endif
+# -z options are invalid for mingw linker
+%define filterout_ld -Wl,-z,.*
+
%description
The FreeType engine is a free and portable TrueType font rendering
engine. It has been developed to provide TrueType support to a great
@@ -153,6 +156,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2010/03/22 07:59:13 qboosh
+- updated to 2.3.12
+
Revision 1.15 2008/07/18 23:00:07 qboosh
- updated to 2.3.7
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-freetype/crossmingw32-freetype.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list