/nix/

> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/image.scm
AgeCommit message (Expand)Author
2024-11-04gnu: gifsicle: Use G-expressions....* gnu/packages/image.scm (gifsicle)[arguments]: Use G-expressions. Change-Id: I4bcf803e129e18c9d554d8544fc6c4896b61c9c3 Zheng Junjie
2024-11-04gnu: gifsicle: Build from git source....* gnu/packages/image.scm (gifsicle)[source]: Switch to git-fetch. [native-inputs]: Add autoconf and automake. Change-Id: I9b23e1d2f66aa328f56bad224b8db03b6261dd00 Zheng Junjie
2024-11-04gnu: 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. Nicolas Graves
2024-09-29gnu: 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 Efraim Flashner
2024-09-08gnu: 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 Tobias Geerinckx-Rice
2024-09-05gnu: libsixel: Propagate GDK-PIXBUF....* gnu/packages/image.scm (libsixel)[inputs]: Move GDK-PIXBUF... [propagated-inputs]: ... to here. Change-Id: Ifcbcae7882f1f6292d436f679552b8e0a67d9eda Nicolas Goaziou
2024-08-31gnu: libpng: Update to 1.6.39....* gnu/packages/image.scm (libpng): Update to 1.6.39. Change-Id: Ia851ed5fb00dc8f34e248d2f0020bea06c6e78af Maxim Cournoyer
2024-08-31gnu: libwebp: Ungraft....* gnu/packages/image.scm (libwebp): Update to 1.3.2. [replacement]: Remove. (libwebp/fixed): Remove. Change-Id: I39c0e5f9df82322dc8dc0ed6341f08c1ac0749b3 Ludovic Courtès
2024-08-31gnu: 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 Maxime Devos
2024-08-31gnu: 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 Maxim Cournoyer
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......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 Maxim Cournoyer
2024-08-18gnu: grim: Update home page....* gnu/packages/image.scm (grim)[home-page]: Update. Change-Id: Ifb3a2077098599a6ee39cd3f1f69492910c56fef Tobias Geerinckx-Rice
2024-07-18gnu: 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 Zheng Junjie
2024-07-18gnu: libavif: Update to 1.0.4....* gnu/packages/image.scm (libavif): Update to 1.0.4. Change-Id: If86c06d3d1dda09f339d745261dd42925f87387c Zheng Junjie
2024-07-01gnu: 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> Artyom V. Poptsov