pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/jpeg jpeg: update to 9c.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e81b46b83d04
branches:  trunk
changeset: 374723:e81b46b83d04
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 28 15:55:28 2018 +0000

description:
jpeg: update to 9c.

Version 9c  14-Jan-2018
-----------------------

jpegtran: add an option to the -wipe switch to fill the region
with the average of adjacent blocks, instead of gray out.
Thank to Caitlyn Feddock and Maddie Ziegler for inspiration.

Make range extension bits adjustable (in jpegint.h).
Thank to Robin Watts for suggestion.

Provide macros for fflush() and ferror() in jinclude.h in order
to facilitate adaption by applications using an own FILE class.
Thank to Gerhard Huber for suggestion.

Add libjpeg pkg-config file.  Thank to Mark Lavi, Vincent Torri,
Patrick McMunn, and Huw Davies for suggestion.

Add sanity checks in cjpeg image reader modules.
Thank to Bingchang, Liu for reports.

diffstat:

 graphics/jpeg/Makefile |   6 ++++--
 graphics/jpeg/PLIST    |   3 ++-
 graphics/jpeg/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r ed73c1e717aa -r e81b46b83d04 graphics/jpeg/Makefile
--- a/graphics/jpeg/Makefile    Sun Jan 28 15:52:24 2018 +0000
+++ b/graphics/jpeg/Makefile    Sun Jan 28 15:55:28 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2016/02/01 09:22:53 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2018/01/28 15:55:28 wiz Exp $
 
-DISTNAME=      jpegsrc.v9b
+DISTNAME=      jpegsrc.v9c
 PKGNAME=       ${DISTNAME:S/src.v/-/}
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.ijg.org/files/
@@ -18,6 +18,8 @@
 
 INSTALLATION_DIRS=     bin include share/doc/jpeg
 
+PKGCONFIG_OVERRIDE=    libjpeg.pc.in
+
 TEST_TARGET=           test
 
 post-extract:
diff -r ed73c1e717aa -r e81b46b83d04 graphics/jpeg/PLIST
--- a/graphics/jpeg/PLIST       Sun Jan 28 15:52:24 2018 +0000
+++ b/graphics/jpeg/PLIST       Sun Jan 28 15:55:28 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2009/08/26 16:50:46 sno Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/01/28 15:55:28 wiz Exp $
 bin/cjpeg
 bin/djpeg
 bin/exifautotran
@@ -12,6 +12,7 @@
 include/jpegint.h
 include/jpeglib.h
 lib/libjpeg.la
+lib/pkgconfig/libjpeg.pc
 man/man1/cjpeg.1
 man/man1/djpeg.1
 man/man1/jpegtran.1
diff -r ed73c1e717aa -r e81b46b83d04 graphics/jpeg/distinfo
--- a/graphics/jpeg/distinfo    Sun Jan 28 15:52:24 2018 +0000
+++ b/graphics/jpeg/distinfo    Sun Jan 28 15:55:28 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.21 2016/02/01 09:22:53 wiz Exp $
+$NetBSD: distinfo,v 1.22 2018/01/28 15:55:28 wiz Exp $
 
-SHA1 (jpegsrc.v9b.tar.gz) = 15dd867617a88abd07573e06a86ace9bdb998ac2
-RMD160 (jpegsrc.v9b.tar.gz) = 7e261205cc653b8a0fafb3bd2267204c6bae8c42
-SHA512 (jpegsrc.v9b.tar.gz) = 74ea5af3545657d4ac03f8f7933913112cc2d982f0e379d0e5647f1acac21931468e53806297c30ebe180c7bcf84919a0ac20a4195afb03db03060d57904ef6c
-Size (jpegsrc.v9b.tar.gz) = 1022609 bytes
+SHA1 (jpegsrc.v9c.tar.gz) = cd40526843a44c69bf88b6cc462a3e0359f69d27
+RMD160 (jpegsrc.v9c.tar.gz) = d097f5c4dbfe09d61b688fc1e20ea37e73e78a3f
+SHA512 (jpegsrc.v9c.tar.gz) = c95aacb0f1972a2271953ee17b5c6a6c3662d5f4fbc4d1e9aef59dece42a169b0f34d3fa1d385b88580ad11cefd194250094ee72843f4e0028204df6741cb611
+Size (jpegsrc.v9c.tar.gz) = 1028200 bytes
 SHA1 (patch-af) = 925604706574009aacd452dab2d736039b0654e9
 SHA1 (patch-ag) = 46164c00386d1968356f1b61d144bc9168410654
 SHA1 (patch-jmorecfg.h) = c00f81ba94e2ad6b55ca9892553eedbe4eca3ad1



Home | Main Index | Thread Index | Old Index