summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Contreras Salinas2023-06-08 20:40:27 -0400
committerFelipe Contreras Salinas2023-06-08 20:40:27 -0400
commit8ef43228803100a9fbdee1feabb539839750a494 (patch)
tree00e664765c43a1362d7c2f10fbd61f9a1c93e5dc
parent0078f856bc880522aef046f2ccbf9a7849cb61ac (diff)
downloadaur-8ef43228803100a9fbdee1feabb539839750a494.tar.gz
sync dependencies with `darktable` package and remove flickr
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD25
2 files changed, 18 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1552f7b23827..529a91803610 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = darktable-git
pkgdesc = A virtual lighttable and darkroom for photographers
pkgver = 4.3.0.r2508.gb320d1ed58
- pkgrel = 1
+ pkgrel = 2
url = http://www.darktable.org/
install = darktable.install
arch = i686
@@ -15,7 +15,6 @@ pkgbase = darktable-git
makedepends = clang
makedepends = python-jsonschema
makedepends = libwebp
- makedepends = perl-pod-parser
depends = pugixml
depends = libjpeg-turbo
depends = colord-gtk
@@ -25,15 +24,16 @@ pkgbase = darktable-git
depends = iso-codes
depends = zlib
depends = exiv2
- depends = flickcurl
depends = openjpeg2
depends = graphicsmagick
- depends = lua53
+ depends = lua
depends = osm-gps-map
depends = libsecret
depends = openmp
depends = gmic
depends = libavif
+ depends = jasper
+ depends = libjxl
optdepends = dcraw: base curve script
optdepends = perl-image-exiftool: base curve script
optdepends = imagemagick: base curve and noise profile scripts
diff --git a/PKGBUILD b/PKGBUILD
index ad9525b812f8..b2c4daeadc27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,21 +8,24 @@
pkgname=darktable-git
_gitname=darktable
pkgver=4.3.0.r2508.gb320d1ed58
-pkgrel=1
+pkgrel=2
pkgdesc="A virtual lighttable and darkroom for photographers"
arch=('i686' 'x86_64')
url=http://www.darktable.org/
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 libavif)
-optdepends=('dcraw: base curve script'
- 'perl-image-exiftool: base curve script'
- 'imagemagick: base curve and noise profile scripts'
- 'ghostscript: noise profile script'
- 'gnuplot: noise profile script'
+depends=(
+ pugixml libjpeg-turbo colord-gtk libgphoto2 openexr lensfun iso-codes zlib
+ exiv2 openjpeg2 graphicsmagick lua osm-gps-map libsecret openmp gmic libavif
+ jasper libjxl
)
-makedepends=(git cmake intltool desktop-file-utils llvm clang python-jsonschema libwebp perl-pod-parser)
+optdepends=(
+ 'dcraw: base curve script'
+ 'perl-image-exiftool: base curve script'
+ 'imagemagick: base curve and noise profile scripts'
+ 'ghostscript: noise profile script'
+ 'gnuplot: noise profile script'
+)
+makedepends=(git cmake intltool desktop-file-utils llvm clang python-jsonschema libwebp)
conflicts=(darktable)
provides=(darktable)
install=darktable.install
@@ -30,7 +33,7 @@ options=(!emptydirs !libtool)
source=(
'git+https://github.com/darktable-org/darktable.git'
'OpenCL-Headers.git::git+https://github.com/KhronosGroup/OpenCL-Headers.git'
- "LibRaw.git::git+https://github.com/LibRaw/LibRaw.git"
+ 'LibRaw.git::git+https://github.com/LibRaw/LibRaw.git'
'libxcf.git::git+https://github.com/houz/libxcf.git'
'rawspeed.git::git+https://github.com/darktable-org/rawspeed.git'
'whereami::git+https://github.com/gpakosz/whereami'