mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
new file: projects/sourceforge.net/opencore-amr/package.yml
new file: projects/sourceforge.net/opencore-amr/test.wav
This commit is contained in:
parent
9e827736bd
commit
e9780a8060
2 changed files with 27 additions and 0 deletions
27
projects/sourceforge.net/opencore-amr/package.yml
Normal file
27
projects/sourceforge.net/opencore-amr/package.yml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
distributable:
|
||||||
|
url: https://downloads.sourceforge.net/project/opencore-amr/fdk-aac/fdk-aac-{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
versions:
|
||||||
|
url: https://sourceforge.net/projects/opencore-amr/files/fdk-aac/
|
||||||
|
match: /fdk-aac-\d+\.\d+\.\d+\.tar\.gz/
|
||||||
|
strip:
|
||||||
|
- /^fdk-aac-/
|
||||||
|
- /\.tar\.gz/
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
linux:
|
||||||
|
gnu.org/gcc: '*'
|
||||||
|
script:
|
||||||
|
- ./configure $ARGS
|
||||||
|
- make --jobs {{ hw.concurrency }} install
|
||||||
|
env:
|
||||||
|
ARGS:
|
||||||
|
- --disable-dependency-tracking
|
||||||
|
- --prefix={{prefix}}
|
||||||
|
- --enable-example
|
||||||
|
provides:
|
||||||
|
- bin/aac-enc
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- aac-enc test.wav test.aac
|
||||||
|
- ls | grep test.aac
|
BIN
projects/sourceforge.net/opencore-amr/test.wav
Normal file
BIN
projects/sourceforge.net/opencore-amr/test.wav
Normal file
Binary file not shown.
Loading…
Reference in a new issue