From 940c2feb61bb217f6a8cd879af9134b916caa487 Mon Sep 17 00:00:00 2001 From: Morris Zuss Date: May 06 2022 19:28:45 +0000 Subject: updpkg: nonprism/darktable 3.8.1-1 --- diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD index a2829e2..ad5eb94 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -6,28 +6,25 @@ # Contributor: Freemor pkgname=darktable -epoch=2 -pkgver=2.6.3 +pkgver=3.8.1 pkgrel=1.nonprism1 pkgdesc="Utility to organize and develop raw images, without flickcurl support" -arch=(i686 x86_64 armv7h) +arch=(x86_64) url="https://darktable.org" license=(GPL3) -depends=(pugixml libjpeg-turbo colord-gtk libgphoto2 openexr lensfun iso-codes - exiv2 openjpeg2 graphicsmagick lua osm-gps-map libsecret) +depends=(pugixml libjpeg-turbo colord-gtk libgphoto2 openexr lensfun iso-codes zlib + exiv2 openjpeg2 graphicsmagick lua osm-gps-map libsecret openmp + gmic libavif) makedepends=(cmake intltool desktop-file-utils llvm clang python-jsonschema libwebp libxslt) -source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc} - fixCompileFlag.patch) -sha256sums=('a518999c8458472edfc04577026ce5047d74553052af0f52d10ba8ce601b78f0' - 'SKIP' - '4529cf75dc0fd68f3aed9b3c917106eeac58adffa608b57b79256f66fd23959b') +source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc}) +sha256sums=('81ee069054dbde580749b2d3a81cda01b7d169a82ba48731823f3ea560b2bef6' + 'SKIP') validpgpkeys=(C4CBC150699956E2A3268EF5BB5CC8295B1779C9 # darktable releases F10F9686652B0E949FCD94C318DCA123F949BD3B) # Pascal Obry prepare() { cd "$srcdir/$pkgname-$pkgver" - patch --strip=1 --input=../fixCompileFlag.patch cd "$srcdir" mkdir -p build } @@ -44,7 +41,7 @@ build() { -DUSE_LUA=ON \ -DUSE_COLORD=ON \ -DRAWSPEED_ENABLE_LTO=ON \ - -DUSE_USE_FLICKR=Off \ + -DUSE_USE_FLICKR=OFF \ -DPROJECT_VERSION=${pkgver} make } @@ -54,3 +51,4 @@ package() { make DESTDIR="${pkgdir}" install ln -s darktable/libdarktable.so "${pkgdir}"/usr/lib/libdarktable.so } + diff --git a/nonprism/darktable/fixCompileFlag.patch b/nonprism/darktable/fixCompileFlag.patch deleted file mode 100644 index cfa81e9..0000000 --- a/nonprism/darktable/fixCompileFlag.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --unified --recursive --text a/cmake/compiler-warnings.cmake b/cmake/compiler-warnings.cmake ---- a/cmake/compiler-warnings.cmake 2019-10-20 09:39:07.000000000 -0300 -+++ b/cmake/compiler-warnings.cmake 2019-12-01 21:23:51.750926133 -0400 -@@ -26,8 +26,6 @@ - - CHECK_COMPILER_FLAG_AND_ENABLE_IT(-Wold-style-declaration) - --CHECK_COMPILER_FLAG_AND_ENABLE_IT(-Wthread-safety) -- - # may be our bug :( - CHECK_COMPILER_FLAG_AND_ENABLE_IT(-Wno-error=varargs) -