diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-05-11 22:23:12 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:23:12 +0200 |
commit | b3865c16d62809421d255eb53e3915312eea8b67 (patch) | |
tree | 83fe731d6019e3d83773c47f6bc5aba52512f4eb /graphics/dcraw/rawphoto.c | |
parent | 272182d72d65e45dab69ea11e385fc63061d35cc (diff) | |
download | slackbuilds-b3865c16d62809421d255eb53e3915312eea8b67.tar.gz |
graphics/dcraw: Updated for version 8.87
Diffstat (limited to 'graphics/dcraw/rawphoto.c')
-rw-r--r-- | graphics/dcraw/rawphoto.c | 10 |
1 files changed, 5 insertions, 5 deletions
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 <libintl.h> #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, "<Load>/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, |