810fb064e8
* Several security bug fixes with malicious GIFs. * Kill a use-after-free error reported by @junxzm1990. * Add SIMD support for resizing. When enabled this improves resize performance enormously for complex resize methods. * Add thread support for resizing. `-j[NTHREADS]` tells gifsicle to use up to NTHREADS threads to resize an input image. There are several caveats---multiple threads can be only used on unoptimized images. Thanks to Github user @wilkesybear. * Quashed several crashes and undefined behaviors. Thanks to Github users including @pornel, @strazzere, and @b0b0505. * Minor bug fixes.
16 lines
367 B
Makefile
16 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.19 2018/11/15 22:06:42 schmonz Exp $
|
|
|
|
DISTNAME= gifsicle-1.91
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.lcdf.org/~eddietwo/gifsicle/
|
|
COMMENT= Create, edit, and inspect GIFs from shell
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|