26 lines
1.3 KiB
Bash
26 lines
1.3 KiB
Bash
# Template file for 'darktable'
|
|
pkgname=darktable
|
|
version=2.0.6
|
|
revision=1
|
|
build_style=cmake
|
|
# this makes sure to use -march=generic and -msse3
|
|
configure_args="-DBINARY_PACKAGE_BUILD=ON"
|
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
|
homepage="http://www.darktable.org/"
|
|
license="GPL-3"
|
|
short_desc="Virtual lighttable and darkroom for photographers"
|
|
hostmakedepends="cmake pkg-config intltool"
|
|
makedepends="gtk+3-devel glib-devel exiv2-devel libglade-devel libxslt-devel
|
|
dbus-glib-devel libcurl-devel libgphoto2-devel libwebp-devel libsoup-devel
|
|
lensfun-devel sqlite-devel librsvg-devel lua52-devel json-glib-devel
|
|
libgomp-devel libopenjpeg-devel libopenexr-devel libgraphicsmagick-devel
|
|
SDL-devel libsecret-devel pugixml-devel libosmgpsmap-devel flickcurl-devel
|
|
colord-gtk-devel"
|
|
depends="adwaita-icon-theme"
|
|
# out of the box, darktable runs on i686 and x86_64 only.
|
|
# musl will need custom patches and are likely to break between versions
|
|
# there are no non-sse paths at the moment, but upstream works on porting to
|
|
# openmp-simd, which will enable other architectures aswell.
|
|
only_for_archs="i686 x86_64"
|
|
distfiles="https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz"
|
|
checksum=2368c1865221032061645342ba8c00bcd6d224e9829a55bc610e6cb67de738c1
|