gstreamer-plugins-rs/cargo_config
Antonio Larrosa 44c9fe30b9 Accepting request 1076647 from home:iznogood:branches:multimedia:libs
- Update to version 0.10.5:
  + gtk4: Fix build with OpenGL support on macOS.
  + threadshare: Fix symbol conflicts when statically linking the
    plugin.
- Enable LTO as it works fine now (use FAT lto objects).

OBS-URL: https://build.opensuse.org/request/show/1076647
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=45
2023-04-04 14:13:34 +00:00

29 lines
960 B
Plaintext

[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17"]
git = "https://github.com/gtk-rs/gtk-rs-core"
branch = "0.17"
replace-with = "vendored-sources"
[source."git+https://github.com/gtk-rs/gtk4-rs?branch=0.6"]
git = "https://github.com/gtk-rs/gtk4-rs"
branch = "0.6"
replace-with = "vendored-sources"
[source."git+https://github.com/rust-av/ffv1.git?rev=2afb025a327173ce891954c052e804d0f880368a"]
git = "https://github.com/rust-av/ffv1.git"
rev = "2afb025a327173ce891954c052e804d0f880368a"
replace-with = "vendored-sources"
[source."git+https://github.com/rust-av/flavors"]
git = "https://github.com/rust-av/flavors"
replace-with = "vendored-sources"
[source."git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20"]
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
branch = "0.20"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"