UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

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

Codename: ffmpeg
Source file: ffmpeg-6.0.tar.xz
Source directory: ffmpeg-6.0
Package URL: https://umvirt.com/linux/downloads/0.2/packages/f/ffmpeg-6.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/f/ffmpeg-6.0.tar.xz.md5sum
Dependances: freetype-stage2, nasm, yasm, alsa-lib, libvorbis, libtheora, SDL2, libaom, libass, fdk-aac, lame, opus, x264, x265, libva, libvdpau, libvpx.
Dependance of: gst-libav, audacious-plugins, ImageMagick, xine-lib, vlc.
Patches: ffmpeg-6.0-chromium_method-1.patch, ffmpeg-6.0-binutils_2.41-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-libtheora   \
            --enable-libvorbis   \
            --enable-libvpx      \
            --enable-libx264     \
            --enable-libx265     \
            --enable-openssl     \
            --docdir=/usr/share/doc/ffmpeg-6.0

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-6.0 &&
install -v -m644    doc/*.txt /usr/share/doc/ffmpeg-6.0