pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/dcraw Update to 8.82, provided by Bernd Limba...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2a02b05e386e
branches: trunk
changeset: 539248:2a02b05e386e
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Mar 02 09:48:42 2008 +0000
description:
Update to 8.82, provided by Bernd Limbach in PR 38130:
revision 1.398
date: 2008/02/06 21:29:13; author: dcoffin; state: Exp; lines: +61 -36
Added the "-P" and "-S" options.
Support the Sony DSLR-A200 and the PowerShots A720 and S5 IS.
----------------------------
revision 1.397
date: 2007/12/10 07:43:31; author: dcoffin; state: Exp; lines: +56 -6
Support the Panasonic DMC-L10, added the "-W" option.
----------------------------
revision 1.396
date: 2007/11/16 15:24:52; author: dcoffin; state: Exp; lines: +3 -0
Cropped four columns from the Nikon D3.
----------------------------
revision 1.395
date: 2007/11/12 20:28:32; author: dcoffin; state: Exp; lines: +34 -26
Abolished the getrat() macro, support the Hasselblad H3D.
----------------------------
revision 1.394
date: 2007/11/04 02:18:54; author: dcoffin; state: Exp; lines: +12 -6
Added the Olympus E-3 and adjusted a few maximums.
----------------------------
revision 1.393
date: 2007/10/30 06:23:29; author: dcoffin; state: Exp; lines: +333 -88
Support the AVT F-080C, Canon EOS 40D, Canon EOS-1Ds Mark III,
Canon PowerShot G9, Nikon Coolpix S6, Nikon D3, Nikon D300,
Panasonic DMC-FZ18, and Sony DSLR-A700.
Support the new Canon sRAW CR2 format.
Added median filtering after interpolation.
diffstat:
graphics/dcraw/DESCR | 4 ++--
graphics/dcraw/Makefile | 5 ++---
graphics/dcraw/distinfo | 10 +++++-----
graphics/dcraw/patches/patch-aa | 6 +++---
4 files changed, 12 insertions(+), 13 deletions(-)
diffs (54 lines):
diff -r 844eb970180f -r 2a02b05e386e graphics/dcraw/DESCR
--- a/graphics/dcraw/DESCR Sun Mar 02 09:39:28 2008 +0000
+++ b/graphics/dcraw/DESCR Sun Mar 02 09:48:42 2008 +0000
@@ -1,2 +1,2 @@
-This is a program to convert raw image files from any digital camera
-into PPM format.
+This is a command-line ANSI C program to convert raw photos from
+any digital camera on any computer running any operating system.
diff -r 844eb970180f -r 2a02b05e386e graphics/dcraw/Makefile
--- a/graphics/dcraw/Makefile Sun Mar 02 09:39:28 2008 +0000
+++ b/graphics/dcraw/Makefile Sun Mar 02 09:48:42 2008 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2007/09/16 13:32:48 obache Exp $
+# $NetBSD: Makefile,v 1.29 2008/03/02 09:48:42 wiz Exp $
#
-DISTNAME= dcraw-8.77
+DISTNAME= dcraw-8.82
CATEGORIES= graphics
MASTER_SITES= http://www.cybercom.net/~dcoffin/dcraw/archive/
-DIST_SUBDIR= ${PKGNAME}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.cybercom.net/~dcoffin/dcraw/
diff -r 844eb970180f -r 2a02b05e386e graphics/dcraw/distinfo
--- a/graphics/dcraw/distinfo Sun Mar 02 09:39:28 2008 +0000
+++ b/graphics/dcraw/distinfo Sun Mar 02 09:48:42 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2007/09/16 13:32:48 obache Exp $
+$NetBSD: distinfo,v 1.23 2008/03/02 09:48:42 wiz Exp $
-SHA1 (dcraw-8.77/dcraw-8.77.tar.gz) = 6d373376f54b1abc8a740d92ed2ed01c96cb7cc8
-RMD160 (dcraw-8.77/dcraw-8.77.tar.gz) = 55a5d4f5caf4989916fca3c604e14d5c18b463d2
-Size (dcraw-8.77/dcraw-8.77.tar.gz) = 125758 bytes
-SHA1 (patch-aa) = e9a7a7cd3bf2bdb92dc04411314adf45bbcf3d2b
+SHA1 (dcraw-8.82.tar.gz) = c2ad77407ec9200ba186020100437bd9c43782e5
+RMD160 (dcraw-8.82.tar.gz) = 959707e854d216acc6d9ab1d87c6d3c6190d2ca4
+Size (dcraw-8.82.tar.gz) = 136810 bytes
+SHA1 (patch-aa) = 218fad02e1d1b2ddf89d4382b7d45504af1e8aed
diff -r 844eb970180f -r 2a02b05e386e graphics/dcraw/patches/patch-aa
--- a/graphics/dcraw/patches/patch-aa Sun Mar 02 09:39:28 2008 +0000
+++ b/graphics/dcraw/patches/patch-aa Sun Mar 02 09:48:42 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2007/09/16 13:32:48 obache Exp $
+$NetBSD: patch-aa,v 1.4 2008/03/02 09:48:42 wiz Exp $
---- dcraw.c.orig 2007-08-10 21:09:34.000000000 +0000
+--- dcraw.c.orig 2008-02-22 16:43:39.000000000 +0100
+++ dcraw.c
-@@ -48,6 +48,7 @@
+@@ -50,6 +50,7 @@
#include <lcms.h>
#endif
#ifdef LOCALEDIR
Home |
Main Index |
Thread Index |
Old Index