]> git.pld-linux.org Git - packages/crossmingw32-freetype.git/commitdiff
- updated to 2.3.12
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 22 Mar 2010 07:59:13 +0000 (07:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-freetype.spec -> 1.16

crossmingw32-freetype.spec

index b31ccae6d5d06e17fe76c41da774ea536642aaaf..b650bade9d15e1e67531ea189e3956652b9ae5db 100644 (file)
@@ -1,22 +1,18 @@
 #
 # 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
@@ -41,6 +37,13 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %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
This page took 0.093236 seconds and 4 git commands to generate.