| Age | Commit message (Collapse) | Author |
|
* [freetype] update to 2.11.0
* add version files
|
|
* 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
|
|
|
|
|
|
* [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
|
|
|
|
|
|
* [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>
|
|
* [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>
|
|
|
|
Correctly fixes #10041
Fixes three typos in #10073
|
|
* Added ifdef and disabled Harfbuzz check for non-Windows machines
* Updated portfile and CONTROL as requested
|
|
|
|
This change makes bzip2, HarfBuzz and PNG support optional.
|
|
* 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
|
|
|
|
library. (#7141)
|
|
* [freetype] Upgrade to version 2.10.0
* [freetype] Fix old patches
|
|
* [vcpkg] Add "Homepage" field to the CONTROL files.
|
|
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.
|
|
* load 0005-Fix-DLL-EXPORTS.patch
* Create 0005-Fix-DLL-EXPORTS.patch
* [freetype] cleanup whitespace
|
|
* 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
|
|
* [wip] fix DLL install on Windows
* change patchfile encoding to UTF-8
|
|
|
|
|
|
* 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
|
|
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.
|
|
cannot download freetype by using 'http'. should use 'https'
|
|
|
|
|
|
|
|
through built-in Find Modules.
|
|
https://sourceforge.net/projects/freetype/files/freetype2/2.8.1/
|
|
libs (/Z7)
|
|
|
|
|
|
freetype]. Fixes #889
|
|
|
|
|
|
|
|
openssl.
|
|
Also remove trailing whitespaces from portfiles
|
|
|
|
|
|
|
|
|
|
|
|
Updated all portfiles accordingly.
|
|
|
|
|