mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:43:18 +08:00
[ftgl] Update to the latest commit (#24770)
* [ftgl] Update to the latest commit * update version
This commit is contained in:
parent
f594be6a5b
commit
bbb6680802
@ -1,23 +0,0 @@
|
||||
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
||||
index 693e49f..c47ff3c 100644
|
||||
--- a/src/CMakeLists.txt
|
||||
+++ b/src/CMakeLists.txt
|
||||
@@ -1,9 +1,5 @@
|
||||
-
|
||||
-
|
||||
-
|
||||
INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR}/cmake)
|
||||
|
||||
-
|
||||
ADD_DEFINITIONS(-DPACKAGE_VERSION="${VERSION_SERIES}.${VERSION_MAJOR}.${VERSION_MINOR}")
|
||||
|
||||
IF(WIN32)
|
||||
@@ -26,7 +22,7 @@ SET(libftgl_la_SOURCES
|
||||
FTGlyphContainer.h
|
||||
FTInternals.h
|
||||
FTLibrary.cpp
|
||||
- FTLibrary.h
|
||||
+ FTGL/FTLibrary.h
|
||||
FTList.h
|
||||
FTPoint.cpp
|
||||
FTSize.cpp
|
@ -6,11 +6,10 @@ endif()
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO frankheckenbach/ftgl
|
||||
REF 483639219095ad080538e07ceb5996de901d4e74
|
||||
SHA512 d5bf95db8db6a5c9f710bd274cb9bb82e3e67569e8f3ec55b36e068636a09252e6f191e36d8279e61b5d12408c065ce51829fc38d4d7afe5bda724752d2f084f
|
||||
REF 36e8cd683492456def3b6a54c6dcb56cd6ee4bb4 #commmit-data 2022-05-18
|
||||
SHA512 b357cf18890664d437f41d7bf18f39c894743e76e2e0b2296254b27e5675866956473e7b78139d0e6cdd7e8310bf8d2943ba0ddeea494ee67857d6083c490dc2
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
Fix-headersFilePath.patch
|
||||
01_disable_doxygen.patch
|
||||
02_enable-cpp11-std.patch
|
||||
)
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "ftgl",
|
||||
"version-string": "2.4.0",
|
||||
"port-version": 4,
|
||||
"version-date": "2022-05-18",
|
||||
"description": [
|
||||
"FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL (www.opengl.org) applications.",
|
||||
"Unlike other OpenGL font libraries FTGL uses standard font file formats so doesn't need a preprocessing step to convert the high quality font data into a lesser quality, proprietary format.",
|
||||
"FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the fonts. It then takes that output and stores it in a format most efficient for OpenGL rendering."
|
||||
],
|
||||
"homepage": "https://github.com/frankheckenbach/ftgl",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
"freetype",
|
||||
"opengl",
|
||||
|
@ -2369,8 +2369,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"ftgl": {
|
||||
"baseline": "2.4.0",
|
||||
"port-version": 4
|
||||
"baseline": "2022-05-18",
|
||||
"port-version": 0
|
||||
},
|
||||
"ftxui": {
|
||||
"baseline": "2.0.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5f8871169a409d3eff23c83391564108912a6a97",
|
||||
"version-date": "2022-05-18",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "5642730406fc248cae1eaefc9e739b9bf1c13fbf",
|
||||
"version-string": "2.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user