mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
new file: projects/sourceforge.net/faad2/package.yml
This commit is contained in:
parent
4e738c9a36
commit
9e827736bd
1 changed files with 28 additions and 0 deletions
28
projects/sourceforge.net/faad2/package.yml
Normal file
28
projects/sourceforge.net/faad2/package.yml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/knik0/faad2/archive/refs/tags/{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
versions:
|
||||||
|
github: knik0/faad2
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
gnu.org/autoconf: '*'
|
||||||
|
gnu.org/automake: '*'
|
||||||
|
gnu.org/libtool: '*'
|
||||||
|
linux:
|
||||||
|
gnu.org/gcc: '*'
|
||||||
|
script:
|
||||||
|
- ./bootstrap
|
||||||
|
- ./configure $CONFIGURE_ARGS
|
||||||
|
- make --jobs {{ hw.concurrency }} install
|
||||||
|
env:
|
||||||
|
CONFIGURE_ARGS:
|
||||||
|
- --disable-debug
|
||||||
|
- --disable-dependency-tracking
|
||||||
|
- --prefix="{{prefix}}"
|
||||||
|
- --libdir="{{prefix}}/lib"
|
||||||
|
provides:
|
||||||
|
- bin/faad
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- faad -h > output.txt || true
|
||||||
|
- cat output.txt | grep infile.mp4
|
Loading…
Reference in a new issue