]> git.pld-linux.org Git - packages/dcraw.git/commitdiff
- 8.89 - A900 patch outdated
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 9 Dec 2008 12:49:50 +0000 (12:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dcraw-A900.patch -> 1.2
    dcraw.spec -> 1.31

dcraw-A900.patch [deleted file]
dcraw.spec

diff --git a/dcraw-A900.patch b/dcraw-A900.patch
deleted file mode 100644 (file)
index 2895c54..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./dcraw.c.org      2008-09-11 11:02:43.573627579 +0000
-+++ ./dcraw.c  2008-09-11 11:03:41.547163467 +0000
-@@ -6406,7 +6406,9 @@ void CLASS adobe_coeff (char *make, char
-     { "SONY DSLR-A350", 0, 0xffc,
-       { 6038,-1484,-578,-9146,16746,2513,-875,746,7217 } },
-     { "SONY DSLR-A700", 254, 0x1ffe,
--      { 5775,-805,-359,-8574,16295,2391,-1943,2341,7249 } }
-+      { 5775,-805,-359,-8574,16295,2391,-1943,2341,7249 } },
-+    { "SONY DSLR-A900", 254, 0x1ffe,  /* DJC */
-+      { 6971,-1730,-794,-5763,13529,2236,-1500,2251,6715 } }
-   };
-   double cam_xyz[4][3];
-   char name[130];
index 4252506e8312cccdf86624819623ad72b72bb9f2..512de177b06c6be68cb37274c9fedbb329fb9767 100644 (file)
@@ -4,20 +4,19 @@
 Summary:       Raw Digital Photo Decoder
 Summary(pl.UTF-8):     Dekoder zdjęć cyfrowych w formacie raw
 Name:          dcraw
-Version:       8.87
+Version:       8.89
 Epoch:         1
 Release:       2
 License:       Free + GPL (for some parts of code)
 Group:         Applications
 Source0:       http://www.cybercom.net/~dcoffin/dcraw/archive/%{name}-%{version}.tar.gz
-# Source0-md5: a8aecc8e69a6fbb1dbe0944e4c5f1a76
+# Source0-md5: 20fe7765199f45bfe26bd0a35f4c392e
 Source1:       http://www.cybercom.net/~dcoffin/dcraw/clean_crw.c
 # NoSource1-md5:       37b386fef86eef8768965e91ea0be9e6
 Source2:       http://www.cybercom.net/~dcoffin/dcraw/fujiturn.c
 # NoSource2-md5:       10e468e0eed5e772fb09f3b2590696f1
 Source3:       http://www.cybercom.net/~dcoffin/dcraw/fuji_green.c
 # NoSource3-md5:       e801331242f2acf805c0ce00f609fe8c
-Patch0:                %{name}-A900.patch
 URL:           http://www.cybercom.net/~dcoffin/dcraw/
 BuildRequires: gettext-devel
 BuildRequires: lcms-devel
@@ -38,7 +37,6 @@ zapisanych w formacie raw i produkuje przenośną mapę pikseli (PPM).
 cp %{SOURCE1} .
 cp %{SOURCE2} .
 cp %{SOURCE3} .
-%patch0 -p1
 
 %build
 %{__cc} %{rpmldflags} -o dcraw %{rpmcflags} -Wall -DLOCALEDIR=\"%{_datadir}/locale/\" dcraw.c -lm -ljpeg -llcms
This page took 0.063991 seconds and 4 git commands to generate.