From b3865c16d62809421d255eb53e3915312eea8b67 Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Tue, 11 May 2010 22:23:12 +0200 Subject: graphics/dcraw: Updated for version 8.87 --- graphics/dcraw/dcraw.SlackBuild | 8 ++++---- graphics/dcraw/dcraw.info | 8 ++++---- graphics/dcraw/rawphoto.c | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'graphics') diff --git a/graphics/dcraw/dcraw.SlackBuild b/graphics/dcraw/dcraw.SlackBuild index 72507d2f3e..afa4a8e326 100644 --- a/graphics/dcraw/dcraw.SlackBuild +++ b/graphics/dcraw/dcraw.SlackBuild @@ -7,10 +7,10 @@ # Copyright (c) 2007, Robby Workman # All rights reserved. # -# Redistribution and use of this script, with or without modification, is +# Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # -# 1. Redistributions of script must retain the above copyright notice, +# 1. Redistributions of script must retain the above copyright notice, # this list of conditions and the following disclaimer. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS @@ -31,7 +31,7 @@ ### ./dcraw.SlackBuild rawphoto PRGNAM=dcraw -VERSION=8.80 +VERSION=8.87 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,7 +75,7 @@ strip --strip-unneeded $PKG/usr/bin/dcraw install -D -m 0644 dcraw.1 $PKG/usr/man/man1/dcraw.1 for lang in eo ru fr it de pt es zh_TW zh_CN nl pl hu cs ; do - install -d -m 0755 $PKG/usr/man/$lang.UTF-8/man1 + install -d -m 0755 $PKG/usr/man/$lang.UTF-8/man1 install -m 0644 dcraw_$lang.1 $PKG/usr/man/$lang.UTF-8/man1/dcraw.1 || true # Missing man page, hence the || true above # install -d -m 0755 $PKG/usr/share/locale/$lang/LC_MESSAGES diff --git a/graphics/dcraw/dcraw.info b/graphics/dcraw/dcraw.info index 2ca7f1b034..60c11e2183 100644 --- a/graphics/dcraw/dcraw.info +++ b/graphics/dcraw/dcraw.info @@ -1,8 +1,8 @@ PRGNAM="dcraw" -VERSION="8.80" +VERSION="8.87" HOMEPAGE="http://cybercom.net/~dcoffin/dcraw/" -DOWNLOAD="http://cybercom.net/~dcoffin/dcraw/archive/dcraw-8.80.tar.gz" -MD5SUM="9a2ca00f6522f1e47ee663b46a429ab1" +DOWNLOAD="http://cybercom.net/~dcoffin/dcraw/archive/dcraw-8.87.tar.gz" +MD5SUM="a8aecc8e69a6fbb1dbe0944e4c5f1a76" MAINTAINER="Nishant Limbachia" EMAIL="nishant@mnspace.net" -APPROVED="rworkman" +APPROVED="Erik Hanson" diff --git a/graphics/dcraw/rawphoto.c b/graphics/dcraw/rawphoto.c index 753e167bdf..e54b151bd3 100644 --- a/graphics/dcraw/rawphoto.c +++ b/graphics/dcraw/rawphoto.c @@ -3,8 +3,8 @@ by Dave Coffin at cybercom dot net, user dcoffin http://www.cybercom.net/~dcoffin/ - $Revision: 1.30 $ - $Date: 2007/04/28 23:46:57 $ + $Revision: 1.31 $ + $Date: 2008/01/06 16:37:54 $ This code is licensed under the same terms as The GIMP. To simplify maintenance, it calls my command-line "dcraw" @@ -43,7 +43,7 @@ #include #define _(String) gettext(String) -#define PLUG_IN_VERSION "1.1.18 - 28 April 2007" +#define PLUG_IN_VERSION "1.1.19 - 6 January 2008" static void query(void); static void run(RAWPHOTO_CONST gchar *name, @@ -95,7 +95,7 @@ static void query (void) "Loads raw digital camera files", "This plug-in loads raw digital camera files.", "Dave Coffin at cybercom dot net, user dcoffin", - "Copyright 2003-2007 by Dave Coffin", + "Copyright 2003-2008 by Dave Coffin", PLUG_IN_VERSION, "/rawphoto", NULL, @@ -106,7 +106,7 @@ static void query (void) load_return_vals); gimp_register_load_handler ("file_rawphoto_load", - "arw,bay,bmq,cr2,crw,cs1,dc2,dcr,dng,erf,fff,hdr,ia,jpg,k25,kc2,kdc,mdc,mef,mos,mrw,nef,orf,pef,pxn,qtk,raf,raw,rdc,sr2,srf,sti,tif,x3f", ""); + "3fr,arw,bay,bmq,cine,cr2,crw,cs1,dc2,dcr,dng,erf,fff,hdr,ia,jpg,k25,kc2,kdc,mdc,mef,mos,mrw,nef,orf,pef,pxn,qtk,raf,raw,rdc,sr2,srf,sti,tif,x3f", ""); } static void run (RAWPHOTO_CONST gchar *name, -- cgit v1.2.3