Skip to content

Support ffmpeg in snap

Merlijn Sebrechts requested to merge merlijnsebrechts/krita:snap-ffmpeg into master

This MR adds support for ffmpeg in the snap. The snap store already has a bunch of snaps from various publishers, including Canonical, that bundle ffmpeg, so this should be quite safe to do. To quote Popey from Canonical:

I would totally bundle ffmpeg inside the krita snap.

This MR also fixes some small issues.

  • Use the icon and .desktop file from the build instead of duplicating it in snap/gui. The icon in snap/gui was also outdated, which now can't happen anymore.
  • Fix build scripts to use the correct directory.
  • update libexiv2-26 to libexiv2-27 since that's what's currently available in the KDE Neon repo.

Merge request reports