summaryrefslogtreecommitdiff
path: root/external/freetype
AgeCommit message (Collapse)AuthorFilesLines
2017-09-17make freetype patch apply againCaolán McNamara1-17/+17
Change-Id: I5732a78774ac1e5d50212ab219646bf52797f173 Reviewed-on: https://gerrit.libreoffice.org/42380 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-02-10Remove MinGW supportStephan Bergmann1-1/+1
In OOo times, there'd originally been efforts to allow building on Windows with MinGW. Later, in LO times, this has been shifted to an attempt of cross- compiling for Windows on Linux. That attempt can be considered abandoned, and the relevant code rotting. Due to this heritage, there are now three kinds of MinGW-specific code in LO: * Code from the original OOo native Windows effort that is no longer relevant for the LO cross-compilation effort, but has never been removed properly. * Code from the original OOo native Windows effort that is re-purposed for the LO cross-compilation effort. * Code that has been added specifially for the LO cross-compilation effort. All three kinds of code are removed. (An unrelated, remaining use of MinGW is for --enable-build-unowinreg, utilizing --with-mingw-cross-compiler, MINGWCXX, and MINGWSTRIP.) Change-Id: I49daad8669b4cbe49fa923050c4a4a6ff7dda568 Reviewed-on: https://gerrit.libreoffice.org/34127 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-02-05circular freetype and harfbuzz dependencyCaolán McNamara1-4/+1
harfbuzz needs freetype, freetype wants harfbuzz but can live without it Change-Id: I4b5dbd937ccfc9af46c86be5ae1d3f8eeb14e86b
2017-02-02upload freetype 2.7.1David Tardon5-47/+197
Change-Id: I8da4395cefe6bb542ab7cac2a849ec587a63f37c Reviewed-on: https://gerrit.libreoffice.org/33814 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2016-12-19Revert "Revert "build our own fontconfig and freetype under oss-fuzz""Caolán McNamara1-4/+0
This reverts commit d3c06fb90485543f6ca4b1f833e6c4f82b28ba14. which seems innocent after all
2016-12-16Revert "build our own fontconfig and freetype under oss-fuzz"Caolán McNamara1-0/+4
did I break android here mysteriously This reverts commit f2fae3684f35bfb03c4921adc4ecbddcff36374b. Change-Id: I0d941d3e474c6693cd15e1b55baab83a3da48488
2016-12-15build our own fontconfig and freetype under oss-fuzzCaolán McNamara1-4/+0
Change-Id: I7141aabd64c3f42545176fa8c907d8326e25e9ff
2015-09-09externals: remove various obsolete MSVC2012 specific flagsMichael Stahl1-1/+0
Change-Id: I8848d042a008c21e407d9610161b5c67d2137a18
2014-10-02fdo#82430: MSVC build: avoid using SSE2 instructions in some externalsMichael Stahl2-0/+27
Hopefully this should fix up the most important external libraries. Change-Id: I744cb5a2ce7fafb10852059050cf24589d6ca400
2014-05-26externals: do not use "v110_xp" when building with MSVC 2012 and SDK 8.0Michael Stahl1-1/+1
Change-Id: I40bc9e4c31e270f29cc145b5d2f3544cad586bf7
2014-05-19fdo#77891 fix python crash when in GUI mode, target WinXP with VS2012Christian Lohmaier1-1/+1
VS2012 did change return value of fileno function, this results in a crash when run in GUI mode (but not when launching from a shell), as python tries to access the nonexisting stdin/stdout/stderr Also explicitly target Windows XP Change-Id: Ic783713b55453f3c38b2e766a664b7f4678711de
2014-04-22libgltf: Make it link with freetype on Windows.Jan Holesovsky2-21/+0
Change-Id: I57dcde58bb017ab087908154bc4a1af6d5d152b9
2014-04-20Disable gltf support on mac until freetype build problems are fixedZolnai Tamás1-2/+1
This reverts commit 68baa264a5c36f99bf946fae92e0faef53b737f3. Change-Id: Iea889a3188783f6c0d853f04e2b43442e0a692cc
2014-04-20Try to fix mac build: use -arch flag to configure freetypeZolnai Tamás1-1/+2
Change-Id: Ibc1fb03405c3dc0df952f96ecd9b2a4438c9c627
2014-04-18use the visual studio project fileMarkus Mohrhard3-0/+30
Change-Id: Ie0914715676830f073cce869183d8db6260fe208
2014-04-18Fix android build: fix conditionZolnai Tamás1-1/+1
Change-Id: I5e20375791f038b38ef079712204a1afed07c39c
2014-04-18Freetype is needed by libgltf on all platformsZolnai Tamás3-14/+12
Change-Id: I042cbc5f4cabfa7ec387594189e2f86be6ec7fbf
2013-10-24Fix freetype and fontconfig problemsTor Lillqvist1-2/+2
We need to do a "make install" in freetype so that what freetype-config --libs outputs is correct. We don't use freetype-config ourselves but fontconfig does, and it builds some test programs. The bundled freetype and fontconfig are built only for Android. Change-Id: Ib622cc48a0c4eb6a72188bc83c8d36b39f97fdca
2013-10-24freetype: use libraries from WORKDIRMichael Stahl2-23/+0
Change-Id: Ia31a6f56fd8347f6fc50677e86a414f4c5ed81b1
2013-10-18Fix building from inside modules moved to externalKhaled Hosny1-1/+1
Change-Id: Id6023dc3751fe70984f489682be17d1ab1855f71
2013-10-18fdo#70393: move freetype to a subdir of externalKhaled Hosny7-0/+128
Change-Id: I533d855e30e46b937d27d185eabc0ca3a3473f4d Reviewed-on: https://gerrit.libreoffice.org/6304 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>