Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-07version-helper: Update to toml_edit 0.21Sebastian Dröge
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1382>
2023-09-29version-helper: Update version to 0.8.0 and MSRV to 1.66Sebastian Dröge
Previous release was 0.7.5 and 1.63, but toml_edit unfortunately requires Rust 1.66 at least. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1341>
2023-09-29version-helper: Also try parsing release date from Cargo.tomlSebastian Dröge
The `package.metadata.gstreamer.release_date` date string can be used to specify the release date. This is used if there's no git repository as a fallback before using the mtime of the Cargo.toml. Using the mtime will fail when building a crate packaged by cargo because cargo sets the mtimes to bogus values. Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/440 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1341>
2023-08-10Update versions to 0.12.0-alpha.1Sebastian Dröge
2023-07-19Update minimum supported Rust version to 1.70Sebastian Dröge
gtk-rs will update soonish too. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1280>
2023-02-20Update minimum supported Rust version to 1.66Sebastian Dröge
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1096>
2023-02-10Update versions to 0.11.0-alpha.1Sebastian Dröge
2023-01-25Fix various new clippy warningsSebastian Dröge
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1062>
2022-11-12version-helper: Update for deprecated chrono functionsSebastian Dröge
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/978>
2022-11-01Fix various new clippy warningsSebastian Dröge
2022-10-24Update versions to 0.10.0-alpha.1Sebastian Dröge
2022-10-19docs: fix references to renamed function gst_plugin_version_helper::get_info()Michael Oultram
2022-10-04build: Update versions to be 0.9.0-alpha.1Nirbheek Chauhan
0.9.0 is the next release, so we can't name things that already. Also the version in meson.build was 0.13.0, which is completely wrong.
2022-09-04Update minimum supported Rust version to 1.63Sebastian Dröge
2022-02-22Update minimum supported Rust version to 1.57François Laignel
2022-01-15Add SPDX-License-Identifier to all file headersSebastian Dröge
2022-01-15Update versions to 0.9.0Sebastian Dröge
2022-01-12gst-plugin-version-helper: Work around broken file times in crates from ↵Sebastian Dröge
crates.io Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/177
2021-11-18version-helper: Specify chrono's featuresJan Alexander Steffens (heftig)
Using the default-features implies `oldtime`, which adds a dependency on the deprecated `time` 0.1 crate.
2021-10-31Update to Rust edition 2021 and minimum supported Rust version to 1.56Sebastian Dröge
2021-07-27version-helper: Fix repository URLRuben Gonzalez
2021-07-09Update versions to 0.8.0 for the master branchSebastian Dröge
2021-07-09Update versions to 0.7.0Sebastian Dröge
2021-07-09gst-plugin-version-helper: Fix documentationSebastian Dröge
2021-07-09gst-plugin-version-helper: Update repository URLSebastian Dröge
2021-06-29gst-plugin-version-helper: Add missing 3 backticks to README.mdSebastian Dröge
2021-06-29gst-plugin-version-helper: Add README.md and fix up docsSebastian Dröge
2021-04-20fix-getters-def 0.3.0 passFrançois Laignel
2020-12-20Update for macro renamesSebastian Dröge
2020-11-23version-helper: Remove unneeded `extern crate`Sebastian Dröge
2020-06-22Remove a few unused dependenciesSebastian Dröge
2020-04-15Update all versions to 0.6.0Mathieu Duponchelle
2020-04-05Drop gst-plugin- prefix in plugin directory nameArun Raghavan