darktable: enable on ppc64le

[ci skip]
This commit is contained in:
q66 2019-01-27 03:49:28 +01:00 committed by Johannes
parent 752646683c
commit ea83c0159e

View file

@ -3,7 +3,7 @@ pkgname=darktable
version=2.6.0
revision=2
# upstream only supports these archs:
only_for_archs="i686 i686-musl x86_64 x86_64-musl aarch64 aarch64-musl"
only_for_archs="i686 i686-musl x86_64 x86_64-musl aarch64 aarch64-musl ppc64le ppc64le-musl"
build_style=cmake
# this makes sure to use -march=generic and -msse3
configure_args="-DBINARY_PACKAGE_BUILD=ON -DBUILD_NOISE_TOOLS=ON
@ -23,3 +23,7 @@ homepage="http://www.darktable.org/"
changelog="https://github.com/darktable-org/darktable/releases"
distfiles="https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz"
checksum=483d7d8e4ac532d89efc2f24e169f7a7da2d3ef0c599602b658d67a040670478
case "$XBPS_TARGET_MACHINE" in
ppc64le*) configure_args+=" -DUSE_OPENCL=OFF"
esac