pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libsixel Update libsixel to 1.3.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4ec30fdc998
branches:  trunk
changeset: 641617:c4ec30fdc998
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Nov 13 10:59:09 2014 +0000

description:
Update libsixel to 1.3.4.

bug fixes.

diffstat:

 graphics/libsixel/Makefile                   |   4 ++--
 graphics/libsixel/distinfo                   |  10 ++++------
 graphics/libsixel/patches/patch-configure    |  24 ------------------------
 graphics/libsixel/patches/patch-configure.ac |  17 -----------------
 4 files changed, 6 insertions(+), 49 deletions(-)

diffs (76 lines):

diff -r 0dbf093db336 -r c4ec30fdc998 graphics/libsixel/Makefile
--- a/graphics/libsixel/Makefile        Thu Nov 13 10:53:49 2014 +0000
+++ b/graphics/libsixel/Makefile        Thu Nov 13 10:59:09 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2014/11/09 07:19:54 obache Exp $
+# $NetBSD: Makefile,v 1.11 2014/11/13 10:59:09 obache Exp $
 
-DISTNAME=              libsixel-1.3.3
+DISTNAME=              libsixel-1.3.4
 CATEGORIES=            graphics
 MASTER_SITES=          -https://github.com/saitoha/libsixel/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX}
 
diff -r 0dbf093db336 -r c4ec30fdc998 graphics/libsixel/distinfo
--- a/graphics/libsixel/distinfo        Thu Nov 13 10:53:49 2014 +0000
+++ b/graphics/libsixel/distinfo        Thu Nov 13 10:59:09 2014 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.7 2014/11/09 07:19:54 obache Exp $
+$NetBSD: distinfo,v 1.8 2014/11/13 10:59:09 obache Exp $
 
-SHA1 (libsixel-1.3.3.tar.gz) = 9e7f9ee04bb7e869e0f344bed2458b028b86b610
-RMD160 (libsixel-1.3.3.tar.gz) = 5693f0bf903f9e1f125fe9473077ceb3a5d59938
-Size (libsixel-1.3.3.tar.gz) = 2523758 bytes
-SHA1 (patch-configure) = 5fcdd7263ede997f8f95ed9796ea6486c36b1c3e
-SHA1 (patch-configure.ac) = cdd6ba1cfbf2d86e66fd5de179616830c4d7c049
+SHA1 (libsixel-1.3.4.tar.gz) = 7b3f0dd7d52f88e80fc3314f20d794ddc59a67b0
+RMD160 (libsixel-1.3.4.tar.gz) = 6ab2fc9e6849cffe2eec3b4406541e1029a62969
+Size (libsixel-1.3.4.tar.gz) = 2523778 bytes
diff -r 0dbf093db336 -r c4ec30fdc998 graphics/libsixel/patches/patch-configure
--- a/graphics/libsixel/patches/patch-configure Thu Nov 13 10:53:49 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2014/11/09 07:20:23 obache Exp $
-
-* test(1) portability
-
---- configure.orig     2014-11-08 04:14:11.000000000 +0000
-+++ configure
-@@ -14197,7 +14197,7 @@ fi
-           touch aclocal.m4 Makefile.in */Makefile.in configure config.h.in
- 
- 
-- if test x$have_jpeg == xyes; then
-+ if test x$have_jpeg = xyes; then
-   HAVE_JPEG_TRUE=
-   HAVE_JPEG_FALSE='#'
- else
-@@ -14205,7 +14205,7 @@ else
-   HAVE_JPEG_FALSE=
- fi
- 
-- if test x$have_png == xyes; then
-+ if test x$have_png = xyes; then
-   HAVE_PNG_TRUE=
-   HAVE_PNG_FALSE='#'
- else
diff -r 0dbf093db336 -r c4ec30fdc998 graphics/libsixel/patches/patch-configure.ac
--- a/graphics/libsixel/patches/patch-configure.ac      Thu Nov 13 10:53:49 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-configure.ac,v 1.1 2014/11/09 07:20:23 obache Exp $
-
-* test(1) portability
-
---- configure.ac.orig  2014-11-08 04:14:11.000000000 +0000
-+++ configure.ac
-@@ -367,8 +367,8 @@ AC_DEFUN([LS_UPDATE_TIMESTAMP], [
-           ])
- LS_UPDATE_TIMESTAMP
- 
--AM_CONDITIONAL([HAVE_JPEG], [test x$have_jpeg == xyes])
--AM_CONDITIONAL([HAVE_PNG], [test x$have_png == xyes])
-+AM_CONDITIONAL([HAVE_JPEG], [test x$have_jpeg = xyes])
-+AM_CONDITIONAL([HAVE_PNG], [test x$have_png = xyes])
- 
- AC_CONFIG_FILES([Makefile
-                  libsixel.pc



Home | Main Index | Thread Index | Old Index