]> git.pld-linux.org Git - packages/freetype.git/commitdiff
- updated to 2.1.1
authorjojoro <jojoro@poczta.onet.pl>
Mon, 17 Jun 2002 15:44:59 +0000 (15:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freetype.spec -> 1.60
    freetype2-DESTDIR.patch -> 1.3
    freetype2-bytecode.patch -> 1.3

freetype.spec
freetype2-DESTDIR.patch
freetype2-bytecode.patch

index 047b9febfbb9b1209b9e6ec72a852d652c9fffc8..76f89ced1f293c31268fe093482e959a333db2ae 100644 (file)
@@ -6,7 +6,7 @@
 Summary:       TrueType font rasterizer
 Summary(pl):   Rasteryzer fontów TrueType
 Name:          freetype
 Summary:       TrueType font rasterizer
 Summary(pl):   Rasteryzer fontów TrueType
 Name:          freetype
-Version:       2.0.9
+Version:       2.1.1
 Release:       1
 License:       GPL or FTL
 Group:         Libraries
 Release:       1
 License:       GPL or FTL
 Group:         Libraries
index 80f555f8fb51e087a8ea25517a8e946fc773c531..dfbe06992d7336ef79b9a5b908a832e5feaf8f16 100644 (file)
@@ -1,6 +1,5 @@
-diff -Nur freetype-2.0.2-test/builds/unix/install.mk freetype-2.0.2-test.new/builds/unix/install.mk
---- freetype-2.0.2-test/builds/unix/install.mk Wed Dec 20 23:09:41 2000
-+++ freetype-2.0.2-test.new/builds/unix/install.mk     Sun Mar 18 23:49:58 2001
+--- freetype-2.1.1/builds/unix/install.mk.orig Sun May  5 12:57:06 2002
++++ freetype-2.1.1/builds/unix/install.mk      Sun Jun 16 11:06:20 2002
 @@ -17,27 +17,27 @@
  
  # Unix installation and deinstallation targets.
 @@ -17,27 +17,27 @@
  
  # Unix installation and deinstallation targets.
@@ -35,7 +34,7 @@ diff -Nur freetype-2.0.2-test/builds/unix/install.mk freetype-2.0.2-test.new/bui
          done
 -      $(INSTALL_DATA) $(BUILD)/ft2unix.h $(includedir)/ft2build.h
 +      $(INSTALL_DATA) $(BUILD)/ft2unix.h $(DESTDIR)$(includedir)/ft2build.h
          done
 -      $(INSTALL_DATA) $(BUILD)/ft2unix.h $(includedir)/ft2build.h
 +      $(INSTALL_DATA) $(BUILD)/ft2unix.h $(DESTDIR)$(includedir)/ft2build.h
-       $(INSTALL_SCRIPT) -m 755 $(BUILD)/freetype-config \
+       $(INSTALL_SCRIPT) -m 755 $(OBJ_BUILD)/freetype-config \
 -          $(bindir)/freetype-config
 +          $(DESTDIR)$(bindir)/freetype-config
  
 -          $(bindir)/freetype-config
 +          $(DESTDIR)$(bindir)/freetype-config
  
index 00c9f4eb1f7b341a7764ae89bdd27460c792f338..5f341c11bf2f224c40fb815c5fe4dfea734b0679 100644 (file)
@@ -1,11 +1,11 @@
---- freetype-2.0.6/include/freetype/config/ftoption.h.orig     Mon Jan  7 11:05:34 2002
-+++ freetype-2.0.6/include/freetype/config/ftoption.h  Mon Jan 14 00:34:47 2002
+--- freetype-2.1.1/include/freetype/config/ftoption.h.orig     Sat Jun  8 03:05:56 2002
++++ freetype-2.1.1/include/freetype/config/ftoption.h  Sun Jun 16 11:12:06 2002
 @@ -375,7 +375,7 @@
    /* By undefining this, you will only compile the code necessary to load  */
    /* TrueType glyphs without hinting.                                      */
    /*                                                                       */
 @@ -375,7 +375,7 @@
    /* By undefining this, you will only compile the code necessary to load  */
    /* TrueType glyphs without hinting.                                      */
    /*                                                                       */
--#undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
-+#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+-#undef  TT_CONFIG_OPTION_BYTECODE_INTERPRETER
++#define  TT_CONFIG_OPTION_BYTECODE_INTERPRETER
  
  
    /*************************************************************************/
  
  
    /*************************************************************************/
This page took 0.036764 seconds and 4 git commands to generate.