diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index a289b5b7..85dd5fa9 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/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-audio = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } diff --git a/audio/claxon/Cargo.toml b/audio/claxon/Cargo.toml index 4baf2ce8..149af82c 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/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-audio = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-check = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml index 4393f3e3..034ea4cf 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/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } 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 bab708c3..1e5cef57 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/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-audio = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-check = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } diff --git a/deny.toml b/deny.toml index 94849dd1..a7ba26f9 100644 --- a/deny.toml +++ b/deny.toml @@ -137,13 +137,7 @@ unknown-registry = "deny" unknown-git = "deny" allow-git = [ "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", - "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys", - "https://github.com/gtk-rs/sys", - "https://github.com/gtk-rs/glib", - "https://github.com/gtk-rs/gio", - "https://github.com/gtk-rs/cairo", - "https://github.com/gtk-rs/pango", - "https://github.com/gtk-rs/pangocairo", + "https://github.com/gtk-rs/gtk-rs", "https://github.com/fengalin/tokio", "https://github.com/rust-av/flavors", ] diff --git a/generic/file/Cargo.toml b/generic/file/Cargo.toml index d811ba52..ae0f4b24 100644 --- a/generic/file/Cargo.toml +++ b/generic/file/Cargo.toml @@ -8,7 +8,7 @@ description = "Rust File Plugin" [dependencies] url = "2" -glib = { git = "https://github.com/gtk-rs/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } lazy_static = "1.0" diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml index 1ddb0b49..ebb68a00 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/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } 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 cbdf1507..1c8da3c4 100644 --- a/generic/threadshare/Cargo.toml +++ b/generic/threadshare/Cargo.toml @@ -9,17 +9,17 @@ edition = "2018" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } -gio-sys = { git = "https://github.com/gtk-rs/sys" } -glib = { git = "https://github.com/gtk-rs/glib" } -gio = { git = "https://github.com/gtk-rs/gio" } +glib-sys = { git = "https://github.com/gtk-rs/gtk-rs" } +gobject-sys = { git = "https://github.com/gtk-rs/gtk-rs" } +gio-sys = { git = "https://github.com/gtk-rs/gtk-rs" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } +gio = { git = "https://github.com/gtk-rs/gtk-rs" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features=["v1_10"] } gst-app = { package = "gstreamer-app", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-check = { package = "gstreamer-check", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } 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" } -gstreamer-sys = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys" } +gstreamer-sys = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } pin-project = "1" once_cell = "1" tokio = { git = "https://github.com/fengalin/tokio", tag = "tokio-0.2.13-throttling", features = ["io-util", "macros", "rt-core", "sync", "stream", "time", "tcp", "udp", "rt-util"] } diff --git a/net/reqwest/Cargo.toml b/net/reqwest/Cargo.toml index 5cd0ffc5..367f6fc7 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/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } reqwest = { version = "0.10", features = ["cookies", "gzip"] } futures = "0.3" hyperx = "1.0" diff --git a/net/rusoto/Cargo.toml b/net/rusoto/Cargo.toml index d577bac8..8e898bbc 100644 --- a/net/rusoto/Cargo.toml +++ b/net/rusoto/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] bytes = "0.5" futures = "0.3" -glib = { git = "https://github.com/gtk-rs/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] } gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] } rusoto_core = "0.45" diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml index e14a0180..594e1855 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/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } once_cell = "1.0" textwrap = { version = "0.12", features = ["hyphenation"] } hyphenation = "0.8" diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml index e89e8e2d..5c45fa9f 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/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-video = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } diff --git a/utils/fallbackswitch/Cargo.toml b/utils/fallbackswitch/Cargo.toml index f7001bb1..6f999415 100644 --- a/utils/fallbackswitch/Cargo.toml +++ b/utils/fallbackswitch/Cargo.toml @@ -9,16 +9,16 @@ description = "Fallback Switcher Plugin" [dependencies] libc = { version = "0.2", optional = true } -glib = { git = "https://github.com/gtk-rs/glib" } -glib-sys = { git = "https://github.com/gtk-rs/sys", optional = true } -gobject-sys = { git = "https://github.com/gtk-rs/sys", optional = true } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } +glib-sys = { git = "https://github.com/gtk-rs/gtk-rs", optional = true } +gobject-sys = { git = "https://github.com/gtk-rs/gtk-rs", optional = true } 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-sys = { package = "gstreamer-sys", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys", optional = true } +gst-sys = { package = "gstreamer-sys", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", optional = true } 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", optional = true } -gio = { git = "https://github.com/gtk-rs/gio", optional = true } +gtk = { git = "https://github.com/gtk-rs/gtk-rs", optional = true } +gio = { git = "https://github.com/gtk-rs/gtk-rs", optional = true } once_cell = "1.0" [dev-dependencies] diff --git a/utils/togglerecord/Cargo.toml b/utils/togglerecord/Cargo.toml index e71842d8..44c5ab5d 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/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-audio = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-video = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } -gtk = { git = "https://github.com/gtk-rs/gtk", optional = true } -gio = { git = "https://github.com/gtk-rs/gio", optional = true } +gtk = { git = "https://github.com/gtk-rs/gtk-rs", optional = true } +gio = { git = "https://github.com/gtk-rs/gtk-rs", optional = true } parking_lot = "0.11" more-asserts = "0.2" lazy_static = "1.0" diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml index 9d2e7f82..56a71e87 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/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] } gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] } 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 2e6ad5c6..1518bdaf 100644 --- a/video/closedcaption/Cargo.toml +++ b/video/closedcaption/Cargo.toml @@ -8,17 +8,17 @@ description = "Rust Closed Caption Plugin" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" [dependencies] -glib = { git = "https://github.com/gtk-rs/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } combine = "4.0" either = "1" uuid = { version = "0.8", features = ["v4"] } chrono = "0.4" lazy_static = "1.2" atomic_refcell = "0.1" -cairo-rs = { git = "https://github.com/gtk-rs/cairo", features=["use_glib"] } -cairo-sys-rs = { git = "https://github.com/gtk-rs/cairo" } -pango = { git = "https://github.com/gtk-rs/pango" } -pangocairo = { git = "https://github.com/gtk-rs/pangocairo" } +cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs", features=["use_glib"] } +cairo-sys-rs = { git = "https://github.com/gtk-rs/gtk-rs" } +pango = { git = "https://github.com/gtk-rs/gtk-rs" } +pangocairo = { git = "https://github.com/gtk-rs/gtk-rs" } byteorder = "1" [dependencies.gst] diff --git a/video/dav1d/Cargo.toml b/video/dav1d/Cargo.toml index f16b693e..ee2eaca3 100644 --- a/video/dav1d/Cargo.toml +++ b/video/dav1d/Cargo.toml @@ -9,7 +9,7 @@ description = "Dav1d Plugin" [dependencies] dav1d = "0.5" -glib = { git = "https://github.com/gtk-rs/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } 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 83c37824..df8d6ebe 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/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } num-rational = { version = "0.3", default-features = false, features = [] } diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml index 88ca28a8..6973980a 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/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-video = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-check = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml index f48af3fc..758903ed 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/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-video = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] } gstreamer-check = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } diff --git a/video/rspng/Cargo.toml b/video/rspng/Cargo.toml index 0e2409a6..aa5da4d0 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/glib" } +glib = { git = "https://github.com/gtk-rs/gtk-rs" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst_video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst_check = { package = "gstreamer-check", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }