1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 06:30:36 +02:00
Commit Graph

709 Commits

Author SHA1 Message Date
Artyom V. Poptsov
90a8109e82 gnu: mini: Update to 0.9.17.
* gnu/packages/image.scm (mini): Update to 0.9.17.

Change-Id: I53f65133fe1da906e6af6e7295b47c50f4203920
2025-01-10 22:53:09 +03:00
Zheng Junjie
1e1e5dbf13 gnu: gifsicle: Use G-expressions.
* gnu/packages/image.scm (gifsicle)[arguments]: Use G-expressions.

Change-Id: I4bcf803e129e18c9d554d8544fc6c4896b61c9c3
2024-11-04 18:23:48 +08:00
Zheng Junjie
b0d5c6924c gnu: gifsicle: Build from git source.
* gnu/packages/image.scm (gifsicle)[source]: Switch to git-fetch.
[native-inputs]: Add autoconf and automake.

Change-Id: I9b23e1d2f66aa328f56bad224b8db03b6261dd00
2024-11-04 18:21:24 +08:00
Nicolas Graves
fe6fdb1a85 gnu: gifsicle: Update to 1.95. [security fixes]
This fixes CVE-2023-44821 and CVE-2023-46009.

* gnu/packages/image.scm (gifsicle): Update to 1.95.
2024-11-04 18:11:10 +08:00
Efraim Flashner
0e21173e16 gnu: libsixel: Fix bash completion directory.
* gnu/packages/image.scm (libsixel)[arguments]: Adjust the
configure-flags to install the bash completion script into the standard
directory.

Change-Id: I12a52f8565474ec63e2bd1fa15e5412555a81c31
2024-09-29 16:19:44 +03:00
Tobias Geerinckx-Rice
b1a102d3a5 gnu: libjpeg: Fix upstream hash mismatch.
The upstream tarball was modified in place.  The only difference is the
removal of three bytes (the Unicode BOM) in 14 MSBuild files
(make????.v16) which shouldn't be used by the Guix package—and indeed,
apart from its hash, the build output has not changed.

* gnu/packages/image.scm (ijg-libjpeg)[source]: Update sha256.

Change-Id: I2f9875f7b8588162c45864aa75a5dbc4513b7cf7
2024-09-08 02:00:00 +02:00
Nicolas Goaziou
a6ec381b16 gnu: libsixel: Propagate GDK-PIXBUF.
* gnu/packages/image.scm (libsixel)[inputs]: Move GDK-PIXBUF...
[propagated-inputs]: ... to here.

Change-Id: Ifcbcae7882f1f6292d436f679552b8e0a67d9eda
2024-09-05 22:20:23 +02:00
Maxim Cournoyer
56ef338355 gnu: libpng: Update to 1.6.39.
* gnu/packages/image.scm (libpng): Update to 1.6.39.

Change-Id: Ia851ed5fb00dc8f34e248d2f0020bea06c6e78af
2024-08-31 10:44:21 +02:00
Ludovic Courtès
8fbae8edf9 gnu: libwebp: Ungraft.
* gnu/packages/image.scm (libwebp): Update to 1.3.2.
[replacement]: Remove.
(libwebp/fixed): Remove.

Change-Id: I39c0e5f9df82322dc8dc0ed6341f08c1ac0749b3
2024-08-31 10:44:17 +02:00
Maxime Devos
0d956d9a4e gnu: mypaint: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.

* gnu/packages/image.scm
(mypaint): Delete trailing #t.
[inputs]: Add 'bash-minimal'.
[native-inputs]: Remove labels.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ifb3b6bd129f9ca2d5724288622d6162db2e84746
2024-08-31 10:42:44 +02:00
Maxim Cournoyer
3f62f0a327 gnu: jbigkit: Import the correct set of modules.
* gnu/packages/image.scm (jbigkit) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.

Change-Id: Idbc9fc336409f73b784b111da61fc5bf957ecf52
2024-08-31 10:42:21 +02:00
Maxim Cournoyer
f59df1aa3c build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-modules.
Until now users would have to cargo cult or inspect the private
%default-modules variable of (guix build-systems gnu) to discover which
modules to include when extending the used modules via the #:modules argument.

The renaming was automated via the command:

  $ git grep -l %gnu-build-system-modules
    | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i

* guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to...
(%default-gnu-imported-modules): ... this.
(%default-modules): Rename to...
(%default-gnu-modules): ... this.  Export.
(dist-package, gnu-build, gnu-cross-build): Adjust accordingly.

Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
2024-08-31 10:42:16 +02:00
Tobias Geerinckx-Rice
0ac1758c19 gnu: grim: Update home page.
* gnu/packages/image.scm (grim)[home-page]: Update.

Change-Id: Ifb3a2077098599a6ee39cd3f1f69492910c56fef
2024-08-18 02:00:00 +02:00
Zheng Junjie
e9b97b193a 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
2024-07-18 10:45:29 +08:00
Zheng Junjie
bd3ad17ded gnu: libavif: Update to 1.0.4.
* gnu/packages/image.scm (libavif): Update to 1.0.4.

Change-Id: If86c06d3d1dda09f339d745261dd42925f87387c
2024-07-18 10:44:58 +08:00
Artyom V. Poptsov
85012e6481 gnu: mini: Update to 0.9.15.
* gnu/packages/image.scm (mini): Update to 0.9.15.

Change-Id: I20c20d3661364af2235b4eda348467bbeace6b74
Signed-off-by: jgart <jgart@dismail.de>
2024-07-01 13:54:59 -05:00
Vinicius Monego
38e93600b5 gnu: libheif: Enable tests.
* gnu/packages/image.scm (libheif)[arguments]: Remove #:tests?.

Change-Id: Ibf89a3eb3ff3a78962896147f385ef4de0493e3e
2024-04-06 08:00:59 -03:00
Vinicius Monego
84d21fdbaf gnu: libheif: Update to 1.17.6.
* gnu/packages/image.scm (libheif): Update to 1.17.6.
[inputs]: Use package labels.

Change-Id: I8de9374ea0a93eb7e80734992362821da1fb0621
2024-04-06 08:00:59 -03:00
Zheng Junjie
9142c50c6d gnu: libjxl: Fix build on riscv64-linux.
* gnu/packages/image.scm (libjxl)
[arguments]: Add fix-atomic phase when target riscv64-linux.

Change-Id: I442c668c3d52c241f0d405f51ea8d995bfefd3fd
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-04-02 16:19:16 +03:00
Ahmad Draidi
ad08af2fea gnu: leptonica: Update to 1.84.1.
* gnu/packages/image.scm (leptonica): Update to 1.84.1.

Change-Id: I9070ca7f08c0c3114fa7a5a414695051b587f00b
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-24 11:14:46 +01:00
Ahmad Draidi
df5653adcb gnu: leptonica: Fix random test failures.
Fixes <https://issues.guix.gnu.org/65441>.

Running tests in parallel (e.g. "make check -j16") causes random test
failures. Same behavior observed on Debian.

* gnu/packages/image.scm (leptonica)[arguments]: Disable parallel tests.

Change-Id: I629c6c8be626a704be046dc79ea4480896cd11cc
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-24 10:59:22 +01:00
chris
8f25043617 gnu: Add libsixel.
* gnu/packages/image.scm (libsixel): New variable.

Curl is disabled to mitigate CVE-2021-45340 guix lint warns about.

Change-Id: I7c8077dd705409ce914ab347115d0b4fddeb37e1
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-02-22 16:12:22 +01:00
Nicolas Goaziou
121de47dec gnu: converseen: Update to 0.12.0.2.
* gnu/packages/image.scm (converseen): Update to 0.12.0.2.
[arguments]<#:configure-flags>: Use Qt6.
[native-inputs, inputs]: Use Qt6.
* gnu/packages/patches/converseen-hide-non-free-pointers.patch: Update patch.

Change-Id: I6b6dc200b1b98115400854b2ff77cc805df45078
2024-01-21 15:48:36 +01:00
spacecadet
8fbda358ab gnu: Add tgif.
* gnu/packages/image.scm (tgif): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Change-Id: I4fd6bf5ae25806775e75dcca680a067f5d80ef5e
2024-01-17 11:18:00 +01:00
Zheng Junjie
ae63bb5e7d gnu: grim: Fix cross-compiling.
gnu/packages/image.scm(grim):
[native-inputs]: When cross compiling, add wayland, pkg-config-for-build.

Change-Id: I9dbf99d0bc92a62b17ded36937827dfbc6b29bb2
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-03 15:32:01 +01:00
Zheng Junjie
2d38579e01 gnu: grim: Update to 1.4.1.
* gnu/packages/image.scm (grim): Update to 1.4.1.
[home-page]: update to new home-page
[source]: update url.

Change-Id: I8c2e4ebbf198df7cedda7c1c946ecb33a6e92fb1
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-03 15:32:01 +01:00
Zheng Junjie
aed1b57081 gnu: slurp: Update to 1.5.0.
* gnu/packages/image.scm (slurp): Update to 1.5.0.

Change-Id: I72a60742af26a2544ee21e052963c0a8ad549d0e
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-03 15:32:01 +01:00
Zheng Junjie
24eb32f280 gnu: slurp: Fix cross-compiling.
gnu/packages/image.scm(slurp):
[native-inputs]: When cross compiling, add wayland, pkg-config-for-build.

Change-Id: I5000d681b1428c5b7d123239c1f1ba00f121fb7e
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-03 15:32:01 +01:00
Zheng Junjie
2911aaa9ae gnu: libmng: Fix cross-compiling to riscv64-linux.
* gnu/packages/image.scm (libmng)
[native-inputs]: When cross compiling to riscv64-linux-gnu, add config.
[arguments]: When target riscv64-linux-gnu, add update-config-scripts phase.

Change-Id: I906a2b7b7691ae53592cfa35ba64fc7e7d735664
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-12-29 19:48:16 +01:00
Zheng Junjie
25b83bd9e4 gnu: jpegoptim: Update to 1.5.5.
* gnu/packages/image.scm (jpegoptim): Update to 1.5.5.
[arguments]<#:phases>: Remove argument.
[native-inputs]: Remove field.
[license]: Change to gpl3+.

Change-Id: I97fc63e20b5cf88c4ef04c2ea2c4a0888a1d0472
Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-12-22 22:00:57 +08:00
Efraim Flashner
29c94dd522 gnu: freeimage: Patch 2 CVEs.
* gnu/packages/image.scm (freeimage)[source]: Add patches.
* gnu/packages/patches/freeimage-CVE-2020-21428.patch,
gnu/packages/patches/freeimage-CVE-2020-22524.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.

Change-Id: Iec114f2295cafbc8b55e81c0d8e4a361fd653152
2023-12-18 13:03:36 +02:00
宋文武
b099e5e980 gnu: exiv2: Get rid of reference to GCC.
This fixes <https://issues.guix.gnu.org/57677>.

* gnu/packages/image.scm (exiv2)[arguments]: Add phase to
remove _GLIBCXX_ASSERTIONS from compiler flags.
2023-10-20 17:45:30 +08:00
Nicolas Goaziou
4de27da44f gnu: converseen: Update to 0.11.0.0.
* gnu/packages/image.scm (converseen): Update to 0.11.0.0.
* gnu/packages/patches/converseen-hide-updates-checks.patch: Update patch.
2023-10-13 20:09:51 +02:00
Tobias Geerinckx-Rice
df7c91785c gnu: imgp: Update to 2.9.
* gnu/packages/image.scm (imgp): Update to 2.9.
[arguments]: Don't explicitly return #t from phases.
2023-09-24 02:00:00 +02:00
Julien Lepiller
028ebb8edb gnu: libwebp: Replace with 1.3.2. [fixes CVE-2023-4863]
* gnu/packages/image.scm (libwebp/fixed): Update to 1.3.2.
2023-09-14 06:54:28 +02:00
Sergio Pastor Pérez
3235bfa25a gnu: Add picket.
* gnu/packages/image.scm (picket): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-11 23:51:09 +02:00
Sergio Pastor Pérez
a35bfb6116 gnu: Add mini.
* gnu/packages/image.scm (mini): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-09-11 23:51:01 +02:00
Hilton Chain
63cf5a2a4e gnu: libwebp: Replace with 1.3.1. [fixes CVE-2023-1999]
* gnu/packages/image.scm (libwebp/fixed): New variable.
(libwebp)[replacement]: Assign it to new field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:51:51 +02:00
Efraim Flashner
a5daddc95a gnu: mypaint: Build with librsvg-for-system.
* gnu/packages/image.scm (mypaint)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-15 05:45:45 +03:00
Tobias Geerinckx-Rice
5593d1c39e gnu: gifsicle: Update to 1.94.
* gnu/packages/image.scm (gifsicle): Update to 1.94.
[arguments]: Don't explicitly return #t from phases.
2023-07-16 02:00:03 +02:00
Vinicius Monego
f2be1ea06a gnu: libjxl: Update to 0.8.2.
* gnu/packages/image.scm (libjxl): Update to 0.8.2.
[source]: Remove lcms, libpng and zlib bundles in the snippet.
[arguments]<#:configure-flags>: Add "-DJPEGXL_FORCE_SYSTEM_LCMS2=true" and
"-DJPEGXL_BUNDLE_LIBPNG=false".
[inputs]: Add lcms, zlib.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-19 11:08:40 +01:00
Artyom V. Poptsov
09c4dc5b39 gnu: Add pngcheck.
* gnu/packages/image.scm (pngcheck): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-14 23:18:00 +02:00
Efraim Flashner
f598f5b870 gnu: blurhash: Update to 0.2.0.
* gnu/packages/image.scm (blurhash): Update to 0.2.0.
[native-inputs]: Remove cmake. Add pkg-config.
2023-06-05 22:05:13 +03:00
Zheng Junjie
ae04b3996b gnu: jpegoptim: Fix cross-compiling to riscv64.
* gnu/packages/image.scm (jpegoptim)[arguments]: When cross-compiling t
riscv64, add phase to update-config-scripts.
[native-inputs]: When cross-compiling to riscv64, add config.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-04 15:28:53 +03:00
Zheng Junjie
4f3e5548fc gnu: libicns: Fix cross-compiling to riscv64.
* gnu/packages/image.scm (libicns)[arguments]: When cross-compiling to
riscv64, add phase to update-config-scripts.
[native-inputs]: When cross-compiling to riscv64, add config.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-04 15:28:20 +03:00
Yovan Naumovski
cf82526ac4 gnu: slurp: Update to 1.4.0.
* gnu/packages/image.scm (slurp): Update to 1.4.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-17 18:24:48 +08:00
Efraim Flashner
f776eb3f87 gnu: exiv2: Adjust tests on riscv64-linux.
* gnu/packages/image.scm (exiv2)[arguments]: Also use the custom
'adjust-tests phase when building for riscv64-linux.
2023-05-04 16:54:03 +03:00
Brian Cully
2870fd77ea gnu: swappy: Add gettext input.
* gnu/packages/image.scm (swappy) [inputs]: Add gettext-minimal.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-04-23 22:40:51 +02:00
Nicolas Goaziou
72096b7330 gnu: Add converseen.
* gnu/packages/image.scm (converseen): New variable.
* gnu/packages/patches/converseen-hide-non-free-pointers.patch:
* gnu/packages/patches/converseen-hide-updates-checks.patch: New files.
* gnu/local.mk: Register files above.
2023-04-19 20:12:19 -04:00
Efraim Flashner
93b07e5eb6 gnu: libjpeg-turbo: Skip failing test on riscv64-linux.
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Adjust
configure-flags to skip a failing test also on riscv64-linux.
2023-04-19 09:54:00 +03:00