summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2018-06-09 04:19:50 +0000
committertsutsui <tsutsui@pkgsrc.org>2018-06-09 04:19:50 +0000
commit0c1738a1358ef73f6245787bbbe57ea589944850 (patch)
treec98aecce8a6cb947b2f5f82f47058b996d3ee6cc /graphics
parent1fe28a620f19c2374da8ac19f505c3589a15cb64 (diff)
downloadpkgsrc-0c1738a1358ef73f6245787bbbe57ea589944850.tar.gz
libsixel: update to 1.8.0.
Upstream changes (from NEWS): ------------------------------ What's new in libsixel-1.8 ? ------------------------------ * core: Upgrade stb_image to 2.19. * core: Introduce new dithering method, a_dither / x_dither (http://pippin.gimp.org/a_dither/). Thanks to @hodefoting. https://github.com/saitoha/libsixel/pull/53 * core: Fix wrong HLS color handling. https://github.com/saitoha/libsixel/commit/0fb35d22e7ba4ed8bce3be42791e6b39c3187b89 * core: Improve quality of 15bpp(hi-color mode) dither. https://github.com/saitoha/libsixel/commit/42f34283defea67c2d6294af4bd7dcb4fdf9f046 * img2sixel: Allow a deferred clear code in a GIF format GIF decoder must do nothing when the table is full. See Section "DEFERRED CLEAR CODE IN LZW COMPRESSION" in https://www.w3.org/Graphics/GIF/spec-gif89a.txt. Thanks to @mame. https://github.com/saitoha/libsixel/pull/63 * img2sixel: Marks -D option (read source images from stdin continuously) as deprecated https://github.com/saitoha/libsixel/commit/9c8ffa62203899d866fc28e3ab7c6dfd9a0019b1 * Some bug fixes and minor improvements. Thanks to @set135, @ttdoda. * Announcement for package maintainers: Immutable tarball is provided, because GitHub auto-generated tarball may be not immutable. https://github.com/saitoha/libsixel/releases/download/v1.8.0/libsixel-1.8.0.tar.gz For details, see https://github.com/saitoha/libsixel/issues/64 .
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libsixel/Makefile5
-rw-r--r--graphics/libsixel/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/libsixel/Makefile b/graphics/libsixel/Makefile
index 205516c918c..0cae182bb41 100644
--- a/graphics/libsixel/Makefile
+++ b/graphics/libsixel/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2018/04/29 21:31:46 adam Exp $
+# $NetBSD: Makefile,v 1.33 2018/06/09 04:19:50 tsutsui Exp $
-DISTNAME= libsixel-1.7.0
-PKGREVISION= 8
+DISTNAME= libsixel-1.8.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=saitoha/}
GITHUB_PROJECT= libsixel
diff --git a/graphics/libsixel/distinfo b/graphics/libsixel/distinfo
index 5706f6ad7ca..61954b7c40f 100644
--- a/graphics/libsixel/distinfo
+++ b/graphics/libsixel/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2016/08/21 11:17:44 ryoon Exp $
+$NetBSD: distinfo,v 1.19 2018/06/09 04:19:50 tsutsui Exp $
-SHA1 (libsixel-1.7.0.tar.gz) = 17b36709cd68bf542741739cbfc2c871aa4c9c74
-RMD160 (libsixel-1.7.0.tar.gz) = d9ead9786ee9788f6c28d5637c9485ba8ba7fc1e
-SHA512 (libsixel-1.7.0.tar.gz) = a5c22958a66341fb0e27f8a3df7044a3d963979b4d461e2bf432c97879ededd67edbc552a17a19feb8d0197f60f09fc6dbb3a0b6de19ab3e1bfeb4d8a33e2f0f
-Size (libsixel-1.7.0.tar.gz) = 4758713 bytes
+SHA1 (libsixel-1.8.0.tar.gz) = 5bbe1d16f1af676af9ca957b04045c8bda84b287
+RMD160 (libsixel-1.8.0.tar.gz) = 25be2d932f49a7348c383ace8db928dbec2d89da
+SHA512 (libsixel-1.8.0.tar.gz) = 6ec594a438707c7d3ece60a843ae6134912f940a6712f4303c4556e14d203c316434f505139686b8767c1d59922ab04ba46cc6e3d9edb5f03c6e6fc77bb5f3ee
+Size (libsixel-1.8.0.tar.gz) = 4777770 bytes