darktable: enable avif support

This commit is contained in:
lemmi 2023-04-06 07:24:10 +02:00
parent b61c14d76d
commit 5c37bd5f21

View file

@ -1,7 +1,7 @@
# Template file for 'darktable'
pkgname=darktable
version=4.2.1
revision=2
revision=3
# upstream only supports these archs:
archs="x86_64* aarch64* ppc64le*"
build_style=cmake
@ -25,10 +25,8 @@ changelog="https://github.com/darktable-org/darktable/releases"
distfiles="https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz"
checksum=603a39c6074291a601f7feb16ebb453fd0c5b02a6f5d3c7ab6db612eadc97bac
# 2022-01-05
# avif doesn't load correctly, disable avif by default for now:
# [imageio_load_module_format] failed to open `avif': (null)
build_options="avif gmic sdl2"
build_options_default="avif"
if [ ! "$CROSS_BUILD" ]; then
build_options_default+=" gmic sdl2"