mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
parent
9da39a1a2a
commit
1b4572852f
1 changed files with 25 additions and 0 deletions
25
projects/ffmpeg.org/package.yml
Normal file
25
projects/ffmpeg.org/package.yml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
distributable:
|
||||||
|
url: https://ffmpeg.org/releases/ffmpeg-{{version}}.tar.xz
|
||||||
|
sig: ${{url}}.asc
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
# docs: https://trac.ffmpeg.org/wiki/CompilationGuide
|
||||||
|
|
||||||
|
versions:
|
||||||
|
- 5.1.2
|
||||||
|
# TODO they have their own git repo we can grab tags from
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
x86-64:
|
||||||
|
nasm.us: 2
|
||||||
|
tea.xyz/gx/cc: c99
|
||||||
|
tea.xyz/gx/make: '*'
|
||||||
|
script: |
|
||||||
|
./configure --prefix="{{prefix}}"
|
||||||
|
make --jobs {{hw.concurrency}}
|
||||||
|
make install
|
||||||
|
|
||||||
|
test: |
|
||||||
|
ffmpeg -filter_complex testsrc=rate=1:duration=1 out.mp4
|
||||||
|
test -f out.mp4
|
Loading…
Reference in a new issue