Date: Monday, August 10, 2020 @ 18:05:56 Author: archange Revision: 674003
upgpkg: darktable 2:3.2.1-1 Modified: darktable/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-10 18:05:33 UTC (rev 674002) +++ PKGBUILD 2020-08-10 18:05:56 UTC (rev 674003) @@ -6,8 +6,8 @@ pkgname=darktable epoch=2 -pkgver=3.0.2 -pkgrel=7 +pkgver=3.2.1 +pkgrel=1 pkgdesc="Utility to organize and develop raw images" arch=(x86_64) url="https://darktable.org" @@ -14,7 +14,7 @@ license=(GPL3) depends=(pugixml libjpeg-turbo colord-gtk libgphoto2 openexr lensfun iso-codes zlib exiv2 flickcurl openjpeg2 graphicsmagick lua53 osm-gps-map libsecret openmp - gmic) + gmic libavif) optdepends=('dcraw: base curve script' 'perl-image-exiftool: base curve script' 'imagemagick: base curve and noise profile scripts' @@ -21,19 +21,12 @@ 'ghostscript: noise profile script' 'gnuplot: noise profile script') makedepends=(cmake intltool desktop-file-utils llvm clang python-jsonschema libwebp) -source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver}.tar.xz"{,.asc} - darktable-fix-cmake.patch::https://github.com/darktable-org/darktable/commit/767d48e0f60e7f858e8b31a88dd8cc1258e7ee9e.patch) -sha256sums=('6abaf661fe9414e92bdb33b58b98ef024ccf6132b7876abaf0751ec2109f36fb' - 'SKIP' - 'cdcaf17a362c4fc551ede3ebc0933e48e20185a9fad2c18a025f0414c180ef0d') +source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver}.tar.xz"{,.asc}) +sha256sums=('6e3683ea88dc0a0271be7eca4fd594b9e46b1b7194847825a8d0a0c12bdeb90c' + 'SKIP') validpgpkeys=(C4CBC150699956E2A3268EF5BB5CC8295B1779C9 # darktable releases <[email protected]> F10F9686652B0E949FCD94C318DCA123F949BD3B) # Pascal Obry <[email protected]> -prepare() { - cd ${pkgname}-${pkgver} - patch -Np1 < ../darktable-fix-cmake.patch -} - build() { cmake -B build -S ${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \
