Skip to content

Commit

Permalink
[gstreamer] Modify dependencies (#42972)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Dec 31, 2024
1 parent 8917d32 commit 597956c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions ports/gstreamer/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ vcpkg_configure_meson(
-Dgstreamer:coretracers=disabled
-Dgstreamer:benchmarks=disabled
-Dgstreamer:gst_debug=true
-Dgstreamer:ptp-helper=disabled # needs rustc toolchain setup
# gst-plugins-base
-Dgst-plugins-base:gl_winsys=${PLUGIN_BASE_WINDOW_SYSTEM}
-Dgst-plugins-base:gl_platform=${PLUGIN_BASE_GL_PLATFORM}
Expand Down
4 changes: 2 additions & 2 deletions ports/gstreamer/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gstreamer",
"version": "1.24.7",
"port-version": 2,
"port-version": 3,
"description": "GStreamer open-source multimedia framework core library",
"homepage": "https://gstreamer.freedesktop.org/",
"license": "LGPL-2.0-only",
Expand Down Expand Up @@ -418,7 +418,6 @@
"nls": {
"description": "National language support",
"dependencies": [
"gettext",
{
"name": "gettext",
"host": true,
Expand All @@ -427,6 +426,7 @@
"tools"
]
},
"gettext-libintl",
{
"name": "gstreamer",
"default-features": false,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3306,7 +3306,7 @@
},
"gstreamer": {
"baseline": "1.24.7",
"port-version": 2
"port-version": 3
},
"gtest": {
"baseline": "1.15.2",
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": "8493048108e3a71b0a0271309f86dba4df884394",
"version": "1.24.7",
"port-version": 3
},
{
"git-tree": "895e28954cc355e23abad8b4babb540f5de2db6b",
"version": "1.24.7",
Expand Down

0 comments on commit 597956c

Please sign in to comment.