Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-05-13 09:50:08 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-05-13 09:50:08 +0300
commit04a60b8f46fb936a8cc26cad369423f0ebc2a2d1 (patch)
tree3df2797028883dd47bbbbbf3f3302bd95d00e833 /audio
parent97b6a9099fc36285ff7698043e7869270ee493ac (diff)
Update repository URL for gtk-rs "core" crates
Diffstat (limited to 'audio')
-rw-r--r--audio/audiofx/Cargo.toml2
-rw-r--r--audio/claxon/Cargo.toml2
-rw-r--r--audio/csound/Cargo.toml2
-rw-r--r--audio/lewton/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml
index d98fb2e6d..cc0aa8dca 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 322471fa5..20f9b7d61 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 8662773aa..349ed15a9 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 ec1bfe78e..6f8638ca8 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 }