From f9646c758bca984baca70e97d800fd2ce93a36e1 Mon Sep 17 00:00:00 2001 From: miyanyan <40262194+miyanyan@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:34:58 +0800 Subject: [PATCH] [glfw3] update to 3.4 (#36908) - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] The "supports" clause reflects platforms that may be fixed by this new version. - [ ] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [ ] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. --- ports/glfw3/portfile.cmake | 4 ++-- ports/glfw3/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/g-/glfw3.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/glfw3/portfile.cmake b/ports/glfw3/portfile.cmake index c41b5a2a3c..4c25062606 100644 --- a/ports/glfw3/portfile.cmake +++ b/ports/glfw3/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO glfw/glfw REF ${VERSION} - SHA512 9fcccd650990fa88fcb6383afa90bc6c2eca7f4a4a3d4fc58fa5bd6b7995c32989bb29d2753f438984043b294244b82ba9f094426e12f3d4da4547e73bb62e3f + SHA512 39ad7a4521267fbebc35d2ff0c389a56236ead5fa4bdff33db113bd302f70f5f2869ff4e6db1979512e1542813292dff5a482e94dfce231750f0746c301ae9ed HEAD_REF master ) @@ -34,7 +34,7 @@ endif() vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS FEATURES - wayland GLFW_USE_WAYLAND + wayland GLFW_BUILD_WAYLAND ) vcpkg_cmake_configure( diff --git a/ports/glfw3/vcpkg.json b/ports/glfw3/vcpkg.json index 06322a6437..eefd66efb6 100644 --- a/ports/glfw3/vcpkg.json +++ b/ports/glfw3/vcpkg.json @@ -1,6 +1,6 @@ { "name": "glfw3", - "version-semver": "3.3.9", + "version": "3.4", "description": "GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.", "homepage": "https://github.com/glfw/glfw", "license": "Zlib", diff --git a/versions/baseline.json b/versions/baseline.json index f3ef5b13a1..aa23f80826 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3029,7 +3029,7 @@ "port-version": 3 }, "glfw3": { - "baseline": "3.3.9", + "baseline": "3.4", "port-version": 0 }, "gli": { diff --git a/versions/g-/glfw3.json b/versions/g-/glfw3.json index 6e95d8b71d..4e41251756 100644 --- a/versions/g-/glfw3.json +++ b/versions/g-/glfw3.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fcbaa3b4073da7a24e20e043164075512f027d2d", + "version": "3.4", + "port-version": 0 + }, { "git-tree": "347c2801030056251468ce87934b4e9b02c41741", "version-semver": "3.3.9",