Skip to content

Update libheif and related dependencies

Amy spark requested to merge lsegovia/krita:work/amyspark/libheif-updates into master

This merge request updates:

  • dav1d 0.8.2 => 0.9.0
  • rav1e 0.5.0-alpha => p20210525 (latest weekly)
  • cargo-c 0.8.0+cargo-0.51 => 0.8.1+cargo-0.53
  • libheif f5a3d8e => 8f8035a plus using Github's tarball

Also lightly edited windows build.cmd script, so that things are built in steps.

Test Plan

Build Krita and check AVIF/HEIF files. Assigning to @woltherav too, since I recall she'd found some bugs.

Formalities Checklist

  • I confirmed this builds.
  • I confirmed Krita ran and the relevant functions work.
  • I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!)
  • I made sure my commits build individually and have good descriptions as per KDE guidelines.
  • I made sure my code conforms to the standards set in the HACKING file.
  • I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per KDE Licensing Policy.

Merge request reports