67cc0fa210
This reverts commit
|
||
---|---|---|
.gitignore | ||
0001-lavc-libopenh264-Drop-openh264-runtime-version-check.patch | ||
enable_decoders | ||
enable_encoders | ||
ffmpeg_find_free_source_headers.sh | ||
ffmpeg_free_sources | ||
ffmpeg_gen_free_tarball.sh | ||
ffmpeg_get_dlopen_headers.sh | ||
ffmpeg_update_free_sources.sh | ||
ffmpeg-allow-fdk-aac-free.patch | ||
ffmpeg-c99.patch | ||
ffmpeg-chromium.patch | ||
ffmpeg-codec-choice.patch | ||
ffmpeg-dlopen-openh264.patch | ||
ffmpeg.spec | ||
README.md | ||
sources |
FFMPEG
FFmpeg is a 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.
Creating the 'free' tarball
- Update the
Version
in the spec file. - Set the
Release
to 0 in the spec file. - Set
pkg_suffix
to%nil
- Do a full build locally:
fedpkg mockbuild --with full_build
- Run
./ffmpeg_update_free_sources.sh results_ffmpeg/5.0/0.fc35/build.log
This will update theffmpeg_free_sources
file list. Note that header files will need to be manually added to theffmpeg_free_sources
file list. - Run
./ffmpeg_gen_free_tarball.sh
to create the tarball. - Set
pkg_suffix
to-free
again - Set the
Release
to 1 in the spec file. - Do a scratch build.
OR
- Edit
ffmpeg_free_sources
and add missing files - Run
./ffmpeg_gen_free_tarball.sh
to create the tarball. - Do a scratch build.