]> git.pld-linux.org Git - packages/freetype.git/commitdiff
- Rel 1
authordjurban <djurban@pld-linux.org>
Sat, 7 Dec 2002 23:45:42 +0000 (23:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

index b27143ed2e07568b2d1ec3abe1092be79898b678..abc0a02e6a69dc7df88ce8399db32b41dda0e69f 100644 (file)
@@ -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}"
This page took 0.154588 seconds and 4 git commands to generate.