Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[qt] update port to 6.4 #26693

Merged
merged 162 commits into from
Nov 18, 2022
Merged

[qt] update port to 6.4 #26693

merged 162 commits into from
Nov 18, 2022

Conversation

Neumann-A
Copy link
Contributor

test run

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/qthttpserver/vcpkg.json b/ports/qthttpserver/vcpkg.json
index 2ecece7..1ddc435 100644
--- a/ports/qthttpserver/vcpkg.json
+++ b/ports/qthttpserver/vcpkg.json
@@ -1,17 +1,17 @@
-{
-  "name": "qthttpserver",
-  "version": "6.4.0-beta4",
-  "description": "Qt Extension: Qt HTTP Server",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtbase",
-      "default-features": false,
-      "features": [
-        "network",
-        "concurrent"
-      ]
-    }
-  ]
-}
+{
+  "name": "qthttpserver",
+  "version": "6.4.0-beta4",
+  "description": "Qt Extension: Qt HTTP Server",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtbase",
+      "default-features": false,
+      "features": [
+        "concurrent",
+        "network"
+      ]
+    }
+  ]
+}
diff --git a/ports/qtquick3dphysics/vcpkg.json b/ports/qtquick3dphysics/vcpkg.json
index 6ed6264..9006215 100644
--- a/ports/qtquick3dphysics/vcpkg.json
+++ b/ports/qtquick3dphysics/vcpkg.json
@@ -1,13 +1,13 @@
-{
-  "name": "qtquick3dphysics",
-  "version": "6.4.0-beta4",
-  "description": "Physics engine integration for Qt Quick 3D",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtquick3d",
-      "default-features": false
-    }
-  ]
-}
+{
+  "name": "qtquick3dphysics",
+  "version": "6.4.0-beta4",
+  "description": "Physics engine integration for Qt Quick 3D",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtquick3d",
+      "default-features": false
+    }
+  ]
+}
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for qtbase have changed but the version was not updated
version: 6.3.1#2
old SHA: 3fa8531e9f444076cc6e73b979bcaaa3e665a7a5
new SHA: acbb112305754ef2260635d4bf3a90728e0ad5eb
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 927006b24c3a28dfd8aa0ec5f8ce43098480a7f1 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 463118b..9775289 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6080,6 +6080,10 @@
       "baseline": "6.3.1",
       "port-version": 0
     },
+    "qthttpserver": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtimageformats": {
       "baseline": "6.3.1",
       "port-version": 0
@@ -6128,6 +6132,10 @@
       "baseline": "6.3.1",
       "port-version": 1
     },
+    "qtquick3dphysics": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtquickcontrols2": {
       "baseline": "deprecated",
       "port-version": 0

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/qthttpserver/vcpkg.json b/ports/qthttpserver/vcpkg.json
index 2ecece7..1ddc435 100644
--- a/ports/qthttpserver/vcpkg.json
+++ b/ports/qthttpserver/vcpkg.json
@@ -1,17 +1,17 @@
-{
-  "name": "qthttpserver",
-  "version": "6.4.0-beta4",
-  "description": "Qt Extension: Qt HTTP Server",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtbase",
-      "default-features": false,
-      "features": [
-        "network",
-        "concurrent"
-      ]
-    }
-  ]
-}
+{
+  "name": "qthttpserver",
+  "version": "6.4.0-beta4",
+  "description": "Qt Extension: Qt HTTP Server",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtbase",
+      "default-features": false,
+      "features": [
+        "concurrent",
+        "network"
+      ]
+    }
+  ]
+}
diff --git a/ports/qtquick3dphysics/vcpkg.json b/ports/qtquick3dphysics/vcpkg.json
index 6ed6264..9006215 100644
--- a/ports/qtquick3dphysics/vcpkg.json
+++ b/ports/qtquick3dphysics/vcpkg.json
@@ -1,13 +1,13 @@
-{
-  "name": "qtquick3dphysics",
-  "version": "6.4.0-beta4",
-  "description": "Physics engine integration for Qt Quick 3D",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtquick3d",
-      "default-features": false
-    }
-  ]
-}
+{
+  "name": "qtquick3dphysics",
+  "version": "6.4.0-beta4",
+  "description": "Physics engine integration for Qt Quick 3D",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtquick3d",
+      "default-features": false
+    }
+  ]
+}
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for qtbase have changed but the version was not updated
version: 6.3.1#2
old SHA: 3fa8531e9f444076cc6e73b979bcaaa3e665a7a5
new SHA: b3371284516a8ba8b46d2daf645c55f08af03100
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 927006b24c3a28dfd8aa0ec5f8ce43098480a7f1 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 463118b..9775289 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6080,6 +6080,10 @@
       "baseline": "6.3.1",
       "port-version": 0
     },
+    "qthttpserver": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtimageformats": {
       "baseline": "6.3.1",
       "port-version": 0
@@ -6128,6 +6132,10 @@
       "baseline": "6.3.1",
       "port-version": 1
     },
+    "qtquick3dphysics": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtquickcontrols2": {
       "baseline": "deprecated",
       "port-version": 0

@JonLiu1993 JonLiu1993 added the category:port-update The issue is with a library, which is requesting update new revision label Sep 6, 2022
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/qthttpserver/vcpkg.json b/ports/qthttpserver/vcpkg.json
index 2ecece7..1ddc435 100644
--- a/ports/qthttpserver/vcpkg.json
+++ b/ports/qthttpserver/vcpkg.json
@@ -1,17 +1,17 @@
-{
-  "name": "qthttpserver",
-  "version": "6.4.0-beta4",
-  "description": "Qt Extension: Qt HTTP Server",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtbase",
-      "default-features": false,
-      "features": [
-        "network",
-        "concurrent"
-      ]
-    }
-  ]
-}
+{
+  "name": "qthttpserver",
+  "version": "6.4.0-beta4",
+  "description": "Qt Extension: Qt HTTP Server",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtbase",
+      "default-features": false,
+      "features": [
+        "concurrent",
+        "network"
+      ]
+    }
+  ]
+}
diff --git a/ports/qtquick3dphysics/vcpkg.json b/ports/qtquick3dphysics/vcpkg.json
index 6ed6264..9006215 100644
--- a/ports/qtquick3dphysics/vcpkg.json
+++ b/ports/qtquick3dphysics/vcpkg.json
@@ -1,13 +1,13 @@
-{
-  "name": "qtquick3dphysics",
-  "version": "6.4.0-beta4",
-  "description": "Physics engine integration for Qt Quick 3D",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtquick3d",
-      "default-features": false
-    }
-  ]
-}
+{
+  "name": "qtquick3dphysics",
+  "version": "6.4.0-beta4",
+  "description": "Physics engine integration for Qt Quick 3D",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtquick3d",
+      "default-features": false
+    }
+  ]
+}
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for qtbase have changed but the version was not updated
version: 6.3.1#2
old SHA: 3fa8531e9f444076cc6e73b979bcaaa3e665a7a5
new SHA: 177a7da3b16e9a9813e7a9caf3f3425144338cf3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 927006b24c3a28dfd8aa0ec5f8ce43098480a7f1 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 463118b..9775289 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6080,6 +6080,10 @@
       "baseline": "6.3.1",
       "port-version": 0
     },
+    "qthttpserver": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtimageformats": {
       "baseline": "6.3.1",
       "port-version": 0
@@ -6128,6 +6132,10 @@
       "baseline": "6.3.1",
       "port-version": 1
     },
+    "qtquick3dphysics": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtquickcontrols2": {
       "baseline": "deprecated",
       "port-version": 0

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/qthttpserver/vcpkg.json b/ports/qthttpserver/vcpkg.json
index 2ecece7..1ddc435 100644
--- a/ports/qthttpserver/vcpkg.json
+++ b/ports/qthttpserver/vcpkg.json
@@ -1,17 +1,17 @@
-{
-  "name": "qthttpserver",
-  "version": "6.4.0-beta4",
-  "description": "Qt Extension: Qt HTTP Server",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtbase",
-      "default-features": false,
-      "features": [
-        "network",
-        "concurrent"
-      ]
-    }
-  ]
-}
+{
+  "name": "qthttpserver",
+  "version": "6.4.0-beta4",
+  "description": "Qt Extension: Qt HTTP Server",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtbase",
+      "default-features": false,
+      "features": [
+        "concurrent",
+        "network"
+      ]
+    }
+  ]
+}
diff --git a/ports/qtquick3dphysics/vcpkg.json b/ports/qtquick3dphysics/vcpkg.json
index 6ed6264..9006215 100644
--- a/ports/qtquick3dphysics/vcpkg.json
+++ b/ports/qtquick3dphysics/vcpkg.json
@@ -1,13 +1,13 @@
-{
-  "name": "qtquick3dphysics",
-  "version": "6.4.0-beta4",
-  "description": "Physics engine integration for Qt Quick 3D",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtquick3d",
-      "default-features": false
-    }
-  ]
-}
+{
+  "name": "qtquick3dphysics",
+  "version": "6.4.0-beta4",
+  "description": "Physics engine integration for Qt Quick 3D",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtquick3d",
+      "default-features": false
+    }
+  ]
+}
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for qtbase have changed but the version was not updated
version: 6.3.1#2
old SHA: 3fa8531e9f444076cc6e73b979bcaaa3e665a7a5
new SHA: 177a7da3b16e9a9813e7a9caf3f3425144338cf3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtdeclarative have changed but the version was not updated
version: 6.3.1
old SHA: f07ed79d7c1a7c616539e8243126143cf202b706
new SHA: f3475f2a223be05f7fd252f6c6c0b96783e255d3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 927006b24c3a28dfd8aa0ec5f8ce43098480a7f1 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 463118b..9775289 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6080,6 +6080,10 @@
       "baseline": "6.3.1",
       "port-version": 0
     },
+    "qthttpserver": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtimageformats": {
       "baseline": "6.3.1",
       "port-version": 0
@@ -6128,6 +6132,10 @@
       "baseline": "6.3.1",
       "port-version": 1
     },
+    "qtquick3dphysics": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtquickcontrols2": {
       "baseline": "deprecated",
       "port-version": 0

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/qthttpserver/vcpkg.json b/ports/qthttpserver/vcpkg.json
index 2ecece7..1ddc435 100644
--- a/ports/qthttpserver/vcpkg.json
+++ b/ports/qthttpserver/vcpkg.json
@@ -1,17 +1,17 @@
-{
-  "name": "qthttpserver",
-  "version": "6.4.0-beta4",
-  "description": "Qt Extension: Qt HTTP Server",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtbase",
-      "default-features": false,
-      "features": [
-        "network",
-        "concurrent"
-      ]
-    }
-  ]
-}
+{
+  "name": "qthttpserver",
+  "version": "6.4.0-beta4",
+  "description": "Qt Extension: Qt HTTP Server",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtbase",
+      "default-features": false,
+      "features": [
+        "concurrent",
+        "network"
+      ]
+    }
+  ]
+}
diff --git a/ports/qtquick3dphysics/vcpkg.json b/ports/qtquick3dphysics/vcpkg.json
index 6ed6264..9006215 100644
--- a/ports/qtquick3dphysics/vcpkg.json
+++ b/ports/qtquick3dphysics/vcpkg.json
@@ -1,13 +1,13 @@
-{
-  "name": "qtquick3dphysics",
-  "version": "6.4.0-beta4",
-  "description": "Physics engine integration for Qt Quick 3D",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtquick3d",
-      "default-features": false
-    }
-  ]
-}
+{
+  "name": "qtquick3dphysics",
+  "version": "6.4.0-beta4",
+  "description": "Physics engine integration for Qt Quick 3D",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtquick3d",
+      "default-features": false
+    }
+  ]
+}
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for qtbase have changed but the version was not updated
version: 6.3.1#2
old SHA: 3fa8531e9f444076cc6e73b979bcaaa3e665a7a5
new SHA: 4643892b055118217d3d702f7992dd0a81bd1ac6
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtdeclarative have changed but the version was not updated
version: 6.3.1
old SHA: f07ed79d7c1a7c616539e8243126143cf202b706
new SHA: f3475f2a223be05f7fd252f6c6c0b96783e255d3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 927006b24c3a28dfd8aa0ec5f8ce43098480a7f1 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 463118b..9775289 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6080,6 +6080,10 @@
       "baseline": "6.3.1",
       "port-version": 0
     },
+    "qthttpserver": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtimageformats": {
       "baseline": "6.3.1",
       "port-version": 0
@@ -6128,6 +6132,10 @@
       "baseline": "6.3.1",
       "port-version": 1
     },
+    "qtquick3dphysics": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtquickcontrols2": {
       "baseline": "deprecated",
       "port-version": 0

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/qthttpserver/vcpkg.json b/ports/qthttpserver/vcpkg.json
index 2ecece7..1ddc435 100644
--- a/ports/qthttpserver/vcpkg.json
+++ b/ports/qthttpserver/vcpkg.json
@@ -1,17 +1,17 @@
-{
-  "name": "qthttpserver",
-  "version": "6.4.0-beta4",
-  "description": "Qt Extension: Qt HTTP Server",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtbase",
-      "default-features": false,
-      "features": [
-        "network",
-        "concurrent"
-      ]
-    }
-  ]
-}
+{
+  "name": "qthttpserver",
+  "version": "6.4.0-beta4",
+  "description": "Qt Extension: Qt HTTP Server",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtbase",
+      "default-features": false,
+      "features": [
+        "concurrent",
+        "network"
+      ]
+    }
+  ]
+}
diff --git a/ports/qtquick3dphysics/vcpkg.json b/ports/qtquick3dphysics/vcpkg.json
index 6ed6264..9006215 100644
--- a/ports/qtquick3dphysics/vcpkg.json
+++ b/ports/qtquick3dphysics/vcpkg.json
@@ -1,13 +1,13 @@
-{
-  "name": "qtquick3dphysics",
-  "version": "6.4.0-beta4",
-  "description": "Physics engine integration for Qt Quick 3D",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtquick3d",
-      "default-features": false
-    }
-  ]
-}
+{
+  "name": "qtquick3dphysics",
+  "version": "6.4.0-beta4",
+  "description": "Physics engine integration for Qt Quick 3D",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtquick3d",
+      "default-features": false
+    }
+  ]
+}
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for qtmultimedia have changed but the version was not updated
version: 6.3.1#1
old SHA: e820875b5bc53163ca6af245c6874ce366dac52a
new SHA: 6f1447d5bdf32b1dfb50edbd8d866c4f6f97b133
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtbase have changed but the version was not updated
version: 6.3.1#2
old SHA: 3fa8531e9f444076cc6e73b979bcaaa3e665a7a5
new SHA: ed79b190ba7132eb8c04c8bf6e3bdd1a0b6940c3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtdeclarative have changed but the version was not updated
version: 6.3.1
old SHA: f07ed79d7c1a7c616539e8243126143cf202b706
new SHA: f3475f2a223be05f7fd252f6c6c0b96783e255d3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 927006b24c3a28dfd8aa0ec5f8ce43098480a7f1 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 91f4af3..9632f0a 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6092,6 +6092,10 @@
       "baseline": "6.3.1",
       "port-version": 0
     },
+    "qthttpserver": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtimageformats": {
       "baseline": "6.3.1",
       "port-version": 0
@@ -6140,6 +6144,10 @@
       "baseline": "6.3.1",
       "port-version": 1
     },
+    "qtquick3dphysics": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtquickcontrols2": {
       "baseline": "deprecated",
       "port-version": 0

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/qthttpserver/vcpkg.json b/ports/qthttpserver/vcpkg.json
index 2ecece7..1ddc435 100644
--- a/ports/qthttpserver/vcpkg.json
+++ b/ports/qthttpserver/vcpkg.json
@@ -1,17 +1,17 @@
-{
-  "name": "qthttpserver",
-  "version": "6.4.0-beta4",
-  "description": "Qt Extension: Qt HTTP Server",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtbase",
-      "default-features": false,
-      "features": [
-        "network",
-        "concurrent"
-      ]
-    }
-  ]
-}
+{
+  "name": "qthttpserver",
+  "version": "6.4.0-beta4",
+  "description": "Qt Extension: Qt HTTP Server",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtbase",
+      "default-features": false,
+      "features": [
+        "concurrent",
+        "network"
+      ]
+    }
+  ]
+}
diff --git a/ports/qtquick3dphysics/vcpkg.json b/ports/qtquick3dphysics/vcpkg.json
index 6ed6264..9006215 100644
--- a/ports/qtquick3dphysics/vcpkg.json
+++ b/ports/qtquick3dphysics/vcpkg.json
@@ -1,13 +1,13 @@
-{
-  "name": "qtquick3dphysics",
-  "version": "6.4.0-beta4",
-  "description": "Physics engine integration for Qt Quick 3D",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtquick3d",
-      "default-features": false
-    }
-  ]
-}
+{
+  "name": "qtquick3dphysics",
+  "version": "6.4.0-beta4",
+  "description": "Physics engine integration for Qt Quick 3D",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtquick3d",
+      "default-features": false
+    }
+  ]
+}
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for qtmultimedia have changed but the version was not updated
version: 6.3.1#1
old SHA: e820875b5bc53163ca6af245c6874ce366dac52a
new SHA: 6f1447d5bdf32b1dfb50edbd8d866c4f6f97b133
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtbase have changed but the version was not updated
version: 6.3.1#2
old SHA: 3fa8531e9f444076cc6e73b979bcaaa3e665a7a5
new SHA: b7d9c8a96b15c6166add8c17ad25d976e4bb4c9a
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtdeclarative have changed but the version was not updated
version: 6.3.1
old SHA: f07ed79d7c1a7c616539e8243126143cf202b706
new SHA: f3475f2a223be05f7fd252f6c6c0b96783e255d3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 927006b24c3a28dfd8aa0ec5f8ce43098480a7f1 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 91f4af3..9632f0a 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6092,6 +6092,10 @@
       "baseline": "6.3.1",
       "port-version": 0
     },
+    "qthttpserver": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtimageformats": {
       "baseline": "6.3.1",
       "port-version": 0
@@ -6140,6 +6144,10 @@
       "baseline": "6.3.1",
       "port-version": 1
     },
+    "qtquick3dphysics": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtquickcontrols2": {
       "baseline": "deprecated",
       "port-version": 0

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/qthttpserver/vcpkg.json b/ports/qthttpserver/vcpkg.json
index 2ecece7..1ddc435 100644
--- a/ports/qthttpserver/vcpkg.json
+++ b/ports/qthttpserver/vcpkg.json
@@ -1,17 +1,17 @@
-{
-  "name": "qthttpserver",
-  "version": "6.4.0-beta4",
-  "description": "Qt Extension: Qt HTTP Server",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtbase",
-      "default-features": false,
-      "features": [
-        "network",
-        "concurrent"
-      ]
-    }
-  ]
-}
+{
+  "name": "qthttpserver",
+  "version": "6.4.0-beta4",
+  "description": "Qt Extension: Qt HTTP Server",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtbase",
+      "default-features": false,
+      "features": [
+        "concurrent",
+        "network"
+      ]
+    }
+  ]
+}
diff --git a/ports/qtquick3dphysics/vcpkg.json b/ports/qtquick3dphysics/vcpkg.json
index 6ed6264..9006215 100644
--- a/ports/qtquick3dphysics/vcpkg.json
+++ b/ports/qtquick3dphysics/vcpkg.json
@@ -1,13 +1,13 @@
-{
-  "name": "qtquick3dphysics",
-  "version": "6.4.0-beta4",
-  "description": "Physics engine integration for Qt Quick 3D",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtquick3d",
-      "default-features": false
-    }
-  ]
-}
+{
+  "name": "qtquick3dphysics",
+  "version": "6.4.0-beta4",
+  "description": "Physics engine integration for Qt Quick 3D",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtquick3d",
+      "default-features": false
+    }
+  ]
+}
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for qtmultimedia have changed but the version was not updated
version: 6.3.1#1
old SHA: e820875b5bc53163ca6af245c6874ce366dac52a
new SHA: 6f1447d5bdf32b1dfb50edbd8d866c4f6f97b133
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtbase have changed but the version was not updated
version: 6.3.1#2
old SHA: 3fa8531e9f444076cc6e73b979bcaaa3e665a7a5
new SHA: 695318c91deccc6b3a8e93629c549ae6b066053f
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtdeclarative have changed but the version was not updated
version: 6.3.1
old SHA: f07ed79d7c1a7c616539e8243126143cf202b706
new SHA: f3475f2a223be05f7fd252f6c6c0b96783e255d3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 927006b24c3a28dfd8aa0ec5f8ce43098480a7f1 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 91f4af3..9632f0a 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6092,6 +6092,10 @@
       "baseline": "6.3.1",
       "port-version": 0
     },
+    "qthttpserver": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtimageformats": {
       "baseline": "6.3.1",
       "port-version": 0
@@ -6140,6 +6144,10 @@
       "baseline": "6.3.1",
       "port-version": 1
     },
+    "qtquick3dphysics": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtquickcontrols2": {
       "baseline": "deprecated",
       "port-version": 0

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/qthttpserver/vcpkg.json b/ports/qthttpserver/vcpkg.json
index 2ecece7..1ddc435 100644
--- a/ports/qthttpserver/vcpkg.json
+++ b/ports/qthttpserver/vcpkg.json
@@ -1,17 +1,17 @@
-{
-  "name": "qthttpserver",
-  "version": "6.4.0-beta4",
-  "description": "Qt Extension: Qt HTTP Server",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtbase",
-      "default-features": false,
-      "features": [
-        "network",
-        "concurrent"
-      ]
-    }
-  ]
-}
+{
+  "name": "qthttpserver",
+  "version": "6.4.0-beta4",
+  "description": "Qt Extension: Qt HTTP Server",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtbase",
+      "default-features": false,
+      "features": [
+        "concurrent",
+        "network"
+      ]
+    }
+  ]
+}
diff --git a/ports/qtquick3dphysics/vcpkg.json b/ports/qtquick3dphysics/vcpkg.json
index 6ed6264..9006215 100644
--- a/ports/qtquick3dphysics/vcpkg.json
+++ b/ports/qtquick3dphysics/vcpkg.json
@@ -1,13 +1,13 @@
-{
-  "name": "qtquick3dphysics",
-  "version": "6.4.0-beta4",
-  "description": "Physics engine integration for Qt Quick 3D",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtquick3d",
-      "default-features": false
-    }
-  ]
-}
+{
+  "name": "qtquick3dphysics",
+  "version": "6.4.0-beta4",
+  "description": "Physics engine integration for Qt Quick 3D",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtquick3d",
+      "default-features": false
+    }
+  ]
+}
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for qtmultimedia have changed but the version was not updated
version: 6.3.1#1
old SHA: e820875b5bc53163ca6af245c6874ce366dac52a
new SHA: a25da9070fe020a9ae9f184db266635c0b7f9f9f
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtbase have changed but the version was not updated
version: 6.3.1#2
old SHA: 3fa8531e9f444076cc6e73b979bcaaa3e665a7a5
new SHA: 695318c91deccc6b3a8e93629c549ae6b066053f
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtdeclarative have changed but the version was not updated
version: 6.3.1
old SHA: f07ed79d7c1a7c616539e8243126143cf202b706
new SHA: f3475f2a223be05f7fd252f6c6c0b96783e255d3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 927006b24c3a28dfd8aa0ec5f8ce43098480a7f1 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 36fb5cd..61ee4b8 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6092,6 +6092,10 @@
       "baseline": "6.3.1",
       "port-version": 0
     },
+    "qthttpserver": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtimageformats": {
       "baseline": "6.3.1",
       "port-version": 0
@@ -6140,6 +6144,10 @@
       "baseline": "6.3.1",
       "port-version": 1
     },
+    "qtquick3dphysics": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtquickcontrols2": {
       "baseline": "deprecated",
       "port-version": 0

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/qthttpserver/vcpkg.json b/ports/qthttpserver/vcpkg.json
index 2ecece7..1ddc435 100644
--- a/ports/qthttpserver/vcpkg.json
+++ b/ports/qthttpserver/vcpkg.json
@@ -1,17 +1,17 @@
-{
-  "name": "qthttpserver",
-  "version": "6.4.0-beta4",
-  "description": "Qt Extension: Qt HTTP Server",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtbase",
-      "default-features": false,
-      "features": [
-        "network",
-        "concurrent"
-      ]
-    }
-  ]
-}
+{
+  "name": "qthttpserver",
+  "version": "6.4.0-beta4",
+  "description": "Qt Extension: Qt HTTP Server",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtbase",
+      "default-features": false,
+      "features": [
+        "concurrent",
+        "network"
+      ]
+    }
+  ]
+}
diff --git a/ports/qtquick3dphysics/vcpkg.json b/ports/qtquick3dphysics/vcpkg.json
index 6ed6264..9006215 100644
--- a/ports/qtquick3dphysics/vcpkg.json
+++ b/ports/qtquick3dphysics/vcpkg.json
@@ -1,13 +1,13 @@
-{
-  "name": "qtquick3dphysics",
-  "version": "6.4.0-beta4",
-  "description": "Physics engine integration for Qt Quick 3D",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtquick3d",
-      "default-features": false
-    }
-  ]
-}
+{
+  "name": "qtquick3dphysics",
+  "version": "6.4.0-beta4",
+  "description": "Physics engine integration for Qt Quick 3D",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtquick3d",
+      "default-features": false
+    }
+  ]
+}
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for qtvirtualkeyboard have changed but the version was not updated
version: 6.3.1
old SHA: dd49b655ecb0526706a5aaa81ffdaa05ef74c031
new SHA: 2cd3be2cb28597e44723efc7f331f904280b5383
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtmultimedia have changed but the version was not updated
version: 6.3.1#1
old SHA: e820875b5bc53163ca6af245c6874ce366dac52a
new SHA: a25da9070fe020a9ae9f184db266635c0b7f9f9f
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtbase have changed but the version was not updated
version: 6.3.1#2
old SHA: 3fa8531e9f444076cc6e73b979bcaaa3e665a7a5
new SHA: 695318c91deccc6b3a8e93629c549ae6b066053f
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtdeclarative have changed but the version was not updated
version: 6.3.1
old SHA: f07ed79d7c1a7c616539e8243126143cf202b706
new SHA: f3475f2a223be05f7fd252f6c6c0b96783e255d3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 927006b24c3a28dfd8aa0ec5f8ce43098480a7f1 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 36fb5cd..61ee4b8 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6092,6 +6092,10 @@
       "baseline": "6.3.1",
       "port-version": 0
     },
+    "qthttpserver": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtimageformats": {
       "baseline": "6.3.1",
       "port-version": 0
@@ -6140,6 +6144,10 @@
       "baseline": "6.3.1",
       "port-version": 1
     },
+    "qtquick3dphysics": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtquickcontrols2": {
       "baseline": "deprecated",
       "port-version": 0

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/qthttpserver/vcpkg.json b/ports/qthttpserver/vcpkg.json
index 2ecece7..1ddc435 100644
--- a/ports/qthttpserver/vcpkg.json
+++ b/ports/qthttpserver/vcpkg.json
@@ -1,17 +1,17 @@
-{
-  "name": "qthttpserver",
-  "version": "6.4.0-beta4",
-  "description": "Qt Extension: Qt HTTP Server",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtbase",
-      "default-features": false,
-      "features": [
-        "network",
-        "concurrent"
-      ]
-    }
-  ]
-}
+{
+  "name": "qthttpserver",
+  "version": "6.4.0-beta4",
+  "description": "Qt Extension: Qt HTTP Server",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtbase",
+      "default-features": false,
+      "features": [
+        "concurrent",
+        "network"
+      ]
+    }
+  ]
+}
diff --git a/ports/qtquick3dphysics/vcpkg.json b/ports/qtquick3dphysics/vcpkg.json
index 6ed6264..9006215 100644
--- a/ports/qtquick3dphysics/vcpkg.json
+++ b/ports/qtquick3dphysics/vcpkg.json
@@ -1,13 +1,13 @@
-{
-  "name": "qtquick3dphysics",
-  "version": "6.4.0-beta4",
-  "description": "Physics engine integration for Qt Quick 3D",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtquick3d",
-      "default-features": false
-    }
-  ]
-}
+{
+  "name": "qtquick3dphysics",
+  "version": "6.4.0-beta4",
+  "description": "Physics engine integration for Qt Quick 3D",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtquick3d",
+      "default-features": false
+    }
+  ]
+}
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for qtvirtualkeyboard have changed but the version was not updated
version: 6.3.1
old SHA: dd49b655ecb0526706a5aaa81ffdaa05ef74c031
new SHA: 2cd3be2cb28597e44723efc7f331f904280b5383
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtmultimedia have changed but the version was not updated
version: 6.3.1#1
old SHA: e820875b5bc53163ca6af245c6874ce366dac52a
new SHA: a25da9070fe020a9ae9f184db266635c0b7f9f9f
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtbase have changed but the version was not updated
version: 6.3.1#2
old SHA: 3fa8531e9f444076cc6e73b979bcaaa3e665a7a5
new SHA: a232dd56cb1da4fabd1cc553eeb72588d76f2f25
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtdeclarative have changed but the version was not updated
version: 6.3.1
old SHA: f07ed79d7c1a7c616539e8243126143cf202b706
new SHA: f3475f2a223be05f7fd252f6c6c0b96783e255d3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 927006b24c3a28dfd8aa0ec5f8ce43098480a7f1 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 36fb5cd..61ee4b8 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6092,6 +6092,10 @@
       "baseline": "6.3.1",
       "port-version": 0
     },
+    "qthttpserver": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtimageformats": {
       "baseline": "6.3.1",
       "port-version": 0
@@ -6140,6 +6144,10 @@
       "baseline": "6.3.1",
       "port-version": 1
     },
+    "qtquick3dphysics": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtquickcontrols2": {
       "baseline": "deprecated",
       "port-version": 0

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/qthttpserver/vcpkg.json b/ports/qthttpserver/vcpkg.json
index 2ecece7..1ddc435 100644
--- a/ports/qthttpserver/vcpkg.json
+++ b/ports/qthttpserver/vcpkg.json
@@ -1,17 +1,17 @@
-{
-  "name": "qthttpserver",
-  "version": "6.4.0-beta4",
-  "description": "Qt Extension: Qt HTTP Server",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtbase",
-      "default-features": false,
-      "features": [
-        "network",
-        "concurrent"
-      ]
-    }
-  ]
-}
+{
+  "name": "qthttpserver",
+  "version": "6.4.0-beta4",
+  "description": "Qt Extension: Qt HTTP Server",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtbase",
+      "default-features": false,
+      "features": [
+        "concurrent",
+        "network"
+      ]
+    }
+  ]
+}
diff --git a/ports/qtquick3dphysics/vcpkg.json b/ports/qtquick3dphysics/vcpkg.json
index 6ed6264..9006215 100644
--- a/ports/qtquick3dphysics/vcpkg.json
+++ b/ports/qtquick3dphysics/vcpkg.json
@@ -1,13 +1,13 @@
-{
-  "name": "qtquick3dphysics",
-  "version": "6.4.0-beta4",
-  "description": "Physics engine integration for Qt Quick 3D",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtquick3d",
-      "default-features": false
-    }
-  ]
-}
+{
+  "name": "qtquick3dphysics",
+  "version": "6.4.0-beta4",
+  "description": "Physics engine integration for Qt Quick 3D",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtquick3d",
+      "default-features": false
+    }
+  ]
+}
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for qtvirtualkeyboard have changed but the version was not updated
version: 6.3.1
old SHA: dd49b655ecb0526706a5aaa81ffdaa05ef74c031
new SHA: 2cd3be2cb28597e44723efc7f331f904280b5383
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtmultimedia have changed but the version was not updated
version: 6.3.1#1
old SHA: e820875b5bc53163ca6af245c6874ce366dac52a
new SHA: a25da9070fe020a9ae9f184db266635c0b7f9f9f
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtbase have changed but the version was not updated
version: 6.3.1#2
old SHA: 3fa8531e9f444076cc6e73b979bcaaa3e665a7a5
new SHA: ab2032b601f83de632c26b5108a4ef2258fbb25f
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtdeclarative have changed but the version was not updated
version: 6.3.1
old SHA: f07ed79d7c1a7c616539e8243126143cf202b706
new SHA: f3475f2a223be05f7fd252f6c6c0b96783e255d3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 927006b24c3a28dfd8aa0ec5f8ce43098480a7f1 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index b8b81f8..d5d8890 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6092,6 +6092,10 @@
       "baseline": "6.3.1",
       "port-version": 0
     },
+    "qthttpserver": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtimageformats": {
       "baseline": "6.3.1",
       "port-version": 0
@@ -6140,6 +6144,10 @@
       "baseline": "6.3.1",
       "port-version": 1
     },
+    "qtquick3dphysics": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtquickcontrols2": {
       "baseline": "deprecated",
       "port-version": 0

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/qthttpserver/vcpkg.json b/ports/qthttpserver/vcpkg.json
index 2ecece7..1ddc435 100644
--- a/ports/qthttpserver/vcpkg.json
+++ b/ports/qthttpserver/vcpkg.json
@@ -1,17 +1,17 @@
-{
-  "name": "qthttpserver",
-  "version": "6.4.0-beta4",
-  "description": "Qt Extension: Qt HTTP Server",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtbase",
-      "default-features": false,
-      "features": [
-        "network",
-        "concurrent"
-      ]
-    }
-  ]
-}
+{
+  "name": "qthttpserver",
+  "version": "6.4.0-beta4",
+  "description": "Qt Extension: Qt HTTP Server",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtbase",
+      "default-features": false,
+      "features": [
+        "concurrent",
+        "network"
+      ]
+    }
+  ]
+}
diff --git a/ports/qtquick3dphysics/vcpkg.json b/ports/qtquick3dphysics/vcpkg.json
index 6ed6264..9006215 100644
--- a/ports/qtquick3dphysics/vcpkg.json
+++ b/ports/qtquick3dphysics/vcpkg.json
@@ -1,13 +1,13 @@
-{
-  "name": "qtquick3dphysics",
-  "version": "6.4.0-beta4",
-  "description": "Physics engine integration for Qt Quick 3D",
-  "homepage": "https://www.qt.io/",
-  "license": null,
-  "dependencies": [
-    {
-      "name": "qtquick3d",
-      "default-features": false
-    }
-  ]
-}
+{
+  "name": "qtquick3dphysics",
+  "version": "6.4.0-beta4",
+  "description": "Physics engine integration for Qt Quick 3D",
+  "homepage": "https://www.qt.io/",
+  "license": null,
+  "dependencies": [
+    {
+      "name": "qtquick3d",
+      "default-features": false
+    }
+  ]
+}
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for qtvirtualkeyboard have changed but the version was not updated
version: 6.3.1
old SHA: dd49b655ecb0526706a5aaa81ffdaa05ef74c031
new SHA: 2cd3be2cb28597e44723efc7f331f904280b5383
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtmultimedia have changed but the version was not updated
version: 6.3.1#1
old SHA: e820875b5bc53163ca6af245c6874ce366dac52a
new SHA: a25da9070fe020a9ae9f184db266635c0b7f9f9f
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for qtdeclarative have changed but the version was not updated
version: 6.3.1
old SHA: f07ed79d7c1a7c616539e8243126143cf202b706
new SHA: f3475f2a223be05f7fd252f6c6c0b96783e255d3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 927006b24c3a28dfd8aa0ec5f8ce43098480a7f1 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 46079e6..a061283 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6065,8 +6065,8 @@
       "port-version": 0
     },
     "qtbase": {
-      "baseline": "6.3.1",
-      "port-version": 2
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
     },
     "qtcharts": {
       "baseline": "6.3.1",
@@ -6096,6 +6096,10 @@
       "baseline": "6.3.1",
       "port-version": 0
     },
+    "qthttpserver": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtimageformats": {
       "baseline": "6.3.1",
       "port-version": 0
@@ -6144,6 +6148,10 @@
       "baseline": "6.3.1",
       "port-version": 1
     },
+    "qtquick3dphysics": {
+      "baseline": "6.4.0-beta4",
+      "port-version": 0
+    },
     "qtquickcontrols2": {
       "baseline": "deprecated",
       "port-version": 0
diff --git a/versions/q-/qtbase.json b/versions/q-/qtbase.json
index c75a137..168128c 100644
--- a/versions/q-/qtbase.json
+++ b/versions/q-/qtbase.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "be972331e5d00b61f11f9747c00bc165b0b5338a",
+      "version": "6.4.0-beta4",
+      "port-version": 0
+    },
     {
       "git-tree": "3fa8531e9f444076cc6e73b979bcaaa3e665a7a5",
       "version": "6.3.1",

@Neumann-A
Copy link
Contributor Author

Since bcd6247 I am mainly working out merge conflicts and issues due to that, not really revising stuff...

@JonLiu1993
Copy link
Member

Since bcd6247 I am mainly working out merge conflicts and issues due to that, not really revising stuff...

Tomorrow I will take a serious look at the revision and do a preliminary review.

github-actions[bot]
github-actions bot previously approved these changes Nov 15, 2022
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/egl-registry/vcpkg.json
  • ports/opengl-registry/vcpkg.json

Valid values for the license field can be found in the documentation

JonLiu1993
JonLiu1993 previously approved these changes Nov 17, 2022
@JonLiu1993
Copy link
Member

@Neumann-A, first of all, thank you very much for your contribution to such a huge project.
I tested the feature ffmpeg in qtmultimedia port you added locally by command ./vcpkg install qtmultimedia[ffmpeg]:x86-windows and got an error, please take a look:

    Command failed: "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v
    Working Directory: F:/Feature-test/qt/vcpkg/buildtrees/qtmultimedia/x86-windows-rel/vcpkg-parallel-configure
    Error code: 1
    See logs for more information:
      F:\Feature-test\qt\vcpkg\buildtrees\qtmultimedia\config-x86-windows-CMakeCache.txt.log
      F:\Feature-test\qt\vcpkg\buildtrees\qtmultimedia\config-x86-windows-CMakeCache.txt.log
      F:\Feature-test\qt\vcpkg\buildtrees\qtmultimedia\config-x86-windows-out.log

F:\Feature-test\qt\vcpkg\buildtrees\qtmultimedia\config-x86-windows-out.log

Call Stack (most recent call first):
  src/multimedia/CMakeLists.txt:7 (find_package)


CMake Error at src/multimedia/CMakeLists.txt:253 (qt_internal_add_shaders):
  Unknown CMake command "qt_internal_add_shaders".

@Neumann-A
Copy link
Contributor Author

@JonLiu1993: Can you confirm from the Cache or the config log that Qt6ShaderTools (and maybe also Qt6ShaderToolsTools) has been found? If not your Qt installation might be broken somehow.

@JonLiu1993
Copy link
Member

@JonLiu1993: Can you confirm from the Cache or the config log that Qt6ShaderTools (and maybe also Qt6ShaderToolsTools) has been found? If not your Qt installation might be broken somehow.

Looks like it can't be found:

  Configuring with --debug-find-pkg=Qt6ShaderTools might reveal details why
  the package was not found.

github-actions[bot]
github-actions bot previously approved these changes Nov 17, 2022
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/egl-registry/vcpkg.json
  • ports/opengl-registry/vcpkg.json

Valid values for the license field can be found in the documentation

@Neumann-A
Copy link
Contributor Author

@JonLiu1993 Should be fixed now. Found another bug with minimal qtbase builds while trying to repo your error.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/egl-registry/vcpkg.json
  • ports/opengl-registry/vcpkg.json

Valid values for the license field can be found in the documentation

@JonLiu1993
Copy link
Member

JonLiu1993 commented Nov 18, 2022

@Neumann-A, Feature ffmpeg tested successfully in the following triplet:

  • x86-windows
  • x64-windows

but when I tested the feature sql-mysql,sql-oci,opengl in qtbase port by command ./vcpkg install qtbase[sql-mysql,sql-oci,opengl]:x64-windows I got this error:

CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:96 (message):
    Command failed: "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v
    Working Directory: F:/Feature-test/qt/vcpkg/buildtrees/qtbase/x64-windows-rel/vcpkg-parallel-configure
    Error code: 1
    See logs for more information:
      F:\Feature-test\qt\vcpkg\buildtrees\qtbase\config-x64-windows-CMakeCache.txt.log
      F:\Feature-test\qt\vcpkg\buildtrees\qtbase\config-x64-windows-CMakeCache.txt.log
      F:\Feature-test\qt\vcpkg\buildtrees\qtbase\config-x64-windows-out.log

F:\Feature-test\qt\vcpkg\buildtrees\qtbase\config-x64-windows-out.log

QtCore: WARNING: F:/Feature-test/qt/vcpkg/buildtrees/qtbase/src/here-src-6-4c6096fa61.clean/src/corelib/tools/qatomicscopedvaluerollback_p.h does not have the "We mean it." warning
-- Could NOT find md4c (missing: md4c_DIR)
CMake Error at cmake/QtBuildInformation.cmake:490 (message):
  Feature "sql_oci": Forcing to "ON" breaks its condition:

      Oracle_FOUND

  Condition values dump:

      Oracle_FOUND = "FALSE"

Call Stack (most recent call first):
  cmake/QtFeature.cmake:281 (qt_configure_add_report_error)
  cmake/QtFeature.cmake:403 (qt_feature_check_and_save_internal_value)
  cmake/QtFeature.cmake:606 (qt_evaluate_feature)
  src/plugins/sqldrivers/CMakeLists.txt:36 (qt_feature_module_end)

@Neumann-A
Copy link
Contributor Author

You need the oracle client library for that. I currently assume that to be a system dependency

@JonLiu1993
Copy link
Member

JonLiu1993 commented Nov 18, 2022

You need the oracle client library for that. I currently assume that to be a system dependency

Ok, I think the preliminary review is satisfied so far.

Features sql-mysql,opengl tested successfully in the following triplet:

  • x64-windows
  • x64-windows-static

@JonLiu1993 JonLiu1993 added info:reviewed Pull Request changes follow basic guidelines and removed requires:author-response labels Nov 18, 2022
@BillyONeal BillyONeal merged commit 1e2c7c3 into microsoft:master Nov 18, 2022
@BillyONeal
Copy link
Member

Thanks :)

@Neumann-A Neumann-A deleted the qt_6.4.0 branch November 18, 2022 20:45
@@ -141,8 +140,9 @@
},
"egl": {
"description": "EGL",
"supports": "linux",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change broke (at least) android:

$ ./vcpkg install --dry-run qtbase:arm-android
Computing installation plan...
qtbase[egl]:arm-android is only supported on 'linux'

The current egl patching is pointless when windows isn't support.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe should have been !windows & !osx then. But this only applies in qtbase and not qtmultimedia. (The FindEGL is also used by qtmultimedia.)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So egl in qtmultimedia can be used without egl in qtbase?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EGL is just a glue layer to call into GL/GLES. It could very well be that qtmultimedia assumes linux for gstreamer (and forgot to condition it correctly) and the real dispatch is done via WGL instead. Since opengl is always dynamically linked on windows it will actually ask the driver if it supports the functionality it wants.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants