[vcpkg baseline][gstreamer] Disable feature pango#20737
Merged
vicroms merged 2 commits intomicrosoft:masterfrom Oct 16, 2021
Merged
[vcpkg baseline][gstreamer] Disable feature pango#20737vicroms merged 2 commits intomicrosoft:masterfrom
vicroms 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!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 28af86cc15b53c09de6c0457e0ac737795e497e2 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 48ed547..688ff9d 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2558,7 +2558,7 @@
},
"gstreamer": {
"baseline": "1.19.2",
- "port-version": 0
+ "port-version": 1
},
"gtest": {
"baseline": "1.11.0",
diff --git a/versions/g-/gstreamer.json b/versions/g-/gstreamer.json
index d936260..c490680 100644
--- a/versions/g-/gstreamer.json
+++ b/versions/g-/gstreamer.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "9e1e058b933a63ff71eeaa2a7a59fa713d0ba51b",
+ "version": "1.19.2",
+ "port-version": 1
+ },
{
"git-tree": "25482bf1d9dd85257c13e394b45745f77a29bf51",
"version": "1.19.2",
Contributor
Author
|
Will rerun this PR after #20730 merge. |
Member
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
BillyONeal
approved these changes
Oct 14, 2021
38f04cc to
1f49dd5
Compare
Member
|
Thanks @JackBoosY! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix baseline issue:
This is because gstreamer automatically detects the dependency pango and active the feature pango, and pango relies on the internal harfbuzz.
Disable this feature now.