summaryrefslogtreecommitdiff
path: root/nonprism/darktable
diff options
context:
space:
mode:
authorFreemor <freemor@freemor.ca>2019-12-01 22:16:50 -0400
committerFreemor <freemor@freemor.ca>2019-12-01 22:16:50 -0400
commitf7809afbcdd0b574ce8db02f2656c209102db2db (patch)
treeb4dd372e9510bf546897200bbcf84073d421c5ba /nonprism/darktable
parent1684e96ee45e0e2d0e4a84873c76c42db6fd3919 (diff)
Update and rebuild [nonprism/darktable]
Diffstat (limited to 'nonprism/darktable')
-rw-r--r--nonprism/darktable/PKGBUILD16
-rw-r--r--nonprism/darktable/fixCompileFlag.patch12
2 files changed, 24 insertions, 4 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD
index 6dc4ab313..a2829e2e4 100644
--- a/nonprism/darktable/PKGBUILD
+++ b/nonprism/darktable/PKGBUILD
@@ -3,24 +3,32 @@
# Contributor: Márcio Silva <coadde@hyperbola.info>
# Contributor (Arch): Christian Himpel <chressie at gmail dot com>
# Contributor (Arch): Johannes Hanika <hanatos at gmail dot com>
+# Contributor: Freemor <freemor@freemor.ca>
pkgname=darktable
epoch=2
pkgver=2.6.3
pkgrel=1.nonprism1
pkgdesc="Utility to organize and develop raw images, without flickcurl support"
-arch=(i686 x86_64)
+arch=(i686 x86_64 armv7h)
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)
-makedepends=(cmake intltool desktop-file-utils llvm clang python-jsonschema libwebp)
-source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
-sha256sums=('a518999c8458472edfc04577026ce5047d74553052af0f52d10ba8ce601b78f0' 'SKIP')
+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')
+
validpgpkeys=(C4CBC150699956E2A3268EF5BB5CC8295B1779C9 # darktable releases <release@darktable.org>
F10F9686652B0E949FCD94C318DCA123F949BD3B) # Pascal Obry <pascal@obry.net>
prepare() {
+ cd "$srcdir/$pkgname-$pkgver"
+ patch --strip=1 --input=../fixCompileFlag.patch
+ cd "$srcdir"
mkdir -p build
}
diff --git a/nonprism/darktable/fixCompileFlag.patch b/nonprism/darktable/fixCompileFlag.patch
new file mode 100644
index 000000000..cfa81e909
--- /dev/null
+++ b/nonprism/darktable/fixCompileFlag.patch
@@ -0,0 +1,12 @@
+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)
+