mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 03:58:49 +03:00
Flatpak: Re-enable the kimageformats stuff
KImageFormats v6.0.0 is now available (which should be Qt 6-compatible)
This commit is contained in:
parent
10335ac6f7
commit
dfd4692fa5
1 changed files with 40 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue