Skip to content

[qtinterfaceframework|opencv] fix python stuff#24041

Merged
strega-nil-ms merged 49 commits intomicrosoft:masterfrom
Neumann-A:fix_qtinterfaceframework
Apr 14, 2022
Merged

[qtinterfaceframework|opencv] fix python stuff#24041
strega-nil-ms merged 49 commits intomicrosoft:masterfrom
Neumann-A:fix_qtinterfaceframework

Conversation

@Neumann-A
Copy link
Copy Markdown
Contributor

@Neumann-A Neumann-A commented Apr 8, 2022

Copy link
Copy Markdown

@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!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout d72783cb3aeddfd667861caef1060e54ca6fa7a9 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 4dc8f8d..8286611 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5878,7 +5878,7 @@
     },
     "qtinterfaceframework": {
       "baseline": "6.2.4",
-      "port-version": 0
+      "port-version": 1
     },
     "qtkeychain": {
       "baseline": "0.13.2",
diff --git a/versions/q-/qtinterfaceframework.json b/versions/q-/qtinterfaceframework.json
index 33909a9..c873e7f 100644
--- a/versions/q-/qtinterfaceframework.json
+++ b/versions/q-/qtinterfaceframework.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "d3bef1ec46961aea614bd4232f758d2e4769e1f3",
+      "version": "6.2.4",
+      "port-version": 1
+    },
     {
       "git-tree": "e36f5d74c2e94aa38c74b0fdfec8778fb7851523",
       "version": "6.2.4",

Copy link
Copy Markdown

@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/qtinterfaceframework/vcpkg.json b/ports/qtinterfaceframework/vcpkg.json
index 3ed6efe..f37d90b 100644
--- a/ports/qtinterfaceframework/vcpkg.json
+++ b/ports/qtinterfaceframework/vcpkg.json
@@ -19,11 +19,6 @@
       "host": true,
       "default-features": false
     },
-    {
-      "name": "vcpkg-get-python-packages",
-      "host": true,
-      "default-features": false
-    },
     {
       "name": "qtmultimedia",
       "default-features": false
@@ -36,6 +31,11 @@
       "name": "qttools",
       "default-features": false
     },
-    "taglib"
+    "taglib",
+    {
+      "name": "vcpkg-get-python-packages",
+      "host": true,
+      "default-features": false
+    }
   ]
 }
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout d72783cb3aeddfd667861caef1060e54ca6fa7a9 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 4dc8f8d..8286611 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5878,7 +5878,7 @@
     },
     "qtinterfaceframework": {
       "baseline": "6.2.4",
-      "port-version": 0
+      "port-version": 1
     },
     "qtkeychain": {
       "baseline": "0.13.2",
diff --git a/versions/q-/qtinterfaceframework.json b/versions/q-/qtinterfaceframework.json
index 33909a9..7c30899 100644
--- a/versions/q-/qtinterfaceframework.json
+++ b/versions/q-/qtinterfaceframework.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "d012060ae81a7fbf01fef7d7bdb946a52fd42671",
+      "version": "6.2.4",
+      "port-version": 1
+    },
     {
       "git-tree": "e36f5d74c2e94aa38c74b0fdfec8778fb7851523",
       "version": "6.2.4",

Copy link
Copy Markdown

@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/qtinterfaceframework/vcpkg.json b/ports/qtinterfaceframework/vcpkg.json
index 3ed6efe..f37d90b 100644
--- a/ports/qtinterfaceframework/vcpkg.json
+++ b/ports/qtinterfaceframework/vcpkg.json
@@ -19,11 +19,6 @@
       "host": true,
       "default-features": false
     },
-    {
-      "name": "vcpkg-get-python-packages",
-      "host": true,
-      "default-features": false
-    },
     {
       "name": "qtmultimedia",
       "default-features": false
@@ -36,6 +31,11 @@
       "name": "qttools",
       "default-features": false
     },
-    "taglib"
+    "taglib",
+    {
+      "name": "vcpkg-get-python-packages",
+      "host": true,
+      "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: Local changes detected for vcpkg-get-python-packages but no changes to version or port version.
-- Version: 2022-02-12
-- Old SHA: e429a4c957711115ea1b795327843acb05fc8b29
-- New SHA: a3b0d1d2f6a436876cc2fcf2ef180f0fdd4768ee
-- Did you remember to update the version or port version?
-- Pass `--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 d72783cb3aeddfd667861caef1060e54ca6fa7a9 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index c7016f8..686a1f5 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5882,7 +5882,7 @@
     },
     "qtinterfaceframework": {
       "baseline": "6.2.4",
-      "port-version": 0
+      "port-version": 1
     },
     "qtkeychain": {
       "baseline": "0.13.2",
diff --git a/versions/q-/qtinterfaceframework.json b/versions/q-/qtinterfaceframework.json
index 33909a9..f16c3ce 100644
--- a/versions/q-/qtinterfaceframework.json
+++ b/versions/q-/qtinterfaceframework.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "0aed9f9f8bf03284f785178282073a45f502e94a",
+      "version": "6.2.4",
+      "port-version": 1
+    },
     {
       "git-tree": "e36f5d74c2e94aa38c74b0fdfec8778fb7851523",
       "version": "6.2.4",

Copy link
Copy Markdown

@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/qtinterfaceframework/vcpkg.json b/ports/qtinterfaceframework/vcpkg.json
index 3ed6efe..f37d90b 100644
--- a/ports/qtinterfaceframework/vcpkg.json
+++ b/ports/qtinterfaceframework/vcpkg.json
@@ -19,11 +19,6 @@
       "host": true,
       "default-features": false
     },
-    {
-      "name": "vcpkg-get-python-packages",
-      "host": true,
-      "default-features": false
-    },
     {
       "name": "qtmultimedia",
       "default-features": false
@@ -36,6 +31,11 @@
       "name": "qttools",
       "default-features": false
     },
-    "taglib"
+    "taglib",
+    {
+      "name": "vcpkg-get-python-packages",
+      "host": true,
+      "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: Local changes detected for vcpkg-get-python-packages but no changes to version or port version.
-- Version: 2022-02-12
-- Old SHA: e429a4c957711115ea1b795327843acb05fc8b29
-- New SHA: a3b0d1d2f6a436876cc2fcf2ef180f0fdd4768ee
-- Did you remember to update the version or port version?
-- Pass `--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 d72783cb3aeddfd667861caef1060e54ca6fa7a9 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index c7016f8..686a1f5 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5882,7 +5882,7 @@
     },
     "qtinterfaceframework": {
       "baseline": "6.2.4",
-      "port-version": 0
+      "port-version": 1
     },
     "qtkeychain": {
       "baseline": "0.13.2",
diff --git a/versions/q-/qtinterfaceframework.json b/versions/q-/qtinterfaceframework.json
index 33909a9..74fd19c 100644
--- a/versions/q-/qtinterfaceframework.json
+++ b/versions/q-/qtinterfaceframework.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "1c4bb08850f3469aa9350d05632874c791285028",
+      "version": "6.2.4",
+      "port-version": 1
+    },
     {
       "git-tree": "e36f5d74c2e94aa38c74b0fdfec8778fb7851523",
       "version": "6.2.4",

@JonLiu1993 JonLiu1993 self-assigned this Apr 11, 2022
@JonLiu1993 JonLiu1993 added the category:port-bug The issue is with a library, which is something the port should already support label Apr 11, 2022
Copy link
Copy Markdown

@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/qtinterfaceframework/vcpkg.json b/ports/qtinterfaceframework/vcpkg.json
index 3ed6efe..f37d90b 100644
--- a/ports/qtinterfaceframework/vcpkg.json
+++ b/ports/qtinterfaceframework/vcpkg.json
@@ -19,11 +19,6 @@
       "host": true,
       "default-features": false
     },
-    {
-      "name": "vcpkg-get-python-packages",
-      "host": true,
-      "default-features": false
-    },
     {
       "name": "qtmultimedia",
       "default-features": false
@@ -36,6 +31,11 @@
       "name": "qttools",
       "default-features": false
     },
-    "taglib"
+    "taglib",
+    {
+      "name": "vcpkg-get-python-packages",
+      "host": true,
+      "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: Local changes detected for vcpkg-get-python-packages but no changes to version or port version.
-- Version: 2022-02-12
-- Old SHA: e429a4c957711115ea1b795327843acb05fc8b29
-- New SHA: 65cf96d753a2e12b8aa1191a1810f4fd2eb53e8f
-- Did you remember to update the version or port version?
-- Pass `--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 f6af75acc923c833a5620943e3fc7d5e4930f0df -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 630a0f7..9740cbc 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5882,7 +5882,7 @@
     },
     "qtinterfaceframework": {
       "baseline": "6.2.4",
-      "port-version": 0
+      "port-version": 1
     },
     "qtkeychain": {
       "baseline": "0.13.2",
diff --git a/versions/q-/qtinterfaceframework.json b/versions/q-/qtinterfaceframework.json
index 33909a9..74fd19c 100644
--- a/versions/q-/qtinterfaceframework.json
+++ b/versions/q-/qtinterfaceframework.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "1c4bb08850f3469aa9350d05632874c791285028",
+      "version": "6.2.4",
+      "port-version": 1
+    },
     {
       "git-tree": "e36f5d74c2e94aa38c74b0fdfec8778fb7851523",
       "version": "6.2.4",

Copy link
Copy Markdown

@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/qtinterfaceframework/vcpkg.json b/ports/qtinterfaceframework/vcpkg.json
index 3ed6efe..f37d90b 100644
--- a/ports/qtinterfaceframework/vcpkg.json
+++ b/ports/qtinterfaceframework/vcpkg.json
@@ -19,11 +19,6 @@
       "host": true,
       "default-features": false
     },
-    {
-      "name": "vcpkg-get-python-packages",
-      "host": true,
-      "default-features": false
-    },
     {
       "name": "qtmultimedia",
       "default-features": false
@@ -36,6 +31,11 @@
       "name": "qttools",
       "default-features": false
     },
-    "taglib"
+    "taglib",
+    {
+      "name": "vcpkg-get-python-packages",
+      "host": true,
+      "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: Local changes detected for vcpkg-get-python-packages but no changes to version or port version.
-- Version: 2022-02-12
-- Old SHA: e429a4c957711115ea1b795327843acb05fc8b29
-- New SHA: 9f156da2af5ecefe6df0fa40a60dcc5b39d5bb77
-- Did you remember to update the version or port version?
-- Pass `--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 f6af75acc923c833a5620943e3fc7d5e4930f0df -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 630a0f7..9740cbc 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5882,7 +5882,7 @@
     },
     "qtinterfaceframework": {
       "baseline": "6.2.4",
-      "port-version": 0
+      "port-version": 1
     },
     "qtkeychain": {
       "baseline": "0.13.2",
diff --git a/versions/q-/qtinterfaceframework.json b/versions/q-/qtinterfaceframework.json
index 33909a9..74fd19c 100644
--- a/versions/q-/qtinterfaceframework.json
+++ b/versions/q-/qtinterfaceframework.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "1c4bb08850f3469aa9350d05632874c791285028",
+      "version": "6.2.4",
+      "port-version": 1
+    },
     {
       "git-tree": "e36f5d74c2e94aa38c74b0fdfec8778fb7851523",
       "version": "6.2.4",

Copy link
Copy Markdown

@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/qtinterfaceframework/vcpkg.json b/ports/qtinterfaceframework/vcpkg.json
index 3ed6efe..f37d90b 100644
--- a/ports/qtinterfaceframework/vcpkg.json
+++ b/ports/qtinterfaceframework/vcpkg.json
@@ -19,11 +19,6 @@
       "host": true,
       "default-features": false
     },
-    {
-      "name": "vcpkg-get-python-packages",
-      "host": true,
-      "default-features": false
-    },
     {
       "name": "qtmultimedia",
       "default-features": false
@@ -36,6 +31,11 @@
       "name": "qttools",
       "default-features": false
     },
-    "taglib"
+    "taglib",
+    {
+      "name": "vcpkg-get-python-packages",
+      "host": true,
+      "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: Local changes detected for vcpkg-get-python-packages but no changes to version or port version.
-- Version: 2022-02-12
-- Old SHA: e429a4c957711115ea1b795327843acb05fc8b29
-- New SHA: fe9e17be91aa9217ab8a89f82131b63209e85b51
-- Did you remember to update the version or port version?
-- Pass `--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 f6af75acc923c833a5620943e3fc7d5e4930f0df -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 630a0f7..9740cbc 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5882,7 +5882,7 @@
     },
     "qtinterfaceframework": {
       "baseline": "6.2.4",
-      "port-version": 0
+      "port-version": 1
     },
     "qtkeychain": {
       "baseline": "0.13.2",
diff --git a/versions/q-/qtinterfaceframework.json b/versions/q-/qtinterfaceframework.json
index 33909a9..74fd19c 100644
--- a/versions/q-/qtinterfaceframework.json
+++ b/versions/q-/qtinterfaceframework.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "1c4bb08850f3469aa9350d05632874c791285028",
+      "version": "6.2.4",
+      "port-version": 1
+    },
     {
       "git-tree": "e36f5d74c2e94aa38c74b0fdfec8778fb7851523",
       "version": "6.2.4",

Copy link
Copy Markdown

@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/qtinterfaceframework/vcpkg.json b/ports/qtinterfaceframework/vcpkg.json
index 3ed6efe..f37d90b 100644
--- a/ports/qtinterfaceframework/vcpkg.json
+++ b/ports/qtinterfaceframework/vcpkg.json
@@ -19,11 +19,6 @@
       "host": true,
       "default-features": false
     },
-    {
-      "name": "vcpkg-get-python-packages",
-      "host": true,
-      "default-features": false
-    },
     {
       "name": "qtmultimedia",
       "default-features": false
@@ -36,6 +31,11 @@
       "name": "qttools",
       "default-features": false
     },
-    "taglib"
+    "taglib",
+    {
+      "name": "vcpkg-get-python-packages",
+      "host": true,
+      "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: Local changes detected for vcpkg-get-python-packages but no changes to version or port version.
-- Version: 2022-02-12
-- Old SHA: e429a4c957711115ea1b795327843acb05fc8b29
-- New SHA: f7441b6a09708b7402ea9be417beedfe7101ca29
-- Did you remember to update the version or port version?
-- Pass `--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 f6af75acc923c833a5620943e3fc7d5e4930f0df -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 630a0f7..9740cbc 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5882,7 +5882,7 @@
     },
     "qtinterfaceframework": {
       "baseline": "6.2.4",
-      "port-version": 0
+      "port-version": 1
     },
     "qtkeychain": {
       "baseline": "0.13.2",
diff --git a/versions/q-/qtinterfaceframework.json b/versions/q-/qtinterfaceframework.json
index 33909a9..74fd19c 100644
--- a/versions/q-/qtinterfaceframework.json
+++ b/versions/q-/qtinterfaceframework.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "1c4bb08850f3469aa9350d05632874c791285028",
+      "version": "6.2.4",
+      "port-version": 1
+    },
     {
       "git-tree": "e36f5d74c2e94aa38c74b0fdfec8778fb7851523",
       "version": "6.2.4",

Copy link
Copy Markdown

@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/qtinterfaceframework/vcpkg.json b/ports/qtinterfaceframework/vcpkg.json
index 3ed6efe..f37d90b 100644
--- a/ports/qtinterfaceframework/vcpkg.json
+++ b/ports/qtinterfaceframework/vcpkg.json
@@ -19,11 +19,6 @@
       "host": true,
       "default-features": false
     },
-    {
-      "name": "vcpkg-get-python-packages",
-      "host": true,
-      "default-features": false
-    },
     {
       "name": "qtmultimedia",
       "default-features": false
@@ -36,6 +31,11 @@
       "name": "qttools",
       "default-features": false
     },
-    "taglib"
+    "taglib",
+    {
+      "name": "vcpkg-get-python-packages",
+      "host": true,
+      "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: Local changes detected for vcpkg-get-python-packages but no changes to version or port version.
-- Version: 2022-02-12
-- Old SHA: e429a4c957711115ea1b795327843acb05fc8b29
-- New SHA: 0e939bc0980834454f465f929e748f4dd23e7b9d
-- Did you remember to update the version or port version?
-- Pass `--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 f6af75acc923c833a5620943e3fc7d5e4930f0df -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 630a0f7..9740cbc 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5882,7 +5882,7 @@
     },
     "qtinterfaceframework": {
       "baseline": "6.2.4",
-      "port-version": 0
+      "port-version": 1
     },
     "qtkeychain": {
       "baseline": "0.13.2",
diff --git a/versions/q-/qtinterfaceframework.json b/versions/q-/qtinterfaceframework.json
index 33909a9..74fd19c 100644
--- a/versions/q-/qtinterfaceframework.json
+++ b/versions/q-/qtinterfaceframework.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "1c4bb08850f3469aa9350d05632874c791285028",
+      "version": "6.2.4",
+      "port-version": 1
+    },
     {
       "git-tree": "e36f5d74c2e94aa38c74b0fdfec8778fb7851523",
       "version": "6.2.4",

Copy link
Copy Markdown

@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/qtinterfaceframework/vcpkg.json b/ports/qtinterfaceframework/vcpkg.json
index 3ed6efe..f37d90b 100644
--- a/ports/qtinterfaceframework/vcpkg.json
+++ b/ports/qtinterfaceframework/vcpkg.json
@@ -19,11 +19,6 @@
       "host": true,
       "default-features": false
     },
-    {
-      "name": "vcpkg-get-python-packages",
-      "host": true,
-      "default-features": false
-    },
     {
       "name": "qtmultimedia",
       "default-features": false
@@ -36,6 +31,11 @@
       "name": "qttools",
       "default-features": false
     },
-    "taglib"
+    "taglib",
+    {
+      "name": "vcpkg-get-python-packages",
+      "host": true,
+      "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: Local changes detected for vcpkg-get-python-packages but no changes to version or port version.
-- Version: 2022-02-12
-- Old SHA: e429a4c957711115ea1b795327843acb05fc8b29
-- New SHA: 5d86b37bb2b29d74f7b1f4e20c4bff4310656d1d
-- Did you remember to update the version or port version?
-- Pass `--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 f6af75acc923c833a5620943e3fc7d5e4930f0df -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 630a0f7..9740cbc 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5882,7 +5882,7 @@
     },
     "qtinterfaceframework": {
       "baseline": "6.2.4",
-      "port-version": 0
+      "port-version": 1
     },
     "qtkeychain": {
       "baseline": "0.13.2",
diff --git a/versions/q-/qtinterfaceframework.json b/versions/q-/qtinterfaceframework.json
index 33909a9..74fd19c 100644
--- a/versions/q-/qtinterfaceframework.json
+++ b/versions/q-/qtinterfaceframework.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "1c4bb08850f3469aa9350d05632874c791285028",
+      "version": "6.2.4",
+      "port-version": 1
+    },
     {
       "git-tree": "e36f5d74c2e94aa38c74b0fdfec8778fb7851523",
       "version": "6.2.4",

Copy link
Copy Markdown

@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/qtinterfaceframework/vcpkg.json b/ports/qtinterfaceframework/vcpkg.json
index 3ed6efe..f37d90b 100644
--- a/ports/qtinterfaceframework/vcpkg.json
+++ b/ports/qtinterfaceframework/vcpkg.json
@@ -19,11 +19,6 @@
       "host": true,
       "default-features": false
     },
-    {
-      "name": "vcpkg-get-python-packages",
-      "host": true,
-      "default-features": false
-    },
     {
       "name": "qtmultimedia",
       "default-features": false
@@ -36,6 +31,11 @@
       "name": "qttools",
       "default-features": false
     },
-    "taglib"
+    "taglib",
+    {
+      "name": "vcpkg-get-python-packages",
+      "host": true,
+      "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: Local changes detected for vcpkg-get-python-packages but no changes to version or port version.
-- Version: 2022-02-12
-- Old SHA: e429a4c957711115ea1b795327843acb05fc8b29
-- New SHA: dedc7964d3b15dc4fa0ac2ed53b68d7a4783d752
-- Did you remember to update the version or port version?
-- Pass `--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 f6af75acc923c833a5620943e3fc7d5e4930f0df -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 630a0f7..9740cbc 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5882,7 +5882,7 @@
     },
     "qtinterfaceframework": {
       "baseline": "6.2.4",
-      "port-version": 0
+      "port-version": 1
     },
     "qtkeychain": {
       "baseline": "0.13.2",
diff --git a/versions/q-/qtinterfaceframework.json b/versions/q-/qtinterfaceframework.json
index 33909a9..74fd19c 100644
--- a/versions/q-/qtinterfaceframework.json
+++ b/versions/q-/qtinterfaceframework.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "1c4bb08850f3469aa9350d05632874c791285028",
+      "version": "6.2.4",
+      "port-version": 1
+    },
     {
       "git-tree": "e36f5d74c2e94aa38c74b0fdfec8778fb7851523",
       "version": "6.2.4",

@Neumann-A
Copy link
Copy Markdown
Contributor Author

@cenit:
Do you have a fix for:
/usr/bin/ld: /mnt/vcpkg-ci/installed/x64-linux/debug/lib/libilbc.a(checks.cc.o): relocation R_X86_64_PC32 against symbol `stdout@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC

@cenit
Copy link
Copy Markdown
Contributor

cenit commented Apr 12, 2022

looks like libilbc cmakelists.txt overwrites cmake_c_flags, removing the necessary -fPIC...

@Neumann-A
Copy link
Copy Markdown
Contributor Author

looks like libilbc cmakelists.txt overwrites cmake_c_flags, removing the necessary -fPIC...

Its worse than that:
https://github.com/TimothyGu/libilbc/blob/6adb26d4a4e159cd66d4b4c5e411cd3de0ab6b5e/CMakeLists.txt#L55

should be fixed with the latest commits

Copy link
Copy Markdown

@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 a "license" field is missing.

Details

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

  • ports/libilbc/vcpkg.json

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

Alexander Neumann added 2 commits April 12, 2022 08:58
…amework

# Conflicts:
#	ports/opencv2/vcpkg.json
#	versions/o-/opencv2.json
@Neumann-A Neumann-A marked this pull request as ready for review April 13, 2022 09:04
…amework

# Conflicts:
#	ports/opencv3/vcpkg.json
#	versions/o-/opencv3.json
#	versions/o-/opencv4.json
@JonLiu1993 JonLiu1993 added the info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this. label Apr 14, 2022
Comment thread ports/libilbc/vcpkg.json
"homepage": "https://github.com/TimothyGu/libilbc",
"supports": "!(arm & uwp)"
"license": "BSD-3-Clause",
"supports": "!(arm & uwp)",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

... why does it support x64-uwp, and arm64-windows, but not arm64-uwp?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

looks like maybe something to do with mixing arm and msbuild

@strega-nil-ms
Copy link
Copy Markdown
Contributor

Thanks!

@strega-nil-ms strega-nil-ms merged commit 5afd322 into microsoft:master Apr 14, 2022
@Neumann-A Neumann-A deleted the fix_qtinterfaceframework branch April 14, 2022 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:port-bug The issue is with a library, which is something the port should already support info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants