-
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
[vcpkg baseline][gstreamer] Disable feature pango #20737
[vcpkg baseline][gstreamer] Disable feature pango #20737
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!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 28af86cc15b53c09de6c0457e0ac737795e497e2 -- versions
./vcpkg x-add-version --all
Diff
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",
Will rerun this PR after #20730 merge. |
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.
LGTM
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
38f04cc
to
1f49dd5
Compare
Thanks @JackBoosY! |
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.