Update repository URL for gtk-rs "core" crates

This commit is contained in:
Guillaume Gomez 2021-05-12 15:10:16 +02:00
parent d30e626e79
commit 6fdf35846e
45 changed files with 74 additions and 73 deletions

View file

@ -37,4 +37,5 @@ unknown-registry = "deny"
unknown-git = "deny"
allow-git = [
"https://github.com/gtk-rs/gtk-rs",
"https://github.com/gtk-rs/gtk-rs-core",
]

View file

@ -6,7 +6,7 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>"]
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", path = "../gstreamer" }
gst-gl = { package = "gstreamer-gl", path = "../gstreamer-gl", optional = true }
gst-gl-egl = { package = "gstreamer-gl-egl", path = "../gstreamer-gl/egl", optional = true }
@ -22,16 +22,16 @@ ges = { package = "gstreamer-editing-services", path = "../gstreamer-editing-ser
gst-sdp = { package = "gstreamer-sdp", path = "../gstreamer-sdp", optional = true }
gst-rtsp = { package = "gstreamer-rtsp", path = "../gstreamer-rtsp", optional = true }
gst-rtsp-server = { package = "gstreamer-rtsp-server", path = "../gstreamer-rtsp-server", optional = true }
gtk = { git = "https://github.com/gtk-rs/gtk-rs", optional = true }
gdk = { 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 }
gdk = { git = "https://github.com/gtk-rs/gtk3-rs", optional = true }
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", optional = true }
anyhow = "1.0"
derive_more = "0.99.5"
futures = "0.3"
byte-slice-cast = "1"
cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs", features=["use_glib"], optional = true }
pango = { git = "https://github.com/gtk-rs/gtk-rs", optional = true }
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs", optional = true }
cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", features=["use_glib"], optional = true }
pango = { git = "https://github.com/gtk-rs/gtk-rs-core", optional = true }
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core", optional = true }
glutin = { version = "0.26", optional = true }
once_cell = "1.0"
image = { version="0.23", optional = true }

View file

@ -18,7 +18,7 @@ futures-sink = "0.3"
bitflags = "1.0"
libc = "0.2"
ffi = { package = "gstreamer-app-sys", path = "sys", features = ["v1_8"] }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../gstreamer" }
gst-base = { package = "gstreamer-base", path = "../gstreamer-base" }
once_cell = "1.0"

View file

@ -5,7 +5,7 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-base-sys]
path = "../../gstreamer-base/sys"

View file

@ -17,7 +17,7 @@ libc = "0.2"
cfg-if = "1.0"
bitflags = "1.0"
ffi = { package = "gstreamer-audio-sys", path = "sys", features = ["v1_8"] }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../gstreamer" }
gst-base = { package = "gstreamer-base", path = "../gstreamer-base" }
array-init = "2.0"

View file

@ -5,10 +5,10 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-base-sys]
path = "../../gstreamer-base/sys"

View file

@ -17,7 +17,7 @@ cfg-if = "1.0"
libc = "0.2"
bitflags = "1.0"
ffi = { package = "gstreamer-base-sys", path = "sys", features = ["v1_8"] }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../gstreamer" }
[features]

View file

@ -5,10 +5,10 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-sys]
path = "../../gstreamer/sys"

View file

@ -15,7 +15,7 @@ edition = "2018"
[dependencies]
bitflags = "1.0"
ffi = { package = "gstreamer-check-sys", path = "sys", features = ["v1_8"] }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../gstreamer" }
[features]

View file

@ -5,10 +5,10 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-sys]
path = "../../gstreamer/sys"

View file

@ -16,7 +16,7 @@ edition = "2018"
bitflags = "1.0"
once_cell = "1.0"
ffi = { package = "gstreamer-controller-sys", path = "sys", features = ["v1_8"] }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../gstreamer" }
[features]

View file

@ -6,10 +6,10 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-sys]
path = "../../gstreamer/sys"

View file

@ -16,8 +16,8 @@ edition = "2018"
libc = "0.2"
bitflags = "1.0"
ffi = { package = "gstreamer-editing-services-sys", path = "sys", features = ["v1_8"]}
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", path = "../gstreamer" }
gst-base = { package = "gstreamer-base", path = "../gstreamer-base" }
gst-pbutils = { package = "gstreamer-pbutils", path = "../gstreamer-pbutils" }

View file

@ -5,13 +5,13 @@ system-deps = "3"
libc = "0.2"
[dependencies.gio-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-pbutils-sys]
path = "../../gstreamer-pbutils/sys"

View file

@ -21,7 +21,7 @@ byteorder = "1"
libc = "0.2"
once_cell = "1.0"
ffi = { package = "gstreamer-gl-sys", path = "sys" }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../gstreamer", features = ["v1_14"] }
gst-base = { package = "gstreamer-base", path = "../gstreamer-base", features = ["v1_14"] }
gst-video = { package = "gstreamer-video", path = "../gstreamer-video", features = ["v1_14"] }

View file

@ -19,7 +19,7 @@ edition = "2018"
libc = "0.2"
ffi = { package = "gstreamer-gl-egl-sys", path = "sys" }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../../gstreamer", features = ["v1_14"] }
gst-gl = { package = "gstreamer-gl", path = "../" }

View file

@ -34,7 +34,7 @@ name = "gstreamer_gl_egl_sys"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-gl-sys]
path = "../../sys"

View file

@ -5,10 +5,10 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-base-sys]
path = "../../gstreamer-base/sys"

View file

@ -19,7 +19,7 @@ edition = "2018"
libc = "0.2"
ffi = { package = "gstreamer-gl-wayland-sys", path = "sys" }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../../gstreamer", features = ["v1_14"] }
gst-gl = { package = "gstreamer-gl", path = "../" }

View file

@ -34,7 +34,7 @@ name = "gstreamer_gl_wayland_sys"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-gl-sys]
path = "../../sys"

View file

@ -19,7 +19,7 @@ edition = "2018"
libc = "0.2"
ffi = { package = "gstreamer-gl-x11-sys", path = "sys" }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../../gstreamer", features = ["v1_14"] }
gst-gl = { package = "gstreamer-gl", path = "../" }

View file

@ -34,7 +34,7 @@ name = "gstreamer_gl_x11_sys"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-gl-sys]
path = "../../sys"

View file

@ -5,7 +5,7 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-base-sys]
path = "../../gstreamer-base/sys"

View file

@ -14,9 +14,9 @@ edition = "2018"
[dependencies]
ffi = { package = "gstreamer-net-sys", path = "sys", features = ["v1_8"] }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../gstreamer" }
gio = { git = "https://github.com/gtk-rs/gtk-rs" }
gio = { git = "https://github.com/gtk-rs/gtk-rs-core" }
[features]
default = []

View file

@ -5,10 +5,10 @@ system-deps = "3"
libc = "0.2"
[dependencies.gio-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-sys]
path = "../../gstreamer/sys"

View file

@ -16,7 +16,7 @@ edition = "2018"
bitflags = "1.0"
libc = "0.2"
ffi = { package = "gstreamer-pbutils-sys", path = "sys", features = ["v1_8"] }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../gstreamer" }
thiserror = "1.0"

View file

@ -5,10 +5,10 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-audio-sys]
path = "../../gstreamer-audio/sys"

View file

@ -16,7 +16,7 @@ edition = "2018"
bitflags = "1.0"
libc = "0.2"
ffi = { package = "gstreamer-player-sys", path = "sys" }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../gstreamer", features = ["v1_12"] }
gst-video = { package = "gstreamer-video", path = "../gstreamer-video", features = ["v1_12"] }
once_cell = "1.0"

View file

@ -5,10 +5,10 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-sys]
path = "../../gstreamer/sys"

View file

@ -16,7 +16,7 @@ edition = "2018"
bitflags = "1.0"
once_cell = "1.0"
ffi = { package = "gstreamer-rtp-sys", path = "sys", features = ["v1_8"] }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../gstreamer" }
[features]

View file

@ -5,7 +5,7 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-base-sys]
path = "../../gstreamer-base/sys"

View file

@ -17,8 +17,8 @@ bitflags = "1.0"
libc = "0.2"
once_cell = "1.0"
ffi = { package = "gstreamer-rtsp-server-sys", path = "sys", features = ["v1_8"] }
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", path = "../gstreamer" }
gst-sdp = { package = "gstreamer-sdp", path = "../gstreamer-sdp" }
gst-rtsp = { package = "gstreamer-rtsp", path = "../gstreamer-rtsp" }

View file

@ -5,13 +5,13 @@ system-deps = "3"
libc = "0.2"
[dependencies.gio-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-net-sys]
path = "../../gstreamer-net/sys"

View file

@ -16,7 +16,7 @@ edition = "2018"
bitflags = "1.0"
libc = "0.2"
ffi = { package = "gstreamer-rtsp-sys", path = "sys", features = ["v1_8"] }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../gstreamer" }
gst-sdp = { package = "gstreamer-sdp", path = "../gstreamer-sdp" }

View file

@ -5,13 +5,13 @@ system-deps = "3"
libc = "0.2"
[dependencies.gio-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-sdp-sys]
path = "../../gstreamer-sdp/sys"

View file

@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
ffi = { package = "gstreamer-sdp-sys", path = "sys", features = ["v1_8"] }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../gstreamer" }
[features]

View file

@ -5,7 +5,7 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-sys]
path = "../../gstreamer/sys"

View file

@ -5,10 +5,10 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-sys]
path = "../../gstreamer/sys"

View file

@ -17,7 +17,7 @@ bitflags = "1.0"
libc = "0.2"
cfg-if = "1.0"
ffi = { package = "gstreamer-video-sys", path = "sys", features = ["v1_8"] }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../gstreamer" }
gst-base = { package = "gstreamer-base", path = "../gstreamer-base" }
once_cell = "1.0"

View file

@ -5,10 +5,10 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-base-sys]
path = "../../gstreamer-base/sys"

View file

@ -15,7 +15,7 @@ edition = "2018"
[dependencies]
libc = "0.2"
ffi = { package = "gstreamer-webrtc-sys", path = "sys" }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", path = "../gstreamer", features = ["v1_14"] }
gst-sdp = { package = "gstreamer-sdp", path = "../gstreamer-sdp", features = ["v1_14"] }

View file

@ -5,10 +5,10 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-sdp-sys]
path = "../../gstreamer-sdp/sys"

View file

@ -17,7 +17,7 @@ bitflags = "1.0"
cfg-if = "1.0"
libc = "0.2"
ffi = { package = "gstreamer-sys", path = "sys", features = ["v1_8"] }
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
num-integer = { version = "0.1", default-features = false, features = [] }
num-rational = { version = "0.4", default-features = false, features = [] }
once_cell = "1.0"

View file

@ -5,10 +5,10 @@ system-deps = "3"
libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
[dev-dependencies]
shell-words = "1.0.0"

View file

@ -6,9 +6,9 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>"]
edition = "2018"
[dependencies]
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
gdk = { git = "https://github.com/gtk-rs/gtk-rs", optional = true }
gtk = { git = "https://github.com/gtk-rs/gtk-rs", optional = true }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gdk = { git = "https://github.com/gtk-rs/gtk3-rs", optional = true }
gtk = { git = "https://github.com/gtk-rs/gtk3-rs", optional = true }
gst = { package = "gstreamer", path = "../gstreamer" }
gst-audio = { package = "gstreamer-audio", path = "../gstreamer-audio" }
gst-video = { package = "gstreamer-video", path = "../gstreamer-video", optional = true }