Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/gli/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: gli
Version: dd17acf-1
Version: 779b99a
Comment thread
jixingcn marked this conversation as resolved.
Outdated
Build-Depends: glm
Description: OpenGL Image (GLI)
Homepage: https://gli.g-truc.net
26 changes: 13 additions & 13 deletions ports/gli/disable-test.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6eb1a68..610c0bc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,7 +71,7 @@ endmacro(addExternalPackageGTC)
# Add subdirectory
add_subdirectory(gli)
-add_subdirectory(test)
+#add_subdirectory(test)
#add_subdirectory(doc)
################################
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6f70f493..75b92d89 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,7 +72,7 @@ endmacro(addExternalPackageGTC)
# Add subdirectory

add_subdirectory(gli)
-add_subdirectory(test)
+#add_subdirectory(test)
#add_subdirectory(doc)

################################
Comment thread
jixingcn marked this conversation as resolved.
Outdated
6 changes: 3 additions & 3 deletions ports/gli/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2297,7 +2297,7 @@
"port-version": 0
},
"gli": {
"baseline": "dd17acf-1",
"baseline": "779b99a",
"port-version": 0
},
"glib": {
Expand Down Expand Up @@ -3539,8 +3539,8 @@
"libsigcpp-3": {
"baseline": "3.0.3",
"port-version": 1
},
"libsmb2": {
},
"libsmb2": {
"baseline": "2021-04-29",
"port-version": 0
},
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gli.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9f2bc74d120637cbfa8ba10edb9abb5a8f77a12e",
"version-string": "779b99a",
"port-version": 0
},
{
"git-tree": "d6453871d306fd1f5501954f4b3722f97cd525d4",
"version-string": "dd17acf-1",
Expand Down