mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
+aom
This commit is contained in:
parent
4a3be2188c
commit
393bce08f5
1 changed files with 31 additions and 0 deletions
31
projects/aomedia.googlesource.com/aom/package.yml
Normal file
31
projects/aomedia.googlesource.com/aom/package.yml
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
distributable:
|
||||||
|
url: https://aomedia.googlesource.com/aom/+archive/v{{version}}.tar.gz
|
||||||
|
|
||||||
|
versions:
|
||||||
|
- 3.5.0
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
tea.xyz/gx/cc: c99
|
||||||
|
cmake.org: ^3
|
||||||
|
tea.xyz/gx/make: '*'
|
||||||
|
working-directory:
|
||||||
|
out
|
||||||
|
script: |
|
||||||
|
cmake .. $ARGS
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
env:
|
||||||
|
CC: clang
|
||||||
|
ARGS:
|
||||||
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
|
- -DCMAKE_INSTALL_PREFIX="{{prefix}}"
|
||||||
|
|
||||||
|
test:
|
||||||
|
script: |
|
||||||
|
aomenc --help
|
||||||
|
aomdec --help
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/aomenc
|
||||||
|
- bin/aomdec
|
Loading…
Reference in a new issue