summary refs log tree commit diff
diff options
context:
space:
mode:
authorEcho J <tcg96nougat@gmail.com>2024-04-10 16:38:30 +0300
committerEcho J <tcg96nougat@gmail.com>2024-06-17 11:12:33 +0300
commitdfd4692fa5122bc2390eac7c7b33aab7ce49c6ad (patch)
tree73b0f91a8f76727430a9e7090a95bc723c9b4307
parentFlatpak: Update most of the dependencies (diff)
downloadnheko-dfd4692fa5122bc2390eac7c7b33aab7ce49c6ad.tar.xz
Flatpak: Re-enable the kimageformats stuff
KImageFormats v6.0.0 is now available (which should be Qt 6-compatible)
-rw-r--r--im.nheko.Nheko.yaml70
1 files changed, 40 insertions, 30 deletions
diff --git a/im.nheko.Nheko.yaml b/im.nheko.Nheko.yaml
index 2cc76a60..5d5238c3 100644
--- a/im.nheko.Nheko.yaml
+++ b/im.nheko.Nheko.yaml
@@ -107,36 +107,46 @@ modules:
         tag: 0.21.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
+  - name: libavif
+    config-opts:
+      - -DCMAKE_BUILD_TYPE=Release
+      - -DAVIF_CODEC_AOM=ON
+      - -DBUILD_SHARED_LIBS=OFF
+    buildsystem: cmake-ninja
+    sources:
+      - sha256: dc56708c83a4b934a8af2b78f67f866ba2fb568605c7cf94312acf51ee57d146
+        type: archive
+        url: https://github.com/AOMediaCodec/libavif/archive/refs/tags/v1.0.4.tar.gz
+  - name: libde265
+    config-opts:
+      - -DCMAKE_BUILD_TYPE=Release
+      - -DENABLE_DECODER=OFF
+    buildsystem: cmake-ninja
+    sources:
+      - sha256: 00251986c29d34d3af7117ed05874950c875dd9292d016be29d3b3762666511d
+        type: archive
+        url: https://github.com/strukturag/libde265/releases/download/v1.0.15/libde265-1.0.15.tar.gz
+  - name: libheif
+    config-opts:
+      - -DCMAKE_BUILD_TYPE=Release
+      - -DWITH_EXAMPLES=OFF
+      - -DWITH_AOM_DECODER=OFF
+      - -DWITH_AOM_ENCODER=OFF
+    buildsystem: cmake-ninja
+    sources:
+      - sha256: 8390baf4913eda0a183e132cec62b875fb2ef507ced5ddddc98dfd2f17780aee
+        type: archive
+        url: https://github.com/strukturag/libheif/releases/download/v1.17.6/libheif-1.17.6.tar.gz
+  - name: KImageFormats
+    config-opts:
+      - -DCMAKE_BUILD_TYPE=Release
+      - -DKIMAGEFORMATS_HEIF=ON
+    buildsystem: cmake-ninja
+    sources:
+      - commit: 6c1a7ad33924764e8d1efff61919efebc31f5e5a
+        tag: v6.3.0
+        type: git
+        url: https://invent.kde.org/frameworks/kimageformats.git
   - name: QtKeychain
     config-opts:
       - -DCMAKE_BUILD_TYPE=Release