ffmpeg: new module for version 4.4

This commit is contained in:
2021-11-19 16:43:13 +01:00
parent a87f5dccad
commit 7138f04459
4 changed files with 33 additions and 0 deletions

12
Tools/ffmpeg/build Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env modbuild
pbuild::set_download_url "http://ffmpeg.org/releases/ffmpeg-${V_PKG}.tar.xz"
eval $(modulecmd bash use Libraries)
pbuild::pre_configure() {
pbuild::add_configure_args '--enable-libx264' '--enable-gpl' '--enable-pic'
}
pbuild::add_to_group 'Tools'

View File

@@ -0,0 +1 @@
ffmpeg/4.4 stable b:gcc/10.3.0 b:binutils/2.29 b:nasm/2.15.05 b:x264/2021.06

View File

@@ -0,0 +1 @@
ffmpeg/4.4 stable b:gcc/10.3.0 b:binutils/2.29 b:nasm/2.15.05 b:x264/2021.06

19
Tools/ffmpeg/modulefile Normal file
View File

@@ -0,0 +1,19 @@
#%Module1.0
module-whatis "record, convert and stream audio and video."
module-url "http://ffmpeg.org"
module-license "GNU LGPL v2.1"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
FFmpeg is the leading multimedia framework, able to decode, encode,
transcode, mux, demux, stream, filter and play pretty much anything
that humans and machines have created. It supports the most obscure
ancient formats up to the cutting edge. No matter if they were
designed by some standards committee, the community or a corporation.
It is also highly portable: FFmpeg compiles, runs, and passes our
testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows,
the BSDs, Solaris, etc. under a wide variety of build environments,
machine architectures, and configurations.
"