From 383d8e2668e5c82f90139c599a604e65c2db38f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 10 Aug 2023 17:12:16 +0300 Subject: Add version to gst-plugin-gtk4 dependencies --- utils/fallbackswitch/Cargo.toml | 2 +- utils/livesync/Cargo.toml | 2 +- utils/togglerecord/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/fallbackswitch/Cargo.toml b/utils/fallbackswitch/Cargo.toml index 237b75483..7acb01946 100644 --- a/utils/fallbackswitch/Cargo.toml +++ b/utils/fallbackswitch/Cargo.toml @@ -13,7 +13,7 @@ gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/g gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.21", version = "0.21" } gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.21", version = "0.21" } gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.21", version = "0.21" } -gst-plugin-gtk4 = { path = "../../video/gtk4", optional = true } +gst-plugin-gtk4 = { path = "../../video/gtk4", optional = true, version = "0.11" } gtk = { package = "gtk4", git = "https://github.com/gtk-rs/gtk4-rs", branch = "0.7", version = "0.7", optional = true } gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18", optional = true } parking_lot = "0.12" diff --git a/utils/livesync/Cargo.toml b/utils/livesync/Cargo.toml index 8d1c1e787..1aaa31c79 100644 --- a/utils/livesync/Cargo.toml +++ b/utils/livesync/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.70" gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18", optional = true } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.21", version = "0.21" } gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.21", version = "0.21" } -gst-plugin-gtk4 = { path = "../../video/gtk4", optional = true } +gst-plugin-gtk4 = { path = "../../video/gtk4", optional = true, version = "0.11" } gtk = { package = "gtk4", git = "https://github.com/gtk-rs/gtk4-rs", branch = "0.7", version = "0.7", optional = true } muldiv = "1.0" num-rational = { version = "0.4", default-features = false, features = [] } diff --git a/utils/togglerecord/Cargo.toml b/utils/togglerecord/Cargo.toml index 55255b410..fe11d9d49 100644 --- a/utils/togglerecord/Cargo.toml +++ b/utils/togglerecord/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.70" gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.21", version = "0.21" } gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.21", version = "0.21" } gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.21", version = "0.21" } -gst-plugin-gtk4 = { path = "../../video/gtk4", optional = true } +gst-plugin-gtk4 = { path = "../../video/gtk4", optional = true, version = "0.11" } gtk = { package = "gtk4", git = "https://github.com/gtk-rs/gtk4-rs", branch = "0.7", version = "0.7", optional = true } gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18", optional = true } parking_lot = "0.12" -- cgit v1.2.3