aboutsummaryrefslogtreecommitdiff
path: root/ports/freetype
AgeCommit message (Collapse)Author
2021-08-30[freetype] update to 2.11.0 (#19284)autoantwort
* [freetype] update to 2.11.0 * add version files
2020-12-29[freetype] Update to 2.10.4 (#15334)Kevin Lu
* bump version sha * update patches * [vtk] upstream patch for freetype 2.10.4 https://discourse.vtk.org/t/building-opencascade-7-5-0-with-vtk-9-0-1
2020-12-18[freetype] avoid target_link_libraries call since qt6 does not like it. (#15112)Alexander Neumann
2020-12-10[freetype] Make zlib and brotli features (#14917)LRFLEW
2020-11-12[freetype] Fix INTERFACE_LINK_LIBRARIES in exported cmake file (#14499)Jack·Boos·Yu
* [freetype] Fix INTERFACE_LINK_LIBRARIES in exported cmake file * [freetype] Bump version * [libpng] Fix dependency zlib in INTERFACE_LINK_LIBRARIES * [freetype] Revert changes about keyword PUBLIC and pkgconfig
2020-09-03[freetype] static build fix (#13250)Peter Steneteg
2020-08-21[many ports] Fix various problems with mingw (#12886)Long Nguyen
2020-08-06[brotli] add pkgconfig / [freetype] depend on brotli (#12405)Alexander Neumann
* [brotli] add pkgconfig * [freetype] add pkgconfig and add dependency on brotli * [qt5-base] add new freetype dependency to brotli and zstd * [freetype] fix cmake paths * [freetype] removed renaming of include dir and unnecessary cmake fixes * [freetype-gl] fix glew include dir * [podofo] fix freetype search. * fixing wrong freetype stuff due to vcpkg owned wrong CMakeLists.txt ..... * fixing more freetype hidden issues. * [sfml] fix missing include * fix typo * [freetype] uncomment previous renaming of include folders * fix brotli linkage in static builds * remove added alias to avoid problems. * [freetype] add brotli to the wrapper * [lzokay] format manifest Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-07-08[freetype] Update to 2.10.2 (#11846)Kevin Lu
* [freetype] Update to 2.10.2 * Remove unneeded shared/static configuration * [freetype] No need to pass BUILD_SHARED_LIBS. Always avoid detecting harfbuzz (to avoid cycles). Co-authored-by: wangli28 <wangli28@beyondsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-04-15Forgot to bump version in accordance with maintainer guideKevin Lu
2020-04-15[Freetype] Actually prevent linking HarfBuzz on POSIXKevin Lu
Correctly fixes #10041 Fixes three typos in #10073
2020-03-10[freetype] Disabled Harfbuzz check for non-Windows platforms (#10073)Ken Johnson
* Added ifdef and disabled Harfbuzz check for non-Windows machines * Updated portfile and CONTROL as requested
2020-02-11[freetype] Remove feature 'harfbuzz' (#9888)Phoebe
2020-01-29[freetype] Add feature support (#9706)Oleg Shparber
This change makes bzip2, HarfBuzz and PNG support optional.
2020-01-02[freetype] use config and the correct alias (#9311)B4rtware
* use config and the correct alias @Neumann-A figured out that `add_library(Freetype::Freetype ALIAS freetype)` is defined so instead of Freetype::Freetype use freetype. @qis Also pointed out that freetype uses a cmake config file. Thats why CONFIG parameter is required. * remove usage * bump version to 2.10.1-2 * remove faulty line after usage deletion
2019-07-21[freetype] Update to 2.10.1 (#7341)Kevin Lu
2019-07-07[freetype]Re-fixed the issue of exporting symbols when building dynamic ↵JackBoosY
library. (#7141)
2019-06-30[freetype] Upgrade to version 2.10.0 (#7057)wangli28
* [freetype] Upgrade to version 2.10.0 * [freetype] Fix old patches
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-07Fix freetype cmake config files (#6754)Simon Hausmann
The way of including freetype headers is by using #include <ft2build.h> #include FT_FREETYPE_H along with $root/include/freetype which has $root/include/freetype/ft2build.h and then the rest of the headers under $root/include/freetype/freetype2/*.h. The portfile.cmake moves the headers one directory up into $root/include so that there's $root/include/ft2build.h and the rest of the headers under $root/include/freetype/. This in turn means that the above way of including header files requires $root/include to be in the include search path. That's not the case by default and the generated freetype-config.cmake also doesn't include that. Therefore the freetype config approach results in failing builds when applications wants to use it. This is easy to reproduce using find_package(Freetype CONFIG REQUIRED) ... target_link_libraries(foo PRIVATE freetype) As a remedy, this patch fixes the freetype-config.cmake file to add $root/include in the include search path.
2019-03-28[freetype] fix issue #5774 (#5853)Phil Christensen
* load 0005-Fix-DLL-EXPORTS.patch * Create 0005-Fix-DLL-EXPORTS.patch * [freetype] cleanup whitespace
2019-03-26[SDL2_xxx]: Add CMake targets for SDL2 addons (#5754)Helco
* Add SDL2 image target * Add SDL2_mixer target * Add SDL2_ttf target * Add SDL2_net target * Fix missing source file for SDL2_image * Disable harfbuzz for freetype properly * Use both include dirs for freetype in SDL2-tff
2019-02-12[freetype] fix DLL install on Windows (#5354)Lennart Trunk
* [wip] fix DLL install on Windows * change patchfile encoding to UTF-8
2019-02-08Update to freetype-2.9.1 (#5292)Lennart Trunk
2019-01-26[freetype] Add mirror (#5073)past-due
2019-01-22fix freetype for macOS (#4774)angelmixu
* added patch to freetype for assigning a value to macros like HAVE_UNISTD_H as using newer macOS Frameworks fail to compile if they have no value * [freetype] Modernize. Bump control version
2018-10-11connected fail (#4375)Voskrese
wget https://download.savannah.gnu.org/releases/freetype/freetype-2.8.1.tar.bz2 --2018-09-30 08:14:17-- https://download.savannah.gnu.org/releases/freetype/freetype-2.8.1.tar.bz2 Resolving download.savannah.gnu.org (download.savannah.gnu.org)... 208.118.235.200 Connecting to download.savannah.gnu.org (download.savannah.gnu.org)|208.118.235.200|:443... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: https://mirror.freedif.org/GNU-Sa/freetype/freetype-2.8.1.tar.bz2 [following] --2018-09-30 08:14:19-- https://mirror.freedif.org/GNU-Sa/freetype/freetype-2.8.1.tar.bz2 Resolving mirror.freedif.org (mirror.freedif.org)... 113.161.52.138 Connecting to mirror.freedif.org (mirror.freedif.org)|113.161.52.138|:443... failed: Unknown error. Retrying.
2018-06-21fix download url of freetypeHaojia Yu
cannot download freetype by using 'http'. should use 'https'
2018-03-19[freetype] Fix build failures when VCPKG_BUILD_TYPE is setpast-due
2018-03-11[many ports] Improve behavior on Linux and general cleanupRobert Schumacher
2018-01-18[freetype][harfbuzz] Fix static freetype dependency.Robert Schumacher
2017-11-16[vcpkg] Support \share\<port>\usage to handle libraries which are found ↵Robert Schumacher
through built-in Find Modules.
2017-11-06[freetype] update to 2.8.1Mikhail Paulyshka
https://sourceforge.net/projects/freetype/files/freetype2/2.8.1/
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-05-24[freetype] update to 2.8codicodi
2017-04-05[freetype] In static builds, do not use absolute paths in cmake config files.Robert Schumacher
2017-04-05Patch the freetype include directory to the renamed one [freetype2 -> ↵Jackie Ng
freetype]. Fixes #889
2017-01-12[freetype] Bump version to match source changes for uwpRobert Schumacher
2017-01-09added support for uwp buildsDale Stammen
2017-01-05[freetype] specify dependenciescodicodi
2016-11-26[curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on ↵Robert Schumacher
openssl.
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-31[freetype] Enable static buildingAlexander Karatarakis
2016-10-26[freetype] Mark as not supporting static yetAlexander Karatarakis
2016-10-10[freetype] Adjust include paths. Fix cmake config deployment.Robert Schumacher
2016-10-06Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123Robert Schumacher
2016-09-28Introduce SOURCE_PATH to almost all portfilesAlexander Karatarakis
2016-09-25URL and MIRRORS are now URLSNinetainedo
Updated all portfiles accordingly.
2016-09-22Replaced everything concerning MD5 with SHA512Ninetainedo
2016-09-18Initial commitAlexander Karatarakis