Go to file
Michel Lind 4fbec760e3 Disable omxil completely, it's now retired
Rebuild for tesseract-5.4.1-3 (soversion change from 5.4.1 to just 5.4)

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2024-09-25 16:08:32 -05:00
.gitignore Rebase to 7.0.2 (rhbz#2273572) 2024-09-07 11:45:32 +02:00
0001-lavc-vaapi_decode-Make-it-possible-to-send-multiple-.patch Backport fixes for Mesa 24.0.6+ / 21.1.4+ changes for VA-API 2024-07-20 00:04:00 -04:00
0002-lavc-vaapi_av1-Avoid-sending-the-same-slice-buffer-m.patch Backport fixes for Mesa 24.0.6+ / 21.1.4+ changes for VA-API 2024-07-20 00:04:00 -04:00
enable_decoders Rebase to 7.0.2 (rhbz#2273572) 2024-09-07 11:45:32 +02:00
enable_encoders Rebase to 7.0.2 (rhbz#2273572) 2024-09-07 11:45:32 +02:00
ffmpeg_find_free_source_headers.sh Enable more approved codecs 2023-01-30 19:03:51 -05:00
ffmpeg_free_sources Rebase to 7.0.2 (rhbz#2273572) 2024-09-07 11:45:32 +02:00
ffmpeg_gen_free_tarball.sh
ffmpeg_get_dlopen_headers.sh
ffmpeg_update_free_sources.sh
ffmpeg-allow-fdk-aac-free.patch Rebase to 7.0.2 (rhbz#2273572) 2024-09-07 11:45:32 +02:00
ffmpeg-chromium.patch Rebase to 7.0.2 (rhbz#2273572) 2024-09-07 11:45:32 +02:00
ffmpeg-codec-choice.patch Rebase to 7.0.2 (rhbz#2273572) 2024-09-07 11:45:32 +02:00
ffmpeg.spec Disable omxil completely, it's now retired 2024-09-25 16:08:32 -05:00
README.md Rebase to 7.0.2 (rhbz#2273572) 2024-09-07 11:45:32 +02:00
sources Rebase to 7.0.2 (rhbz#2273572) 2024-09-07 11:45:32 +02:00

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

  1. Update the Version in the spec file.
  2. Set the Release to 0 in the spec file.
  3. Set pkg_suffix to %nil
  4. Do a full build locally: fedpkg mockbuild --with full_build
  5. Run ./ffmpeg_update_free_sources.sh results_ffmpeg/7.0/0.fc40/build.log This will update the ffmpeg_free_sources file list. Note that header files will need to be manually added to the ffmpeg_free_sources file list.
  6. Run ./ffmpeg_gen_free_tarball.sh to create the tarball.
  7. Set pkg_suffix to -free again
  8. Set the Release to 1 in the spec file.
  9. Do a scratch build.

OR

  1. Edit ffmpeg_free_sources and add missing files
  2. Run ./ffmpeg_gen_free_tarball.sh to create the tarball.
  3. Do a scratch build.