diff --git a/.gitignore b/.gitignore index eccd7b4ab..6aa106405 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target/ **/*.rs.bk +Cargo.lock diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index 17a929365..000000000 --- a/Cargo.lock +++ /dev/null @@ -1,146 +0,0 @@ -[root] -name = "gstreamer-video-sys" -version = "0.3.0" -dependencies = [ - "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gstreamer-base-sys 0.3.0", - "gstreamer-sys 0.3.0", - "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "bitflags" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "glib-sys" -version = "0.4.0" -source = "git+https://github.com/gtk-rs/sys#7d428511eab76b3cc9ba12aa99285ad54ff6f8d3" -dependencies = [ - "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "gobject-sys" -version = "0.4.0" -source = "git+https://github.com/gtk-rs/sys#7d428511eab76b3cc9ba12aa99285ad54ff6f8d3" -dependencies = [ - "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "gstreamer-app-sys" -version = "0.3.0" -dependencies = [ - "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gstreamer-base-sys 0.3.0", - "gstreamer-sys 0.3.0", - "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "gstreamer-audio-sys" -version = "0.3.0" -dependencies = [ - "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gstreamer-base-sys 0.3.0", - "gstreamer-sys 0.3.0", - "gstreamer-tag-sys 0.3.0", - "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "gstreamer-base-sys" -version = "0.3.0" -dependencies = [ - "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gstreamer-sys 0.3.0", - "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "gstreamer-pbutils-sys" -version = "0.3.0" -dependencies = [ - "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gstreamer-audio-sys 0.3.0", - "gstreamer-sys 0.3.0", - "gstreamer-tag-sys 0.3.0", - "gstreamer-video-sys 0.3.0", - "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "gstreamer-player-sys" -version = "0.3.0" -dependencies = [ - "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gstreamer-sys 0.3.0", - "gstreamer-video-sys 0.3.0", - "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "gstreamer-sys" -version = "0.3.0" -dependencies = [ - "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "gstreamer-tag-sys" -version = "0.3.0" -dependencies = [ - "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)", - "gstreamer-base-sys 0.3.0", - "gstreamer-sys 0.3.0", - "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "libc" -version = "0.2.30" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "pkg-config" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" -"checksum glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)" = "" -"checksum gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)" = "" -"checksum libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)" = "2370ca07ec338939e356443dac2296f581453c35fe1e3a3ed06023c49435f915" -"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"