summaryrefslogtreecommitdiff
path: root/gnu/packages/image.scm
Commit message (Collapse)AuthorAge
...
| * gnu: freeimage: Use bundled libjxr.Efraim Flashner2018-04-22
| | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (freeimage)[source]: Don't delete bundled LibJXR directory. [arguments]: Modify make-flags to not include external jxrlib. [inputs]: Remove libjxr. * gnu/packages/patches/freeimage-unbundle.patch: Modify to not unbundle libjxr.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-21
|\|
| * gnu: freeimage: Remove bundled libraries.Efraim Flashner2018-04-13
| | | | | | | | | | | | | | | | | | | | | | | | This fixes bug #28261. * gnu/packages/image.scm (freeimage)[source]: Remove bundled libraries. [arguments]: Replace 'configure phase, add phase to replace unbuildable files with empty ones. Adjust makeflags to new inputs. [native-inputs]: Add pkg-config. [inputs]: Add libjpeg, libjxr, libpng, libraw, libtiff, libwebp, openexr, openjpeg, zlib. [supported-systems]: Add mips64el-linux as a supported system.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-10
|\|
| * gnu: jpegoptim: Use HTTPS home page.Tobias Geerinckx-Rice2018-04-05
| | | | | | | | * gnu/packages/image.scm (jpegoptim)[home-page]: Use HTTPS.
| * gnu: jpegoptim: Update to 1.4.5.Tobias Geerinckx-Rice2018-04-05
| | | | | | | | * gnu/packages/image.scm (jpegoptim): Update to 1.4.5.
* | Merge branch 'master' into core-updatesMark H Weaver2018-03-20
|\|
| * Correct name and Email for ng0.ng02018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .mailmap: Correct name and Email for ng0. * Makefile.am, doc/guix.texi, etc/completion/fish/guix.fish gnu/packages/accessibility.scm, gnu/packages/admin.scm, gnu/packages/audio.scm, gnu/packages/autotools.scm, gnu/packages/cdrom.scm, gnu/packages/check.scm, gnu/packages/cinnamon.scm, gnu/packages/compression.scm, gnu/packages/crypto.scm, gnu/packages/databases.scm, gnu/packages/django.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm, gnu/packages/enlightenment.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/forth.scm, gnu/packages/fvwm.scm, gnu/packages/games.scm, gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile.scm, gnu/packages/haskell-check.scm, gnu/packages/haskell-crypto.scm, gnu/packages/haskell.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/language.scm, gnu/packages/libcanberra.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm, gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm, gnu/packages/ncurses.scm, gnu/packages/networking.scm, gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm, gnu/packages/perl-check.scm, gnu/packages/perl.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm, gnu/packages/telephony.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm, gnu/services/desktop.scm, gnu/services/version-control.scm, gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm: Likewise. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * Merge branch 'staging'Marius Bakke2018-03-20
| |\
| | * Merge branch 'master' into stagingMarius Bakke2018-03-18
| | |\
| | * | gnu: giflib: Make "reallocarray" private, solve glibc@2.26 conflict.Hartmut Goebel2018-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename the function and move the declaration from gif_lib.h to gif_lib_private.h to solve conflicts when some .c-file #includes both stdlib.h and gif_lib.h. See also https://sourceforge.net/p/giflib/bugs/110/ * gnu/packages/patches/giflib-make-reallocarray-private.patch: New file * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/image.scm(giflib)[source](patches): New field.
* | | | Merge branch 'master' into core-updatesMark H Weaver2018-03-20
|\| | |
| * | | gnu: imlib2: Update to 1.5.1.Marius Bakke2018-03-20
| | |/ | |/| | | | | | | * gnu/packages/image.scm (imlib2): Update to 1.5.1.
* | | gnu: giflib: Return #t from all phases.Mark H Weaver2018-03-17
| | | | | | | | | | | | * gnu/packages/image.scm (giflib)[arguments]: Return #t from custom phases.
* | | gnu: libtiff: Ungraft.Mark H Weaver2018-03-17
|/ / | | | | | | | | | | * gnu/packages/image.scm (libtiff)[replacement]: Remove field. [source]: Add patches from former replacement. (libtiff/fixed): Remove variable.
* | gnu: Add r-jpeg.Leo Famulari2018-03-15
| | | | | | | | * gnu/packages/image.scm (r-jpeg): New variable.
* | gnu: Add flameshot.Oleg Pykhalov2018-03-13
|/ | | | * gnu/packages/image.scm (flameshot): New public variable.
* gnu: Add libiptcdata.Leo Famulari2018-02-26
| | | | * gnu/packages/image.scm (libiptcdata): New variable.
* gnu: imlib2: Update to 1.5.0.Efraim Flashner2018-02-24
| | | | * gnu/packages/image.scm (imlib2): Update to 1.5.0.
* gnu: optipng: Update to 0.7.7 [security fixes].Tobias Geerinckx-Rice2018-02-23
| | | | | | | | | | | | | This release claims to fix 2 vulnerabilities: - ‘an integer overflow vulnerability in the TIFF decoder’ (CVE-2017-1000229, previously patched in Guix), and - ‘a buffer overflow vulnerability in the GIF decoder’. * gnu/packages/image.scm (optipng): Update to 0.7.7. [source]: Remove patch. [arguments]: Substitute INVOKE for SYSTEM* and end phase with #t. * gnu/packages/patches/optipng-CVE-2017-1000229.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* Merge branch 'master' into core-updatesMark H Weaver2018-02-11
|\
| * gnu: libtiff: Fix CVE-2017-{9935,11335,18013}.Leo Famulari2018-02-10
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/libtiff-CVE-2017-9935.patch, gnu/packages/patches/libtiff-CVE-2017-11335.patch, gnu/packages/patches/libtiff-CVE-2017-18013.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/image.scm (libtiff)[replacement]: New field. (libtiff/fixed): New variable.
* | gnu: libtiff: Download over HTTP.Leo Famulari2018-01-03
| | | | | | | | * gnu/packages/image.scm (libtiff)[source]: Use HTTP URL.
* | Merge branch 'master' into core-updatesMarius Bakke2017-12-19
|\|
| * gnu: libjpeg-turbo: Update to 1.5.3.Marius Bakke2017-12-18
| | | | | | | | * gnu/packages/image.scm (libjpeg-turbo): Update to 1.5.3.
* | Merge branch 'master' into core-updatesMarius Bakke2017-12-05
|\|
| * gnu: libwebp: Update to 0.6.1.Marius Bakke2017-12-03
| | | | | | | | * gnu/packages/image.scm (libwebp): Update to 0.6.1.
| * gnu: gpick: Use scons-build-system.Arun Isaac2017-11-30
| | | | | | | | * gnu/packages/image.scm (gpick): Switch to scons-build-system.
| * gnu: optipng: Fix CVE-2017-1000229.Marius Bakke2017-11-29
| | | | | | | | | | | | * gnu/packages/image.scm (optipng)[source](patches): New field. * gnu/packages/patches/optipng-CVE-2017-1000229.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * gnu: steghide: Fix description.Tobias Geerinckx-Rice2017-11-27
| | | | | | | | | | * gnu/packages/image.scm (steghide)[description]: Remove typos and improve grammar.
| * gnu: image: Rename pngcrunch to pngcrush and update it.nee2017-11-26
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (pngcrush): Renamed from pngcrunch. [version]: update to 1.8.13. [arguments]: Use the nolib Makefile. [origin]: Use the no-lib tar. [home-page]: update to the new website. (pngcrunch): New deprecation variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: libtiff: Update to 4.0.9.Leo Famulari2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (libtiff): Update to 4.0.9. [source]: Remove obsolete patches. * gnu/packages/patches/libtiff-CVE-2016-10688.patch, gnu/packages/patches/libtiff-CVE-2017-9936.patch, gnu/packages/patches/libtiff-tiffgetfield-bugs.patch, gnu/packages/patches/libtiff-tiffycbcrtorgb-integer-overflow.patch, gnu/packages/patches/libtiff-tiffycbcrtorgbinit-integer-overflow.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* | gnu: jbig2dec: Update to 0.14.Leo Famulari2017-11-25
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (jbi2dec): Update to 0.14. [source]: Remove obsolete patches. * gnu/packages/patches/jbig2dec-CVE-2016-9601.patch, gnu/packages/patches/jbig2dec-CVE-2017-7885.patch, gnu/packages/patches/jbig2dec-CVE-2017-7975.patch, gnu/packages/patches/jbig2dec-CVE-2017-7976.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/patches/jbig2dec-ignore-testtest.patch: Update for new release.
* | Merge branch 'master' into core-updatesMarius Bakke2017-11-19
|\|
| * gnu: Move testing packages from python.scm to check.scm.Ricardo Wurmus2017-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-behave-web-api, python2-behave-web-api, python-mock, python2-mock, python-mock-2, python-nose, python2-nose, python-nose2, python2-nose2, python-unittest2, python2-unittest2, python-pytest, python2-pytest, python-pytest-3.0, python2-pytest-3.0, python-pytest-cov, python2-pytest-cov, python-pytest-runner, python2-pytest-runner, python-pytest-mock, python2-pytest-mock, python-pytest-xdist, python2-pytest-xdist, python-scripttest, python2-scripttest, python-testtools, python2-testtools, python-testscenarios, python2-testscenarios, python-testresources, python2-testresources, python-subunit, python2-subunit, python-fixtures, python2-fixtures, python-testrepository, python2-testrepository, python-coverage, python2-coverage, python-cov-core, python2-cov-core, python-testpath, python2-testpath, python-testlib, python2-testlib, python-pytest-cache, python2-pytest-cache, python-pytest-localserver, python-pytest-xprocess, python-pytest-subtesthack, python2-pytest-subtesthack, python-hypothesis, python2-hypothesis, python-lit, python2-lit, python-pytest-pep8, python2-pytest-pep8, python-pytest-flakes, python2-pytest-flakes, python2-coverage-test-runner, python-pylint, python2-pylint, python-paramunittest, python2-python-paramunittest, python-pytest-warnings, python2-pytest-warnings, python-pytest-capturelog, python2-pytest-capturelog, python-pytest-catchlog, python2-pytest-catchlog, python-nosexcover, python2-nosexcover, python-discover, python2-discover, behave, python-rednose, python2-rednose, python-nose-randomly, python2-nose-randomly, python-nose-timer, python2-nose-timer): Move from here... * gnu/packages/check.scm: ...to here. * gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/backup.scm, gnu/packages/bioinformatics.scm, gnu/packages/calendar.scm, gnu/packages/dav.scm, gnu/packages/django.scm, gnu/packages/freedesktop.scm, gnu/packages/haskell.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/ldc.scm, gnu/packages/libffi.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/rdf.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/tryton.scm: Adjust accordingly.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-11-01
|\|
| * gnu: exiv2: Add upstream security fixes.Marius Bakke2017-10-27
| | | | | | | | | | | | | | | | | | Fixes CVE-2017-14859, CVE-2017-14860, CVE-2017-14862 and CVE-2017-14864. * gnu/packages/patches/exiv2-CVE-2017-14859-14862-14864.patch, gnu/packages/patches/exiv2-CVE-2017-14860.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/image.scm (exiv2)[source]: Use them.
* | gnu: libpng: Update to 1.6.34.Leo Famulari2017-10-24
|/ | | | * gnu/packages/image.scm (libpng): Update to 1.6.34.
* gnu: vigra: Update to 1.11.1.Marius Bakke2017-10-10
| | | | | | * gnu/packages/image.scm (vigra): Update 1.11.1. [source]<uri>: Don't hard-code version. [home-page]: Change to <https://ukoethe.github.io/vigra/>.
* gnu: openjpeg: Update to 2.3.0.Marius Bakke2017-10-05
| | | | | | | | | | | | | | * gnu/packages/patches/openjpeg-CVE-2017-12982.patch, gnu/packages/patches/openjpeg-CVE-2017-14040.patch, gnu/packages/patches/openjpeg-CVE-2017-14041.patch, gnu/packages/patches/openjpeg-CVE-2017-14151.patch, gnu/packages/patches/openjpeg-CVE-2017-14152.patch, gnu/packages/patches/openjpeg-CVE-2017-14164.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/image.scm (openjpeg): Update to 2.3.0. [source](patches): Remove. * gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Adjust openjpeg substitution.
* gnu: libpng@1.2: Update to 1.2.59.Leo Famulari2017-10-05
| | | | * gnu/packages/image.scm (libpng-1.2): Update to 1.2.59.
* gnu: jasper: Update to 2.0.14.Marius Bakke2017-09-17
| | | | * gnu/packages/image.scm (jasper): Update to 2.0.14.
* gnu: openjpeg: Fix CVE-2017-14164.Efraim Flashner2017-09-10
| | | | | | * gnu/packages/image.scm (openjpeg)[source]: Add patch. * gnu/packages/patches/openjpeg-CVE-2017-14164.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: openjpeg: Fix CVE-2017-14151, CVE-2017-14152.Efraim Flashner2017-09-06
| | | | | | | * gnu/packages/image.scm (openjpeg)[source]: Add patches. * gnu/packages/patches/openjpeg-CVE-2017-14151.patch, gnu/packages/patches/openjpeg-CVE-2017-14152.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
* gnu: openjpeg: Fix CVE-2017-{14040,14041}.Kei Kebreau2017-09-02
| | | | | | | * gnu/packages/image.scm (openjpeg)[source]: Add patches. * gnu/packages/patches/openjpeg-CVE-2017-14040.patch, gnu/packages/patches/openjpeg-CVE-2017-14041.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
* gnu: exiv2: Update source checksum.Maxim Cournoyer2017-09-02
| | | | | | | | | The source archive was updated in place; only a cleanup of non functional files was done (see: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28326). * gnu/packages/image.scm (exiv2)[source]: Update hash. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* Update e-mail for Kei Kebreau.Kei Kebreau2017-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .mailmap: Map kei@openmailbox.org to current address. * gnu/local.mk: Replace kei@openmailbox.org to current address. * gnu/packages/backup.scm: Likewise. * gnu/packages/calendar.scm: Likewise. * gnu/packages/check.scm: Likewise. * gnu/packages/compression.scm: Likewise. * gnu/packages/documentation.scm: Likewise. * gnu/packages/emacs.scm: Likewise. * gnu/packages/fltk.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/game-development.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/gnustep.scm: Likewise. * gnu/packages/gtk.scm: Likewise. * gnu/packages/hexedit.scm: Likewise. * gnu/packages/image.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/xfce.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/tcl.scm: Likewise. * gnu/packages/textutils.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/w3m.scm: Likewise. * gnu/packages/web.scm: Likewise. * gnu/packages/web-browsers.scm: Likewise. * gnu/packages/patches/wmfire-update-for-new-gdk-versions.patch: Likewise.
* Merge branch 'core-updates'Marius Bakke2017-08-26
|\
| * Merge branch 'master' into core-updatesMarius Bakke2017-08-21
| |\
| * \ Merge branch 'master' into core-updatesMark H Weaver2017-08-11
| |\ \