mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
darktable: update to 4.4.1.
This commit is contained in:
parent
dbaa8bcac2
commit
ef55de5c1d
1 changed files with 4 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'darktable'
|
# Template file for 'darktable'
|
||||||
pkgname=darktable
|
pkgname=darktable
|
||||||
version=4.2.1
|
version=4.4.1
|
||||||
revision=7
|
revision=1
|
||||||
# upstream only supports these archs:
|
# upstream only supports these archs:
|
||||||
archs="x86_64* aarch64* ppc64le*"
|
archs="x86_64* aarch64* ppc64le*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -23,21 +23,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://www.darktable.org/"
|
homepage="https://www.darktable.org/"
|
||||||
changelog="https://github.com/darktable-org/darktable/releases"
|
changelog="https://github.com/darktable-org/darktable/releases"
|
||||||
distfiles="https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz"
|
distfiles="https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz"
|
||||||
checksum=603a39c6074291a601f7feb16ebb453fd0c5b02a6f5d3c7ab6db612eadc97bac
|
checksum=e043d38d2e8adb67af7690b12b535a40e8ec7bea05cfa8684db8b21a626e0f0d
|
||||||
|
|
||||||
build_options="avif gmic sdl2"
|
build_options="avif gmic sdl2"
|
||||||
build_options_default="avif"
|
build_options_default="avif gmic sdl2"
|
||||||
|
|
||||||
if [ ! "$CROSS_BUILD" ]; then
|
|
||||||
build_options_default+=" gmic sdl2"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Temporarily disable OpenMP for aarch64:
|
|
||||||
#
|
|
||||||
# see https://github.com/void-linux/void-packages/issues/21105
|
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
|
||||||
aarch64*)
|
|
||||||
configure_args+=" -DUSE_OPENMP=OFF"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue