]> git.pld-linux.org Git - packages/fontconfig.git/commitdiff
- autohinting by default enabled/disbaled?
authordjurban <djurban@pld-linux.org>
Tue, 20 Apr 2004 18:07:37 +0000 (18:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fontconfig.spec -> 1.42

fontconfig.spec

index 0b8e80ecca419c91f7efc5f3c69adee2360ee123..2f9cf664c561ef1bd69fe125e829f4b4b579e04f 100644 (file)
@@ -1,3 +1,4 @@
+%bcond_with    bytecode # enables bytecode hinting by default
 Summary:       Font configuration and customization library
 Summary(pl):   Biblioteka do konfigurowania fontów
 Summary(pt_BR):        Fontconfig é uma biblioteca para configuração e customização do acesso a fontes
@@ -13,6 +14,7 @@ Source0:      http://pdx.freedesktop.org/~fontconfig/release/%{name}-%{version}.tar.g
 Patch0:                %{name}-blacklist.patch
 Patch1:                %{name}-date.patch
 Patch2:                %{name}-autohint.patch
+Patch3:                %{name}-autohint2.patch
 URL:           http://fontconfig.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -87,8 +89,11 @@ Ten pakiet zawiera statyczn
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%if %{with bytecode}
 %patch2 -p1
-
+%else
+%patch3 -p1
+%endif
 %build
 %{__libtoolize}
 %{__aclocal}
This page took 0.038952 seconds and 4 git commands to generate.