From 5679ecc0efe2e1137b4cd21bcbd03569f1151d26 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 7 May 2022 22:36:23 +0200 Subject: [PATCH] Add KImageFormats fixes #1070 --- io.github.NhekoReborn.Nheko.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml index ac16be72..5772fde3 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml @@ -102,6 +102,36 @@ modules: tag: 0.20.4 type: git url: https://gitlab.gnome.org/GNOME/libsecret.git + - config-opts: + - -DCMAKE_BUILD_TYPE=Release + - -DAVIF_CODEC_AOM=ON + #- -DBUILD_SHARED_LIBS=OFF + buildsystem: cmake-ninja + name: libavif + sources: + - sha256: 66e82854ceb84a3e542bc140a343bc90e56c68f3ecb4fff63e636c136ed9a05e + type: archive + url: https://github.com/AOMediaCodec/libavif/archive/refs/tags/v0.10.1.tar.gz + - config-opts: + - -DCMAKE_BUILD_TYPE=Release + - -DWITH_EXAMPLES=OFF + #- -DBUILD_SHARED_LIBS=OFF + buildsystem: cmake-ninja + name: libheif + sources: + - sha256: e1ac2abb354fdc8ccdca71363ebad7503ad731c84022cf460837f0839e171718 + type: archive + url: https://github.com/strukturag/libheif/releases/download/v1.12.0/libheif-1.12.0.tar.gz + - config-opts: + - -DCMAKE_BUILD_TYPE=Release + - -DKIMAGEFORMATS_HEIF=ON + buildsystem: cmake-ninja + name: KImageFormats + sources: + - commit: ae6b724824fc2fdf71d50dc7ae0052ad1551b25a + tag: v5.93.0 + type: git + url: https://invent.kde.org/frameworks/kimageformats.git - config-opts: - -DCMAKE_BUILD_TYPE=Release - -DBUILD_TEST_APPLICATION=OFF