Skip to content

Commit

Permalink
[vcpkg baseline][gstreamer] Disable feature pango (#20737)
Browse files Browse the repository at this point in the history
* [vcpkg baseline][gstreamer] Disable feature pango

* version
  • Loading branch information
JackBoosY authored Oct 16, 2021
1 parent 9fe2fa6 commit 010637b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/gstreamer/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ vcpkg_configure_meson(
-Dgst-plugins-base:introspection=disabled
-Dgst-plugins-base:nls=disabled
-Dgst-plugins-base:orc=disabled
-Dgst-plugins-base:pango=disabled
# gst-plugins-good
-Dgst-plugins-good:default_library=${LIBRARY_LINKAGE}
-Dgst-plugins-good:qt5=disabled
Expand Down
1 change: 1 addition & 0 deletions ports/gstreamer/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "gstreamer",
"version": "1.19.2",
"port-version": 1,
"description": "GStreamer open-source multimedia framework core library",
"homepage": "https://gstreamer.freedesktop.org/",
"license": "LGPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2562,7 +2562,7 @@
},
"gstreamer": {
"baseline": "1.19.2",
"port-version": 0
"port-version": 1
},
"gtest": {
"baseline": "1.11.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gstreamer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9e1e058b933a63ff71eeaa2a7a59fa713d0ba51b",
"version": "1.19.2",
"port-version": 1
},
{
"git-tree": "25482bf1d9dd85257c13e394b45745f77a29bf51",
"version": "1.19.2",
Expand Down

0 comments on commit 010637b

Please sign in to comment.