summaryrefslogtreecommitdiff
path: root/gnu/packages/image.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMarius Bakke2021-06-19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm
| * gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | | | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
| * gnu: libheif: Update to 1.12.0.Vinicius Monego2021-06-06
| | | | | | | | | | | | * gnu/packages/image.scm (libheif): Update to 1.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm
| * gnu: libavif: Update to 0.9.1.Tobias Geerinckx-Rice2021-06-02
| | | | | | | | * gnu/packages/image.scm (libavif): Update to 0.9.1.
* | gnu: libwebp: Update to 1.2.0.Marius Bakke2021-05-13
| | | | | | | | * gnu/packages/image.scm (libwebp): Update to 1.2.0.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
| * gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls.Maxime Devos2021-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (cbatticon)[arguments]<#:make-flags>: Use CC-FOR-TARGET. * gnu/packages/assembly.scm (dev86)[arguments]<#:make-flags>: Likewise. * gnu/packages/cdrom.scm (cd-discid)[arguments]<#:make-flags>: Likewise. * gnu/packages/crypto.scm (signify, keyutils, ssss, libscrypt, enchive) [arguments]<#:make-flags>: Likewise. * gnu/packages/emacs-xyz.scm (emacs-emacsql, emacs-telega)[arguments] <#:phases>: Likewise. * gnu/packages/gnupg.scm (pgpdump)[arguments]<#:make-flags>: Likewise. * gnu/packages/image-viewers.scm (feh, imv)[arguments]<#:make-flags>: Likewise. * gnu/packages/image.scm (libjxr, giflib, freeimage)[arguments] <#:make-flags>: Likewise. * gnu/packages/irc.scm (ii, sic)[arguments]<#:make-flags>: Likewise. * gnu/packages/lua.scm (make-lua-expat, make-lua-ossl, make-lua-sec) (make-lua-cqueues, make-lua-lgi, lua-resty-signal)[arguments] <#:make-flags>: Likewise. * gnu/packages/networking.scm (httping, pixiewps, sslh, nethogs, spiped) (can-utils, hcxtools, batctl)[arguments]<#:make-flags>: Likewise. * gnu/packages/pdf.scm (fbida)[arguments]<#:make-flags>: Likewise. * gnu/packages/ssh.scm (endlessh)[arguments]<#:make-flags>: Likewise. * gnu/packages/toys.scm (nyancat)[arguments]<#:make-flags>: Likewise. * gnu/packages/upnp.scm (miniupnpc)[arguments]<#:make-flags>: Likewise. * gnu/packages/xdisorg.scm (bemenu, xbanish, sxhkd, xcape, xssproxy) (xrandr-invert-colors, hsetroot, xsettingsd)[arguments]<#:make-flags>: Likewise. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: slurp: Update to 1.3.2.Tobias Geerinckx-Rice2021-04-19
| | | | | | | | * gnu/packages/image.scm (slurp): Update to 1.3.2.
| * gnu: grim: Update to 1.3.2.Tobias Geerinckx-Rice2021-04-19
| | | | | | | | * gnu/packages/image.scm (grim): Update to 1.3.2.
* | gnu: iqa: Correct source uri.Raghav Gururajan2021-04-19
| | | | | | | | * gnu/packages/image.scm (iqa)[source]: Modify URI.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-03-24
|\|
| * gnu: Add libheif.Vinicius Monego2021-03-23
| | | | | | | | | | | | * gnu/packages/image.scm (libheif): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: jasper: Update to 2.0.27.Tobias Geerinckx-Rice2021-03-21
| | | | | | | | * gnu/packages/image.scm (jasper): Update to 2.0.27.
| * gnu: libtiff: Refer to the version number in a more robust way.Leo Famulari2021-03-14
| | | | | | | | | | | | * gnu/packages/image.scm (libtiff)[arguments]: Replace use of VERSION with (PACKAGE-VERSION THIS-PACKAGE). (libtiff/fixed): Adjust accordingly.
| * gnu: libtiff: Fix documentation directory name in grafted replacement.Leo Famulari2021-03-12
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/47107>. This is a followup to commit 6320700b114f09c09fbe613e2032abe077d28583. * gnu/packages/image.scm (libtiff/fixed)[name, arguments]: New fields.
| * gnu: jasper: Update to 2.0.26.Tobias Geerinckx-Rice2021-03-11
| | | | | | | | * gnu/packages/image.scm (jasper): Update to 2.0.26.
| * gnu: libtiff: Update to 4.2.0 [security fixes].Léo Le Bouter2021-03-10
| | | | | | | | | | | | | | Non-exhaustively, fixes CVE-2020-35523, CVE-2020-35522 and CVE-2020-35521. * gnu/packages/image.scm (libtiff/fixed): New variable. (libtiff)[replacement]: Graft.
| * gnu: libavif: Update to 0.9.0.Leo Famulari2021-03-09
| | | | | | | | * gnu/packages/image.scm (libavif): Update to 0.9.0.
* | gnu: openjpeg: Update to 2.4.0.Efraim Flashner2021-03-21
| | | | | | | | * gnu/packages/image.scm (openjpeg): Update to 2.4.0.
* | gnu: openjpeg: Skip more failing tests.Efraim Flashner2021-03-21
| | | | | | | | | | | | | | A number of tests fail after updating libtiff to 4.1.0. * gnu/packages/image.scm (openjpeg)[arguments]: Adjust 'disable-failing-tests phase to skip more failing tests.
* | gnu: openjpeg-data: Update to 2020.11.30.Efraim Flashner2021-03-21
| | | | | | | | * gnu/packages/image.scm (openjpeg-data): Update to 2020.11.30.
* | gnu: libtiff: Update to 4.2.0.Efraim Flashner2021-03-20
| | | | | | | | * gnu/packages/image.scm (libtiff): Update to 4.2.0.
* | Merge branch 'master' into core-updatesChristopher Baines2021-03-06
|\|
| * gnu: jasper: Update to 2.0.25 [fixes CVE-2021-26926].Léo Le Bouter2021-03-03
| | | | | | | | * gnu/packages/image.scm (jasper): Update to 2.0.25.
| * gnu: exiv2-0.26: Remove variable.Nicolas Goaziou2021-02-21
| | | | | | | | | | | | | | * gnu/packages/image.scm (exiv2-0.26): Remove variable. * gnu/packages/patches/exiv2-CVE-2017-14859-14862-14864.patch: * gnu/packages/patches/exiv2-CVE-2017-14860.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Apply removal.
| * gnu: Add imgp.Vinicius Monego2021-02-21
| | | | | | | | | | | | * gnu/packages/image.scm (imgp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add swappy.Sharlatan Hellseher2021-02-13
| | | | | | | | | | | | * gnu/packages/image.scm (swappy): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* | gnu: jbig2dec: Update to 0.19.Vincent Legoll2021-02-20
| | | | | | | | | | | | * gnu/packages/image.scm (jbig2dec): Update to 0.19. Signed-off-by: Leo Famulari <leo@famulari.name>
* | Merge branch 'master' into core-updatesChristopher Baines2021-02-03
|\|
| * Merge branch 'master' into stagingLeo Famulari2021-01-25
| |\
| | * gnu: vigra: Raise max-silent-time timeout value to 2 hours.Maxim Cournoyer2021-01-10
| | | | | | | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/40887>. * gnu/packages/image.scm (vigra)[properties]: Add a 'max-silent-time' property, with a value of 7200 seconds (2 hours).
* | | gnu: openjpeg: Enable tests.Raghav Gururajan2021-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (openjpeg)[arguments]: Enable the test suite. Pass -DBUILD_UNIT_TESTS, -DBUILD_TESTING, and -DOPJ_DATA_ROOT to #:configure-flags. Add a new 'disable-failing-tests' phase. [native-inputs]: Add openjpeg-data. Signed-off-by: Leo Famulari <leo@famulari.name>
* | | Merge branch 'staging' into 'core-updates'.Maxim Cournoyer2021-01-13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/gl.scm gnu/packages/glib.scm gnu/packages/guile.scm gnu/packages/node.scm gnu/packages/openldap.scm gnu/packages/package-management.scm gnu/packages/python-xyz.scm gnu/packages/python.scm gnu/packages/tls.scm gnu/packages/vpn.scm gnu/packages/xorg.scm
| * | Merge branch 'master' into stagingEfraim Flashner2021-01-10
| |\|
| | * gnu: gpick: Update to 0.2.6.Tobias Geerinckx-Rice2021-01-02
| | | | | | | | | | | | | | | * gnu/packages/image.scm (gpick): Update to 0.2.6. [native-inputs]: Add ragel.
| | * gnu: leptonica: Update to 1.80.0.Vincent Legoll2020-12-30
| | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (leptonica): Update to 1.80.0. Signed-off-by: Leo Famulari <leo@famulari.name>
| * | Merge branch 'ungrafting' into stagingMarius Bakke2020-12-29
| |\ \
| | * | Merge branch 'master' into ungraftingMarius Bakke2020-12-29
| | |\|
| | | * gnu: jasper: Update to 2.0.23.Vincent Legoll2020-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2020-27828. * gnu/packages/image.scm (jasper): Update to 2.0.23. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| | | * gnu: libavif: Add support for rav1e.Vinicius Monego2020-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (libavif)[arguments]: Pass "-DAVIF_CODEC_RAV1E=ON" to #:configure-flags. [inputs]: Add rav1e. Signed-off-by: Leo Famulari <leo@famulari.name>
| | | * gnu: libavif: Update to 0.8.4.Vinicius Monego2020-12-24
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (libavif): Update to 0.8.4. Signed-off-by: Leo Famulari <leo@famulari.name>
| * | | Merge branch 'ungrafting' into stagingMarius Bakke2020-12-13
| |\| |
| | * | Merge branch 'master' into ungraftingMarius Bakke2020-12-13
| | |\|
| | | * gnu: Add mypaint.L p R n d n2020-12-08
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (mypaint): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
| | * | gnu: libjpeg-turbo: Update to 2.0.5 and remove replacement.Efraim Flashner2020-12-08
| | |/ | | | | | | | | | | | | | | | * gnu/packages/image.scm (libjpeg-turbo): Update to 2.0.5. [replacement]: Remove. (libjpeg-turbo/fixed): Remove.
| * / gnu: imlib2: Update to 1.7.1.Efraim Flashner2020-12-11
| |/ | | | | | | * gnu/packages/image.scm (imlib2): Update to 1.7.1.
| * Revert "gnu: openjpeg: Enable tests."Marius Bakke2020-12-01
| | | | | | | | This reverts commit 49d38b9a44d1045133e993f372394f9d3c626a72.
| * gnu: openjpeg: Update synopsis and description.Raghav Gururajan2020-12-01
| | | | | | | | | | | | | | * gnu/packages/image.scm (openjpeg) [synopsis]: Modify. [description]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * gnu: openjpeg: Enable tests.Raghav Gururajan2020-12-01
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (openjpeg) [arguments]<#:tests?>: Remove argument. <#:configure-flags>[-DBUILD_UNIT_TESTS]: New flag. [-DBUILD_TESTING]: New flag. [-DOPJ_DATA_ROOT]: New flag. <#:phases>['disable-failing-tests]: New phase. [native-inputs]: Add openjpeg-data. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>