summaryrefslogtreecommitdiff
path: root/gnu/packages/image.scm
Commit message (Collapse)AuthorAge
* gnu: scons: Move to (gnu packages build-tools).Marius Bakke2022-08-27
| | | | | | | | | | * gnu/packages/python-xyz.scm (scons, scons-python2): Move from here ... * gnu/packages/build-tools.scm (scons, scons-python2): ... to here. * gnu/packages/direct-connect.scm, gnu/packages/disk.scm, gnu/packages/game-development.scm, gnu/packages/gps.scm, gnu/packages/image.scm, gnu/packages/installers.scm, gnu/packages/web.scm, gnu/packages/xdisorg.scm: Adjust module imports accordingly. * guix/build-system/scons.scm (default-scons): Likewise.
* gnu: Add spng.(2022-08-12
| | | | | | * gnu/packages/image.scm (spng): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: freeimage: Remove input labels.Marius Bakke2022-08-10
| | | | | | * gnu/packages/image.scm (freeimage): Reindent. [arguments]: Use G-expression and SEARCH-INPUT-DIRECTORY. [inputs]: Remove labels.
* gnu: freeimage: Update home page.Marius Bakke2022-08-10
| | | | * gnu/packages/image.scm (freeimage)[home-page]: Follow redirect.
* gnu: exiv2: Fix test failure on ppc64le and aarch64.Marcel van der Boom2022-08-01
| | | | | | | | | | | | | | ppc64 and aarch64 do not raise exception and thus output and exit code for test is different. See: https://github.com/Exiv2/exiv2/issues/365 and https://github.com/Exiv2/exiv2/issues/933 * gnu/packages/image.scm (exiv2)[arguments]: Add 'adjust-tests' phase. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
* gnu: phockup: Update to 1.9.0.Arun Isaac2022-07-26
| | | | * gnu/packages/image.scm (phockup): Update to 1.9.0.
* gnu: phockup: Add bash-minimal to inputs.Arun Isaac2022-07-26
| | | | * gnu/packages/image.scm (phockup)[inputs]: Add bash-minimal.
* gnu: phockup: Make exiftool substitution more specific.Arun Isaac2022-07-26
| | | | | * gnu/packages/image.scm (phockup)[arguments]: Make exiftool substitution in configure phase more specific.
* gnu: flameshot: Update to 12.1.0.arkhan2022-07-19
| | | | | | * gnu/packages/image.scm (flameshot): Update to 12.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Remove OpenJPEG@1.Marius Bakke2022-07-10
| | | | * gnu/packages/image.scm (openjpeg-1): Remove variable.
* gnu: libjxl: Update to 0.6.1-0.b7076f18.Greg Hogan2022-06-22
| | | | | | | * gnu/packages/image.scm (libjxl): Update to 0.6.1-0.b7076f18. [inputs]: Add gflags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Merge branch 'master' into stagingLudovic Courtès2022-06-08
|\
| * gnu: jpegoptim: Remove input labels.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | | | * gnu/packages/image.scm (jpegoptim)[inputs]: Remove input labels.
| * gnu: jpegoptim: Update to 1.4.7.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | | | * gnu/packages/image.scm (jpegoptim): Update to 1.4.7. [source]: Build from Git.
* | gnu: giblib: Depend on imlib2@1.7.Ludovic Courtès2022-06-02
| | | | | | | | | | * gnu/packages/image.scm (giblib)[inputs]: Depend on IMLIB2-1.7 instead of IMLIB2.
* | gnu: imlib2: Reintroduce 1.7.1.Ludovic Courtès2022-06-02
| | | | | | | | * gnu/packages/image.scm (imlib2-1.7): New variable.
* | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-06-01
|\|
| * gnu: Remove libpng-1.2.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/image.scm (libpng-1.2): Delete variable.
* | gnu: imlib2: Remove input labels.Efraim Flashner2022-04-28
| | | | | | | | | | * gnu/packages/image.scm (imlib2)[native-inputs]: Remove input labels. [inputs]: Same.
* | gnu: imlib2: Update to 1.9.0.Efraim Flashner2022-04-28
|/ | | | * gnu/packages/image.scm (imlib2): Update to 1.9.0.
* gnu: libicns: Do not explicitly set TESTS? to #t.Maxime Devos2022-03-11
| | | | | | | | * gnu/packages/image.scm (libicns)[tests?]: Remove argument. [home-page]: Update. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: libjpeg-turbo: Fix cross-compiling to riscv64-linux.Efraim Flashner2022-03-07
| | | | | * gnu/packages/image.scm (libjpeg-turbo)[arguments]: When cross-compiling to riscv64-linux correctly set CMAKE_SYSTEM_PROCESSOR.
* gnu: exiv2: Enable BMFF support.Lars-Dominik Braun2022-02-16
| | | | * gnu/packages/image.scm (exiv2)[arguments]<configure-flags>: Enable BMFF.
* gnu: grim: Update to 1.4.0.Jai Vetrivelan2022-02-09
| | | | | | | * gnu/packages/image.scm (grim): Update to 1.4.0. [inputs]: Remove CARGO, add PIXMAN and LIBPNG. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add libjxl.Vinicius Monego2021-12-30
| | | | | | * gnu/packages/image.scm (libjxl): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: flameshot: Update to 0.10.2.Josselin Poiret2021-12-19
| | | | | | * gnu/packages/image.scm (flameshot): Update it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove unneeded uses of custom GCC versions.Marius Bakke2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (libmaus2, biobambam2)[native-inputs]: Remove GCC-10. * gnu/packages/game-development.scm (libresprite, python-pyxel)[native-inputs]: Likewise. * gnu/packages/lua.scm (emilua)[native-inputs]: Likewise. * gnu/packages/radio.scm (sdr++)[native-inputs]: Likewise. * gnu/packages/wm.scm (fnott)[native-inputs]: Likewise. * gnu/packages/text-editors.scm (kakoune)[native-inputs]: Likewise. (scintilla)[native-inputs]: Remove GCC-9. * gnu/packages/build-tools.scm (bear)[native-inputs]: Likewise. * gnu/packages/cpp.scm (magic-enum)[native-inputs]: Likewise. * gnu/packages/games.scm (openttd)[native-inputs]: Likewise. (schiffbruch)[native-inputs]: Remove GCC-11. * gnu/packages/music.scm (liquidsfz, geonkick)[native-inputs]: Remove GCC-9. * gnu/packages/fcitx5.scm (fcitx5, libime, fcitx5-configtool)[native-inputs]: Likewise. * gnu/packages/wine.scm (dxvk32)[native-inputs]: Likewise. * gnu/packages/ftp.scm (libfilezilla)[native-inputs]: Remove GCC-8. * gnu/packages/image.scm (blurhash)[native-inputs]: Likewise. * gnu/packages/jami.scm (libring)[native-inputs]: Likewise. * gnu/packages/pdf.scm (xournalpp)[native-inputs]: Likewise. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop, telegram-desktop)[native-inputs]: Likewise.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\
| * gnu: libavif: Restrict dependency on rav1e to x86_64.Vinicius Monego2021-11-08
| | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (libavif)[arguments]<#:configure-flags>: Pass "-DAVIF_CODEC_RAV1E=ON" only on x84_64. <#:phases>: Don't return #t. [inputs]: Add rav1e only on x86_64. Signed-off-by: Leo Famulari <leo@famulari.name>
* | gnu: vigra: Build without numpy support.Efraim Flashner2021-11-17
| | | | | | | | | | * gnu/packages/image.scm (vigra)[inputs]: Remove python-numpy. [arguments]: Add configure-flag to build without vigranumpy.
* | gnu: gtk: Replace gdk-pixbuf+svg by librsvg.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the addition of a profile hook for computing the gdk-pixbuf loaders cache file, there is no longer a need for gdk-pixbuf+svg, and librsvg can propagate gdk-pixbuf without fear, so replace the former for the latter. The replacement was automated with the following command: $ git grep -l ',gdk-pixbuf+svg)' \ | xargs sed 's/(".*" ,gdk-pixbuf+svg)/("librsvg" ,librsvg)/' -i * gnu/packages/gtk.scm (gdk-pixbuf+svg): Delete package. (gtk+-2)[propagated-inputs]: Replace gdk-pixbuf+svg with librsvg. (gtk+)[propagated-inputs]: Likewise. * gnu/packages/gnome.scm (gdk-pixbuf+svg): Add deprecated package.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: Rename openexr to openexr-2.Vinicius Monego2021-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done so the OpenEXR package can be upgraded to version 3 in a later commit. * gnu/packages/graphics.scm (openexr): Rename to ... (openexr-2): ... new variable. (blender, blender-2.79, openimageio, povray)[inputs]: Adjust accordingly. (ctl)[propagated-inputs]: Likewise. * gnu/packages/animation.scm (synfig)[propagated-inputs]: Likewise. * gnu/packages/gimp.scm (gegl, gimp)[inputs]: Likewise. * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Likewise. * gnu/packages/image-processing.scm (mia, opencolorio, opencv, vips, gmic, nip2)[inputs]: Likewise. * gnu/packages/image-viewers.scm (luminance-hdr)[inputs]: Likewise. * gnu/packages/image.scm (freeimage, vigra, devil)[inputs]: Likewise. * gnu/packages/kde-frameworks.scm (kimageformats)[inputs]: Likewise. * gnu/packages/kde.scm (krita)[inputs]: Likewise. * gnu/packages/photo.scm (enblend-enfuse, darktable, hugin)[inputs]: Likewise. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: exiv2: Delete static library.Tobias Geerinckx-Rice2021-10-23
| | | | | | | | | | * gnu/packages/image.scm (exiv2)[arguments]: Add a 'delete-static-libraries phase.
| * gnu: exiv2: Update to 0.27.5.Tobias Geerinckx-Rice2021-10-23
| | | | | | | | * gnu/packages/image.scm (exiv2): Update to 0.27.5.
| * gnu: phockup: Update to 1.7.1.Arun Isaac2021-10-20
| | | | | | | | | | | | | | | | * gnu/packages/image.scm (phockup): Update to 1.7.1. [arguments]: In configure phase, substitute the more specific "'exiftool" instead of "exiftool". Add wrap-program phase. Do not return #t from custom phases. [inputs]: Add python-tqdm.
| * gnu: jasper: Update to 2.0.33.Tobias Geerinckx-Rice2021-10-19
| | | | | | | | * gnu/packages/image.scm (jasper): Update to 2.0.33.
* | gnu: zimg: Update to 3.0.3.Guillaume Le Vaillant2021-10-25
| | | | | | | | * gnu/packages/image.scm (zimg): Update to 3.0.3.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-10-14
|\|
| * gnu: swappy: Add propagated-inputs.Alexandr Vityazev2021-10-13
| | | | | | | | | | | | | | | | | | | | Add font-awesome to propagated-inputs to properly render the icons. * gnu/packages/image.scm (swappy)[propagated-inputs]: Add font-awesome; [use-modules]: Add (gnu packages fonts). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: swappy: Update to 1.4.0.Alexandr Vityazev2021-10-13
| | | | | | | | | | | | * gnu/packages/image.scm (swappy): Update to 1.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|
| * gnu: Add blurhash.nixo2021-09-03
| | | | | | | | | | | | * gnu/packages/image.scm (blurhash): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: exiv2: Enable tests.Efraim Flashner2021-08-15
| | | | | | | | | | | | * gnu/packages/image.scm (exiv2)[arguments]: Don't skip tests. Add test-target, configure-flags to enable tests. [native-inputs]: Add googletest, python.
| * gnu: exiv2: Update to 0.27.4.Efraim Flashner2021-08-15
| | | | | | | | * gnu/packages/image.scm (exiv2): Update to 0.27.4.
* | gnu: vigra: Update to 1.11.1-0.9b514fa.Leo Famulari2021-07-27
| | | | | | | | | | | | | | * gnu/packages/image.scm (vigra): Update to 1.11.1-0.9b514fa. [source]: Use git-fetch. Remove obsolete patch. * gnu/packages/patches/vigra-python-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.