pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/libsixel



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sat Jun  9 04:19:50 UTC 2018

Modified Files:
        pkgsrc/graphics/libsixel: Makefile distinfo

Log Message:
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 .


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/libsixel/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/libsixel/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/libsixel/Makefile
diff -u pkgsrc/graphics/libsixel/Makefile:1.32 pkgsrc/graphics/libsixel/Makefile:1.33
--- pkgsrc/graphics/libsixel/Makefile:1.32      Sun Apr 29 21:31:46 2018
+++ pkgsrc/graphics/libsixel/Makefile   Sat Jun  9 04:19:50 2018
@@ -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

Index: pkgsrc/graphics/libsixel/distinfo
diff -u pkgsrc/graphics/libsixel/distinfo:1.18 pkgsrc/graphics/libsixel/distinfo:1.19
--- pkgsrc/graphics/libsixel/distinfo:1.18      Sun Aug 21 11:17:44 2016
+++ pkgsrc/graphics/libsixel/distinfo   Sat Jun  9 04:19:50 2018
@@ -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



Home | Main Index | Thread Index | Old Index