diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index d98fb2e6..cc0aa8dc 100644 --- a/audio/audiofx/Cargo.toml +++ b/audio/audiofx/Cargo.toml @@ -8,7 +8,7 @@ description = "Rust AudioFx Plugin" edition = "2018" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] } gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] } gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] } diff --git a/audio/claxon/Cargo.toml b/audio/claxon/Cargo.toml index 322471fa..20f9b7d6 100644 --- a/audio/claxon/Cargo.toml +++ b/audio/claxon/Cargo.toml @@ -8,7 +8,7 @@ description = "Claxon FLAC Decoder Plugin" edition = "2018" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } claxon = { version = "0.4" } diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml index 8662773a..349ed15a 100644 --- a/audio/csound/Cargo.toml +++ b/audio/csound/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" description = "An Audio filter plugin based on Csound" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml index ec1bfe78..6f8638ca 100644 --- a/audio/lewton/Cargo.toml +++ b/audio/lewton/Cargo.toml @@ -8,7 +8,7 @@ description = "lewton Vorbis Decoder Plugin" edition = "2018" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } lewton = { version = "0.10", default-features = false } diff --git a/generic/file/Cargo.toml b/generic/file/Cargo.toml index 8e36d482..7da17899 100644 --- a/generic/file/Cargo.toml +++ b/generic/file/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] url = "2" -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } once_cell = "1.0" diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml index ae88afd4..7cb0f9fa 100644 --- a/generic/sodium/Cargo.toml +++ b/generic/sodium/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" edition = "2018" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_14"], package="gstreamer" } gst-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_14"], package = "gstreamer-base" } sodiumoxide = "0.2.1" diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml index 2fa34458..6e14d207 100644 --- a/generic/threadshare/Cargo.toml +++ b/generic/threadshare/Cargo.toml @@ -9,8 +9,8 @@ edition = "2018" [dependencies] libc = "0.2" -glib = { git = "https://github.com/gtk-rs/gtk-rs" } -gio = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } +gio = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features=["v1_10"] } gst-net = { package = "gstreamer-net", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-rtp = { package = "gstreamer-rtp", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } diff --git a/net/reqwest/Cargo.toml b/net/reqwest/Cargo.toml index e0072d6e..65a8d2d7 100644 --- a/net/reqwest/Cargo.toml +++ b/net/reqwest/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] url = "2.1" -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } reqwest = { version = "0.11", features = ["cookies", "gzip"] } futures = "0.3" hyperx = "1.0" diff --git a/net/rusoto/Cargo.toml b/net/rusoto/Cargo.toml index 116f9d06..ad3163d1 100644 --- a/net/rusoto/Cargo.toml +++ b/net/rusoto/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] bytes = "1.0" futures = "0.3" -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] } gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] } rusoto_core = "0.46" diff --git a/text/json/Cargo.toml b/text/json/Cargo.toml index fb977a41..59b7641c 100644 --- a/text/json/Cargo.toml +++ b/text/json/Cargo.toml @@ -8,7 +8,7 @@ description = "Rust JSON Plugin" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } once_cell = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["raw_value"] } diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml index e7a7750b..563c7d95 100644 --- a/text/regex/Cargo.toml +++ b/text/regex/Cargo.toml @@ -8,7 +8,7 @@ description = "Rust Regular Expression Plugin" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } once_cell = "1.0" regex = "1" diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml index 2254ffc7..07f523cf 100644 --- a/text/wrap/Cargo.toml +++ b/text/wrap/Cargo.toml @@ -8,7 +8,7 @@ description = "Rust Text Wrap Plugin" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } once_cell = "1.0" textwrap = { version = "0.13.2", features = ["hyphenation"] } hyphenation = "0.8" diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml index 880dea6b..63dde729 100644 --- a/tutorial/Cargo.toml +++ b/tutorial/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" description = "Rust Tutorial Plugin" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } diff --git a/utils/fallbackswitch/Cargo.toml b/utils/fallbackswitch/Cargo.toml index 854b51cf..219fbd9a 100644 --- a/utils/fallbackswitch/Cargo.toml +++ b/utils/fallbackswitch/Cargo.toml @@ -9,13 +9,13 @@ description = "Fallback Switcher Plugin" [dependencies] libc = { version = "0.2", optional = true } -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_14"] } gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] } gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_14"] } gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_14"] } -gtk = { git = "https://github.com/gtk-rs/gtk-rs", optional = true } -gio = { git = "https://github.com/gtk-rs/gtk-rs", optional = true } +gtk = { git = "https://github.com/gtk-rs/gtk3-rs", optional = true } +gio = { git = "https://github.com/gtk-rs/gtk-rs-core", optional = true } once_cell = "1.0" [dev-dependencies] diff --git a/utils/togglerecord/Cargo.toml b/utils/togglerecord/Cargo.toml index 8981369a..60220119 100644 --- a/utils/togglerecord/Cargo.toml +++ b/utils/togglerecord/Cargo.toml @@ -8,12 +8,12 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" edition = "2018" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } -gtk = { git = "https://github.com/gtk-rs/gtk-rs", optional = true } -gio = { git = "https://github.com/gtk-rs/gtk-rs", optional = true } +gtk = { git = "https://github.com/gtk-rs/gtk3-rs", optional = true } +gio = { git = "https://github.com/gtk-rs/gtk-rs-core", optional = true } parking_lot = "0.11" more-asserts = "0.2" once_cell = "1.0" diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml index 30db58d9..9046b83f 100644 --- a/video/cdg/Cargo.toml +++ b/video/cdg/Cargo.toml @@ -8,7 +8,7 @@ description = "CDG Plugin" edition = "2018" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] } gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] } gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] } diff --git a/video/closedcaption/Cargo.toml b/video/closedcaption/Cargo.toml index accab324..2056e397 100644 --- a/video/closedcaption/Cargo.toml +++ b/video/closedcaption/Cargo.toml @@ -8,16 +8,16 @@ description = "Rust Closed Caption Plugin" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } nom = "6.0" either = "1" uuid = { version = "0.8", features = ["v4"] } chrono = "0.4" once_cell = "1.0" atomic_refcell = "0.1" -cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs", features=["use_glib"] } -pango = { git = "https://github.com/gtk-rs/gtk-rs" } -pangocairo = { git = "https://github.com/gtk-rs/gtk-rs" } +cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", features=["use_glib"] } +pango = { git = "https://github.com/gtk-rs/gtk-rs-core" } +pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core" } byteorder = "1" serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["raw_value"] } diff --git a/video/dav1d/Cargo.toml b/video/dav1d/Cargo.toml index 66b8dc84..87ca7b3d 100644 --- a/video/dav1d/Cargo.toml +++ b/video/dav1d/Cargo.toml @@ -9,7 +9,7 @@ description = "Dav1d Plugin" [dependencies] dav1d = "0.6" -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] } diff --git a/video/flavors/Cargo.toml b/video/flavors/Cargo.toml index bb60f8fe..edf05bcd 100644 --- a/video/flavors/Cargo.toml +++ b/video/flavors/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" description = "Rust FLV Plugin" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } num-rational = { version = "0.4", default-features = false, features = [] } diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml index 430da848..c0834168 100644 --- a/video/gif/Cargo.toml +++ b/video/gif/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" description = "GStreamer GIF plugin" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gif = "0.11" diff --git a/video/hsv/Cargo.toml b/video/hsv/Cargo.toml index 45acbd34..80e8610f 100644 --- a/video/hsv/Cargo.toml +++ b/video/hsv/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" description = "HSV manipulation elements, written in Rust" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml index 88a81879..eca2800f 100644 --- a/video/rav1e/Cargo.toml +++ b/video/rav1e/Cargo.toml @@ -8,7 +8,7 @@ description = "rav1e AV1 Encoder Plugin" edition = "2018" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] } rav1e = { version = "0.4", default-features = false } diff --git a/video/rspng/Cargo.toml b/video/rspng/Cargo.toml index 71095a40..ab1e79ea 100644 --- a/video/rspng/Cargo.toml +++ b/video/rspng/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" description = "An PNG encoder/decoder written in pure Rust" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst_video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } png = "0.16.3" diff --git a/video/webp/Cargo.toml b/video/webp/Cargo.toml index 29bc1ea4..f103b982 100644 --- a/video/webp/Cargo.toml +++ b/video/webp/Cargo.toml @@ -8,7 +8,7 @@ description = "WebP Plugin" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } once_cell = "1.0" libwebp-sys2 = { version = "0.1.2", features = ["demux", "0_5"] }