Update versions of everything and use releases instead of GIT

This commit is contained in:
Sebastian Dröge 2018-09-08 20:30:21 +03:00
parent d768b08140
commit 307238b858
8 changed files with 42 additions and 42 deletions

View file

@ -6,12 +6,12 @@ repository = "https://github.com/sdroege/gst-plugin-rs"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
[dependencies] [dependencies]
gobject-subclass = { git = "https://github.com/gtk-rs/gobject-subclass" } gobject-subclass = "0.2"
gst-plugin = { path="../gst-plugin" } gst-plugin = { version = "0.3", path="../gst-plugin" }
glib = { git = "https://github.com/gtk-rs/glib" } glib = "0.6"
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer = "0.12"
gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-base = "0.12"
gstreamer-audio = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-audio = "0.12"
byte-slice-cast = "0.2" byte-slice-cast = "0.2"
num-traits = "0.2" num-traits = "0.2"

View file

@ -7,9 +7,9 @@ license = "MIT/Apache-2.0"
[dependencies] [dependencies]
url = "1.1" url = "1.1"
gst-plugin = { path="../gst-plugin" } gst-plugin = { version = "0.3", path="../gst-plugin" }
gst-plugin-simple = { path="../gst-plugin-simple" } gst-plugin-simple = { version = "0.3", path="../gst-plugin-simple" }
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer = "0.12"
[lib] [lib]
name = "gstrsfile" name = "gstrsfile"

View file

@ -7,9 +7,9 @@ license = "MIT/Apache-2.0"
[dependencies] [dependencies]
url = "1.1" url = "1.1"
gst-plugin = { path="../gst-plugin" } gst-plugin = { version = "0.3", path="../gst-plugin" }
gst-plugin-simple = { path="../gst-plugin-simple" } gst-plugin-simple = { version = "0.3", path="../gst-plugin-simple" }
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer = "0.12"
num-rational = { version = "0.2", default-features = false, features = [] } num-rational = { version = "0.2", default-features = false, features = [] }
nom = "3.0" nom = "3.0"
flavors = {git = "https://github.com/rust-av/flavors.git"} flavors = {git = "https://github.com/rust-av/flavors.git"}

View file

@ -7,10 +7,10 @@ license = "MIT/Apache-2.0"
[dependencies] [dependencies]
url = "1.1" url = "1.1"
gst-plugin = { path="../gst-plugin" } gst-plugin = { version = "0.3", path="../gst-plugin" }
gst-plugin-simple = { path="../gst-plugin-simple" } gst-plugin-simple = { version = "0.3", path="../gst-plugin-simple" }
reqwest = "0.8" reqwest = "0.8"
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer = "0.12"
[lib] [lib]
name = "gstrshttp" name = "gstrshttp"

View file

@ -7,11 +7,11 @@ license = "MIT/Apache-2.0"
[dependencies] [dependencies]
url = "1.1" url = "1.1"
glib = { git = "https://github.com/gtk-rs/glib" } glib = "0.6"
gobject-subclass = { git = "https://github.com/gtk-rs/gobject-subclass" } gobject-subclass = "0.2"
gst-plugin = { path="../gst-plugin" } gst-plugin = { version = "0.3", path="../gst-plugin" }
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer = "0.12"
gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-base = "0.12"
[lib] [lib]
name = "gst_plugin_simple" name = "gst_plugin_simple"

View file

@ -5,13 +5,13 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "LGPL-2.1+" license = "LGPL-2.1+"
[dependencies] [dependencies]
glib = { git = "https://github.com/gtk-rs/glib" } glib = "0.6"
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer = "0.12"
gstreamer-video = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-video = "0.12"
gobject-subclass = { git = "https://github.com/gtk-rs/gobject-subclass" } gobject-subclass = "0.2"
gst-plugin = { path = "../gst-plugin" } gst-plugin = { version = "0.3", path = "../gst-plugin" }
gtk = { git = "https://github.com/gtk-rs/gtk", features = ["v3_6"], optional = true } gtk = { version = "0.5", features = ["v3_6"], optional = true }
gio = { git = "https://github.com/gtk-rs/gio", optional = true } gio = { version = "0.5", optional = true }
[dev-dependencies] [dev-dependencies]
either = "1.0" either = "1.0"

View file

@ -6,13 +6,13 @@ repository = "https://github.com/sdroege/gst-plugin-rs"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
[dependencies] [dependencies]
gobject-subclass = { git = "https://github.com/gtk-rs/gobject-subclass" } gobject-subclass = "0.2"
gst-plugin = { path="../gst-plugin" } gst-plugin = { version = "0.3", path="../gst-plugin" }
glib = { git = "https://github.com/gtk-rs/glib" } glib = "0.6"
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer = "0.12"
gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-base = "0.12"
gstreamer-video = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-video = "0.12"
gstreamer-audio = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-audio = "0.12"
byte-slice-cast = "0.2" byte-slice-cast = "0.2"
num-traits = "0.2" num-traits = "0.2"

View file

@ -15,14 +15,14 @@ keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"]
libc = "0.2" libc = "0.2"
lazy_static = "1.0" lazy_static = "1.0"
byteorder = "1.0" byteorder = "1.0"
gobject-subclass = { git = "https://github.com/gtk-rs/gobject-subclass" } gobject-subclass = "0.2"
glib-sys = { git = "https://github.com/gtk-rs/sys" } glib-sys = "0.7"
gobject-sys = { git = "https://github.com/gtk-rs/sys" } gobject-sys = "0.7"
gstreamer-sys = { git = "https://github.com/sdroege/gstreamer-sys" } gstreamer-sys = "0.6"
gstreamer-base-sys = { git = "https://github.com/sdroege/gstreamer-sys" } gstreamer-base-sys = "0.6"
glib = { git = "https://github.com/gtk-rs/glib" } glib = "0.6"
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer = "0.12"
gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-base = "0.12"
[lib] [lib]
name = "gst_plugin" name = "gst_plugin"