darktable: update to 2.6.0.
This commit is contained in:
parent
33c8d2fabb
commit
dcc28986b9
1 changed files with 11 additions and 10 deletions
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'darktable'
|
||||
pkgname=darktable
|
||||
version=2.4.4
|
||||
revision=4
|
||||
version=2.6.0
|
||||
revision=1
|
||||
# upstream only supports these archs:
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl aarch64 aarch64-musl"
|
||||
build_style=cmake
|
||||
# this makes sure to use -march=generic and -msse3
|
||||
configure_args="-DBINARY_PACKAGE_BUILD=ON -DBUILD_NOISE_TOOLS=ON"
|
||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||
homepage="http://www.darktable.org/"
|
||||
license="GPL-3"
|
||||
short_desc="Virtual lighttable and darkroom for photographers"
|
||||
configure_args="-DBINARY_PACKAGE_BUILD=ON -DBUILD_NOISE_TOOLS=ON
|
||||
-DRAWSPEED_ENABLE_LTO=ON"
|
||||
hostmakedepends="pkg-config intltool libxslt-devel"
|
||||
makedepends="gtk+3-devel glib-devel exiv2-devel libglade-devel libxslt-devel
|
||||
dbus-glib-devel libcurl-devel libgphoto2-devel libwebp-devel libsoup-devel
|
||||
|
@ -17,8 +16,10 @@ makedepends="gtk+3-devel glib-devel exiv2-devel libglade-devel libxslt-devel
|
|||
libsecret-devel pugixml-devel libosmgpsmap-devel flickcurl-devel
|
||||
colord-gtk-devel desktop-file-utils"
|
||||
depends="adwaita-icon-theme"
|
||||
# upstream only supports these archs:
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl aarch64 aarch64-musl"
|
||||
short_desc="Virtual lighttable and darkroom for photographers"
|
||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||
license="GPL-3"
|
||||
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=964320b8c9ffef680fa0407a6ca16ed5136ad1f449572876e262764e78acb04d
|
||||
checksum=483d7d8e4ac532d89efc2f24e169f7a7da2d3ef0c599602b658d67a040670478
|
||||
|
|
Loading…
Reference in a new issue