Update to released versions of gtk-rs / gstreamer-rs dependencies

This commit is contained in:
Sebastian Dröge 2024-07-11 17:52:48 +03:00
parent 0ed46425f6
commit e0cc60b815
2 changed files with 75 additions and 75 deletions

48
Cargo.lock generated
View file

@ -168,8 +168,8 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
[[package]] [[package]]
name = "cairo-rs" name = "cairo-rs"
version = "0.21.0" version = "0.20.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#1848d854485d47de840c756b800fbabfc477c1fd" source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.20#32b170cf4a931db32b3c604aa23c5213196e152c"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"cairo-sys-rs", "cairo-sys-rs",
@ -180,8 +180,8 @@ dependencies = [
[[package]] [[package]]
name = "cairo-sys-rs" name = "cairo-sys-rs"
version = "0.21.0" version = "0.20.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#1848d854485d47de840c756b800fbabfc477c1fd" source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.20#32b170cf4a931db32b3c604aa23c5213196e152c"
dependencies = [ dependencies = [
"glib-sys", "glib-sys",
"libc", "libc",
@ -677,8 +677,8 @@ dependencies = [
[[package]] [[package]]
name = "gio" name = "gio"
version = "0.21.0" version = "0.20.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#1848d854485d47de840c756b800fbabfc477c1fd" source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.20#32b170cf4a931db32b3c604aa23c5213196e152c"
dependencies = [ dependencies = [
"futures-channel", "futures-channel",
"futures-core", "futures-core",
@ -694,8 +694,8 @@ dependencies = [
[[package]] [[package]]
name = "gio-sys" name = "gio-sys"
version = "0.21.0" version = "0.20.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#1848d854485d47de840c756b800fbabfc477c1fd" source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.20#32b170cf4a931db32b3c604aa23c5213196e152c"
dependencies = [ dependencies = [
"glib-sys", "glib-sys",
"gobject-sys", "gobject-sys",
@ -723,8 +723,8 @@ dependencies = [
[[package]] [[package]]
name = "glib" name = "glib"
version = "0.21.0" version = "0.20.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#1848d854485d47de840c756b800fbabfc477c1fd" source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.20#32b170cf4a931db32b3c604aa23c5213196e152c"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"futures-channel", "futures-channel",
@ -744,8 +744,8 @@ dependencies = [
[[package]] [[package]]
name = "glib-macros" name = "glib-macros"
version = "0.21.0" version = "0.20.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#1848d854485d47de840c756b800fbabfc477c1fd" source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.20#32b170cf4a931db32b3c604aa23c5213196e152c"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro-crate", "proc-macro-crate",
@ -756,8 +756,8 @@ dependencies = [
[[package]] [[package]]
name = "glib-sys" name = "glib-sys"
version = "0.21.0" version = "0.20.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#1848d854485d47de840c756b800fbabfc477c1fd" source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.20#32b170cf4a931db32b3c604aa23c5213196e152c"
dependencies = [ dependencies = [
"libc", "libc",
"system-deps", "system-deps",
@ -830,8 +830,8 @@ dependencies = [
[[package]] [[package]]
name = "gobject-sys" name = "gobject-sys"
version = "0.21.0" version = "0.20.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#1848d854485d47de840c756b800fbabfc477c1fd" source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.20#32b170cf4a931db32b3c604aa23c5213196e152c"
dependencies = [ dependencies = [
"glib-sys", "glib-sys",
"libc", "libc",
@ -1908,8 +1908,8 @@ dependencies = [
[[package]] [[package]]
name = "pango" name = "pango"
version = "0.21.0" version = "0.20.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#1848d854485d47de840c756b800fbabfc477c1fd" source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.20#32b170cf4a931db32b3c604aa23c5213196e152c"
dependencies = [ dependencies = [
"gio", "gio",
"glib", "glib",
@ -1919,8 +1919,8 @@ dependencies = [
[[package]] [[package]]
name = "pango-sys" name = "pango-sys"
version = "0.21.0" version = "0.20.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#1848d854485d47de840c756b800fbabfc477c1fd" source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.20#32b170cf4a931db32b3c604aa23c5213196e152c"
dependencies = [ dependencies = [
"glib-sys", "glib-sys",
"gobject-sys", "gobject-sys",
@ -1930,8 +1930,8 @@ dependencies = [
[[package]] [[package]]
name = "pangocairo" name = "pangocairo"
version = "0.21.0" version = "0.20.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#1848d854485d47de840c756b800fbabfc477c1fd" source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.20#32b170cf4a931db32b3c604aa23c5213196e152c"
dependencies = [ dependencies = [
"cairo-rs", "cairo-rs",
"glib", "glib",
@ -1942,8 +1942,8 @@ dependencies = [
[[package]] [[package]]
name = "pangocairo-sys" name = "pangocairo-sys"
version = "0.21.0" version = "0.20.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#1848d854485d47de840c756b800fbabfc477c1fd" source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.20#32b170cf4a931db32b3c604aa23c5213196e152c"
dependencies = [ dependencies = [
"cairo-sys-rs", "cairo-sys-rs",
"glib-sys", "glib-sys",

View file

@ -115,55 +115,55 @@ edition = "2021"
rust-version = "1.71.1" rust-version = "1.71.1"
[workspace.dependencies] [workspace.dependencies]
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" } gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.20", version = "0.20" }
gio-sys = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" } gio-sys = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.20", version = "0.20" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.20", version = "0.20" }
glib-sys = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" } glib-sys = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.20", version = "0.20" }
gobject-sys = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" } gobject-sys = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.20", version = "0.20" }
cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" } cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.20", version = "0.20" }
pango = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" } pango = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.20", version = "0.20" }
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" } pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.20", version = "0.20" }
gstreamer-allocators-sys = { path = "gstreamer-allocators/sys" } gstreamer-allocators-sys = { path = "gstreamer-allocators/sys", version = "0.23" }
gstreamer-analytics-sys = { path = "gstreamer-analytics/sys" } gstreamer-analytics-sys = { path = "gstreamer-analytics/sys", version = "0.23" }
gstreamer-app-sys = { path = "gstreamer-app/sys" } gstreamer-app-sys = { path = "gstreamer-app/sys", version = "0.23" }
gstreamer-audio-sys = { path = "./gstreamer-audio/sys"} gstreamer-audio-sys = { path = "./gstreamer-audio/sys", version = "0.23" }
gstreamer-base-sys = { path = "./gstreamer-base/sys"} gstreamer-base-sys = { path = "./gstreamer-base/sys", version = "0.23" }
gstreamer-check-sys = { path = "./gstreamer-check/sys" } gstreamer-check-sys = { path = "./gstreamer-check/sys", version = "0.23" }
gstreamer-controller-sys = { path = "./gstreamer-controller/sys" } gstreamer-controller-sys = { path = "./gstreamer-controller/sys", version = "0.23" }
gstreamer-editing-services-sys = { path = "./gstreamer-editing-services/sys"} gstreamer-editing-services-sys = { path = "./gstreamer-editing-services/sys"}
gstreamer-gl-egl-sys = { path = "./gstreamer-gl/egl/sys"} gstreamer-gl-egl-sys = { path = "./gstreamer-gl/egl/sys", version = "0.23" }
gstreamer-gl-wayland-sys = { path = "./gstreamer-gl/wayland/sys"} gstreamer-gl-wayland-sys = { path = "./gstreamer-gl/wayland/sys", version = "0.23" }
gstreamer-gl-x11-sys = { path = "./gstreamer-gl/x11/sys"} gstreamer-gl-x11-sys = { path = "./gstreamer-gl/x11/sys", version = "0.23" }
gstreamer-gl-sys = { path = "./gstreamer-gl/sys"} gstreamer-gl-sys = { path = "./gstreamer-gl/sys", version = "0.23" }
gstreamer-mpegts-sys = { path = "./gstreamer-mpegts/sys"} gstreamer-mpegts-sys = { path = "./gstreamer-mpegts/sys", version = "0.23" }
gstreamer-net-sys = { path = "./gstreamer-net/sys"} gstreamer-net-sys = { path = "./gstreamer-net/sys", version = "0.23" }
gstreamer-pbutils-sys = { path = "./gstreamer-pbutils/sys"} gstreamer-pbutils-sys = { path = "./gstreamer-pbutils/sys", version = "0.23" }
gstreamer-play-sys = { path = "./gstreamer-play/sys" } gstreamer-play-sys = { path = "./gstreamer-play/sys", version = "0.23" }
gstreamer-player-sys = { path = "./gstreamer-player/sys" } gstreamer-player-sys = { path = "./gstreamer-player/sys", version = "0.23" }
gstreamer-rtp-sys = { path = "./gstreamer-rtp/sys" } gstreamer-rtp-sys = { path = "./gstreamer-rtp/sys", version = "0.23" }
gstreamer-rtsp-sys = { path = "./gstreamer-rtsp/sys"} gstreamer-rtsp-sys = { path = "./gstreamer-rtsp/sys", version = "0.23" }
gstreamer-rtsp-server-sys = { path = "./gstreamer-rtsp-server/sys" } gstreamer-rtsp-server-sys = { path = "./gstreamer-rtsp-server/sys", version = "0.23" }
gstreamer-sdp-sys = { path = "./gstreamer-sdp/sys"} gstreamer-sdp-sys = { path = "./gstreamer-sdp/sys", version = "0.23" }
gstreamer-tag-sys = { path = "./gstreamer-tag/sys" } gstreamer-tag-sys = { path = "./gstreamer-tag/sys", version = "0.23" }
gstreamer-sys = { path = "./gstreamer/sys"} gstreamer-sys = { path = "./gstreamer/sys", version = "0.23" }
gstreamer-validate-sys = { path = "./gstreamer-validate/sys" } gstreamer-validate-sys = { path = "./gstreamer-validate/sys", version = "0.23" }
gstreamer-video-sys = { path = "./gstreamer-video/sys"} gstreamer-video-sys = { path = "./gstreamer-video/sys", version = "0.23" }
gstreamer-webrtc-sys = { path = "./gstreamer-webrtc/sys" } gstreamer-webrtc-sys = { path = "./gstreamer-webrtc/sys", version = "0.23" }
ges = { package = "gstreamer-editing-services", path = "./gstreamer-editing-services" } ges = { package = "gstreamer-editing-services", path = "./gstreamer-editing-services", version = "0.23" }
gst = { package = "gstreamer", path = "./gstreamer" } gst = { package = "gstreamer", path = "./gstreamer", version = "0.23" }
gst-allocators = { package = "gstreamer-allocators", path = "./gstreamer-allocators" } gst-allocators = { package = "gstreamer-allocators", path = "./gstreamer-allocators", version = "0.23" }
gst-app = { package = "gstreamer-app", path = "./gstreamer-app" } gst-app = { package = "gstreamer-app", path = "./gstreamer-app", version = "0.23" }
gst-audio = { package = "gstreamer-audio", path = "./gstreamer-audio" } gst-audio = { package = "gstreamer-audio", path = "./gstreamer-audio", version = "0.23" }
gst-base = { package = "gstreamer-base", path = "./gstreamer-base" } gst-base = { package = "gstreamer-base", path = "./gstreamer-base", version = "0.23" }
gst-check = { package = "gstreamer-check", path = "./gstreamer-check" } gst-check = { package = "gstreamer-check", path = "./gstreamer-check", version = "0.23" }
gst-gl = { package = "gstreamer-gl", path = "./gstreamer-gl" } gst-gl = { package = "gstreamer-gl", path = "./gstreamer-gl", version = "0.23" }
gst-gl-egl = { package = "gstreamer-gl-egl", path = "./gstreamer-gl/egl" } gst-gl-egl = { package = "gstreamer-gl-egl", path = "./gstreamer-gl/egl", version = "0.23" }
gst-gl-x11 = { package = "gstreamer-gl-x11", path = "./gstreamer-gl/x11" } gst-gl-x11 = { package = "gstreamer-gl-x11", path = "./gstreamer-gl/x11", version = "0.23" }
gst-net = { package = "gstreamer-net", path = "./gstreamer-net" } gst-net = { package = "gstreamer-net", path = "./gstreamer-net", version = "0.23" }
gst-pbutils = { package = "gstreamer-pbutils", path = "./gstreamer-pbutils" } gst-pbutils = { package = "gstreamer-pbutils", path = "./gstreamer-pbutils", version = "0.23" }
gst-play = { package = "gstreamer-play", path = "./gstreamer-play" } gst-play = { package = "gstreamer-play", path = "./gstreamer-play", version = "0.23" }
gst-player = { package = "gstreamer-player", path = "./gstreamer-player" } gst-player = { package = "gstreamer-player", path = "./gstreamer-player", version = "0.23" }
gst-rtsp = { package = "gstreamer-rtsp", path = "./gstreamer-rtsp" } gst-rtsp = { package = "gstreamer-rtsp", path = "./gstreamer-rtsp", version = "0.23" }
gst-rtsp-server = { package = "gstreamer-rtsp-server", path = "./gstreamer-rtsp-server" } gst-rtsp-server = { package = "gstreamer-rtsp-server", path = "./gstreamer-rtsp-server", version = "0.23" }
gst-sdp = { package = "gstreamer-sdp", path = "./gstreamer-sdp" } gst-sdp = { package = "gstreamer-sdp", path = "./gstreamer-sdp", version = "0.23" }
gst-video = { package = "gstreamer-video", path = "./gstreamer-video" } gst-video = { package = "gstreamer-video", path = "./gstreamer-video", version = "0.23" }