[vcpkg-ci-ffmpeg] remove tensorflow feature from dependencies#23857
[vcpkg-ci-ffmpeg] remove tensorflow feature from dependencies#23857strega-nil-ms merged 2 commits intomicrosoft:masterfrom
Conversation
There was a problem hiding this comment.
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/ffmpeg/vcpkg.json b/ports/ffmpeg/vcpkg.json
index 8b7f00e..eecd580 100644
--- a/ports/ffmpeg/vcpkg.json
+++ b/ports/ffmpeg/vcpkg.json
@@ -33,7 +33,10 @@
{
"name": "ffmpeg",
"default-features": false,
- "features": [ "all-ci", "tensorflow" ]
+ "features": [
+ "all-ci",
+ "tensorflow"
+ ]
}
]
},
@@ -197,7 +200,10 @@
{
"name": "ffmpeg",
"default-features": false,
- "features": ["all-gpl-ci", "tensorflow"]
+ "features": [
+ "all-gpl-ci",
+ "tensorflow"
+ ]
}
]
},
@@ -245,7 +251,10 @@
{
"name": "ffmpeg",
"default-features": false,
- "features": [ "all-nonfree-ci", "tensorflow" ]
+ "features": [
+ "all-nonfree-ci",
+ "tensorflow"
+ ]
}
]
},After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 773516ecf6014d89cc69b11bb54605ad4be56694 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 316e85c..7ce4828 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2178,7 +2178,7 @@
},
"ffmpeg": {
"baseline": "4.4.1",
- "port-version": 10
+ "port-version": 11
},
"ffnvcodec": {
"baseline": "11.1.5.0",
diff --git a/versions/f-/ffmpeg.json b/versions/f-/ffmpeg.json
index 0ca6708..f4720d4 100644
--- a/versions/f-/ffmpeg.json
+++ b/versions/f-/ffmpeg.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "7d3ab45dbe43a3c17ed25445fe06cf29ba3f71ba",
+ "version": "4.4.1",
+ "port-version": 11
+ },
{
"git-tree": "d525f98e7146a1fd731febe7c472232142d62821",
"version": "4.4.1",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:
scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
Valid values for the license field can be found in the documentation
745afc2 to
c6612a0
Compare
There was a problem hiding this comment.
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:
scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
Valid values for the license field can be found in the documentation
|
Hmm I would rather like to see |
c6612a0 to
73fd564
Compare
There was a problem hiding this comment.
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:
scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
Valid values for the license field can be found in the documentation
vcpkg-ci-ffmpeg -> ffmpeg[all-nonfree] -> ffmpeg[tensorflow]
73fd564 to
fd5310c
Compare
There was a problem hiding this comment.
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:
scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
Valid values for the license field can be found in the documentation
| { | ||
| "name": "ffmpeg", | ||
| "default-features": false | ||
| }, |
There was a problem hiding this comment.
| { | |
| "name": "ffmpeg", | |
| "default-features": false | |
| }, |
This is implied by the second dependency item
There was a problem hiding this comment.
ah, this was an issue left behind by a different change.
ras0219-msft
left a comment
There was a problem hiding this comment.
LGTM assuming it fixes the problem
There was a problem hiding this comment.
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:
scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
Valid values for the license field can be found in the documentation
|
This means that ffmpeg actually gets built