pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gifsicle
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 5 16:07:17 UTC 2017
Modified Files:
pkgsrc/graphics/gifsicle: Makefile distinfo
Log Message:
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 Lesiń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.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/gifsicle/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/gifsicle/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/gifsicle/Makefile
diff -u pkgsrc/graphics/gifsicle/Makefile:1.17 pkgsrc/graphics/gifsicle/Makefile:1.18
--- pkgsrc/graphics/gifsicle/Makefile:1.17 Sun Feb 16 01:04:39 2014
+++ pkgsrc/graphics/gifsicle/Makefile Wed Apr 5 16:07:17 2017
@@ -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/
Index: pkgsrc/graphics/gifsicle/distinfo
diff -u pkgsrc/graphics/gifsicle/distinfo:1.8 pkgsrc/graphics/gifsicle/distinfo:1.9
--- pkgsrc/graphics/gifsicle/distinfo:1.8 Tue Nov 3 21:33:59 2015
+++ pkgsrc/graphics/gifsicle/distinfo Wed Apr 5 16:07:17 2017
@@ -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