From 069c4f8940b4c729286270e050c854b98e2dd52c Mon Sep 17 00:00:00 2001 From: djurban Date: Sat, 7 Dec 2002 23:45:42 +0000 Subject: [PATCH] - Rel 1 - STBR - Works ok, changed the default behaviour (default hinting works better than bytecode) - Didnt port the feature patches as I have no reasons to believe they are going to do sth. in here. Changed files: freetype.spec -> 1.72 --- freetype.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/freetype.spec b/freetype.spec index b27143e..abc0a02 100644 --- a/freetype.spec +++ b/freetype.spec @@ -2,9 +2,10 @@ # todo: update patches # # Conditional build: -# _without_bytecode - without TT bytecode interpreter +# _with_bytecode - without TT bytecode interpreter # (patents pending in USA, Japan...) # + Summary: TrueType font rasterizer Summary(es): Biblioteca de render 3D de fuentes TrueType Summary(pl): Rasteryzer fontów TrueType @@ -13,14 +14,15 @@ Summary(ru): Summary(uk): òÁÓÔÅÒÉÚÁÔÏÒ ÛÒÉÆÔ¦× TrueType Name: freetype Version: 2.1.3 -Release: 0.1 +Release: 1 License: GPL or FTL Group: Libraries Source0: ftp://ftp.freetype.org/freetype/freetype2/%{name}-%{version}.tar.bz2 Source1: ftp://ftp.freetype.org/freetype/freetype2/ftdocs-%{version}.tar.bz2 Source2: ftp://ftp.freetype.org/freetype/freetype2/ft2demos-%{version}.tar.bz2 Patch0: %{name}2-bytecode.patch -Patch1: %{name}2-slighthint.patch +#Patch1: %{name}2-slight.patch +#Patch2: %{name}2-owen.patch URL: http://www.freetype.org/ BuildRequires: SysVinit BuildRequires: XFree86-devel @@ -161,8 +163,9 @@ Programy demonstracyjne do biblioteki FreeType. %prep %setup -q -b1 -a2 -%{!?_without_bytecode:%patch0 -p1} +%{?_with_bytecode:%patch0 -p1} #%patch1 -p1 +#%patch2 -p1 %build CFLAGS="%{rpmcflags}" %{__make} setup CFG="--prefix=%{_prefix}" -- 2.44.0