summaryrefslogtreecommitdiff
path: root/graphics/libsixel/Makefile
diff options
context:
space:
mode:
authorobache <obache>2014-08-08 13:31:24 +0000
committerobache <obache>2014-08-08 13:31:24 +0000
commita7ef86d7b7c42224b8860c3a5d02f43794dc55e2 (patch)
tree29c2585af51d880bbf19f385c26f5e4947e3755c /graphics/libsixel/Makefile
parentc99a56b9126325f752a876d2a9e57fde609ead72 (diff)
downloadpkgsrc-a7ef86d7b7c42224b8860c3a5d02f43794dc55e2.tar.gz
Update libsixel to 0.28.0.
2014-08-03 Hayaki Saito <user@zuse.jp> * README.md, converters/img2sixel.c, converters/sixel2png.c: Add --version and --help option * configure, configure.ac, package.json: Bump version * Makefile.in, config.h.in, configure, configure.ac, converters/Makefile.in, include/Makefile.in, src/Makefile.in, src/wic.cc, wic/wic.cc, wic/wic_install.reg.in, wic/wic_uninstall.reg.in, wic_install.reg.in, wic_uninstall.reg.in: Temporary drop wic integration * README.md, data/gnuplot.png, data/gs.png, data/libsixel-1.png, data/q_libsixel.png, data/q_ppmtosixel.png, data/q_ppmtosixel2.png, data/q_sixel.png, data/q_sixelconv.png, data/sixel.gif, data/zx81.png: Update README 2014-08-02 Hayaki Saito <user@zuse.jp> * config.h.in, configure, configure.ac: Bump version * README.md, converters/img2sixel.c: Add --macro-number option 2014-07-28 Hayaki Saito <user@zuse.jp> * configure, configure.ac, package.json: Update version * config.h.in, configure, configure.ac, converters/img2sixel.c: Improve time precision of animation rendering * configure, configure.ac, package.json: Update micro version 2014-07-26 Hayaki Saito <user@zuse.jp> * converters/img2sixel.c, converters/loader.c, converters/loader.h: Respect delay by each frame * configure, configure.ac, package.json: Bump version 2014-07-25 Hayaki Saito <user@zuse.jp> * configure, configure.ac, package.json: Bump version 2014-07-24 Hayaki Saito <user@zuse.jp> * LICENSE.images, LICENSE.stb: Minor update of LICENSE files * configure, configure.ac, package.json: Bump version 2014-07-23 Hayaki Saito <user@zuse.jp> * configure, configure.ac, package.json: Bump version 2014-07-21 Hayaki Saito <user@zuse.jp> * configure, configure.ac, package.json: Bump version * README.md, converters/img2sixel.1: Add some descriptions for new options to documents * converters/img2sixel.c, converters/loader.c, converters/stb_image.h: Initial implementation for --use-macro option 2014-07-19 Hayaki Saito <user@zuse.jp> * configure, configure.ac, package.json: Bump version * configure, configure.ac, package.json: Update version * README.md, converters/img2sixel.1: Update document * README.md, converters/img2sixel.1: Update img2sixel document * config.h.in, configure, configure.ac, converters/img2sixel.c: Check usleep(3) availabiliey * converters/img2sixel.c, converters/loader.c, converters/loader.h: Respect "delay time" setting in GIF header * converters/img2sixel.c, converters/loader.c, converters/loader.h: Implement "loop control" option 2014-07-17 Hayaki Saito <user@zuse.jp> * converters/img2sixel.c, converters/loader.c, converters/loader.h: Add new CLI argument: --loop-control * config.h.in, configure, configure.ac, converters/img2sixel.c: Checks availability of SIGINT/SIGTERM/SIGHUP * Makefile.am, Makefile.in: Except libsixel.pc from CLEANFILES * configure, configure.ac: Style improvement * config.h.in, configure, configure.ac, converters/img2sixel.c: Checks signal(3) availability * configure, configure.ac: Bump version 2014-07-16 Hayaki Saito <user@zuse.jp> * converters/img2sixel.c, converters/loader.c, converters/loader.h: Change the signature of load_image_file * converters/Makefile.am, converters/Makefile.in, converters/loader.c: Include stb_image.h into loader.c
Diffstat (limited to 'graphics/libsixel/Makefile')
-rw-r--r--graphics/libsixel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libsixel/Makefile b/graphics/libsixel/Makefile
index bbcca7c46b7..e3e4e548922 100644
--- a/graphics/libsixel/Makefile
+++ b/graphics/libsixel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/07/13 10:10:56 obache Exp $
+# $NetBSD: Makefile,v 1.2 2014/08/08 13:31:24 obache Exp $
-DISTNAME= libsixel-0.23.2
+DISTNAME= libsixel-0.28.0
CATEGORIES= graphics
MASTER_SITES= -${HOMEPAGE:Q}/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX}