mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+xiph/rav1e (#446)
* xiph/rav1e packaged * Remove unnecessary run-time deps * wip --------- Co-authored-by: Max Howell <mxcl@me.com>
This commit is contained in:
parent
966e7026ed
commit
cfd38daa87
22
projects/github.com/xiph/rav1e/package.yml
Normal file
22
projects/github.com/xiph/rav1e/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
distributable:
|
||||
url: https://github.com/xiph/rav1e/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: xiph/rav1e/releases
|
||||
|
||||
dependencies:
|
||||
nasm.us: ^2.14.02
|
||||
|
||||
provides:
|
||||
- bin/rav1e
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: ">=1.60"
|
||||
rust-lang.org/cargo: "*"
|
||||
script: |
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
rav1e --version
|
7
projects/github.com/xiph/rav1e/small_input.y4m
Normal file
7
projects/github.com/xiph/rav1e/small_input.y4m
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue