diff options
author | Aaron Ball <nullspoon@oper.io> | 2023-12-28 14:05:20 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2023-12-28 14:08:27 -0700 |
commit | 76fe5eb2abac4fbb895d7ca1b5170119b0479a95 (patch) | |
tree | 45f36ded3f968e75362e43784f74cdbc3516eaf4 /darktable | |
parent | 871402ec2dc3199b8f65b48e3d76a392a66fcc65 (diff) | |
download | ports-76fe5eb2abac4fbb895d7ca1b5170119b0479a95.tar.gz ports-76fe5eb2abac4fbb895d7ca1b5170119b0479a95.tar.xz |
darktable:version from 4.4.2 to 4.6.0
This also removes the rawspeed dependency, as that is no longer
required (it is built in).
Diffstat (limited to 'darktable')
-rw-r--r-- | darktable/.footprint | 1 | ||||
-rw-r--r-- | darktable/.md5sum | 2 | ||||
-rw-r--r-- | darktable/.signature | 8 | ||||
-rw-r--r-- | darktable/Pkgfile | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/darktable/.footprint b/darktable/.footprint index bbacd50..f459613 100644 --- a/darktable/.footprint +++ b/darktable/.footprint @@ -92,6 +92,7 @@ drwxr-xr-x root/root usr/lib64/darktable/plugins/imageio/storage/ -rwxr-xr-x root/root usr/lib64/darktable/plugins/libnegadoctor.so -rwxr-xr-x root/root usr/lib64/darktable/plugins/libnlmeans.so -rwxr-xr-x root/root usr/lib64/darktable/plugins/liboverexposed.so +-rwxr-xr-x root/root usr/lib64/darktable/plugins/libprimaries.so -rwxr-xr-x root/root usr/lib64/darktable/plugins/libprofile_gamma.so -rwxr-xr-x root/root usr/lib64/darktable/plugins/librawdenoise.so -rwxr-xr-x root/root usr/lib64/darktable/plugins/librawoverexposed.so diff --git a/darktable/.md5sum b/darktable/.md5sum index f41cfc9..0946da3 100644 --- a/darktable/.md5sum +++ b/darktable/.md5sum @@ -1 +1 @@ -bd26c23a2890728966dbf66ed443fee6 darktable-4.4.2.tar.xz +4cc458888b2c4e7bfb530482bd4c47b9 darktable-4.6.0.tar.xz diff --git a/darktable/.signature b/darktable/.signature index 19cb5aa..57fa3ab 100644 --- a/darktable/.signature +++ b/darktable/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/nullspoon.pub -RWThnm0RuVZhZi/Rb9ZtA/KiLCLPy7/fDRY+/qDv37/Gb2N1GRBd9qKTpIbDB6N9LHeyqyep9uqq+vCZxDEa5vDjj6ecjhqzpgs= -SHA256 (Pkgfile) = ddc44c83fdf0905a2e64ac53e83723fbff6518844e33eb22c91a690b698cdf68 -SHA256 (.footprint) = a9d1248a5157525eb6101da4eb28415fac3cf2e162f49bbe0c5c0fb0822eb4b3 -SHA256 (darktable-4.4.2.tar.xz) = c11d28434fdf2e9ce572b9b1f9bc4e64dcebf6148e25080b4c32eb51916cfa98 +RWThnm0RuVZhZlgxlMoO0CT724wQ0l50OfCro4GACAMwSqLqyiut8IStubFGsuNDEHVCHUYy00pKBMvYOCSumhW3xK+mMdrq3gg= +SHA256 (Pkgfile) = 01ebc459b8308a5c2236664faef9c06807d1a189111d9363a86bafd71c655855 +SHA256 (.footprint) = 2193b07f41126a9b1ad53fcf9cbe542ae3741e2e15d668b31a408ee07a479a99 +SHA256 (darktable-4.6.0.tar.xz) = 724b27e3204d1822de6dc53ea090a6b1ce55f7c32226d34642689775c68aacc2 diff --git a/darktable/Pkgfile b/darktable/Pkgfile index c7d5f63..1adea0b 100644 --- a/darktable/Pkgfile +++ b/darktable/Pkgfile @@ -1,9 +1,9 @@ # Description: Open source photography workflow application # URL: https://www.darktable.org/ # Maintainer: Aaron Ball, nullspoon at oper dot io -# Depends on: lua libsecret libgphoto2 cmake isl libxslt json-c libpng libtiff librsvg rawspeed lensfun +# Depends on: lua libsecret libgphoto2 cmake isl libxslt json-c libpng libtiff librsvg lensfun name=darktable -version=4.4.2 +version=4.6.0 release=1 source=(https://github.com/darktable-org/${name}/releases/download/release-${version}/${name}-${version}.tar.xz) |