diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-08 20:57:19 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-18 10:45:29 +0800 |
commit | e9b97b193a9b444399b3cdb33e10906087664b39 (patch) | |
tree | bcbb1371e151605dc25928405e77e353e168bbfe /gnu/packages/image.scm | |
parent | a0807675f78bba4889be563dd2823a81c8051a40 (diff) | |
download | guix-e9b97b193a9b444399b3cdb33e10906087664b39.tar.gz guix-e9b97b193a9b444399b3cdb33e10906087664b39.zip |
gnu: freeimage: Adjust for libraw 0.21.
* gnu/packages/patches/freeimage-libraw-0.21-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (freeimage)[source](patches): Add it.
Change-Id: Ief930d50be3e1f44074cd772756fb813bbad4389
Diffstat (limited to 'gnu/packages/image.scm')
-rw-r--r-- | gnu/packages/image.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 7d5fc3707e..a709822e5b 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -1268,7 +1268,8 @@ supplies a generic doubly-linked list and some string functions.") (search-patches "freeimage-unbundle.patch" "freeimage-libtiff-compat.patch" "freeimage-CVE-2020-21428.patch" - "freeimage-CVE-2020-22524.patch") + "freeimage-CVE-2020-22524.patch" + "freeimage-libraw-0.21-compat.patch") ;; Take one patch from Arch Linux that adds LibRaw 0.20 compatibility. (list (origin (method url-fetch) |