UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

ffmpeg

FFmpeg is a solution to record, convert and stream audio and video. It is a very fast video and audio converter and it can also acquire from a live audio/video source.

Package info

Template:
Codename: ffmpeg
Source file: ffmpeg-7.1.1.tar.xz
Source directory: ffmpeg-7.1.1
Package URL: ffmpeg-7.1.1.tar.xz
Package md5-checksum URL: ffmpeg-7.1.1.tar.xz.md5sum
Dependances: xvidcore, freetype-stage2, nasm, yasm, alsa-lib, libvorbis, libtheora, SDL3, libaom, libass, fdk-aac, lame, opus, x264, x265, libva, libvdpau, libvpx.
Dependance of: sox-ng, libplacebo, mgba, whisper.cpp, gst-libav, blender, ZoneMinder, goldendict-ng, audacious-plugins, xscreensaver, mpv, k3b, qtwebengine6, xine-lib, mlt, shotcut, opencv, plasma, obs-studio, ImageMagick, vlc.
Patches: ffmpeg-7.1.1-chromium_method-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr        \
            --enable-gpl         \
            --enable-version3    \
            --enable-nonfree     \
            --disable-static     \
            --enable-shared      \
            --disable-debug      \
            --enable-libaom      \
            --enable-libass      \
            --enable-libfdk-aac  \
            --enable-libfreetype \
            --enable-libmp3lame  \
            --enable-libopus     \
            --enable-libvorbis   \
            --enable-libvpx      \
            --enable-libx264     \
            --enable-libx265     \
            --enable-openssl     \
            --ignore-tests=enhanced-flv-av1 \
            --docdir=/usr/share/doc/ffmpeg-7.1.1



Build script:
make &&

gcc tools/qt-faststart.c -o tools/qt-faststart

Install script:
make install &&

install -v -m755    tools/qt-faststart /usr/bin &&
install -v -m755 -d           /usr/share/doc/ffmpeg-7.1.1 &&
install -v -m644    doc/*.txt /usr/share/doc/ffmpeg-7.1.1