nihed-cros-libva: start this unofficial fork
authorKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 20 Oct 2023 16:33:27 +0000 (18:33 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 20 Oct 2023 16:33:27 +0000 (18:33 +0200)
nihed-cros-libva/Cargo.toml
nihed-cros-libva/FORK_INFO [new file with mode: 0644]
nihed-cros-libva/README.md

index c23f83e69330888417ef2d51373773fd1dad47b1..6f88b97825ae3e2ac6ccbcba428a1a6eecda5a3d 100644 (file)
@@ -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 (file)
index 0000000..5b8ca3e
--- /dev/null
@@ -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
index 9ac35bc242158d2095ae05f2dab415f73b9f8019..5878bca71cb47f4b1980d27f58be165ab0787809 100644 (file)
@@ -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