summaryrefslogtreecommitdiffstats
path: root/graphics/dcraw
diff options
context:
space:
mode:
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
commitb3865c16d62809421d255eb53e3915312eea8b67 (patch)
tree83fe731d6019e3d83773c47f6bc5aba52512f4eb /graphics/dcraw
parent272182d72d65e45dab69ea11e385fc63061d35cc (diff)
downloadslackbuilds-b3865c16d62809421d255eb53e3915312eea8b67.tar.gz
slackbuilds-b3865c16d62809421d255eb53e3915312eea8b67.tar.xz
graphics/dcraw: Updated for version 8.87
Diffstat (limited to 'graphics/dcraw')
-rw-r--r--graphics/dcraw/dcraw.SlackBuild8
-rw-r--r--graphics/dcraw/dcraw.info8
-rw-r--r--graphics/dcraw/rawphoto.c10
3 files changed, 13 insertions, 13 deletions
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 <rworkman@slackbuilds.org>
# 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 <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,