ImageMagick-heicをdnf経由でインストールできなかった

RemiリポジトリにImageMagick-heicを見つけて、avif変換が簡単にできるかもと思ったときの覚書。

環境: CentOS Stream 9

Remiリポジトリをインストールする。
# dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm

# dnf search heic --enablerepo remi
# dnf install ImageMagick-heic --enablerepo remi

Error:
 Problem: package ImageMagick-heic-1:6.9.12.67-1.el9.remi.x86_64 requires libheif.so.1()(64bit), but none of the providers can be installed
  - cannot install the best candidate for the job
  - nothing provides libjxl.so.0.6()(64bit) needed by libheif-1.12.0-4.el9.remi.x86_64
  - nothing provides libde265.so.0()(64bit) needed by libheif-1.12.0-4.el9.remi.x86_64
  - nothing provides libx265.so.199()(64bit) needed by libheif-1.12.0-4.el9.remi.x86_64

libheifに紐づくlibjxl, libde265, libx265が必要といわれた。

それらをビルドするのは面倒。


【関連記事】