aboutsummaryrefslogtreecommitdiff
path: root/gnu/machine
ModeNameSize
-rw-r--r--digital-ocean.scm20092logplainabout
-rw-r--r--ssh.scm27861logplainabout
iscv64-linux. Change-Id: I442c668c3d52c241f0d405f51ea8d995bfefd3fd Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zheng Junjie 2024-02-24gnu: 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> Ahmad Draidi 2024-02-24gnu: 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> Ahmad Draidi 2024-02-22gnu: 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> chris 2024-01-21gnu: 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 Nicolas Goaziou 2024-01-17gnu: Add tgif....* gnu/packages/image.scm (tgif): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: I4fd6bf5ae25806775e75dcca680a067f5d80ef5e spacecadet 2024-01-03gnu: 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> Zheng Junjie 2024-01-03gnu: 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> Zheng Junjie 2024-01-03gnu: 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> Zheng Junjie 2024-01-03gnu: 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> Zheng Junjie 2023-12-29gnu: 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> Zheng Junjie 2023-12-22gnu: 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> Zheng Junjie 2023-12-18gnu: 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 Efraim Flashner