diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5076d90d..3badaf5f 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -136,7 +136,7 @@ set(MEGA_LIBOGG_VER "1.3.2")
set(MEGA_LIBVORBIS_VER "1.3.5")
set(MEGA_LIBTHEORA_VER "1.1.1")
set(MEGA_MPG123_VER "1.15.3")
-set(MEGA_FREETYPE_VER "2.7")
+set(MEGA_FREETYPE_VER "2.6.5")
set(MEGA_SDL2_VER "2.0.5-b48d8a98e261")
set(MEGA_OPENAL_VER "1.17.0")
set(MEGA_MODPLUG_VER "0.8.8.4")
diff --git a/libs/freetype-2.7/CMakeLists.txt b/libs/freetype-2.6.5/CMakeLists.txt
similarity index 95%
rename from libs/freetype-2.7/CMakeLists.txt
rename to libs/freetype-2.6.5/CMakeLists.txt
index b73c2785..04fb22a9 100644
--- a/libs/freetype-2.7/CMakeLists.txt
+++ b/libs/freetype-2.6.5/CMakeLists.txt
@@ -153,8 +153,8 @@ endif ()
set(VERSION_MAJOR "2")
-set(VERSION_MINOR "7")
-set(VERSION_PATCH "0")
+set(VERSION_MINOR "6")
+set(VERSION_PATCH "5")
set(PROJECT_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SHARED_LIBRARY_VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
@@ -364,7 +364,7 @@ endif ()
if (NOT CMAKE_VERSION VERSION_LESS 2.8.11)
target_include_directories(freetype
- PUBLIC include)
+ PUBLIC $)
endif ()
if (CMAKE_VERSION VERSION_LESS 2.8.12)
@@ -392,7 +392,6 @@ if (HARFBUZZ_FOUND)
endif ()
-if (NOT MEGA)
# Installations
# Note the trailing slash in the argument to the `DIRECTORY' directive
if (NOT SKIP_INSTALL_HEADERS AND NOT SKIP_INSTALL_ALL)
@@ -450,6 +449,4 @@ if (NOT DEFINED FREETYPE_NO_DIST)
add_custom_target(dist COMMAND ${CMAKE_MAKE_PROGRAM} package_source)
endif ()
-endif() # NOT MEGA
-
# eof
diff --git a/libs/freetype-2.7/ChangeLog.26 b/libs/freetype-2.6.5/ChangeLog
similarity index 95%
rename from libs/freetype-2.7/ChangeLog.26
rename to libs/freetype-2.6.5/ChangeLog
index 356acbd0..6efd7c0a 100644
--- a/libs/freetype-2.7/ChangeLog.26
+++ b/libs/freetype-2.6.5/ChangeLog
@@ -6,10 +6,6 @@
Tag sources with `VER-2-6-5'.
- This commit immediately follows `[mac] Fix ftexport.sym target in
- Jamfile.' on a separate branch, which was then merged with master
- after the release.
-
* include/freetype/config/ftoption.h
(TT_CONFIG_OPTION_SUBPIXEL_HINTING): Comment out.
@@ -39,82 +35,6 @@
* docs/CHANGES: Updated.
-2016-07-11 Werner Lemberg
-
- Conditionally compile environment support.
-
- * include/freetype/internal/ftobjs.h, src/autofit/afmodule.c,
- src/base/ftobjs.c, src/cff/cffdrivr.c, src/truetype/ttdriver.c:
- Decorate with `FT_CONFIG_OPTION_ENVIRONMENT_PROPERTIES' where
- necessary.
-
-2016-07-11 Werner Lemberg
-
- Handle properties in `FREETYPE_PROPERTIES' environment variable.
-
- This commit covers the most important one.
-
- * src/autofit/afmodule.c (af_property_set): Handle `warping',
- `darkening-parameters', and `no-stem-darkening'.
-
- * src/cff/cffdrivr.c (cff_property_set): Handle
- `darkening-parameters', `hinting-engine', and `no-stem-darkening'.
-
- * src/truetype/ttdriver.c (tt_property_set): Handle
- `interpreter-version'.
-
-2016-07-11 Werner Lemberg
-
- Replace calls to `atol' with `strtol'.
-
- We later on need strtol's `endptr' feature.
-
- * include/freetype/config/ftstdlib.h (ft_atol): Replace with...
- (ft_strtol): ... this.
-
- * src/base/ftdbgmem.c (ft_mem_debug_init): Updated.
- * src/cid/cidparse.c (cid_parser_new): Ditto.
- * src/type42/t42drivr.c (t42_get_name_index), src/type42/t42objs.c
- (T42_GlyphSlot_Load): Ditto.
-
-2016-07-10 Werner Lemberg
-
- Implement handling of `FREETYPE_PROPERTIES' environment variable.
-
- Recognizing properties follows in another commit.
-
- * devel/ftoption.h, include/freetype/config/ftoption.h
- (FT_CONFIG_OPTION_ENVIRONMENT_PROPERTIES): New macro.
-
- * include/freetype/config/ftstdlib.h (ft_getenv): New macro.
-
- * src/base/ftinit.c (ft_set_default_properties): New function to
- parse `FREETYPE_PROPERTIES' and calling `ft_property_string_set'.
- (FT_Init_FreeType): Updated.
-
-2016-07-09 Werner Lemberg
-
- Add function `ft_property_string_set'.
-
- This is a preparation for handling an `FREETYPE_PROPERTIES'
- environment variable to control (some) driver properties.
-
- No change in functionality.
-
- * src/base/ftobjs.c (ft_property_do): Add `value_is_string'
- parameter.
- (ft_property_string_set): New function.
- (FT_Property_Set, FT_Property_Get): Updated.
-
- * include/freetype/internal/ftobjs.h: Updated.
-
- * include/freetype/internal/services/svprop.h
- (FT_Properties_SetFunc): Add `value_is_string' parameter.
-
- * src/autofit/afmodule.c (af_property_set), src/cff/cffdrivr.c
- (cff_property_set), src/truetype/ttdriver.c (tt_property_set):
- Updated, emitting an error currently if `value_is_string' is set.
-
2016-07-09 suzuki toshiya
[mac] Fix ftexport.sym target in Jamfile.
diff --git a/libs/freetype-2.7/ChangeLog.20 b/libs/freetype-2.6.5/ChangeLog.20
similarity index 100%
rename from libs/freetype-2.7/ChangeLog.20
rename to libs/freetype-2.6.5/ChangeLog.20
diff --git a/libs/freetype-2.7/ChangeLog.21 b/libs/freetype-2.6.5/ChangeLog.21
similarity index 100%
rename from libs/freetype-2.7/ChangeLog.21
rename to libs/freetype-2.6.5/ChangeLog.21
diff --git a/libs/freetype-2.7/ChangeLog.22 b/libs/freetype-2.6.5/ChangeLog.22
similarity index 100%
rename from libs/freetype-2.7/ChangeLog.22
rename to libs/freetype-2.6.5/ChangeLog.22
diff --git a/libs/freetype-2.7/ChangeLog.23 b/libs/freetype-2.6.5/ChangeLog.23
similarity index 100%
rename from libs/freetype-2.7/ChangeLog.23
rename to libs/freetype-2.6.5/ChangeLog.23
diff --git a/libs/freetype-2.7/ChangeLog.24 b/libs/freetype-2.6.5/ChangeLog.24
similarity index 100%
rename from libs/freetype-2.7/ChangeLog.24
rename to libs/freetype-2.6.5/ChangeLog.24
diff --git a/libs/freetype-2.7/ChangeLog.25 b/libs/freetype-2.6.5/ChangeLog.25
similarity index 100%
rename from libs/freetype-2.7/ChangeLog.25
rename to libs/freetype-2.6.5/ChangeLog.25
diff --git a/libs/freetype-2.7/Jamfile b/libs/freetype-2.6.5/Jamfile
similarity index 95%
rename from libs/freetype-2.7/Jamfile
rename to libs/freetype-2.6.5/Jamfile
index a5629211..84b23e20 100644
--- a/libs/freetype-2.7/Jamfile
+++ b/libs/freetype-2.6.5/Jamfile
@@ -210,7 +210,7 @@ actions RefDoc
{
python $(FT2_SRC)/tools/docmaker/docmaker.py
--prefix=ft2
- --title=FreeType-2.7
+ --title=FreeType-2.6.5
--output=$(DOC_DIR)
$(FT2_INCLUDE)/freetype/*.h
$(FT2_INCLUDE)/freetype/config/*.h
diff --git a/libs/freetype-2.7/Jamrules b/libs/freetype-2.6.5/Jamrules
similarity index 100%
rename from libs/freetype-2.7/Jamrules
rename to libs/freetype-2.6.5/Jamrules
diff --git a/libs/freetype-2.7/Makefile b/libs/freetype-2.6.5/Makefile
similarity index 100%
rename from libs/freetype-2.7/Makefile
rename to libs/freetype-2.6.5/Makefile
diff --git a/libs/freetype-2.7/README b/libs/freetype-2.6.5/README
similarity index 92%
rename from libs/freetype-2.7/README
rename to libs/freetype-2.6.5/README
index aeeef016..4adf905e 100644
--- a/libs/freetype-2.7/README
+++ b/libs/freetype-2.6.5/README
@@ -1,5 +1,5 @@
- FreeType 2.7
- ============
+ FreeType 2.6.5
+ ==============
Homepage: http://www.freetype.org
@@ -24,9 +24,9 @@
and download one of the following files.
- freetype-doc-2.7.tar.bz2
- freetype-doc-2.7.tar.gz
- ftdoc27.zip
+ freetype-doc-2.6.5.tar.bz2
+ freetype-doc-2.6.5.tar.gz
+ ftdoc265.zip
To view the documentation online, go to
diff --git a/libs/freetype-2.7/README.git b/libs/freetype-2.6.5/README.git
similarity index 100%
rename from libs/freetype-2.7/README.git
rename to libs/freetype-2.6.5/README.git
diff --git a/libs/freetype-2.7/autogen.sh b/libs/freetype-2.6.5/autogen.sh
similarity index 100%
rename from libs/freetype-2.7/autogen.sh
rename to libs/freetype-2.6.5/autogen.sh
diff --git a/libs/freetype-2.7/builds/amiga/README b/libs/freetype-2.6.5/builds/amiga/README
similarity index 100%
rename from libs/freetype-2.7/builds/amiga/README
rename to libs/freetype-2.6.5/builds/amiga/README
diff --git a/libs/freetype-2.7/builds/amiga/include/config/ftconfig.h b/libs/freetype-2.6.5/builds/amiga/include/config/ftconfig.h
similarity index 100%
rename from libs/freetype-2.7/builds/amiga/include/config/ftconfig.h
rename to libs/freetype-2.6.5/builds/amiga/include/config/ftconfig.h
diff --git a/libs/freetype-2.7/builds/amiga/include/config/ftmodule.h b/libs/freetype-2.6.5/builds/amiga/include/config/ftmodule.h
similarity index 100%
rename from libs/freetype-2.7/builds/amiga/include/config/ftmodule.h
rename to libs/freetype-2.6.5/builds/amiga/include/config/ftmodule.h
diff --git a/libs/freetype-2.7/builds/amiga/makefile b/libs/freetype-2.6.5/builds/amiga/makefile
similarity index 100%
rename from libs/freetype-2.7/builds/amiga/makefile
rename to libs/freetype-2.6.5/builds/amiga/makefile
diff --git a/libs/freetype-2.7/builds/amiga/makefile.os4 b/libs/freetype-2.6.5/builds/amiga/makefile.os4
similarity index 100%
rename from libs/freetype-2.7/builds/amiga/makefile.os4
rename to libs/freetype-2.6.5/builds/amiga/makefile.os4
diff --git a/libs/freetype-2.7/builds/amiga/smakefile b/libs/freetype-2.6.5/builds/amiga/smakefile
similarity index 100%
rename from libs/freetype-2.7/builds/amiga/smakefile
rename to libs/freetype-2.6.5/builds/amiga/smakefile
diff --git a/libs/freetype-2.7/builds/amiga/src/base/ftdebug.c b/libs/freetype-2.6.5/builds/amiga/src/base/ftdebug.c
similarity index 100%
rename from libs/freetype-2.7/builds/amiga/src/base/ftdebug.c
rename to libs/freetype-2.6.5/builds/amiga/src/base/ftdebug.c
diff --git a/libs/freetype-2.7/builds/amiga/src/base/ftsystem.c b/libs/freetype-2.6.5/builds/amiga/src/base/ftsystem.c
similarity index 100%
rename from libs/freetype-2.7/builds/amiga/src/base/ftsystem.c
rename to libs/freetype-2.6.5/builds/amiga/src/base/ftsystem.c
diff --git a/libs/freetype-2.7/builds/ansi/ansi-def.mk b/libs/freetype-2.6.5/builds/ansi/ansi-def.mk
similarity index 100%
rename from libs/freetype-2.7/builds/ansi/ansi-def.mk
rename to libs/freetype-2.6.5/builds/ansi/ansi-def.mk
diff --git a/libs/freetype-2.7/builds/ansi/ansi.mk b/libs/freetype-2.6.5/builds/ansi/ansi.mk
similarity index 100%
rename from libs/freetype-2.7/builds/ansi/ansi.mk
rename to libs/freetype-2.6.5/builds/ansi/ansi.mk
diff --git a/libs/freetype-2.7/builds/atari/ATARI.H b/libs/freetype-2.6.5/builds/atari/ATARI.H
similarity index 100%
rename from libs/freetype-2.7/builds/atari/ATARI.H
rename to libs/freetype-2.6.5/builds/atari/ATARI.H
diff --git a/libs/freetype-2.7/builds/atari/FNames.SIC b/libs/freetype-2.6.5/builds/atari/FNames.SIC
similarity index 100%
rename from libs/freetype-2.7/builds/atari/FNames.SIC
rename to libs/freetype-2.6.5/builds/atari/FNames.SIC
diff --git a/libs/freetype-2.7/builds/atari/FREETYPE.PRJ b/libs/freetype-2.6.5/builds/atari/FREETYPE.PRJ
similarity index 100%
rename from libs/freetype-2.7/builds/atari/FREETYPE.PRJ
rename to libs/freetype-2.6.5/builds/atari/FREETYPE.PRJ
diff --git a/libs/freetype-2.7/builds/atari/README.TXT b/libs/freetype-2.6.5/builds/atari/README.TXT
similarity index 100%
rename from libs/freetype-2.7/builds/atari/README.TXT
rename to libs/freetype-2.6.5/builds/atari/README.TXT
diff --git a/libs/freetype-2.7/builds/atari/deflinejoiner.awk b/libs/freetype-2.6.5/builds/atari/deflinejoiner.awk
similarity index 100%
rename from libs/freetype-2.7/builds/atari/deflinejoiner.awk
rename to libs/freetype-2.6.5/builds/atari/deflinejoiner.awk
diff --git a/libs/freetype-2.7/builds/atari/gen-purec-patch.sh b/libs/freetype-2.6.5/builds/atari/gen-purec-patch.sh
similarity index 100%
rename from libs/freetype-2.7/builds/atari/gen-purec-patch.sh
rename to libs/freetype-2.6.5/builds/atari/gen-purec-patch.sh
diff --git a/libs/freetype-2.7/builds/beos/beos-def.mk b/libs/freetype-2.6.5/builds/beos/beos-def.mk
similarity index 100%
rename from libs/freetype-2.7/builds/beos/beos-def.mk
rename to libs/freetype-2.6.5/builds/beos/beos-def.mk
diff --git a/libs/freetype-2.7/builds/beos/beos.mk b/libs/freetype-2.6.5/builds/beos/beos.mk
similarity index 100%
rename from libs/freetype-2.7/builds/beos/beos.mk
rename to libs/freetype-2.6.5/builds/beos/beos.mk
diff --git a/libs/freetype-2.7/builds/beos/detect.mk b/libs/freetype-2.6.5/builds/beos/detect.mk
similarity index 100%
rename from libs/freetype-2.7/builds/beos/detect.mk
rename to libs/freetype-2.6.5/builds/beos/detect.mk
diff --git a/libs/freetype-2.7/builds/cmake/FindHarfBuzz.cmake b/libs/freetype-2.6.5/builds/cmake/FindHarfBuzz.cmake
similarity index 100%
rename from libs/freetype-2.7/builds/cmake/FindHarfBuzz.cmake
rename to libs/freetype-2.6.5/builds/cmake/FindHarfBuzz.cmake
diff --git a/libs/freetype-2.7/builds/cmake/iOS.cmake b/libs/freetype-2.6.5/builds/cmake/iOS.cmake
similarity index 100%
rename from libs/freetype-2.7/builds/cmake/iOS.cmake
rename to libs/freetype-2.6.5/builds/cmake/iOS.cmake
diff --git a/libs/freetype-2.7/builds/cmake/testbuild.sh b/libs/freetype-2.6.5/builds/cmake/testbuild.sh
similarity index 100%
rename from libs/freetype-2.7/builds/cmake/testbuild.sh
rename to libs/freetype-2.6.5/builds/cmake/testbuild.sh
diff --git a/libs/freetype-2.7/builds/compiler/ansi-cc.mk b/libs/freetype-2.6.5/builds/compiler/ansi-cc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/compiler/ansi-cc.mk
rename to libs/freetype-2.6.5/builds/compiler/ansi-cc.mk
diff --git a/libs/freetype-2.7/builds/compiler/bcc-dev.mk b/libs/freetype-2.6.5/builds/compiler/bcc-dev.mk
similarity index 100%
rename from libs/freetype-2.7/builds/compiler/bcc-dev.mk
rename to libs/freetype-2.6.5/builds/compiler/bcc-dev.mk
diff --git a/libs/freetype-2.7/builds/compiler/bcc.mk b/libs/freetype-2.6.5/builds/compiler/bcc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/compiler/bcc.mk
rename to libs/freetype-2.6.5/builds/compiler/bcc.mk
diff --git a/libs/freetype-2.7/builds/compiler/emx.mk b/libs/freetype-2.6.5/builds/compiler/emx.mk
similarity index 100%
rename from libs/freetype-2.7/builds/compiler/emx.mk
rename to libs/freetype-2.6.5/builds/compiler/emx.mk
diff --git a/libs/freetype-2.7/builds/compiler/gcc-dev.mk b/libs/freetype-2.6.5/builds/compiler/gcc-dev.mk
similarity index 100%
rename from libs/freetype-2.7/builds/compiler/gcc-dev.mk
rename to libs/freetype-2.6.5/builds/compiler/gcc-dev.mk
diff --git a/libs/freetype-2.7/builds/compiler/gcc.mk b/libs/freetype-2.6.5/builds/compiler/gcc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/compiler/gcc.mk
rename to libs/freetype-2.6.5/builds/compiler/gcc.mk
diff --git a/libs/freetype-2.7/builds/compiler/intelc.mk b/libs/freetype-2.6.5/builds/compiler/intelc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/compiler/intelc.mk
rename to libs/freetype-2.6.5/builds/compiler/intelc.mk
diff --git a/libs/freetype-2.7/builds/compiler/unix-lcc.mk b/libs/freetype-2.6.5/builds/compiler/unix-lcc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/compiler/unix-lcc.mk
rename to libs/freetype-2.6.5/builds/compiler/unix-lcc.mk
diff --git a/libs/freetype-2.7/builds/compiler/visualage.mk b/libs/freetype-2.6.5/builds/compiler/visualage.mk
similarity index 100%
rename from libs/freetype-2.7/builds/compiler/visualage.mk
rename to libs/freetype-2.6.5/builds/compiler/visualage.mk
diff --git a/libs/freetype-2.7/builds/compiler/visualc.mk b/libs/freetype-2.6.5/builds/compiler/visualc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/compiler/visualc.mk
rename to libs/freetype-2.6.5/builds/compiler/visualc.mk
diff --git a/libs/freetype-2.7/builds/compiler/watcom.mk b/libs/freetype-2.6.5/builds/compiler/watcom.mk
similarity index 100%
rename from libs/freetype-2.7/builds/compiler/watcom.mk
rename to libs/freetype-2.6.5/builds/compiler/watcom.mk
diff --git a/libs/freetype-2.7/builds/compiler/win-lcc.mk b/libs/freetype-2.6.5/builds/compiler/win-lcc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/compiler/win-lcc.mk
rename to libs/freetype-2.6.5/builds/compiler/win-lcc.mk
diff --git a/libs/freetype-2.7/builds/detect.mk b/libs/freetype-2.6.5/builds/detect.mk
similarity index 100%
rename from libs/freetype-2.7/builds/detect.mk
rename to libs/freetype-2.6.5/builds/detect.mk
diff --git a/libs/freetype-2.7/builds/dos/detect.mk b/libs/freetype-2.6.5/builds/dos/detect.mk
similarity index 100%
rename from libs/freetype-2.7/builds/dos/detect.mk
rename to libs/freetype-2.6.5/builds/dos/detect.mk
diff --git a/libs/freetype-2.7/builds/dos/dos-def.mk b/libs/freetype-2.6.5/builds/dos/dos-def.mk
similarity index 100%
rename from libs/freetype-2.7/builds/dos/dos-def.mk
rename to libs/freetype-2.6.5/builds/dos/dos-def.mk
diff --git a/libs/freetype-2.7/builds/dos/dos-emx.mk b/libs/freetype-2.6.5/builds/dos/dos-emx.mk
similarity index 100%
rename from libs/freetype-2.7/builds/dos/dos-emx.mk
rename to libs/freetype-2.6.5/builds/dos/dos-emx.mk
diff --git a/libs/freetype-2.7/builds/dos/dos-gcc.mk b/libs/freetype-2.6.5/builds/dos/dos-gcc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/dos/dos-gcc.mk
rename to libs/freetype-2.6.5/builds/dos/dos-gcc.mk
diff --git a/libs/freetype-2.7/builds/dos/dos-wat.mk b/libs/freetype-2.6.5/builds/dos/dos-wat.mk
similarity index 100%
rename from libs/freetype-2.7/builds/dos/dos-wat.mk
rename to libs/freetype-2.6.5/builds/dos/dos-wat.mk
diff --git a/libs/freetype-2.7/builds/exports.mk b/libs/freetype-2.6.5/builds/exports.mk
similarity index 100%
rename from libs/freetype-2.7/builds/exports.mk
rename to libs/freetype-2.6.5/builds/exports.mk
diff --git a/libs/freetype-2.7/builds/freetype.mk b/libs/freetype-2.6.5/builds/freetype.mk
similarity index 100%
rename from libs/freetype-2.7/builds/freetype.mk
rename to libs/freetype-2.6.5/builds/freetype.mk
diff --git a/libs/freetype-2.7/builds/link_dos.mk b/libs/freetype-2.6.5/builds/link_dos.mk
similarity index 100%
rename from libs/freetype-2.7/builds/link_dos.mk
rename to libs/freetype-2.6.5/builds/link_dos.mk
diff --git a/libs/freetype-2.7/builds/link_std.mk b/libs/freetype-2.6.5/builds/link_std.mk
similarity index 100%
rename from libs/freetype-2.7/builds/link_std.mk
rename to libs/freetype-2.6.5/builds/link_std.mk
diff --git a/libs/freetype-2.7/builds/mac/FreeType.m68k_cfm.make.txt b/libs/freetype-2.6.5/builds/mac/FreeType.m68k_cfm.make.txt
similarity index 100%
rename from libs/freetype-2.7/builds/mac/FreeType.m68k_cfm.make.txt
rename to libs/freetype-2.6.5/builds/mac/FreeType.m68k_cfm.make.txt
diff --git a/libs/freetype-2.7/builds/mac/FreeType.m68k_far.make.txt b/libs/freetype-2.6.5/builds/mac/FreeType.m68k_far.make.txt
similarity index 100%
rename from libs/freetype-2.7/builds/mac/FreeType.m68k_far.make.txt
rename to libs/freetype-2.6.5/builds/mac/FreeType.m68k_far.make.txt
diff --git a/libs/freetype-2.7/builds/mac/FreeType.ppc_carbon.make.txt b/libs/freetype-2.6.5/builds/mac/FreeType.ppc_carbon.make.txt
similarity index 100%
rename from libs/freetype-2.7/builds/mac/FreeType.ppc_carbon.make.txt
rename to libs/freetype-2.6.5/builds/mac/FreeType.ppc_carbon.make.txt
diff --git a/libs/freetype-2.7/builds/mac/FreeType.ppc_classic.make.txt b/libs/freetype-2.6.5/builds/mac/FreeType.ppc_classic.make.txt
similarity index 100%
rename from libs/freetype-2.7/builds/mac/FreeType.ppc_classic.make.txt
rename to libs/freetype-2.6.5/builds/mac/FreeType.ppc_classic.make.txt
diff --git a/libs/freetype-2.7/builds/mac/README b/libs/freetype-2.6.5/builds/mac/README
similarity index 100%
rename from libs/freetype-2.7/builds/mac/README
rename to libs/freetype-2.6.5/builds/mac/README
diff --git a/libs/freetype-2.7/builds/mac/ascii2mpw.py b/libs/freetype-2.6.5/builds/mac/ascii2mpw.py
similarity index 100%
rename from libs/freetype-2.7/builds/mac/ascii2mpw.py
rename to libs/freetype-2.6.5/builds/mac/ascii2mpw.py
diff --git a/libs/freetype-2.7/builds/mac/freetype-Info.plist b/libs/freetype-2.6.5/builds/mac/freetype-Info.plist
similarity index 100%
rename from libs/freetype-2.7/builds/mac/freetype-Info.plist
rename to libs/freetype-2.6.5/builds/mac/freetype-Info.plist
diff --git a/libs/freetype-2.7/builds/mac/ftlib.prj.xml b/libs/freetype-2.6.5/builds/mac/ftlib.prj.xml
similarity index 100%
rename from libs/freetype-2.7/builds/mac/ftlib.prj.xml
rename to libs/freetype-2.6.5/builds/mac/ftlib.prj.xml
diff --git a/libs/freetype-2.7/builds/mac/ftmac.c b/libs/freetype-2.6.5/builds/mac/ftmac.c
similarity index 100%
rename from libs/freetype-2.7/builds/mac/ftmac.c
rename to libs/freetype-2.6.5/builds/mac/ftmac.c
diff --git a/libs/freetype-2.7/builds/modules.mk b/libs/freetype-2.6.5/builds/modules.mk
similarity index 100%
rename from libs/freetype-2.7/builds/modules.mk
rename to libs/freetype-2.6.5/builds/modules.mk
diff --git a/libs/freetype-2.7/builds/newline b/libs/freetype-2.6.5/builds/newline
similarity index 100%
rename from libs/freetype-2.7/builds/newline
rename to libs/freetype-2.6.5/builds/newline
diff --git a/libs/freetype-2.7/builds/os2/detect.mk b/libs/freetype-2.6.5/builds/os2/detect.mk
similarity index 100%
rename from libs/freetype-2.7/builds/os2/detect.mk
rename to libs/freetype-2.6.5/builds/os2/detect.mk
diff --git a/libs/freetype-2.7/builds/os2/os2-def.mk b/libs/freetype-2.6.5/builds/os2/os2-def.mk
similarity index 100%
rename from libs/freetype-2.7/builds/os2/os2-def.mk
rename to libs/freetype-2.6.5/builds/os2/os2-def.mk
diff --git a/libs/freetype-2.7/builds/os2/os2-dev.mk b/libs/freetype-2.6.5/builds/os2/os2-dev.mk
similarity index 100%
rename from libs/freetype-2.7/builds/os2/os2-dev.mk
rename to libs/freetype-2.6.5/builds/os2/os2-dev.mk
diff --git a/libs/freetype-2.7/builds/os2/os2-gcc.mk b/libs/freetype-2.6.5/builds/os2/os2-gcc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/os2/os2-gcc.mk
rename to libs/freetype-2.6.5/builds/os2/os2-gcc.mk
diff --git a/libs/freetype-2.7/builds/symbian/bld.inf b/libs/freetype-2.6.5/builds/symbian/bld.inf
similarity index 100%
rename from libs/freetype-2.7/builds/symbian/bld.inf
rename to libs/freetype-2.6.5/builds/symbian/bld.inf
diff --git a/libs/freetype-2.7/builds/symbian/freetype.mmp b/libs/freetype-2.6.5/builds/symbian/freetype.mmp
similarity index 100%
rename from libs/freetype-2.7/builds/symbian/freetype.mmp
rename to libs/freetype-2.6.5/builds/symbian/freetype.mmp
diff --git a/libs/freetype-2.7/builds/toplevel.mk b/libs/freetype-2.6.5/builds/toplevel.mk
similarity index 100%
rename from libs/freetype-2.7/builds/toplevel.mk
rename to libs/freetype-2.6.5/builds/toplevel.mk
diff --git a/libs/freetype-2.7/builds/unix/aclocal.m4 b/libs/freetype-2.6.5/builds/unix/aclocal.m4
similarity index 100%
rename from libs/freetype-2.7/builds/unix/aclocal.m4
rename to libs/freetype-2.6.5/builds/unix/aclocal.m4
diff --git a/libs/freetype-2.7/builds/unix/config.guess b/libs/freetype-2.6.5/builds/unix/config.guess
similarity index 100%
rename from libs/freetype-2.7/builds/unix/config.guess
rename to libs/freetype-2.6.5/builds/unix/config.guess
diff --git a/libs/freetype-2.7/builds/unix/config.sub b/libs/freetype-2.6.5/builds/unix/config.sub
similarity index 94%
rename from libs/freetype-2.7/builds/unix/config.sub
rename to libs/freetype-2.6.5/builds/unix/config.sub
index e269e8c8..21faecb1 100644
--- a/libs/freetype-2.7/builds/unix/config.sub
+++ b/libs/freetype-2.6.5/builds/unix/config.sub
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2016 Free Software Foundation, Inc.
-timestamp='2016-08-25'
+timestamp='2016-06-20'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -1030,7 +1030,7 @@ case $basic_machine in
ppc-* | ppcbe-*)
basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
- ppcle | powerpclittle)
+ ppcle | powerpclittle | ppc-le | powerpc-little)
basic_machine=powerpcle-unknown
;;
ppcle-* | powerpclittle-*)
@@ -1040,7 +1040,7 @@ case $basic_machine in
;;
ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
- ppc64le | powerpc64little)
+ ppc64le | powerpc64little | ppc64-le | powerpc64-little)
basic_machine=powerpc64le-unknown
;;
ppc64le-* | powerpc64little-*)
diff --git a/libs/freetype-2.7/builds/unix/configure b/libs/freetype-2.6.5/builds/unix/configure
similarity index 95%
rename from libs/freetype-2.7/builds/unix/configure
rename to libs/freetype-2.6.5/builds/unix/configure
index 6c2c2c1e..cdcefaa4 100644
--- a/libs/freetype-2.7/builds/unix/configure
+++ b/libs/freetype-2.6.5/builds/unix/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for FreeType 2.7.
+# Generated by GNU Autoconf 2.69 for FreeType 2.6.5.
#
# Report bugs to .
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='FreeType'
PACKAGE_TARNAME='freetype'
-PACKAGE_VERSION='2.7'
-PACKAGE_STRING='FreeType 2.7'
+PACKAGE_VERSION='2.6.5'
+PACKAGE_STRING='FreeType 2.6.5'
PACKAGE_BUGREPORT='freetype@nongnu.org'
PACKAGE_URL=''
@@ -755,7 +755,6 @@ with_gnu_ld
with_sysroot
enable_libtool_lock
enable_biarch_config
-enable_largefile
enable_mmap
with_zlib
with_bzip2
@@ -1329,7 +1328,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures FreeType 2.7 to adapt to many kinds of systems.
+\`configure' configures FreeType 2.6.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1394,7 +1393,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of FreeType 2.7:";;
+ short | recursive ) echo "Configuration of FreeType 2.6.5:";;
esac
cat <<\_ACEOF
@@ -1409,7 +1408,6 @@ Optional Features:
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-biarch-config install biarch ftconfig.h to support multiple
architectures by single file
- --disable-largefile omit support for large files
--disable-mmap do not check mmap() and do not use
Optional Packages:
@@ -1541,7 +1539,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-FreeType configure 2.7
+FreeType configure 2.6.5
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2139,7 +2137,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by FreeType $as_me 2.7, which was
+It was created by FreeType $as_me 2.6.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2495,7 +2493,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# Don't forget to update `docs/VERSIONS.TXT'!
-version_info='18:6:12'
+version_info='18:5:12'
ft_version=`echo $version_info | tr : .`
@@ -12525,207 +12523,6 @@ CPPFLAGS="${orig_CPPFLAGS}"
# checks for library functions
-# Check whether --enable-largefile was given.
-if test "${enable_largefile+set}" = set; then :
- enableval=$enable_largefile;
-fi
-
-if test "$enable_largefile" != no; then
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
-$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
-if ${ac_cv_sys_largefile_CC+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_cv_sys_largefile_CC=no
- if test "$GCC" != yes; then
- ac_save_CC=$CC
- while :; do
- # IRIX 6.2 and later do not support large files by default,
- # so use the C compiler's -n32 option if that helps.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include
- /* Check that off_t can represent 2**63 - 1 correctly.
- We can't simply define LARGE_OFF_T to be 9223372036854775807,
- since some C++ compilers masquerading as C compilers
- incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
- int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
- && LARGE_OFF_T % 2147483647 == 1)
- ? 1 : -1];
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
- if ac_fn_c_try_compile "$LINENO"; then :
- break
-fi
-rm -f core conftest.err conftest.$ac_objext
- CC="$CC -n32"
- if ac_fn_c_try_compile "$LINENO"; then :
- ac_cv_sys_largefile_CC=' -n32'; break
-fi
-rm -f core conftest.err conftest.$ac_objext
- break
- done
- CC=$ac_save_CC
- rm -f conftest.$ac_ext
- fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
-$as_echo "$ac_cv_sys_largefile_CC" >&6; }
- if test "$ac_cv_sys_largefile_CC" != no; then
- CC=$CC$ac_cv_sys_largefile_CC
- fi
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
-$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
-if ${ac_cv_sys_file_offset_bits+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- while :; do
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include
- /* Check that off_t can represent 2**63 - 1 correctly.
- We can't simply define LARGE_OFF_T to be 9223372036854775807,
- since some C++ compilers masquerading as C compilers
- incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
- int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
- && LARGE_OFF_T % 2147483647 == 1)
- ? 1 : -1];
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ac_cv_sys_file_offset_bits=no; break
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#define _FILE_OFFSET_BITS 64
-#include
- /* Check that off_t can represent 2**63 - 1 correctly.
- We can't simply define LARGE_OFF_T to be 9223372036854775807,
- since some C++ compilers masquerading as C compilers
- incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
- int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
- && LARGE_OFF_T % 2147483647 == 1)
- ? 1 : -1];
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ac_cv_sys_file_offset_bits=64; break
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_cv_sys_file_offset_bits=unknown
- break
-done
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
-$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
-case $ac_cv_sys_file_offset_bits in #(
- no | unknown) ;;
- *)
-cat >>confdefs.h <<_ACEOF
-#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
-_ACEOF
-;;
-esac
-rm -rf conftest*
- if test $ac_cv_sys_file_offset_bits = unknown; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
-$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
-if ${ac_cv_sys_large_files+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- while :; do
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include
- /* Check that off_t can represent 2**63 - 1 correctly.
- We can't simply define LARGE_OFF_T to be 9223372036854775807,
- since some C++ compilers masquerading as C compilers
- incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
- int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
- && LARGE_OFF_T % 2147483647 == 1)
- ? 1 : -1];
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ac_cv_sys_large_files=no; break
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#define _LARGE_FILES 1
-#include
- /* Check that off_t can represent 2**63 - 1 correctly.
- We can't simply define LARGE_OFF_T to be 9223372036854775807,
- since some C++ compilers masquerading as C compilers
- incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
- int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
- && LARGE_OFF_T % 2147483647 == 1)
- ? 1 : -1];
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ac_cv_sys_large_files=1; break
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_cv_sys_large_files=unknown
- break
-done
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
-$as_echo "$ac_cv_sys_large_files" >&6; }
-case $ac_cv_sys_large_files in #(
- no | unknown) ;;
- *)
-cat >>confdefs.h <<_ACEOF
-#define _LARGE_FILES $ac_cv_sys_large_files
-_ACEOF
-;;
-esac
-rm -rf conftest*
- fi
-
-
-fi
-
-
# Here we check whether we can use our mmap file component.
# Check whether --enable-mmap was given.
@@ -14900,7 +14697,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by FreeType $as_me 2.7, which was
+This file was extended by FreeType $as_me 2.6.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14966,7 +14763,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-FreeType config.status 2.7
+FreeType config.status 2.6.5
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/libs/freetype-2.7/builds/unix/configure.ac b/libs/freetype-2.6.5/builds/unix/configure.ac
similarity index 96%
rename from libs/freetype-2.7/builds/unix/configure.ac
rename to libs/freetype-2.6.5/builds/unix/configure.ac
index 28d36983..2c364f9d 100644
--- a/libs/freetype-2.7/builds/unix/configure.ac
+++ b/libs/freetype-2.6.5/builds/unix/configure.ac
@@ -11,13 +11,13 @@
# indicate that you have read the license and understand and accept it
# fully.
-AC_INIT([FreeType], [2.7], [freetype@nongnu.org], [freetype])
+AC_INIT([FreeType], [2.6.5], [freetype@nongnu.org], [freetype])
AC_CONFIG_SRCDIR([ftconfig.in])
# Don't forget to update `docs/VERSIONS.TXT'!
-version_info='18:6:12'
+version_info='18:5:12'
AC_SUBST([version_info])
ft_version=`echo $version_info | tr : .`
AC_SUBST([ft_version])
@@ -180,8 +180,6 @@ CPPFLAGS="${orig_CPPFLAGS}"
# checks for library functions
-AC_SYS_LARGEFILE
-
# Here we check whether we can use our mmap file component.
AC_ARG_ENABLE([mmap],
diff --git a/libs/freetype-2.7/builds/unix/configure.raw b/libs/freetype-2.6.5/builds/unix/configure.raw
similarity index 96%
rename from libs/freetype-2.7/builds/unix/configure.raw
rename to libs/freetype-2.6.5/builds/unix/configure.raw
index e80d7322..bb67d98c 100644
--- a/libs/freetype-2.7/builds/unix/configure.raw
+++ b/libs/freetype-2.6.5/builds/unix/configure.raw
@@ -17,7 +17,7 @@ AC_CONFIG_SRCDIR([ftconfig.in])
# Don't forget to update `docs/VERSIONS.TXT'!
-version_info='18:6:12'
+version_info='18:5:12'
AC_SUBST([version_info])
ft_version=`echo $version_info | tr : .`
AC_SUBST([ft_version])
@@ -180,8 +180,6 @@ CPPFLAGS="${orig_CPPFLAGS}"
# checks for library functions
-AC_SYS_LARGEFILE
-
# Here we check whether we can use our mmap file component.
AC_ARG_ENABLE([mmap],
diff --git a/libs/freetype-2.7/builds/unix/detect.mk b/libs/freetype-2.6.5/builds/unix/detect.mk
similarity index 100%
rename from libs/freetype-2.7/builds/unix/detect.mk
rename to libs/freetype-2.6.5/builds/unix/detect.mk
diff --git a/libs/freetype-2.7/builds/unix/freetype-config.in b/libs/freetype-2.6.5/builds/unix/freetype-config.in
similarity index 100%
rename from libs/freetype-2.7/builds/unix/freetype-config.in
rename to libs/freetype-2.6.5/builds/unix/freetype-config.in
diff --git a/libs/freetype-2.7/builds/unix/freetype2.in b/libs/freetype-2.6.5/builds/unix/freetype2.in
similarity index 100%
rename from libs/freetype-2.7/builds/unix/freetype2.in
rename to libs/freetype-2.6.5/builds/unix/freetype2.in
diff --git a/libs/freetype-2.7/builds/unix/freetype2.m4 b/libs/freetype-2.6.5/builds/unix/freetype2.m4
similarity index 100%
rename from libs/freetype-2.7/builds/unix/freetype2.m4
rename to libs/freetype-2.6.5/builds/unix/freetype2.m4
diff --git a/libs/freetype-2.7/builds/unix/ft-munmap.m4 b/libs/freetype-2.6.5/builds/unix/ft-munmap.m4
similarity index 100%
rename from libs/freetype-2.7/builds/unix/ft-munmap.m4
rename to libs/freetype-2.6.5/builds/unix/ft-munmap.m4
diff --git a/libs/freetype-2.7/builds/unix/ftconfig.in b/libs/freetype-2.6.5/builds/unix/ftconfig.in
similarity index 100%
rename from libs/freetype-2.7/builds/unix/ftconfig.in
rename to libs/freetype-2.6.5/builds/unix/ftconfig.in
diff --git a/libs/freetype-2.7/builds/unix/ftsystem.c b/libs/freetype-2.6.5/builds/unix/ftsystem.c
similarity index 100%
rename from libs/freetype-2.7/builds/unix/ftsystem.c
rename to libs/freetype-2.6.5/builds/unix/ftsystem.c
diff --git a/libs/freetype-2.7/builds/unix/install-sh b/libs/freetype-2.6.5/builds/unix/install-sh
similarity index 100%
rename from libs/freetype-2.7/builds/unix/install-sh
rename to libs/freetype-2.6.5/builds/unix/install-sh
diff --git a/libs/freetype-2.7/builds/unix/install.mk b/libs/freetype-2.6.5/builds/unix/install.mk
similarity index 100%
rename from libs/freetype-2.7/builds/unix/install.mk
rename to libs/freetype-2.6.5/builds/unix/install.mk
diff --git a/libs/freetype-2.7/builds/unix/ltmain.sh b/libs/freetype-2.6.5/builds/unix/ltmain.sh
similarity index 100%
rename from libs/freetype-2.7/builds/unix/ltmain.sh
rename to libs/freetype-2.6.5/builds/unix/ltmain.sh
diff --git a/libs/freetype-2.7/builds/unix/pkg.m4 b/libs/freetype-2.6.5/builds/unix/pkg.m4
similarity index 100%
rename from libs/freetype-2.7/builds/unix/pkg.m4
rename to libs/freetype-2.6.5/builds/unix/pkg.m4
diff --git a/libs/freetype-2.7/builds/unix/unix-cc.in b/libs/freetype-2.6.5/builds/unix/unix-cc.in
similarity index 100%
rename from libs/freetype-2.7/builds/unix/unix-cc.in
rename to libs/freetype-2.6.5/builds/unix/unix-cc.in
diff --git a/libs/freetype-2.7/builds/unix/unix-def.in b/libs/freetype-2.6.5/builds/unix/unix-def.in
similarity index 100%
rename from libs/freetype-2.7/builds/unix/unix-def.in
rename to libs/freetype-2.6.5/builds/unix/unix-def.in
diff --git a/libs/freetype-2.7/builds/unix/unix-dev.mk b/libs/freetype-2.6.5/builds/unix/unix-dev.mk
similarity index 100%
rename from libs/freetype-2.7/builds/unix/unix-dev.mk
rename to libs/freetype-2.6.5/builds/unix/unix-dev.mk
diff --git a/libs/freetype-2.7/builds/unix/unix-lcc.mk b/libs/freetype-2.6.5/builds/unix/unix-lcc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/unix/unix-lcc.mk
rename to libs/freetype-2.6.5/builds/unix/unix-lcc.mk
diff --git a/libs/freetype-2.7/builds/unix/unix.mk b/libs/freetype-2.6.5/builds/unix/unix.mk
similarity index 100%
rename from libs/freetype-2.7/builds/unix/unix.mk
rename to libs/freetype-2.6.5/builds/unix/unix.mk
diff --git a/libs/freetype-2.7/builds/unix/unixddef.mk b/libs/freetype-2.6.5/builds/unix/unixddef.mk
similarity index 100%
rename from libs/freetype-2.7/builds/unix/unixddef.mk
rename to libs/freetype-2.6.5/builds/unix/unixddef.mk
diff --git a/libs/freetype-2.7/builds/vms/ftconfig.h b/libs/freetype-2.6.5/builds/vms/ftconfig.h
similarity index 100%
rename from libs/freetype-2.7/builds/vms/ftconfig.h
rename to libs/freetype-2.6.5/builds/vms/ftconfig.h
diff --git a/libs/freetype-2.7/builds/vms/ftsystem.c b/libs/freetype-2.6.5/builds/vms/ftsystem.c
similarity index 100%
rename from libs/freetype-2.7/builds/vms/ftsystem.c
rename to libs/freetype-2.6.5/builds/vms/ftsystem.c
diff --git a/libs/freetype-2.7/builds/wince/ftdebug.c b/libs/freetype-2.6.5/builds/wince/ftdebug.c
similarity index 100%
rename from libs/freetype-2.7/builds/wince/ftdebug.c
rename to libs/freetype-2.6.5/builds/wince/ftdebug.c
diff --git a/libs/freetype-2.7/builds/wince/vc2005-ce/freetype.sln b/libs/freetype-2.6.5/builds/wince/vc2005-ce/freetype.sln
similarity index 100%
rename from libs/freetype-2.7/builds/wince/vc2005-ce/freetype.sln
rename to libs/freetype-2.6.5/builds/wince/vc2005-ce/freetype.sln
diff --git a/libs/freetype-2.7/builds/wince/vc2005-ce/freetype.vcproj b/libs/freetype-2.6.5/builds/wince/vc2005-ce/freetype.vcproj
similarity index 98%
rename from libs/freetype-2.7/builds/wince/vc2005-ce/freetype.vcproj
rename to libs/freetype-2.6.5/builds/wince/vc2005-ce/freetype.vcproj
index bb189bd4..f3e72410 100644
--- a/libs/freetype-2.7/builds/wince/vc2005-ce/freetype.vcproj
+++ b/libs/freetype-2.6.5/builds/wince/vc2005-ce/freetype.vcproj
@@ -21,7 +21,7 @@
-
+
@@ -41,7 +41,7 @@
-
+
@@ -61,7 +61,7 @@
-
+
@@ -81,7 +81,7 @@
-
+
@@ -101,7 +101,7 @@
-
+
@@ -121,7 +121,7 @@
-
+
@@ -141,7 +141,7 @@
-
+
@@ -161,7 +161,7 @@
-
+
@@ -181,7 +181,7 @@
-
+
@@ -201,7 +201,7 @@
-
+
@@ -221,7 +221,7 @@
-
+
@@ -241,7 +241,7 @@
-
+
@@ -261,7 +261,7 @@
-
+
@@ -281,7 +281,7 @@
-
+
@@ -301,7 +301,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -341,7 +341,7 @@
-
+
@@ -361,7 +361,7 @@
-
+
@@ -381,7 +381,7 @@
-
+
@@ -401,7 +401,7 @@
-
+
@@ -421,7 +421,7 @@
-
+
@@ -441,7 +441,7 @@
-
+
@@ -461,7 +461,7 @@
-
+
@@ -481,7 +481,7 @@
-
+
@@ -501,7 +501,7 @@
-
+
@@ -521,7 +521,7 @@
-
+
@@ -541,7 +541,7 @@
-
+
@@ -561,7 +561,7 @@
-
+
@@ -581,7 +581,7 @@
-
+
@@ -601,7 +601,7 @@
-
+
@@ -621,7 +621,7 @@
-
+
@@ -641,7 +641,7 @@
-
+
@@ -661,7 +661,7 @@
-
+
@@ -681,7 +681,7 @@
-
+
@@ -701,7 +701,7 @@
-
+
@@ -721,7 +721,7 @@
-
+
@@ -741,7 +741,7 @@
-
+
@@ -758,7 +758,7 @@
-
+
diff --git a/libs/freetype-2.7/builds/wince/vc2005-ce/index.html b/libs/freetype-2.6.5/builds/wince/vc2005-ce/index.html
similarity index 76%
rename from libs/freetype-2.7/builds/wince/vc2005-ce/index.html
rename to libs/freetype-2.6.5/builds/wince/vc2005-ce/index.html
index 208aefe8..c89b55ab 100644
--- a/libs/freetype-2.7/builds/wince/vc2005-ce/index.html
+++ b/libs/freetype-2.6.5/builds/wince/vc2005-ce/index.html
@@ -21,14 +21,14 @@ the following targets:
PPC/SP WM6 (Windows Mobile 6)
-It compiles the following libraries from the FreeType 2.7 sources:
+It compiles the following libraries from the FreeType 2.6.5 sources:
- freetype27.lib - release build; single threaded
- freetype27_D.lib - debug build; single threaded
- freetype27MT.lib - release build; multi-threaded
- freetype27MT_D.lib - debug build; multi-threaded
+ freetype265.lib - release build; single threaded
+ freetype265_D.lib - debug build; single threaded
+ freetype265MT.lib - release build; multi-threaded
+ freetype265MT_D.lib - debug build; multi-threaded
Be sure to extract the files with the Windows (CR+LF) line endings. ZIP
diff --git a/libs/freetype-2.7/builds/wince/vc2008-ce/freetype.sln b/libs/freetype-2.6.5/builds/wince/vc2008-ce/freetype.sln
similarity index 100%
rename from libs/freetype-2.7/builds/wince/vc2008-ce/freetype.sln
rename to libs/freetype-2.6.5/builds/wince/vc2008-ce/freetype.sln
diff --git a/libs/freetype-2.7/builds/wince/vc2008-ce/freetype.vcproj b/libs/freetype-2.6.5/builds/wince/vc2008-ce/freetype.vcproj
similarity index 95%
rename from libs/freetype-2.7/builds/wince/vc2008-ce/freetype.vcproj
rename to libs/freetype-2.6.5/builds/wince/vc2008-ce/freetype.vcproj
index 46c499e1..fc2a50da 100644
--- a/libs/freetype-2.7/builds/wince/vc2008-ce/freetype.vcproj
+++ b/libs/freetype-2.6.5/builds/wince/vc2008-ce/freetype.vcproj
@@ -88,7 +88,7 @@
/>
PPC/SP WM6 (Windows Mobile 6)
-It compiles the following libraries from the FreeType 2.7 sources:
+It compiles the following libraries from the FreeType 2.6.5 sources:
- freetype27.lib - release build; single threaded
- freetype27_D.lib - debug build; single threaded
- freetype27MT.lib - release build; multi-threaded
- freetype27MT_D.lib - debug build; multi-threaded
+ freetype265.lib - release build; single threaded
+ freetype265_D.lib - debug build; single threaded
+ freetype265MT.lib - release build; multi-threaded
+ freetype265MT_D.lib - debug build; multi-threaded
Be sure to extract the files with the Windows (CR+LF) line endings. ZIP
diff --git a/libs/freetype-2.7/builds/windows/detect.mk b/libs/freetype-2.6.5/builds/windows/detect.mk
similarity index 100%
rename from libs/freetype-2.7/builds/windows/detect.mk
rename to libs/freetype-2.6.5/builds/windows/detect.mk
diff --git a/libs/freetype-2.7/builds/windows/ftdebug.c b/libs/freetype-2.6.5/builds/windows/ftdebug.c
similarity index 100%
rename from libs/freetype-2.7/builds/windows/ftdebug.c
rename to libs/freetype-2.6.5/builds/windows/ftdebug.c
diff --git a/libs/freetype-2.7/builds/windows/vc2005/freetype.sln b/libs/freetype-2.6.5/builds/windows/vc2005/freetype.sln
similarity index 100%
rename from libs/freetype-2.7/builds/windows/vc2005/freetype.sln
rename to libs/freetype-2.6.5/builds/windows/vc2005/freetype.sln
diff --git a/libs/freetype-2.7/builds/windows/vc2005/freetype.vcproj b/libs/freetype-2.6.5/builds/windows/vc2005/freetype.vcproj
similarity index 97%
rename from libs/freetype-2.7/builds/windows/vc2005/freetype.vcproj
rename to libs/freetype-2.6.5/builds/windows/vc2005/freetype.vcproj
index 5a99efee..d8ab3fe8 100644
--- a/libs/freetype-2.7/builds/windows/vc2005/freetype.vcproj
+++ b/libs/freetype-2.6.5/builds/windows/vc2005/freetype.vcproj
@@ -16,7 +16,7 @@
-
+
@@ -33,7 +33,7 @@
-
+
@@ -50,7 +50,7 @@
-
+
@@ -67,7 +67,7 @@
-
+
@@ -84,7 +84,7 @@
-
+
@@ -101,7 +101,7 @@
-
+
diff --git a/libs/freetype-2.7/builds/windows/vc2005/index.html b/libs/freetype-2.6.5/builds/windows/vc2005/index.html
similarity index 74%
rename from libs/freetype-2.7/builds/windows/vc2005/index.html
rename to libs/freetype-2.6.5/builds/windows/vc2005/index.html
index 9f4e91fb..cc0a3f0f 100644
--- a/libs/freetype-2.7/builds/windows/vc2005/index.html
+++ b/libs/freetype-2.6.5/builds/windows/vc2005/index.html
@@ -11,14 +11,14 @@
This directory contains project files for Visual C++, named
freetype.vcproj, and Visual Studio, called freetype.sln. It
-compiles the following libraries from the FreeType 2.7 sources:
+compiles the following libraries from the FreeType 2.6.5 sources:
- freetype27.lib - release build; single threaded
- freetype27_D.lib - debug build; single threaded
- freetype27MT.lib - release build; multi-threaded
- freetype27MT_D.lib - debug build; multi-threaded
+ freetype265.lib - release build; single threaded
+ freetype265_D.lib - debug build; single threaded
+ freetype265MT.lib - release build; multi-threaded
+ freetype265MT_D.lib - debug build; multi-threaded
Be sure to extract the files with the Windows (CR+LF) line endings. ZIP
diff --git a/libs/freetype-2.7/builds/windows/vc2008/freetype.sln b/libs/freetype-2.6.5/builds/windows/vc2008/freetype.sln
similarity index 100%
rename from libs/freetype-2.7/builds/windows/vc2008/freetype.sln
rename to libs/freetype-2.6.5/builds/windows/vc2008/freetype.sln
diff --git a/libs/freetype-2.7/builds/windows/vc2008/freetype.vcproj b/libs/freetype-2.6.5/builds/windows/vc2008/freetype.vcproj
similarity index 95%
rename from libs/freetype-2.7/builds/windows/vc2008/freetype.vcproj
rename to libs/freetype-2.6.5/builds/windows/vc2008/freetype.vcproj
index b5b7bb12..6bd7c884 100644
--- a/libs/freetype-2.7/builds/windows/vc2008/freetype.vcproj
+++ b/libs/freetype-2.6.5/builds/windows/vc2008/freetype.vcproj
@@ -70,7 +70,7 @@
/>
This directory contains project files for Visual C++, named
freetype.vcproj, and Visual Studio, called freetype.sln. It
-compiles the following libraries from the FreeType 2.7 sources:
+compiles the following libraries from the FreeType 2.6.5 sources:
- freetype27.lib - release build; single threaded
- freetype27_D.lib - debug build; single threaded
- freetype27MT.lib - release build; multi-threaded
- freetype27MT_D.lib - debug build; multi-threaded
+ freetype265.lib - release build; single threaded
+ freetype265_D.lib - debug build; single threaded
+ freetype265MT.lib - release build; multi-threaded
+ freetype265MT_D.lib - debug build; multi-threaded
Be sure to extract the files with the Windows (CR+LF) line endings. ZIP
diff --git a/libs/freetype-2.7/builds/windows/vc2010/freetype.sln b/libs/freetype-2.6.5/builds/windows/vc2010/freetype.sln
similarity index 100%
rename from libs/freetype-2.7/builds/windows/vc2010/freetype.sln
rename to libs/freetype-2.6.5/builds/windows/vc2010/freetype.sln
diff --git a/libs/freetype-2.7/builds/windows/vc2010/freetype.user.props b/libs/freetype-2.6.5/builds/windows/vc2010/freetype.user.props
similarity index 100%
rename from libs/freetype-2.7/builds/windows/vc2010/freetype.user.props
rename to libs/freetype-2.6.5/builds/windows/vc2010/freetype.user.props
diff --git a/libs/freetype-2.7/builds/windows/vc2010/freetype.vcxproj b/libs/freetype-2.6.5/builds/windows/vc2010/freetype.vcxproj
similarity index 98%
rename from libs/freetype-2.7/builds/windows/vc2010/freetype.vcxproj
rename to libs/freetype-2.6.5/builds/windows/vc2010/freetype.vcxproj
index 475726eb..09048b53 100644
--- a/libs/freetype-2.7/builds/windows/vc2010/freetype.vcxproj
+++ b/libs/freetype-2.6.5/builds/windows/vc2010/freetype.vcxproj
@@ -191,18 +191,18 @@
- freetype27d
- freetype27d
- freetype27MTd
- freetype27MTd
- freetype27STd
- freetype27STd
- freetype27
- freetype27
- freetype27MT
- freetype27MT
- freetype27ST
- freetype27ST
+ freetype265d
+ freetype265d
+ freetype265MTd
+ freetype265MTd
+ freetype265STd
+ freetype265STd
+ freetype265
+ freetype265
+ freetype265MT
+ freetype265MT
+ freetype265ST
+ freetype265ST
diff --git a/libs/freetype-2.7/builds/windows/vc2010/freetype.vcxproj.filters b/libs/freetype-2.6.5/builds/windows/vc2010/freetype.vcxproj.filters
similarity index 100%
rename from libs/freetype-2.7/builds/windows/vc2010/freetype.vcxproj.filters
rename to libs/freetype-2.6.5/builds/windows/vc2010/freetype.vcxproj.filters
diff --git a/libs/freetype-2.7/builds/windows/vc2010/index.html b/libs/freetype-2.6.5/builds/windows/vc2010/index.html
similarity index 81%
rename from libs/freetype-2.7/builds/windows/vc2010/index.html
rename to libs/freetype-2.6.5/builds/windows/vc2010/index.html
index c6da57cf..2cb96607 100644
--- a/libs/freetype-2.7/builds/windows/vc2010/index.html
+++ b/libs/freetype-2.6.5/builds/windows/vc2010/index.html
@@ -12,16 +12,16 @@
This directory contains a project file for Visual C++ (VS.NET 2010
or newer), named freetype.vcxproj, and Visual Studio, called
freetype.sln. It compiles the following libraries from the
-FreeType 2.7 sources:
+FreeType 2.6.5 sources:
- freetype27.lib - release build
- freetype27d.lib - debug build
- freetype27ST.lib - release build; single threaded
- freetype27STd.lib - debug build; single threaded
- freetype27MT.lib - release build; multi-threaded
- freetype27MTd.lib - debug build; multi-threaded
+ freetype265.lib - release build
+ freetype265d.lib - debug build
+ freetype265ST.lib - release build; single threaded
+ freetype265STd.lib - debug build; single threaded
+ freetype265MT.lib - release build; multi-threaded
+ freetype265MTd.lib - debug build; multi-threaded
Both Win32 and x64 builds are supported.
diff --git a/libs/freetype-2.7/builds/windows/visualc/freetype.dsp b/libs/freetype-2.6.5/builds/windows/visualc/freetype.dsp
similarity index 91%
rename from libs/freetype-2.7/builds/windows/visualc/freetype.dsp
rename to libs/freetype-2.6.5/builds/windows/visualc/freetype.dsp
index a3b0d728..69223ad4 100644
--- a/libs/freetype-2.7/builds/windows/visualc/freetype.dsp
+++ b/libs/freetype-2.6.5/builds/windows/visualc/freetype.dsp
@@ -54,7 +54,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype265.lib"
!ELSEIF "$(CFG)" == "freetype - Win32 Debug"
@@ -78,7 +78,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27_D.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype265_D.lib"
!ELSEIF "$(CFG)" == "freetype - Win32 Debug Multithreaded"
@@ -102,8 +102,8 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo /out:"lib\freetype27_D.lib"
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27MT_D.lib"
+# ADD BASE LIB32 /nologo /out:"lib\freetype265_D.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype265MT_D.lib"
!ELSEIF "$(CFG)" == "freetype - Win32 Release Multithreaded"
@@ -126,8 +126,8 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo /out:"lib\freetype27.lib"
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27MT.lib"
+# ADD BASE LIB32 /nologo /out:"lib\freetype265.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype265MT.lib"
!ELSEIF "$(CFG)" == "freetype - Win32 Release Singlethreaded"
@@ -151,8 +151,8 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype27.lib"
-# ADD LIB32 /out:"..\..\..\objs\freetype27ST.lib"
+# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype265.lib"
+# ADD LIB32 /out:"..\..\..\objs\freetype265ST.lib"
# SUBTRACT LIB32 /nologo
!ELSEIF "$(CFG)" == "freetype - Win32 Debug Singlethreaded"
@@ -177,8 +177,8 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype27_D.lib"
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27ST_D.lib"
+# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype265_D.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype265ST_D.lib"
!ENDIF
diff --git a/libs/freetype-2.7/builds/windows/visualc/freetype.dsw b/libs/freetype-2.6.5/builds/windows/visualc/freetype.dsw
similarity index 100%
rename from libs/freetype-2.7/builds/windows/visualc/freetype.dsw
rename to libs/freetype-2.6.5/builds/windows/visualc/freetype.dsw
diff --git a/libs/freetype-2.7/builds/windows/visualc/freetype.sln b/libs/freetype-2.6.5/builds/windows/visualc/freetype.sln
similarity index 100%
rename from libs/freetype-2.7/builds/windows/visualc/freetype.sln
rename to libs/freetype-2.6.5/builds/windows/visualc/freetype.sln
diff --git a/libs/freetype-2.7/builds/windows/visualc/freetype.vcproj b/libs/freetype-2.6.5/builds/windows/visualc/freetype.vcproj
similarity index 95%
rename from libs/freetype-2.7/builds/windows/visualc/freetype.vcproj
rename to libs/freetype-2.6.5/builds/windows/visualc/freetype.vcproj
index f876ca11..cd57438b 100644
--- a/libs/freetype-2.7/builds/windows/visualc/freetype.vcproj
+++ b/libs/freetype-2.6.5/builds/windows/visualc/freetype.vcproj
@@ -69,7 +69,7 @@
/>
This directory contains project files for Visual C++, named
freetype.dsp, and Visual Studio, called freetype.sln. It
-compiles the following libraries from the FreeType 2.7 sources:
+compiles the following libraries from the FreeType 2.6.5 sources:
- freetype27.lib - release build; single threaded
- freetype27_D.lib - debug build; single threaded
- freetype27MT.lib - release build; multi-threaded
- freetype27MT_D.lib - debug build; multi-threaded
+ freetype265.lib - release build; single threaded
+ freetype265_D.lib - debug build; single threaded
+ freetype265MT.lib - release build; multi-threaded
+ freetype265MT_D.lib - debug build; multi-threaded
Be sure to extract the files with the Windows (CR+LF) line endings. ZIP
diff --git a/libs/freetype-2.7/builds/windows/visualce/freetype.dsp b/libs/freetype-2.6.5/builds/windows/visualce/freetype.dsp
similarity index 91%
rename from libs/freetype-2.7/builds/windows/visualce/freetype.dsp
rename to libs/freetype-2.6.5/builds/windows/visualce/freetype.dsp
index a3b0d728..69223ad4 100644
--- a/libs/freetype-2.7/builds/windows/visualce/freetype.dsp
+++ b/libs/freetype-2.6.5/builds/windows/visualce/freetype.dsp
@@ -54,7 +54,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype265.lib"
!ELSEIF "$(CFG)" == "freetype - Win32 Debug"
@@ -78,7 +78,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27_D.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype265_D.lib"
!ELSEIF "$(CFG)" == "freetype - Win32 Debug Multithreaded"
@@ -102,8 +102,8 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo /out:"lib\freetype27_D.lib"
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27MT_D.lib"
+# ADD BASE LIB32 /nologo /out:"lib\freetype265_D.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype265MT_D.lib"
!ELSEIF "$(CFG)" == "freetype - Win32 Release Multithreaded"
@@ -126,8 +126,8 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo /out:"lib\freetype27.lib"
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27MT.lib"
+# ADD BASE LIB32 /nologo /out:"lib\freetype265.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype265MT.lib"
!ELSEIF "$(CFG)" == "freetype - Win32 Release Singlethreaded"
@@ -151,8 +151,8 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype27.lib"
-# ADD LIB32 /out:"..\..\..\objs\freetype27ST.lib"
+# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype265.lib"
+# ADD LIB32 /out:"..\..\..\objs\freetype265ST.lib"
# SUBTRACT LIB32 /nologo
!ELSEIF "$(CFG)" == "freetype - Win32 Debug Singlethreaded"
@@ -177,8 +177,8 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype27_D.lib"
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27ST_D.lib"
+# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype265_D.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype265ST_D.lib"
!ENDIF
diff --git a/libs/freetype-2.7/builds/windows/visualce/freetype.dsw b/libs/freetype-2.6.5/builds/windows/visualce/freetype.dsw
similarity index 100%
rename from libs/freetype-2.7/builds/windows/visualce/freetype.dsw
rename to libs/freetype-2.6.5/builds/windows/visualce/freetype.dsw
diff --git a/libs/freetype-2.7/builds/windows/visualce/freetype.vcproj b/libs/freetype-2.6.5/builds/windows/visualce/freetype.vcproj
similarity index 95%
rename from libs/freetype-2.7/builds/windows/visualce/freetype.vcproj
rename to libs/freetype-2.6.5/builds/windows/visualce/freetype.vcproj
index d05f5943..a91e9779 100644
--- a/libs/freetype-2.7/builds/windows/visualce/freetype.vcproj
+++ b/libs/freetype-2.6.5/builds/windows/visualce/freetype.vcproj
@@ -87,7 +87,7 @@
/>
PPC/SP WM6 (Windows Mobile 6)
-It compiles the following libraries from the FreeType 2.7 sources:
+It compiles the following libraries from the FreeType 2.6.5 sources:
- freetype27.lib - release build; single threaded
- freetype27_D.lib - debug build; single threaded
- freetype27MT.lib - release build; multi-threaded
- freetype27MT_D.lib - debug build; multi-threaded
+ freetype265.lib - release build; single threaded
+ freetype265_D.lib - debug build; single threaded
+ freetype265MT.lib - release build; multi-threaded
+ freetype265MT_D.lib - debug build; multi-threaded
Be sure to extract the files with the Windows (CR+LF) line endings. ZIP
diff --git a/libs/freetype-2.7/builds/windows/w32-bcc.mk b/libs/freetype-2.6.5/builds/windows/w32-bcc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/windows/w32-bcc.mk
rename to libs/freetype-2.6.5/builds/windows/w32-bcc.mk
diff --git a/libs/freetype-2.7/builds/windows/w32-bccd.mk b/libs/freetype-2.6.5/builds/windows/w32-bccd.mk
similarity index 100%
rename from libs/freetype-2.7/builds/windows/w32-bccd.mk
rename to libs/freetype-2.6.5/builds/windows/w32-bccd.mk
diff --git a/libs/freetype-2.7/builds/windows/w32-dev.mk b/libs/freetype-2.6.5/builds/windows/w32-dev.mk
similarity index 100%
rename from libs/freetype-2.7/builds/windows/w32-dev.mk
rename to libs/freetype-2.6.5/builds/windows/w32-dev.mk
diff --git a/libs/freetype-2.7/builds/windows/w32-gcc.mk b/libs/freetype-2.6.5/builds/windows/w32-gcc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/windows/w32-gcc.mk
rename to libs/freetype-2.6.5/builds/windows/w32-gcc.mk
diff --git a/libs/freetype-2.7/builds/windows/w32-icc.mk b/libs/freetype-2.6.5/builds/windows/w32-icc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/windows/w32-icc.mk
rename to libs/freetype-2.6.5/builds/windows/w32-icc.mk
diff --git a/libs/freetype-2.7/builds/windows/w32-intl.mk b/libs/freetype-2.6.5/builds/windows/w32-intl.mk
similarity index 100%
rename from libs/freetype-2.7/builds/windows/w32-intl.mk
rename to libs/freetype-2.6.5/builds/windows/w32-intl.mk
diff --git a/libs/freetype-2.7/builds/windows/w32-lcc.mk b/libs/freetype-2.6.5/builds/windows/w32-lcc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/windows/w32-lcc.mk
rename to libs/freetype-2.6.5/builds/windows/w32-lcc.mk
diff --git a/libs/freetype-2.7/builds/windows/w32-mingw32.mk b/libs/freetype-2.6.5/builds/windows/w32-mingw32.mk
similarity index 100%
rename from libs/freetype-2.7/builds/windows/w32-mingw32.mk
rename to libs/freetype-2.6.5/builds/windows/w32-mingw32.mk
diff --git a/libs/freetype-2.7/builds/windows/w32-vcc.mk b/libs/freetype-2.6.5/builds/windows/w32-vcc.mk
similarity index 100%
rename from libs/freetype-2.7/builds/windows/w32-vcc.mk
rename to libs/freetype-2.6.5/builds/windows/w32-vcc.mk
diff --git a/libs/freetype-2.7/builds/windows/w32-wat.mk b/libs/freetype-2.6.5/builds/windows/w32-wat.mk
similarity index 100%
rename from libs/freetype-2.7/builds/windows/w32-wat.mk
rename to libs/freetype-2.6.5/builds/windows/w32-wat.mk
diff --git a/libs/freetype-2.7/builds/windows/win32-def.mk b/libs/freetype-2.6.5/builds/windows/win32-def.mk
similarity index 100%
rename from libs/freetype-2.7/builds/windows/win32-def.mk
rename to libs/freetype-2.6.5/builds/windows/win32-def.mk
diff --git a/libs/freetype-2.7/configure b/libs/freetype-2.6.5/configure
similarity index 100%
rename from libs/freetype-2.7/configure
rename to libs/freetype-2.6.5/configure
diff --git a/libs/freetype-2.7/devel/ft2build.h b/libs/freetype-2.6.5/devel/ft2build.h
similarity index 100%
rename from libs/freetype-2.7/devel/ft2build.h
rename to libs/freetype-2.6.5/devel/ft2build.h
diff --git a/libs/freetype-2.7/devel/ftoption.h b/libs/freetype-2.6.5/devel/ftoption.h
similarity index 92%
rename from libs/freetype-2.7/devel/ftoption.h
rename to libs/freetype-2.6.5/devel/ftoption.h
index 7137ef58..84390393 100644
--- a/libs/freetype-2.7/devel/ftoption.h
+++ b/libs/freetype-2.6.5/devel/ftoption.h
@@ -75,36 +75,6 @@ FT_BEGIN_HEADER
/*************************************************************************/
- /*************************************************************************/
- /* */
- /* If you enable this configuration option, FreeType recognizes an */
- /* environment variable called `FREETYPE_PROPERTIES', which can be used */
- /* to control the various font drivers and modules. The controllable */
- /* properties are listed in the section `Controlling FreeType Modules' */
- /* in the reference's table of contents; currently there are properties */
- /* for the auto-hinter (file `ftautoh.h'), CFF (file `ftcffdrv.h'), and */
- /* TrueType (file `ftttdrv.h'). */
- /* */
- /* `FREETYPE_PROPERTIES' has the following syntax form (broken here into */
- /* multiple lines for better readability). */
- /* */
- /* */
- /* ':' */
- /* '=' */
- /* */
- /* ':' */
- /* '=' */
- /* ... */
- /* */
- /* Example: */
- /* */
- /* FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ */
- /* cff:no-stem-darkening=1 \ */
- /* autofitter:warping=1 */
- /* */
-#define FT_CONFIG_OPTION_ENVIRONMENT_PROPERTIES
-
-
/*************************************************************************/
/* */
/* Uncomment the line below if you want to activate sub-pixel rendering */
@@ -522,21 +492,7 @@ FT_BEGIN_HEADER
/* code will be used. */
/* */
/* Setting this macro is needed for systems that prohibit address */
- /* fixups, such as BREW. [Note that standard compilers like gcc or */
- /* clang handle PIC generation automatically; you don't have to set */
- /* FT_CONFIG_OPTION_PIC, which is only necessary for very special */
- /* compilers.] */
- /* */
- /* Note that FT_CONFIG_OPTION_PIC support is not available for all */
- /* modules (see `modules.cfg' for a complete list). For building with */
- /* FT_CONFIG_OPTION_PIC support, do the following. */
- /* */
- /* 0. Clone the repository. */
- /* 1. Define FT_CONFIG_OPTION_PIC. */
- /* 2. Remove all subdirectories in `src' that don't have */
- /* FT_CONFIG_OPTION_PIC support. */
- /* 3. Comment out the corresponding modules in `modules.cfg'. */
- /* 4. Compile. */
+ /* fixups, such as BREW. */
/* */
/* #define FT_CONFIG_OPTION_PIC */
diff --git a/libs/freetype-2.7/docs/CHANGES b/libs/freetype-2.6.5/docs/CHANGES
similarity index 96%
rename from libs/freetype-2.7/docs/CHANGES
rename to libs/freetype-2.6.5/docs/CHANGES
index e66d52ca..2dc6a066 100644
--- a/libs/freetype-2.7/docs/CHANGES
+++ b/libs/freetype-2.6.5/docs/CHANGES
@@ -1,68 +1,4 @@
-CHANGES BETWEEN 2.6.5 and 2.7
-
- I. IMPORTANT CHANGES
-
- - As announced earlier, the 2.7.x series now uses the new subpixel
- hinting mode as the default, emulating a modern version of
- ClearType.
-
- This change inevitably leads to different rendering results, and
- you might change the `TT_CONFIG_OPTION_SUBPIXEL_HINTING'
- configuration option to adapt it to your taste (or use the new
- `FREETYPE_PROPERTIES' environment variable). See the
- corresponding entry below for version 2.6.4, which gives more
- information.
-
- - A new option `FT_CONFIG_OPTION_ENVIRONMENT_PROPERTIES' has been
- introduced. If set (which is the default), an environment
- variable `FREETYPE_PROPERTIES' can be used to control driver
- properties. Example:
-
- FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
- cff:no-stem-darkening=1 \
- autofitter:warping=1
-
- This allows to select, say, the subpixel hinting mode at runtime
- for a given application. See file `ftoption.h' for more.
-
-
- II. IMPORTANT BUG FIXES
-
- - After loading a named instance of a GX variation font, the
- `face_index' value in the returned `FT_Face' structure now
- correctly holds the named instance index in the upper 16bits as
- documented.
-
-
- III. MISCELLANEOUS
-
- - A new macro `FT_IS_NAMED_INSTANCE' to test whether a given face
- is a named instance.
-
- - More fixes to GX font handling.
-
- - Apple's `GETVARIATION' bytecode operator (needed for GX
- variation font support) has been implemented.
-
- - Another round of fuzzer fixes, mainly to reject invalid fonts
- faster.
-
- - Handling of raw CID fonts was broken (bug introduced in version
- 2.6.4).
-
- - The smooth rasterizer has been streamlined to make it faster by
- approx. 20%.
-
- - The `ftgrid' demo program now understands command line option
- `-d' to give start-up design coordinates.
-
- - The `ftdump' demo program has a new command line option `-p' to
- dump TrueType bytecode instructions.
-
-
-======================================================================
-
CHANGES BETWEEN 2.6.4 and 2.6.5
I. IMPORTANT BUG FIXES
@@ -71,7 +7,7 @@ CHANGES BETWEEN 2.6.4 and 2.6.5
2.6.4).
- II. IMPORTANT CHANGES
+ I. IMPORTANT CHANGES
- The new subpixel hinting mode is now disabled by default; it
will be enabled by default in the forthcoming 2.7.x series.
diff --git a/libs/freetype-2.7/docs/CMAKE b/libs/freetype-2.6.5/docs/CMAKE
similarity index 100%
rename from libs/freetype-2.7/docs/CMAKE
rename to libs/freetype-2.6.5/docs/CMAKE
diff --git a/libs/freetype-2.7/docs/CUSTOMIZE b/libs/freetype-2.6.5/docs/CUSTOMIZE
similarity index 100%
rename from libs/freetype-2.7/docs/CUSTOMIZE
rename to libs/freetype-2.6.5/docs/CUSTOMIZE
diff --git a/libs/freetype-2.7/docs/DEBUG b/libs/freetype-2.6.5/docs/DEBUG
similarity index 100%
rename from libs/freetype-2.7/docs/DEBUG
rename to libs/freetype-2.6.5/docs/DEBUG
diff --git a/libs/freetype-2.7/docs/FTL.TXT b/libs/freetype-2.6.5/docs/FTL.TXT
similarity index 100%
rename from libs/freetype-2.7/docs/FTL.TXT
rename to libs/freetype-2.6.5/docs/FTL.TXT
diff --git a/libs/freetype-2.7/docs/GPLv2.TXT b/libs/freetype-2.6.5/docs/GPLv2.TXT
similarity index 100%
rename from libs/freetype-2.7/docs/GPLv2.TXT
rename to libs/freetype-2.6.5/docs/GPLv2.TXT
diff --git a/libs/freetype-2.7/docs/INSTALL b/libs/freetype-2.6.5/docs/INSTALL
similarity index 100%
rename from libs/freetype-2.7/docs/INSTALL
rename to libs/freetype-2.6.5/docs/INSTALL
diff --git a/libs/freetype-2.7/docs/INSTALL.ANY b/libs/freetype-2.6.5/docs/INSTALL.ANY
similarity index 100%
rename from libs/freetype-2.7/docs/INSTALL.ANY
rename to libs/freetype-2.6.5/docs/INSTALL.ANY
diff --git a/libs/freetype-2.7/docs/INSTALL.CROSS b/libs/freetype-2.6.5/docs/INSTALL.CROSS
similarity index 100%
rename from libs/freetype-2.7/docs/INSTALL.CROSS
rename to libs/freetype-2.6.5/docs/INSTALL.CROSS
diff --git a/libs/freetype-2.7/docs/INSTALL.GNU b/libs/freetype-2.6.5/docs/INSTALL.GNU
similarity index 100%
rename from libs/freetype-2.7/docs/INSTALL.GNU
rename to libs/freetype-2.6.5/docs/INSTALL.GNU
diff --git a/libs/freetype-2.7/docs/INSTALL.MAC b/libs/freetype-2.6.5/docs/INSTALL.MAC
similarity index 100%
rename from libs/freetype-2.7/docs/INSTALL.MAC
rename to libs/freetype-2.6.5/docs/INSTALL.MAC
diff --git a/libs/freetype-2.7/docs/INSTALL.UNIX b/libs/freetype-2.6.5/docs/INSTALL.UNIX
similarity index 100%
rename from libs/freetype-2.7/docs/INSTALL.UNIX
rename to libs/freetype-2.6.5/docs/INSTALL.UNIX
diff --git a/libs/freetype-2.7/docs/INSTALL.VMS b/libs/freetype-2.6.5/docs/INSTALL.VMS
similarity index 100%
rename from libs/freetype-2.7/docs/INSTALL.VMS
rename to libs/freetype-2.6.5/docs/INSTALL.VMS
diff --git a/libs/freetype-2.7/docs/LICENSE.TXT b/libs/freetype-2.6.5/docs/LICENSE.TXT
similarity index 100%
rename from libs/freetype-2.7/docs/LICENSE.TXT
rename to libs/freetype-2.6.5/docs/LICENSE.TXT
diff --git a/libs/freetype-2.7/docs/MAKEPP b/libs/freetype-2.6.5/docs/MAKEPP
similarity index 100%
rename from libs/freetype-2.7/docs/MAKEPP
rename to libs/freetype-2.6.5/docs/MAKEPP
diff --git a/libs/freetype-2.7/docs/PROBLEMS b/libs/freetype-2.6.5/docs/PROBLEMS
similarity index 100%
rename from libs/freetype-2.7/docs/PROBLEMS
rename to libs/freetype-2.6.5/docs/PROBLEMS
diff --git a/libs/freetype-2.7/docs/TODO b/libs/freetype-2.6.5/docs/TODO
similarity index 100%
rename from libs/freetype-2.7/docs/TODO
rename to libs/freetype-2.6.5/docs/TODO
diff --git a/libs/freetype-2.7/docs/VERSIONS.TXT b/libs/freetype-2.6.5/docs/VERSIONS.TXT
similarity index 96%
rename from libs/freetype-2.7/docs/VERSIONS.TXT
rename to libs/freetype-2.6.5/docs/VERSIONS.TXT
index 7a2543e9..22383551 100644
--- a/libs/freetype-2.7/docs/VERSIONS.TXT
+++ b/libs/freetype-2.6.5/docs/VERSIONS.TXT
@@ -52,7 +52,6 @@ on _most_ systems, but not all of them:
release libtool so
-------------------------------
- 2.7.0 18.6.12 6.12.6
2.6.5 18.5.12 6.12.5
2.6.4 18.4.12 6.12.4
2.6.3 18.3.12 6.12.3
diff --git a/libs/freetype-2.7/docs/formats.txt b/libs/freetype-2.6.5/docs/formats.txt
similarity index 100%
rename from libs/freetype-2.7/docs/formats.txt
rename to libs/freetype-2.6.5/docs/formats.txt
diff --git a/libs/freetype-2.7/docs/freetype-config.1 b/libs/freetype-2.6.5/docs/freetype-config.1
similarity index 93%
rename from libs/freetype-2.7/docs/freetype-config.1
rename to libs/freetype-2.6.5/docs/freetype-config.1
index 5157789b..982ceb2c 100644
--- a/libs/freetype-2.7/docs/freetype-config.1
+++ b/libs/freetype-2.6.5/docs/freetype-config.1
@@ -1,4 +1,4 @@
-.TH FREETYPE-CONFIG 1 "September 2016" "FreeType 2.7"
+.TH FREETYPE-CONFIG 1 "July 2016" "FreeType 2.6.5"
.
.
.SH NAME
diff --git a/libs/freetype-2.7/docs/raster.txt b/libs/freetype-2.6.5/docs/raster.txt
similarity index 100%
rename from libs/freetype-2.7/docs/raster.txt
rename to libs/freetype-2.6.5/docs/raster.txt
diff --git a/libs/freetype-2.7/docs/reference/README b/libs/freetype-2.6.5/docs/reference/README
similarity index 100%
rename from libs/freetype-2.7/docs/reference/README
rename to libs/freetype-2.6.5/docs/reference/README
diff --git a/libs/freetype-2.7/docs/reference/ft2-auto_hinter.html b/libs/freetype-2.6.5/docs/reference/ft2-auto_hinter.html
similarity index 96%
rename from libs/freetype-2.7/docs/reference/ft2-auto_hinter.html
rename to libs/freetype-2.6.5/docs/reference/ft2-auto_hinter.html
index e5118638..02c2f87b 100644
--- a/libs/freetype-2.7/docs/reference/ft2-auto_hinter.html
+++ b/libs/freetype-2.6.5/docs/reference/ft2-auto_hinter.html
@@ -3,7 +3,7 @@
-FreeType-2.7 API Reference
+FreeType-2.6.5 API Reference