mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:37:20 +08:00
[FLTK] Update to 1.3.8 (#22487)
* [FLTK] Update to 1.3.8 * [FLTK] Update to 1.3.8 - fixups * Update versions/f-/fltk.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
This commit is contained in:
parent
ee3cd46dca
commit
e4bcda2ee3
@ -1 +0,0 @@
|
||||
1.3.7
|
@ -6,8 +6,8 @@ vcpkg_fail_port_install(ON_TARGET "UWP")
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO fltk/fltk
|
||||
REF release-1.3.7
|
||||
SHA512 aad131027e88fac3fe73d7e0abfc2602cdc195388f14b29b58d654cb49b780e6ff2ef4270935730b45cd3d366f9e8c8fa3c27a4f17b1f6e8c8fd1f9a0a73c308
|
||||
REF release-1.3.8
|
||||
SHA512 197848d3b80a65cca936daf4f0b74609f0fe8332a4cd11af53385fb2aa45ad698b1e239a48732b118cd3cb189bc531711b72fb2eeeb85be887dc6c5a558fa4b3
|
||||
PATCHES
|
||||
findlibsfix.patch
|
||||
config-path.patch
|
||||
@ -15,10 +15,6 @@ vcpkg_from_github(
|
||||
fix-system-link.patch
|
||||
)
|
||||
|
||||
# Remove these 2 lines when the next update
|
||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/fltk_version.dat DESTINATION ${SOURCE_PATH})
|
||||
file(REMOVE ${SOURCE_PATH}/VERSION)
|
||||
|
||||
if (VCPKG_TARGET_ARCHITECTURE MATCHES "arm" OR VCPKG_TARGET_ARCHITECTURE MATCHES "arm64")
|
||||
set(OPTION_USE_GL "-DOPTION_USE_GL=OFF")
|
||||
else()
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "fltk",
|
||||
"version": "1.3.7",
|
||||
"port-version": 1,
|
||||
"version": "1.3.8",
|
||||
"description": "FLTK (pronounced fulltick) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation.",
|
||||
"homepage": "https://www.fltk.org/",
|
||||
"dependencies": [
|
||||
|
@ -2197,8 +2197,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"fltk": {
|
||||
"baseline": "1.3.7",
|
||||
"port-version": 1
|
||||
"baseline": "1.3.8",
|
||||
"port-version": 0
|
||||
},
|
||||
"fluidlite": {
|
||||
"baseline": "2020-08-27",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0a6f2dbd574e17da82e99414a644fca8f8efce52",
|
||||
"version": "1.3.8",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3acdb7ac34f79b7fdf7ac043ad12b5568de92309",
|
||||
"version": "1.3.7",
|
||||
|
Loading…
Reference in New Issue
Block a user