pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libsixel libsixel: update to 1.8.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b943881ced17
branches:  trunk
changeset: 309129:b943881ced17
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Jun 09 19:23:28 2018 +0000

description:
libsixel: update to 1.8.1.

No upstream changelog in the NEWS file, but includes the following fixes:

* Fix critical bug: sixel_dither_set_diffusion_type()
  (called from img2sixel -d option) doesn't work well
* Suppress an uninitialized warning on GCC-4.1
* Move pragma GCC diagnostic to outside functions because
  it's not allowed on gcc44

diffstat:

 graphics/libsixel/Makefile |   4 ++--
 graphics/libsixel/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 33f2acd418fc -r b943881ced17 graphics/libsixel/Makefile
--- a/graphics/libsixel/Makefile        Sat Jun 09 18:08:47 2018 +0000
+++ b/graphics/libsixel/Makefile        Sat Jun 09 19:23:28 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2018/06/09 11:24:48 tsutsui Exp $
+# $NetBSD: Makefile,v 1.35 2018/06/09 19:23:28 tsutsui Exp $
 
-DISTNAME=              libsixel-1.8.0
+DISTNAME=              libsixel-1.8.1
 CATEGORIES=            graphics
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=saitoha/}
 GITHUB_PROJECT=                libsixel
diff -r 33f2acd418fc -r b943881ced17 graphics/libsixel/distinfo
--- a/graphics/libsixel/distinfo        Sat Jun 09 18:08:47 2018 +0000
+++ b/graphics/libsixel/distinfo        Sat Jun 09 19:23:28 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2018/06/09 04:19:50 tsutsui Exp $
+$NetBSD: distinfo,v 1.20 2018/06/09 19:23:28 tsutsui Exp $
 
-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
+SHA1 (libsixel-1.8.1.tar.gz) = 257fa0f3d1d02ac2e267eeb8cd3f050327919217
+RMD160 (libsixel-1.8.1.tar.gz) = 4d1ee029c4b32c8e014dd7cdc77ad0aa3910610d
+SHA512 (libsixel-1.8.1.tar.gz) = af38b47aac443bfb443aa7b12041ecc1496722afbc861ad8572e90c34c7c1ed4ee04241d5d5f3abb7d8be945fac2a1f718494c4fbd023a6a7b9f6d912f90554c
+Size (libsixel-1.8.1.tar.gz) = 4777791 bytes



Home | Main Index | Thread Index | Old Index