diff options
author | Chris Lane | 2021-01-25 09:11:49 +0000 |
---|---|---|
committer | Chris Lane | 2021-01-25 09:11:49 +0000 |
commit | 2c3bd0d78a080e95d7884d03f4f4e22bf06cf3af (patch) | |
tree | ec43af5b6bf8a918fc3499a7420f10040df6b3af | |
parent | 0582290794761e9b0ce3b0c7a99a8a83375a81f8 (diff) | |
download | aur-2c3bd0d78a080e95d7884d03f4f4e22bf06cf3af.tar.gz |
Make jasper a hard dependency
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 5 insertions, 7 deletions
@@ -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 @@ -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" |