diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-25 23:05:00 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-25 23:06:52 +0000 |
| commit | 19acab0a4de70b52edcfdfa0fbc02434b14baef5 (patch) | |
| tree | a10432197ebd42729197a73b5e3fa46b79026a4c /gnu/packages | |
| parent | 1db2ed138955046150fc0ad627990ac5a6ab357e (diff) | |
gnu: darktable: Update to 5.4.1.
Released on <2026-02-05>, see:
<https://github.com/darktable-org/darktable/releases/tag/release-5.4.1>.
* gnu/packages/photo.scm (darktable): Update to 5.4.1.
[inputs]: Sort alphabetically.
Change-Id: I9bf61a31f2039959646a067d759d98f88c63e905
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/photo.scm | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index c3ac0230c17..0ae2c8d3e7b 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm | |||
| @@ -592,7 +592,7 @@ photographic equipment.") | |||
| 592 | (define-public darktable | 592 | (define-public darktable |
| 593 | (package | 593 | (package |
| 594 | (name "darktable") | 594 | (name "darktable") |
| 595 | (version "5.4.0") | 595 | (version "5.4.1") |
| 596 | (source | 596 | (source |
| 597 | (origin | 597 | (origin |
| 598 | (method url-fetch) | 598 | (method url-fetch) |
| @@ -600,7 +600,7 @@ photographic equipment.") | |||
| 600 | "https://github.com/darktable-org/darktable/releases/" | 600 | "https://github.com/darktable-org/darktable/releases/" |
| 601 | "download/release-" version "/darktable-" version ".tar.xz")) | 601 | "download/release-" version "/darktable-" version ".tar.xz")) |
| 602 | (sha256 | 602 | (sha256 |
| 603 | (base32 "05ivr9ma83k6zlkyklhrxs1kmq3ry428hgf3177layfjg3mbmw1b")))) | 603 | (base32 "1r25z2aw3sw31hk0fhvfjlzggnvf0w6lbj1imhpwva1qlf47rp5g")))) |
| 604 | (build-system cmake-build-system) | 604 | (build-system cmake-build-system) |
| 605 | (arguments | 605 | (arguments |
| 606 | (list | 606 | (list |
| @@ -644,12 +644,12 @@ photographic equipment.") | |||
| 644 | (inputs | 644 | (inputs |
| 645 | (list bash-minimal | 645 | (list bash-minimal |
| 646 | cairo | 646 | cairo |
| 647 | colord-gtk ;optional, for color profile support | 647 | colord-gtk ;optional, for color profile support |
| 648 | cups ;optional, for printing support | 648 | cups ;optional, for printing support |
| 649 | curl | 649 | curl |
| 650 | dbus-glib | 650 | dbus-glib |
| 651 | exiv2 | 651 | exiv2 |
| 652 | gmic ;optional, for HaldcLUT support | 652 | gmic ;optional, for HaldcLUT support |
| 653 | graphicsmagick | 653 | graphicsmagick |
| 654 | gsettings-desktop-schemas | 654 | gsettings-desktop-schemas |
| 655 | gtk+ | 655 | gtk+ |
| @@ -658,26 +658,26 @@ photographic equipment.") | |||
| 658 | json-glib | 658 | json-glib |
| 659 | lcms | 659 | lcms |
| 660 | lensfun ;optional, for the lens distortion plugin | 660 | lensfun ;optional, for the lens distortion plugin |
| 661 | libgphoto2 ;optional, for camera tethering | ||
| 662 | libavif ;optional, for AVIF support | 661 | libavif ;optional, for AVIF support |
| 662 | libgphoto2 ;optional, for camera tethering | ||
| 663 | libheif | ||
| 663 | libjpeg-turbo | 664 | libjpeg-turbo |
| 664 | libjxl ;optional, for JPEG-XL support | 665 | libjxl ;optional, for JPEG-XL support |
| 665 | libomp | 666 | libomp |
| 666 | libpng | 667 | libpng |
| 667 | libraw | 668 | libraw |
| 669 | libsecret ;optional, for storing passwords | ||
| 670 | libsoup-minimal-2 ;optional, for osm-gps-map | ||
| 668 | (librsvg-for-system) | 671 | (librsvg-for-system) |
| 669 | libsecret ;optional, for storing passwords | ||
| 670 | libsoup-minimal-2 ;optional, for osm-gps-map | ||
| 671 | libtiff | 672 | libtiff |
| 672 | libwebp ;optional, for WebP support | 673 | libwebp ;optional, for WebP support |
| 673 | libxml2 | 674 | libxml2 |
| 674 | libxslt | 675 | libxslt |
| 675 | libheif | 676 | lua-5.4 ;optional, for plugins |
| 676 | lua-5.4 ;optional, for plugins | 677 | openexr ;optional, for EXR import/export |
| 677 | openexr ;optional, for EXR import/export | 678 | openjpeg ;optional, for JPEG2000 export |
| 678 | openjpeg ;optional, for JPEG2000 export | 679 | osm-gps-map ;optional, for geotagging view |
| 679 | osm-gps-map ;optional, for geotagging view | 680 | portmidi ;optional, for hardware MIDI input devices |
| 680 | portmidi ;optional, for hardware MIDI input devices | ||
| 681 | pugixml | 681 | pugixml |
| 682 | python-jsonschema | 682 | python-jsonschema |
| 683 | sdl2 | 683 | sdl2 |
