~ubuntu-branches/ubuntu/lucid/freetype/lucid

« back to all changes in this revision

Viewing changes to debian/patches-ft2demos/ft2demos-2.1.7-ftbench.patch

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-03-13 23:09:50 UTC
  • mfrom: (9.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090313230950-19s53x3l1q5qutmp
Tags: 2.3.9-3
* Drop spurious Suggests: on libfreetype6-dev.  Closes: #363937.
* debian/patches-freetype/enable-subpixel-rendering.patch: enable subpixel
  rendering features, used by libcairo and xft to provide LCD colour
  filtering.  This is considered no more or less evil than the bytecode
  interpreter which we also enable.
* Move debian/libfreetype6.copyright to debian/copyright, and selectively
  install it to the single binary package in debian/rules; the same
  copyright file is used for all the binaries anyway via symlinks, so
  there's no reason it shouldn't ship as debian/copyright.
  Closes: #381228.
* Clip redundant LICENSE.TXT and GPL.TXT files from the
  libfreetype6-dev package.  Closes: #459802.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
       charset->code[i] = i;
112
112
   }
113
113
 
114
 
@@ -516,6 +526,7 @@
115
 
 {
116
 
   static unsigned char*  memory_file = NULL;
117
 
   static size_t          memory_size;
118
 
+  FT_UInt                num_charcodes;
119
 
   int                    face_index = 0;
120
 
   FT_Error               error;
121