pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gifsicle Updated gifsicle to 1.88.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e4f6c4da68ba
branches: trunk
changeset: 360723:e4f6c4da68ba
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Apr 05 16:07:17 2017 +0000
description:
Updated gifsicle to 1.88.
Version 1.88 1.Jul.2015
* Fix bug where long comments were read incorrectly. Reported by
kazarny.
* Add --no-ignore-errors option.
Version 1.87 9.Dec.2014
* Always optimize as if the background is transparent. This fixes some
rare bugs reported by Lars Dieckow.
* Fix --crop issue with must-be-preserved frames that are out of the
crop window.
Version 1.86 14.Oct.2014
* Further fix --rotate + --crop.
Version 1.85 14.Oct.2014
* Greatly improve optimization time for images with many colors.
* Add --no-extensions (with the s) and document those options more.
* Fix bug in interaction of --resize and --rotate reported by Micha?
Ziemba.
Version 1.84 29.Jun.2014
* Correct optimizer bug that affected GIFs with 65535 or more total
colors. Reported by Jernej Simon?i?.
Version 1.83 21.Apr.2014
* Correct bug in custom gamma values reported by Kornel Lesin?ski.
* Update Windows build.
Version 1.82 27.Mar.2014
* Correct bug in `mix` sampling method reported by Bryan Stillwell.
Version 1.81 24.Mar.2014
* Correct bug in `mix` sampling method reported by Bryan Stillwell.
Version 1.80 18.Mar.2014
* Bug fixes and improved error messages.
Version 1.79 17.Mar.2014
* Major improvements in image scaling. Work sponsored by Tumblr via
Mike Hurwitz.
** Add new resize sampling methods `mix`, `box`, `catrom`, `mitchell`,
`lanczos2`, and `lanczos3`, selectable by `--resize-method`. The
`catrom` filter often gives good results; the slightly faster `mix`
method (a bilinear interpolator) is now the default. These new
sampling methods consider all of the image's input colors when
shrinking the image, producing better, less noisy output for most
images.
** Add `--resize-colors`, which allows Gifsicle to enlarge the palette
when resizing images. This is particularly important when shrinking
images with small colormaps---e.g., shrinking a black-and-white
image should probably introduce shades of gray.
* Support extensions such as XMP4 in which extension packet boundaries
matter. Reported by `ata4`.
* Many bug fixes, especially to cropping. Thanks to Tumblr and to
Bryan Stillwell, Tal Lev-Ami, "Marco," and others.
diffstat:
graphics/gifsicle/Makefile | 4 ++--
graphics/gifsicle/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 138c7850c73c -r e4f6c4da68ba graphics/gifsicle/Makefile
--- a/graphics/gifsicle/Makefile Wed Apr 05 16:05:48 2017 +0000
+++ b/graphics/gifsicle/Makefile Wed Apr 05 16:07:17 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2014/02/16 01:04:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.18 2017/04/05 16:07:17 wiz Exp $
-DISTNAME= gifsicle-1.78
+DISTNAME= gifsicle-1.88
CATEGORIES= graphics
MASTER_SITES= http://www.lcdf.org/~eddietwo/gifsicle/
diff -r 138c7850c73c -r e4f6c4da68ba graphics/gifsicle/distinfo
--- a/graphics/gifsicle/distinfo Wed Apr 05 16:05:48 2017 +0000
+++ b/graphics/gifsicle/distinfo Wed Apr 05 16:07:17 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 21:33:59 agc Exp $
+$NetBSD: distinfo,v 1.9 2017/04/05 16:07:17 wiz Exp $
-SHA1 (gifsicle-1.78.tar.gz) = df0cb87ee8237d7ba341e59cfef6cf44a7e4e630
-RMD160 (gifsicle-1.78.tar.gz) = 1b6a2ad4c058d470bf507ebea4299605a0662fb8
-SHA512 (gifsicle-1.78.tar.gz) = 500a75fbfb21aecaf86e429eaa869cadaa46c2a3413f72123850e9d7b0ac126d991c831247450667e9d1ed7310c1a4ed5ff512e25c2fd0307164f8ef2b3b2633
-Size (gifsicle-1.78.tar.gz) = 279592 bytes
+SHA1 (gifsicle-1.88.tar.gz) = 04c3103368cbe3d7bc8e00ec7ffe9c56b487f9de
+RMD160 (gifsicle-1.88.tar.gz) = 264c9f148bad0b7b3b39aef6a96c3af7a49b5b79
+SHA512 (gifsicle-1.88.tar.gz) = 4a54557d2a9acb4601151f7a266156ebd317bddb1255d84df042a62be0f57bd75ad8585794bd82081701977c84781696bb06565a3aa1709e0ef04ab89fb2df91
+Size (gifsicle-1.88.tar.gz) = 564670 bytes
Home |
Main Index |
Thread Index |
Old Index