diff options
| author | Xing Ji <33065325+jixingcn@users.noreply.github.com> | 2021-07-09 01:51:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-08 10:51:05 -0700 |
| commit | e681ff653cf7d6ace95a0dbcb92a1c1a9d5cfccc (patch) | |
| tree | 162b1836160d858538d784e670c0a3874ec07619 | |
| parent | 514473137d810a7754fe0de5e12d0a0655abbd57 (diff) | |
| download | vcpkg-e681ff653cf7d6ace95a0dbcb92a1c1a9d5cfccc.tar.gz vcpkg-e681ff653cf7d6ace95a0dbcb92a1c1a9d5cfccc.zip | |
[gli] upgrade the gli to latest (#18715)
* upgrade the gli to latest
* update the version of gli
* update the version of gli
* [gli] Revert patch, use date scheme
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
| -rw-r--r-- | ports/gli/CONTROL | 5 | ||||
| -rw-r--r-- | ports/gli/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/gli/vcpkg.json | 9 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/g-/gli.json | 5 |
5 files changed, 18 insertions, 9 deletions
diff --git a/ports/gli/CONTROL b/ports/gli/CONTROL deleted file mode 100644 index ffd0ea804..000000000 --- a/ports/gli/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: gli -Version: dd17acf-1 -Build-Depends: glm -Description: OpenGL Image (GLI) -Homepage: https://gli.g-truc.net
\ No newline at end of file diff --git a/ports/gli/portfile.cmake b/ports/gli/portfile.cmake index c958eb95b..5168aca1e 100644 --- a/ports/gli/portfile.cmake +++ b/ports/gli/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO g-truc/gli - REF dd17acf9cc7fc6e6abe9f9ec69949eeeee1ccd82 - SHA512 9e3a4ab9ee73d5c271b8346cf81339cd3cd0c20d20991524b816313b6a99e8d3a01863316a38cf1a52ef9c5b31d689ecccf6248b12d1d270460c048bf904650b + REF 779b99ac6656e4d30c3b24e96e0136a59649a869 + SHA512 6e7ab46b7943cb185c8c1f6e45b765f5463e03628973043a0e8b866458ccceb5249f69a2a77b5e69c73f3ace85af96c7b9b2137685ceb6d0fcb67e491a49be69 HEAD_REF master PATCHES disable-test.patch @@ -17,7 +17,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() -vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/gli TARGET_PATH share/gli) +vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/gli) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib) diff --git a/ports/gli/vcpkg.json b/ports/gli/vcpkg.json new file mode 100644 index 000000000..e1d746619 --- /dev/null +++ b/ports/gli/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "gli", + "version-date": "2021-07-06", + "description": "OpenGL Image (GLI)", + "homepage": "https://gli.g-truc.net", + "dependencies": [ + "glm" + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index 2273b9db8..5764d1ebb 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2305,7 +2305,7 @@ "port-version": 0 }, "gli": { - "baseline": "dd17acf-1", + "baseline": "2021-07-06", "port-version": 0 }, "glib": { diff --git a/versions/g-/gli.json b/versions/g-/gli.json index 07cfbac5b..bf68470d3 100644 --- a/versions/g-/gli.json +++ b/versions/g-/gli.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "c8960dd5e56bd32e4cd09edacd38a7a311e05fcd", + "version-date": "2021-07-06", + "port-version": 0 + }, + { "git-tree": "d6453871d306fd1f5501954f4b3722f97cd525d4", "version-string": "dd17acf-1", "port-version": 0 |
