SHA256
1
0
forked from pool/dcraw

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
This commit is contained in:
Ismail Dönmez 2011-12-23 19:21:40 +00:00 committed by Git OBS Bridge
parent bccc70b316
commit 08de8fb691
6 changed files with 24 additions and 9 deletions

8
README
View File

@ -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)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39d372746364c1d1a70832ddbb6c22b95841d8961b97692591e1031f8e46f8e6
size 164080

3
dcraw-9.12.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb19d7eb7062172f4318d6ab5dcba22f5b6e17fb46d10803b83e6bd9affa8742
size 164353

View File

@ -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

View File

@ -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} .

View File

@ -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