Subject: CVS commit: pkgsrc/graphics/jpeg
To: None <pkgsrc-changes@NetBSD.org>
From: Tobias Nygren <tnn@netbsd.org>
List: pkgsrc-changes
Date: 06/05/2007 22:07:26
Module Name:	pkgsrc
Committed By:	tnn
Date:		Tue Jun  5 22:07:26 UTC 2007

Modified Files:
	pkgsrc/graphics/jpeg: Makefile PLIST distinfo
Added Files:
	pkgsrc/graphics/jpeg/files: exifautotran jpegexiforient.c
	pkgsrc/graphics/jpeg/patches: patch-ab patch-ac patch-ad patch-ae
	    patch-af

Log Message:
Adopt some new features from www.jpegclub.org that have already been
adopted by many Linux distributions as well as FreeBSD ports:

o jpegtran: add "-perfect" switch:
    Fail if there are non-transformable edge blocks.
o jpegtran: add "-crop" switch:
    Crop to a rectangular subarea.
o jpegtran: correct EXIF handling.
o jpegexiforient: Get and set the Exif Orientation Tag.
o exifautotran: Transforms Exif files so that Orientation becomes 1.

Suggested by dzoe on #NetBSD IRCNet.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 pkgsrc/graphics/jpeg/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/jpeg/PLIST \
    pkgsrc/graphics/jpeg/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/graphics/jpeg/files/exifautotran \
    pkgsrc/graphics/jpeg/files/jpegexiforient.c
cvs rdiff -r0 -r1.1 pkgsrc/graphics/jpeg/patches/patch-ab \
    pkgsrc/graphics/jpeg/patches/patch-ac \
    pkgsrc/graphics/jpeg/patches/patch-ad \
    pkgsrc/graphics/jpeg/patches/patch-ae \
    pkgsrc/graphics/jpeg/patches/patch-af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.