From 08de8fb691ca8eeac98313fc6028fda7242e1e5dabb314d52d64d2473466546d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 23 Dec 2011 19:21:40 +0000 Subject: [PATCH] Accepting request 98063 from home:adra:branches:graphics Update to version 9.12 OBS-URL: https://build.opensuse.org/request/show/98063 OBS-URL: https://build.opensuse.org/package/show/graphics/dcraw?expand=0&rev=26 --- README | 8 +++++++- dcraw-9.11.tar.gz | 3 --- dcraw-9.12.tar.gz | 3 +++ dcraw.changes | 8 ++++++++ dcraw.spec | 10 +++++----- update_dcraw | 1 + 6 files changed, 24 insertions(+), 9 deletions(-) delete mode 100644 dcraw-9.11.tar.gz create mode 100644 dcraw-9.12.tar.gz diff --git a/README b/README index 3158bb9..5cb2219 100644 --- a/README +++ b/README @@ -70,7 +70,7 @@ http://www.cybercom.net/~dcoffin/dcraw/: execute permission. * [16]dcraw.c -- decodes raw photos, extracts thumbnails, and displays metadata - Supports 426 cameras at last count. Compile with "gcc -o dcraw -O4 + Supports 438 cameras at last count. Compile with "gcc -o dcraw -O4 dcraw.c -lm -ljasper -ljpeg -llcms" or "gcc -o dcraw -O4 dcraw.c -lm -DNODEPS". Run with no arguments to see a usage message. Don't complain that 16-bit output is too dark -- read the [17]FAQ! @@ -426,6 +426,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Canon PowerShot S70 * Canon PowerShot S90 * Canon PowerShot S95 + * Canon PowerShot S100 * Canon PowerShot SX1 IS * Canon PowerShot SX110 IS (CHDK hack) * Canon PowerShot SX120 IS (CHDK hack) @@ -509,6 +510,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Fuji FinePix HS20EXR * Fuji FinePix F550EXR * Fuji FinePix X100 + * Fuji X10 * Fuji IS-1 * Hasselblad CFV * Hasselblad H3D @@ -632,6 +634,8 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Nikon D5000 * Nikon D5100 * Nikon D7000 + * Nikon 1 J1 + * Nikon 1 V1 * Nikon E700 ("DIAG RAW" hack) * Nikon E800 ("DIAG RAW" hack) * Nikon E880 ("DIAG RAW" hack) @@ -715,6 +719,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Panasonic DMC-GF3 * Panasonic DMC-GH1 * Panasonic DMC-GH2 + * Panasonic DMC-GX1 * Panasonic DMC-L1 * Panasonic DMC-L10 * Panasonic DMC-LC1 @@ -763,6 +768,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Samsung NX10 * Samsung NX11 * Samsung NX100 + * Samsung NX200 * Samsung WB550 * Samsung WB2000 * Samsung S85 (hacked) diff --git a/dcraw-9.11.tar.gz b/dcraw-9.11.tar.gz deleted file mode 100644 index 65bd370..0000000 --- a/dcraw-9.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39d372746364c1d1a70832ddbb6c22b95841d8961b97692591e1031f8e46f8e6 -size 164080 diff --git a/dcraw-9.12.tar.gz b/dcraw-9.12.tar.gz new file mode 100644 index 0000000..acbcf32 --- /dev/null +++ b/dcraw-9.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb19d7eb7062172f4318d6ab5dcba22f5b6e17fb46d10803b83e6bd9affa8742 +size 164353 diff --git a/dcraw.changes b/dcraw.changes index 3d7d254..ab701f2 100644 --- a/dcraw.changes +++ b/dcraw.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Dec 23 18:52:51 UTC 2011 - asterios.dramis@gmail.com + +- Update to version 9.12: + dcraw - revision 1.446 + * Support the Canon S100, Nikon 1 J1 and V1, Panasonic GX1, Fuji X10, and + Samsung NX200 with color matrices from DNG Converter 6.6. + ------------------------------------------------------------------- Fri Oct 7 19:34:48 UTC 2011 - asterios.dramis@gmail.com diff --git a/dcraw.spec b/dcraw.spec index dd1ec7e..5e782a4 100644 --- a/dcraw.spec +++ b/dcraw.spec @@ -16,14 +16,13 @@ # - Name: dcraw -Version: 9.11 -Release: 1 -License: PERMISSIVE-OSI-COMPLIANT +Version: 9.12 +Release: 0 Summary: Raw Digital Photo Decoding -Url: http://www.cybercom.net/~dcoffin/dcraw/ +License: PERMISSIVE-OSI-COMPLIANT Group: Productivity/Graphics/Convertors +Url: http://www.cybercom.net/~dcoffin/dcraw/ Source0: http://www.cybercom.net/~dcoffin/dcraw/archive/%{name}-%{version}.tar.gz #*** NOTE: run "sh update_dcraw" to update to latest version of the following sources ("wget", "rcs" and "lynx" packages are required for the update). Source1: README @@ -54,6 +53,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Command line tools for raw digital photo decoding and processing. %lang_package + %prep %setup -q -n %{name} cp -a %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . diff --git a/update_dcraw b/update_dcraw index 717c1fe..f94f790 100644 --- a/update_dcraw +++ b/update_dcraw @@ -1,6 +1,7 @@ #! /bin/sh # Call this script to update dcraw files (except the main package) to latest version. +# "wget", "rcs" and "lynx" packages are required for the update wget -N http://www.cybercom.net/~dcoffin/dcraw/parse.c wget -N http://www.cybercom.net/~dcoffin/dcraw/fujiturn.c