From d3868b5dbffa7bff23411b5f407f7897a5775b0d Mon Sep 17 00:00:00 2001 From: Wyatt Olson Date: Wed, 30 Jun 2010 10:43:44 -0600 Subject: [PATCH] Updated dcraw to version 9.03, updated the patch, and added a patch README file to explain how to patch dcraw in the future --- rtengine/dcraw.patch.README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rtengine/dcraw.patch.README diff --git a/rtengine/dcraw.patch.README b/rtengine/dcraw.patch.README new file mode 100644 index 000000000..22b2323d7 --- /dev/null +++ b/rtengine/dcraw.patch.README @@ -0,0 +1,8 @@ +Patch for vanilla dcraw. Please run this against any new dcraw version copied here. + Instructions for patching: +1) Download newest dcraw.c file, and copy to this folder. +2) Run 'patch -p0 < dcraw.patch' to patch the file. If there are any rejections, please fix them manually. +3) Move the patched dcraw.c to dcraw.cc +4) Re-copy the vanilla downloaded dcraw.c back to this folder, and update the patch: 'diff -u dcraw.c dcraw.cc > dcraw.patch' + +