summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/graphite2/graphite2-1.2.1-PATCHES')
-rw-r--r--Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/ChangeLog29
-rw-r--r--Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/TL-Changes10
-rw-r--r--Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive14
-rw-r--r--Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-02-solaris-variables19
4 files changed, 0 insertions, 72 deletions
diff --git a/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/ChangeLog b/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/ChangeLog
deleted file mode 100644
index 98c15161fa9..00000000000
--- a/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/ChangeLog
+++ /dev/null
@@ -1,29 +0,0 @@
-2013-03-27 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * patch-02-solaris-variables (new): Upstream patch to not clash
- with <regset.h> on Solaris.
- From http://projects.palaso.org/projects/graphitedev/repository/
- revisions/1132 and revisions/1136.
-
-2013-03-07 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- Imported graphite2-1.2.1 source tree from:
- http://sourceforge.net/projects/silgraphite/files/graphite2/
-
- * patch-02-attribute-hot (removed): Now in graphite2-1.2.1.
- * patch-01-case-sensitive: Adapted.
-
-2012-12-06 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * patch-03-old-gcc (removed): No longer needed since HarfBuzz
- requires gcc-4.x.
-
-2012-12-04 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- Imported graphite2-1.2.0 source tree from:
- http://sourceforge.net/projects/silgraphite/files/graphite2/
-
- * patch-01-case-sensitive (new): Windows.h => windows.h.
- * patch-02-attribute-hot (new): Test for gcc-4.3 or better.
- * patch-03-old-gcc (new): Allow to build with, e.g., gcc-3.4.
-
diff --git a/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/TL-Changes b/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/TL-Changes
deleted file mode 100644
index e1c90c4155c..00000000000
--- a/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/TL-Changes
+++ /dev/null
@@ -1,10 +0,0 @@
-Changes applied to the graphite2-1.2.1/ tree as obtained from:
- http://sourceforge.net/projects/silgraphite/files/graphite2/
-
-Removed unused dirs:
- contrib
- debian-src
- doc
- gr2fonttest
- tests
-
diff --git a/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive b/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive
deleted file mode 100644
index 8aa3e1af313..00000000000
--- a/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive
+++ /dev/null
@@ -1,14 +0,0 @@
- Required for case-sensitive filesystems.
-
-diff -ur graphite2-1.2.1.orig/src/gr_logging.cpp graphite2-1.2.1/src/gr_logging.cpp
---- graphite2-1.2.1.orig/src/gr_logging.cpp 2013-02-27 20:32:04.000000000 +0100
-+++ graphite2-1.2.1/src/gr_logging.cpp 2013-03-07 15:26:32.000000000 +0100
-@@ -33,7 +33,7 @@
- #include "inc/Segment.h"
-
- #if defined _WIN32
--#include "Windows.h"
-+#include "windows.h"
- #endif
-
- using namespace graphite2;
diff --git a/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-02-solaris-variables b/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-02-solaris-variables
deleted file mode 100644
index a6fb5d20b3d..00000000000
--- a/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-02-solaris-variables
+++ /dev/null
@@ -1,19 +0,0 @@
- Upstream patch: Workaround for a bug of compiler on Solaris
- using ES and CS variables in <regset.h>
-
-diff -ur graphite2-1.2.1.orig/src/Bidi.cpp graphite2-1.2.1/src/Bidi.cpp
---- graphite2-1.2.1.orig/src/Bidi.cpp 2013-02-27 20:32:04.000000000 +0100
-+++ graphite2-1.2.1/src/Bidi.cpp 2013-03-27 14:26:53.000000000 +0100
-@@ -37,10 +37,10 @@
- R = 2, // right-to-left, strong - R
- AL = 3, // Arabic letter, right-to-left, strong, AR
- EN = 4, // European number, left-to-right, weak - EN
-- ES = 5, // European separator, left-to-right, weak - ES
-+ EUS = 5, // European separator, left-to-right, weak - ES
- ET = 6, // European number terminator, left-to-right, weak - ET
- AN = 7, // Arabic number, left-to-right, weak - AN
-- CS = 8, // Common number separator, left-to-right, weak - CS
-+ CUS = 8, // Common number separator, left-to-right, weak - CS
- WS = 9, // white space, neutral - WS
- BN = 10, // boundary neutral - BN
-