From 88067546cefd95e6110572a8d9dabf8c271f406e Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Fri, 20 Oct 2023 18:33:27 +0200 Subject: [PATCH] nihed-cros-libva: start this unofficial fork --- nihed-cros-libva/Cargo.toml | 7 +++---- nihed-cros-libva/FORK_INFO | 2 ++ nihed-cros-libva/README.md | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 nihed-cros-libva/FORK_INFO diff --git a/nihed-cros-libva/Cargo.toml b/nihed-cros-libva/Cargo.toml index c23f83e..6f88b97 100644 --- a/nihed-cros-libva/Cargo.toml +++ b/nihed-cros-libva/Cargo.toml @@ -1,10 +1,9 @@ [package] -name = "cros-libva" -version = "0.0.3" +name = "nihed-cros-libva" +version = "0.0.4" license = "BSD-3-Clause" description = "Safe bindings over libva" -repository = "https://github.com/chromeos/cros-libva" -authors = ["The Chromium OS Authors"] +authors = ["The Chromium OS Authors", "random nobody"] edition = "2021" [dependencies] diff --git a/nihed-cros-libva/FORK_INFO b/nihed-cros-libva/FORK_INFO new file mode 100644 index 0000000..5b8ca3e --- /dev/null +++ b/nihed-cros-libva/FORK_INFO @@ -0,0 +1,2 @@ +This is a fork of cros-libva v0.0.3 (commit ID dd69e1551d7a4cf15eaf862a2630748abd7b979d) +from https://github.com/chromeos/cros-libva originally by Alexandre Courbot. \ No newline at end of file diff --git a/nihed-cros-libva/README.md b/nihed-cros-libva/README.md index 9ac35bc..5878bca 100644 --- a/nihed-cros-libva/README.md +++ b/nihed-cros-libva/README.md @@ -56,13 +56,14 @@ guide](https://chromium.googlesource.com/chromium/src/+/master/docs/gpu/vaapi.md ## Using -The name of this crate is `cros-libva` to highlight the fact that it originates +The name of this crate is `nihed-cros-libva` to highlight the fact that it +a custom fork of a library that originates from ChromeOS and it not an official bindings. For ease of use, it is recommended to rename it to just `libva` in your project by using the following line in your `Cargo.toml`: ``` -libva = { package = "cros-libva", version = "0.0.1" } +libva = { package = "nihed-cros-libva", version = "0.0.1" } ``` ## Testing -- 2.30.2