Merge pull request #290710 from remi-dupre/rawtherapee-5.10

rawtherapee: update to 5.10 from 5.9
This commit is contained in:
Weijia Wang 2024-02-23 12:30:10 +01:00 committed by GitHub
commit b13bb492c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,17 +20,21 @@
, librsvg , librsvg
, libcanberra-gtk3 , libcanberra-gtk3
, gtk-mac-integration , gtk-mac-integration
, exiv2
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "rawtherapee"; pname = "rawtherapee";
version = "5.9"; version = "5.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Beep6581"; owner = "Beep6581";
repo = "RawTherapee"; repo = "RawTherapee";
rev = version; rev = version;
hash = "sha256-kdctfjss/DHEcaSDPXcmT20wXTwkI8moRX/i/5wT5Hg="; hash = "sha256-rIwwKNm7l7oPEt95sHyRj4aF3mtnvM4KAu8oVaIMwyE=";
# The developpers ask not to use the tarball from Github releases, see
# https://www.rawtherapee.com/downloads/5.10/#news-relevant-to-package-maintainers
forceFetchGit = true;
}; };
postPatch = '' postPatch = ''
@ -61,6 +65,7 @@ stdenv.mkDerivation rec {
libsigcxx libsigcxx
lensfun lensfun
librsvg librsvg
exiv2
] ++ lib.optionals stdenv.isLinux [ ] ++ lib.optionals stdenv.isLinux [
libcanberra-gtk3 libcanberra-gtk3
] ++ lib.optionals stdenv.isDarwin [ ] ++ lib.optionals stdenv.isDarwin [