summaryrefslogtreecommitdiff
path: root/graphics/gifsicle
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2014-02-16 01:04:39 +0000
committerschmonz <schmonz@pkgsrc.org>2014-02-16 01:04:39 +0000
commit924fe66b7a16f0e7ec894ac0e1e033adcee45256 (patch)
tree3f98d5c8ad6b57add809201d19c3b514dc8cd144 /graphics/gifsicle
parent2530925f1efcc0f44b2625669e7b68ffdc1af330 (diff)
downloadpkgsrc-924fe66b7a16f0e7ec894ac0e1e033adcee45256.tar.gz
Update to 1.78. From the changelog:
* Correct an optimization bug introduced in 1.76. Reported by Tom Roostan. * Major improvements to color selection (important when reducing colormap size). Use gamma-corrected colors in selection and dithering; this makes image quality much better. Also, when reducing colors with dithering, prefer to select colors that dithering can't approximate. * Add ordered dithering modes, which avoid animation artifacts. The default ordered dithering mode (`--dither=ordered`) is a novel mode that combines some of the visual advantages of error diffusion with the artifact avoidance of ordered dithering. * Add halftone dithering (`--dither=halftone`). * gifview: Improved cache memory management for better animations. Collect memory for old frames based on an explicit --memory-limit (default 40MB). * gifview: Add `--fallback-delay` option, to specify a fallback delay for frames with delay 0. Thanks to Sung Pae. * Fix `-O2` crashes introduced with `--resize` improvements. Reported by Bryan Stillwell. * Improve `--careful` (fewer crashes). Reported by Bryan Stillwell. * Improve `-O2`: again, don't refuse to optimize images with local color tables. Reported by Bryan Stillwell. * Greatly improve `--dither` speed. * Improve `--resize` behavior: avoid animation artifacts due to different rounding decisions. Also speed it up. Reported by Bryan Stillwell. * Fix bug where `-O2` would refuse to optimize some images with local color tables, claiming that "more than 256 colors were required". What was really required is previous disposal. Reported by Bryan Stillwell. * Fix crash bugs on some combinations of `--crop` and `--resize` (prevalent on images whose first frame didn't cover the whole logical screen). Reported by Bryan Stillwell.
Diffstat (limited to 'graphics/gifsicle')
-rw-r--r--graphics/gifsicle/Makefile4
-rw-r--r--graphics/gifsicle/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile
index ca5f9311ec9..53e40ef337a 100644
--- a/graphics/gifsicle/Makefile
+++ b/graphics/gifsicle/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2013/09/14 09:13:26 adam Exp $
+# $NetBSD: Makefile,v 1.17 2014/02/16 01:04:39 schmonz Exp $
-DISTNAME= gifsicle-1.71
+DISTNAME= gifsicle-1.78
CATEGORIES= graphics
MASTER_SITES= http://www.lcdf.org/~eddietwo/gifsicle/
diff --git a/graphics/gifsicle/distinfo b/graphics/gifsicle/distinfo
index 462a913d4e8..8afb77afcec 100644
--- a/graphics/gifsicle/distinfo
+++ b/graphics/gifsicle/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2013/09/14 09:13:26 adam Exp $
+$NetBSD: distinfo,v 1.7 2014/02/16 01:04:39 schmonz Exp $
-SHA1 (gifsicle-1.71.tar.gz) = a7665faa99b157ea545b65761d19e15b9b4a8b74
-RMD160 (gifsicle-1.71.tar.gz) = 0e176a43594bd1c30ac217458c42c2795e8ea9fd
-Size (gifsicle-1.71.tar.gz) = 263029 bytes
+SHA1 (gifsicle-1.78.tar.gz) = df0cb87ee8237d7ba341e59cfef6cf44a7e4e630
+RMD160 (gifsicle-1.78.tar.gz) = 1b6a2ad4c058d470bf507ebea4299605a0662fb8
+Size (gifsicle-1.78.tar.gz) = 279592 bytes