pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/jpeg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 28 15:55:29 UTC 2018

Modified Files:
        pkgsrc/graphics/jpeg: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/graphics/jpeg/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/jpeg/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/jpeg/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/jpeg/Makefile
diff -u pkgsrc/graphics/jpeg/Makefile:1.52 pkgsrc/graphics/jpeg/Makefile:1.53
--- pkgsrc/graphics/jpeg/Makefile:1.52  Mon Feb  1 09:22:53 2016
+++ pkgsrc/graphics/jpeg/Makefile       Sun Jan 28 15:55:28 2018
@@ -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 @@ CONFIGURE_ARGS+=      --disable-ld-version-sc
 
 INSTALLATION_DIRS=     bin include share/doc/jpeg
 
+PKGCONFIG_OVERRIDE=    libjpeg.pc.in
+
 TEST_TARGET=           test
 
 post-extract:

Index: pkgsrc/graphics/jpeg/PLIST
diff -u pkgsrc/graphics/jpeg/PLIST:1.8 pkgsrc/graphics/jpeg/PLIST:1.9
--- pkgsrc/graphics/jpeg/PLIST:1.8      Wed Aug 26 16:50:46 2009
+++ pkgsrc/graphics/jpeg/PLIST  Sun Jan 28 15:55:28 2018
@@ -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/jmorecfg.h
 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

Index: pkgsrc/graphics/jpeg/distinfo
diff -u pkgsrc/graphics/jpeg/distinfo:1.21 pkgsrc/graphics/jpeg/distinfo:1.22
--- pkgsrc/graphics/jpeg/distinfo:1.21  Mon Feb  1 09:22:53 2016
+++ pkgsrc/graphics/jpeg/distinfo       Sun Jan 28 15:55:28 2018
@@ -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