mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
darktable: enable avif support
This commit is contained in:
parent
b61c14d76d
commit
5c37bd5f21
1 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue