summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lane2021-01-25 09:11:49 +0000
committerChris Lane2021-01-25 09:11:49 +0000
commit2c3bd0d78a080e95d7884d03f4f4e22bf06cf3af (patch)
treeec43af5b6bf8a918fc3499a7420f10040df6b3af
parent0582290794761e9b0ce3b0c7a99a8a83375a81f8 (diff)
downloadaur-2c3bd0d78a080e95d7884d03f4f4e22bf06cf3af.tar.gz
Make jasper a hard dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b255b23705e..a69f2fafd062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = digikam-git
pkgdesc = An advanced digital photo management application
pkgver = v7.2.0.beta1.r500.g9541292038
- pkgrel = 1
+ pkgrel = 2
url = https://www.digikam.org/
arch = i686
arch = x86_64
@@ -11,7 +11,6 @@ pkgbase = digikam-git
makedepends = eigen
makedepends = boost
makedepends = kdoctools
- makedepends = jasper
makedepends = git
depends = lensfun
depends = opencv
@@ -26,9 +25,9 @@ pkgbase = digikam-git
depends = qt5-xmlpatterns
depends = imagemagick
depends = glu
+ depends = jasper
optdepends = hugin: panorama tool
optdepends = qt5-imageformats: support for additional image formats (WEBP, TIFF)
- optdepends = jasper: openJPEG support
optdepends = rawtherapee: RAW import
optdepends = darktable: RAW import
optdepends = digikam-plugin-gmic: G'MIC plugin
diff --git a/PKGBUILD b/PKGBUILD
index 61379234cee2..163e49c3b312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Chris Lane <aur at chrislane dot com>
pkgname=digikam-git
pkgver=v7.2.0.beta1.r500.g9541292038
-pkgrel=1
+pkgrel=2
pkgdesc='An advanced digital photo management application'
arch=('i686' 'x86_64')
license=('GPL')
url="https://www.digikam.org/"
depends=(lensfun opencv akonadi-contacts knotifyconfig libksane kfilemetadata qtav marble-common
- threadweaver kcalendarcore qt5-xmlpatterns imagemagick glu)
-makedepends=(extra-cmake-modules doxygen eigen boost kdoctools jasper git)
+ threadweaver kcalendarcore qt5-xmlpatterns imagemagick glu jasper)
+makedepends=(extra-cmake-modules doxygen eigen boost kdoctools git)
optdepends=('hugin: panorama tool'
'qt5-imageformats: support for additional image formats (WEBP, TIFF)'
- 'jasper: openJPEG support'
'rawtherapee: RAW import'
'darktable: RAW import'
"digikam-plugin-gmic: G'MIC plugin"