parent
752646683c
commit
ea83c0159e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue