-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[qt] update port to 6.4 #26693
Conversation
There was a problem hiding this 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
There was a problem hiding this 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
There was a problem hiding this 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
There was a problem hiding this 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
There was a problem hiding this 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
There was a problem hiding this 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
There was a problem hiding this 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
There was a problem hiding this 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
There was a problem hiding this 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
There was a problem hiding this 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
There was a problem hiding this 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
There was a problem hiding this 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
There was a problem hiding this 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",
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. |
There was a problem hiding this 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, first of all, thank you very much for your contribution to such a huge project.
F:\Feature-test\qt\vcpkg\buildtrees\qtmultimedia\config-x86-windows-out.log
|
@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:
|
024d43d
There was a problem hiding this 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 Should be fixed now. Found another bug with minimal qtbase builds while trying to repo your error. |
There was a problem hiding this 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, Feature ffmpeg tested successfully in the following triplet:
but when I tested the feature
F:\Feature-test\qt\vcpkg\buildtrees\qtbase\config-x64-windows-out.log
|
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
|
Thanks :) |
@@ -141,8 +140,9 @@ | |||
}, | |||
"egl": { | |||
"description": "EGL", | |||
"supports": "linux", |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
.)
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
test run