summaryrefslogtreecommitdiff
path: root/gnu/packages/image.scm
Commit message (Expand)AuthorAgeFilesLines
...
| * gnu: libtiff: Fix documentation directory name in grafted replacement.•••Fixes <https://bugs.gnu.org/47107>. This is a followup to commit 6320700b114f09c09fbe613e2032abe077d28583. * gnu/packages/image.scm (libtiff/fixed)[name, arguments]: New fields. Leo Famulari2021-03-121-1/+9
| * gnu: jasper: Update to 2.0.26.•••* gnu/packages/image.scm (jasper): Update to 2.0.26. Tobias Geerinckx-Rice2021-03-111-2/+2
| * gnu: libtiff: Update to 4.2.0 [security fixes].•••Non-exhaustively, fixes CVE-2020-35523, CVE-2020-35522 and CVE-2020-35521. * gnu/packages/image.scm (libtiff/fixed): New variable. (libtiff)[replacement]: Graft. Léo Le Bouter2021-03-101-0/+14
| * gnu: libavif: Update to 0.9.0.•••* gnu/packages/image.scm (libavif): Update to 0.9.0. Leo Famulari2021-03-091-2/+2
* | gnu: openjpeg: Update to 2.4.0.•••* gnu/packages/image.scm (openjpeg): Update to 2.4.0. Efraim Flashner2021-03-211-9/+6
* | gnu: openjpeg: Skip more failing tests.•••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. Efraim Flashner2021-03-211-3/+13
* | gnu: openjpeg-data: Update to 2020.11.30.•••* gnu/packages/image.scm (openjpeg-data): Update to 2020.11.30. Efraim Flashner2021-03-211-3/+3
* | gnu: libtiff: Update to 4.2.0.•••* gnu/packages/image.scm (libtiff): Update to 4.2.0. Efraim Flashner2021-03-201-4/+4
* | Merge branch 'master' into core-updatesChristopher Baines2021-03-061-31/+67
|\|
| * gnu: jasper: Update to 2.0.25 [fixes CVE-2021-26926].•••* gnu/packages/image.scm (jasper): Update to 2.0.25. Léo Le Bouter2021-03-031-2/+2
| * gnu: exiv2-0.26: Remove variable.•••* 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. Nicolas Goaziou2021-02-211-28/+0
| * gnu: Add imgp.•••* gnu/packages/image.scm (imgp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego2021-02-211-1/+34
| * gnu: Add swappy.•••* gnu/packages/image.scm (swappy): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Sharlatan Hellseher2021-02-131-0/+31
* | gnu: jbig2dec: Update to 0.19.•••* gnu/packages/image.scm (jbig2dec): Update to 0.19. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll2021-02-201-3/+3
* | Merge branch 'master' into core-updatesChristopher Baines2021-02-031-1/+3
|\|
| * Merge branch 'master' into stagingLeo Famulari2021-01-251-1/+3
| |\
| | * gnu: vigra: Raise max-silent-time timeout value to 2 hours.•••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). Maxim Cournoyer2021-01-101-1/+3
* | | gnu: openjpeg: Enable tests.•••* 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> Raghav Gururajan2021-01-311-2/+19
* | | Merge branch 'staging' into 'core-updates'.•••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 Maxim Cournoyer2021-01-131-55/+107
|\| |
| * | Merge branch 'master' into stagingEfraim Flashner2021-01-101-6/+8
| |\|
| | * gnu: gpick: Update to 0.2.6.•••* gnu/packages/image.scm (gpick): Update to 0.2.6. [native-inputs]: Add ragel. Tobias Geerinckx-Rice2021-01-021-4/+6
| | * gnu: leptonica: Update to 1.80.0.•••* gnu/packages/image.scm (leptonica): Update to 1.80.0. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll2020-12-301-2/+2
| * | Merge branch 'ungrafting' into stagingMarius Bakke2020-12-291-7/+9
| |\ \
| | * | Merge branch 'master' into ungraftingMarius Bakke2020-12-291-7/+9
| | |\|
| | | * gnu: jasper: Update to 2.0.23.•••Fixes CVE-2020-27828. * gnu/packages/image.scm (jasper): Update to 2.0.23. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vincent Legoll2020-12-291-2/+2
| | | * gnu: libavif: Add support for rav1e.•••* 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> Vinicius Monego2020-12-241-3/+4
| | | * gnu: libavif: Update to 0.8.4.•••* gnu/packages/image.scm (libavif): Update to 0.8.4. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego2020-12-241-2/+3
| * | | Merge branch 'ungrafting' into stagingMarius Bakke2020-12-131-15/+65
| |\| |
| | * | Merge branch 'master' into ungraftingMarius Bakke2020-12-131-0/+63
| | |\|
| | | * gnu: Add mypaint.•••* gnu/packages/image.scm (mypaint): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> L p R n d n2020-12-081-0/+63
| | * | gnu: libjpeg-turbo: Update to 2.0.5 and remove replacement.•••* gnu/packages/image.scm (libjpeg-turbo): Update to 2.0.5. [replacement]: Remove. (libjpeg-turbo/fixed): Remove. Efraim Flashner2020-12-081-15/+2
| | |/
| * / gnu: imlib2: Update to 1.7.1.•••* gnu/packages/image.scm (imlib2): Update to 1.7.1. Efraim Flashner2020-12-111-2/+2
| |/
| * Revert "gnu: openjpeg: Enable tests."•••This reverts commit 49d38b9a44d1045133e993f372394f9d3c626a72. Marius Bakke2020-12-011-19/+2
| * gnu: openjpeg: Update synopsis and description.•••* gnu/packages/image.scm (openjpeg) [synopsis]: Modify. [description]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan2020-12-011-10/+6
| * gnu: openjpeg: Enable tests.•••* 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> Raghav Gururajan2020-12-011-2/+19
| * gnu: openjpeg: Make some cosmetic changes.•••* gnu/packages/images.scm (openjpeg): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan2020-12-011-16/+18
* | Merge remote-tracking branch 'origin/master' into core-updatesChristopher Baines2020-11-291-29/+26
|\|
| * Merge branch 'master' into stagingMarius Bakke2020-11-261-15/+10
| |\
| | * gnu: flameshot: Update to 0.8.5.•••* gnu/packages/image.scm(flameshot): Update to 0.8.5. [source, home-page]: Use new source URL. [build-system]: Use qt-build-system. [inputs]: Add qtsvg. [arguments]<phases>: Remove stale code. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zhu Zihao2020-11-241-15/+10
| * | Merge branch 'master' into stagingMarius Bakke2020-11-231-3/+3
| |\|
| | * gnu: mtpaint: Update to 3.49.33.•••* gnu/packages/image.scm (mtpaint): Update to 3.49.33. Tobias Geerinckx-Rice2020-11-231-3/+3
| * | Merge branch 'master' into stagingMarius Bakke2020-11-221-1/+1
| |\|
| | * gnu: Don't append '.git' to GitHub uris.•••* gnu/packages/admin.scm (nmrpflash)[source]: Remove '.git' from URI. * gnu/packages/aidc.scm (zxing-cpp), * gnu/packages/assembly.scm (mbuild), * gnu/packages/audio.scm (opensles, wildmidi, tinyalsa), * gnu/packages/browser-extensions.scm (ublock-origin-chromium), * gnu/packages/check.scm (mutest), * gnu/packages/compression.scm (unshield), * gnu/packages/coq.scm (subset), * gnu/packages/dictionaries.scm (translate-shell), * gnu/packages/disk.scm (memkind), * gnu/packages/documentation.scm (latex2html), * gnu/packages/emacs-xyz.scm (emacs-chronometrist, emacs-flycheck-ledger, emacs-counsel-notmuch, emacs-spaceline, emacs-org-generate), * gnu/packages/embedded.scm (ebusd, ebusd-configuration), * gnu/packages/enchant.scm (nuspell), * gnu/packages/fontutils.scm (woff2), * gnu/packages/geo.scm (memphis), * gnu/packages/gimp.scm (mrg), * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator), * gnu/packages/gnome.scm (parlatype), * gnu/packages/golang.scm (go-github-com-tv42-httpunix, go-github-com-ayufan-golang-kardianos-service), * gnu/packages/graphics.scm (eglexternalplatform, egl-wayland, mmm, directfb, flux), * gnu/packages/gstreamer.scm (openni2, ccextractor, libvisual, graphene), * gnu/packages/guile-xyz.scm (guile-srfi-180, guile-torrent), * gnu/packages/image.scm (openjpeg-data), * gnu/packages/java.scm (javacc), * gnu/packages/language.scm (liblouis, liblouisutdml), * gnu/packages/linux.scm (pamela, ttyebus), * gnu/packages/lxqt.scm (lxqt-connman-applet), * gnu/packages/mail.scm (libetpan), * gnu/packages/man.scm (ronn), * gnu/packages/music.scm (tascam-gtk, artyfx), * gnu/packages/networking.scm (srt, lksctp-tools, nng, nanomsg), * gnu/packages/python-crypto.scm (pure-python-otr), * gnu/packages/qt.scm (qtspell), * gnu/packages/raspberry-pi.scm (raspi-gpio, raspi-open-firmware), * gnu/packages/rdp.scm (freerdp), * gnu/packages/ruby.scm (ruby-prawn-templates, ruby-treetop, ruby-gimme, ruby-standard, ruby-rubocop-ast, ruby-rexml, ruby-range-compressor, ruby-regexp-property-values, ruby-regexp-parser, ruby-rubocop, ruby-pdf-reader, ruby-pdf-inspector, ruby-prawn), * gnu/packages/syncthing.scm (syncthing-gtk), * gnu/packages/video.scm (svt-hevc, mediasdk, libvideogfx, libde265, tslib), * gnu/packages/xml.scm (libxmlb, libxmlplusplus)[source]: Same. Efraim Flashner2020-11-191-1/+1
| * | gnu: slurp: Add missing dependency.•••This follows up 8dc429165c9a354ffb18703598ea923d7f5e9e9a, which forgot to stage the libxkbcommon dependency. While at it, reindent, and make SCDOC a native input. * gnu/packages/image.scm (slurp)[inputs]: Add LIBXKBCOMMON. Move SCDOC ... [inputs]: ... here. Marius Bakke2020-11-201-6/+9
| * | gnu: slurp: Update to 1.3.1.•••* gnu/packages/image.scm (slurp): Update to 1.3.1. Marius Bakke2020-11-201-2/+2
| * | gnu: grim: Remove obsolete patch.•••* gnu/packages/patches/grim-revert-output-rotation.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image.scm (grim)[source](patches): Remove. Marius Bakke2020-11-201-2/+1
* | | Merge branch 'staging'•••Conflicts: gnu/packages/admin.scm gnu/packages/commencement.scm gnu/packages/gdb.scm gnu/packages/llvm.scm gnu/packages/package-management.scm gnu/packages/tls.scm Maxim Cournoyer2020-10-191-55/+20
|\| |
| * | Merge branch 'master' into stagingMarius Bakke2020-10-191-42/+4
| |\|
| | * gnu: extempore: Inline custom package variants.•••Except novel ones without suitable replacements in Guix. * gnu/packages/music.scm (portmidi-for-extempore): Remove variable, and move to ... (extempore)[inputs]: ... here. * gnu/packages/llvm.scm (llvm-for-extempore): Likewise. * gnu/packages/image.scm (stb-image-for-extempore): Likewise. Marius Bakke2020-10-191-27/+0
| | * gnu: jasper: Update to 2.0.22.•••* gnu/packages/image.scm (jasper): Update to 2.0.22. [argument]: Remove obsolete field. Tobias Geerinckx-Rice2020-10-141-15/+4