darktable: update to 2.2.1.
This commit is contained in:
parent
ca06c2427b
commit
9a8ed4d37a
2 changed files with 5 additions and 23 deletions
|
@ -1,15 +0,0 @@
|
|||
Quote from the release page:
|
||||
|
||||
> when updating from the currently stable 1.6.x series, please bear in mind
|
||||
> that your edits will be preserved during this process, but it will not be
|
||||
> possible to downgrade from 2.0 to 1.6.x any more.
|
||||
|
||||
To avoid risking your work, backup your images and ~/.config/darktable/ or
|
||||
downgrade to darktable-1.6.9:
|
||||
|
||||
# xdowngrade /var/cache/xbps/darktable-1.6.9_2.x86_64.xbps
|
||||
# xbps-pkgdb -m hold darktable
|
||||
|
||||
---
|
||||
|
||||
INFO: At the moment you need gtk+3-3.20.6_1 for the import dialog to work.
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'darktable'
|
||||
pkgname=darktable
|
||||
version=2.0.7
|
||||
version=2.2.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
# this makes sure to use -march=generic and -msse3
|
||||
|
@ -14,13 +14,10 @@ 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
|
||||
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"
|
||||
# upstream only supports theser archs:
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl aarch64 aarch64-musl"
|
||||
distfiles="https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz"
|
||||
checksum=a9226157404538183549079e3b8707c910fedbb669bd018106bdf584b88a1dab
|
||||
checksum=da843190f08e02df19ccbc02b9d1bef6bd242b81499494c7da2cccdc520e24fc
|
||||
|
|
Loading…
Reference in a new issue