Dominique Leuenberger
faf1e07ca8
- Update to git version 0.6.0+git20201201.58786fa - Use obs-service-cargo_vendor in the _service file and replace vendor-cargo-config with cargo_config - Enable the build of sodium and threadshare plugins - Remove special Cargo.lock source file which is not needed anymore - Fix version, since the initial release wasn't 1.18.0 but 0.6.0 - Update to git version 0.6.0+git20201026.d16e7d1 OBS-URL: https://build.opensuse.org/request/show/852570 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=3
22 lines
660 B
Plaintext
22 lines
660 B
Plaintext
[source.crates-io]
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/fengalin/tokio"]
|
|
git = "https://github.com/fengalin/tokio"
|
|
tag = "tokio-0.2.13-throttling"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/gtk-rs/gtk-rs"]
|
|
git = "https://github.com/gtk-rs/gtk-rs"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/rust-av/flavors"]
|
|
git = "https://github.com/rust-av/flavors"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"]
|
|
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
directory = "vendor" |