Accepting request 87148 from graphics
Update to version 9.11, Spec file updates (forwarded request 87086 from adra) OBS-URL: https://build.opensuse.org/request/show/87148 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dcraw?expand=0&rev=20
This commit is contained in:
commit
fbc084e01f
6
README
6
README
@ -686,6 +686,8 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Olympus E-PL1
|
||||
* Olympus E-PL1s
|
||||
* Olympus E-PL2
|
||||
* Olympus E-PL3
|
||||
* Olympus E-PM1
|
||||
* Olympus SP310
|
||||
* Olympus SP320
|
||||
* Olympus SP350
|
||||
@ -703,6 +705,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Panasonic DMC-FZ40
|
||||
* Panasonic DMC-FZ50
|
||||
* Panasonic DMC-FZ100
|
||||
* Panasonic DMC-FZ150
|
||||
* Panasonic DMC-FX150
|
||||
* Panasonic DMC-G1
|
||||
* Panasonic DMC-G2
|
||||
@ -795,10 +798,13 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Sony DSLR-A900
|
||||
* Sony NEX-3
|
||||
* Sony NEX-5
|
||||
* Sony NEX-5N
|
||||
* Sony NEX-C3
|
||||
* Sony SLT-A33
|
||||
* Sony SLT-A35
|
||||
* Sony SLT-A55V
|
||||
* Sony SLT-A65V
|
||||
* Sony SLT-A77V
|
||||
* Sony XCD-SX910CR
|
||||
* STV680 VGA
|
||||
__________________________________________________________________
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ff3c0bb59593a29d5846e5e6f2fd979588382255fe38d11537c9e63143759ca
|
||||
size 163860
|
3
dcraw-9.11.tar.gz
Normal file
3
dcraw-9.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39d372746364c1d1a70832ddbb6c22b95841d8961b97692591e1031f8e46f8e6
|
||||
size 164080
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 7 19:34:48 UTC 2011 - asterios.dramis@gmail.com
|
||||
|
||||
- Update to version 9.11:
|
||||
dcraw - revision 1.445
|
||||
* Copied new color matrices from DNG Converter 6.5.
|
||||
- Spec file updates:
|
||||
* Changes based on spec-cleaner run.
|
||||
* Removed support for openSUSE < 11.3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
16
dcraw.spec
16
dcraw.spec
@ -18,11 +18,10 @@
|
||||
|
||||
|
||||
Name: dcraw
|
||||
Version: 9.10
|
||||
Version: 9.11
|
||||
Release: 1
|
||||
Summary: Raw Digital Photo Decoding
|
||||
|
||||
License: PERMISSIVE-OSI-COMPLIANT
|
||||
Summary: Raw Digital Photo Decoding
|
||||
Url: http://www.cybercom.net/~dcoffin/dcraw/
|
||||
Group: Productivity/Graphics/Convertors
|
||||
Source0: http://www.cybercom.net/~dcoffin/dcraw/archive/%{name}-%{version}.tar.gz
|
||||
@ -44,13 +43,12 @@ Patch0: dcraw-omp.patch
|
||||
Patch1: dcraw.1.patch
|
||||
# PATCH-FIX-OPENSUSE fuji_green.c_fix_gcc_warnings.patch asterios.dramis@gmail.com - Fix gcc implicit declaration warning
|
||||
Patch2: fuji_green.c_fix_gcc_warnings.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
BuildRequires: gettext-runtime
|
||||
BuildRequires: libjasper-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: liblcms-devel
|
||||
Recommends: %{name}-lang = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Command line tools for raw digital photo decoding and processing.
|
||||
@ -58,7 +56,7 @@ Command line tools for raw digital photo decoding and processing.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
cp -a %SOURCE3 %SOURCE4 %SOURCE5 %SOURCE6 .
|
||||
cp -a %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} .
|
||||
%patch0
|
||||
%patch1
|
||||
%patch2
|
||||
@ -119,7 +117,7 @@ for manpage in dcraw_*.1 ; do
|
||||
done
|
||||
|
||||
# Documentation
|
||||
cp -a %SOURCE1 %SOURCE2 %SOURCE7 %SOURCE100 .
|
||||
cp -a %{SOURCE1} %{SOURCE2} %{SOURCE7} %{SOURCE100} .
|
||||
mv badpixels .badpixels
|
||||
|
||||
%find_lang %{name} --with-man
|
||||
@ -151,10 +149,6 @@ mv badpixels .badpixels
|
||||
%dir %{_mandir}/pl/man1
|
||||
%dir %{_mandir}/pt
|
||||
%dir %{_mandir}/pt/man1
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1130
|
||||
%dir %{_mandir}/ru
|
||||
%dir %{_mandir}/ru/man1
|
||||
%endif
|
||||
%dir %{_mandir}/sv
|
||||
%dir %{_mandir}/sv/man1
|
||||
%dir %{_mandir}/zh_CN
|
||||
|
Loading…
x
Reference in New Issue
Block a user