update to 0.11.2 and add openmp/lcms support

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=7
This commit is contained in:
OBS User mrdocs 2010-11-16 20:39:27 +00:00 committed by Git OBS Bridge
parent 50916fa08f
commit 8fe13111d1
4 changed files with 23 additions and 6 deletions

View File

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

3
LibRaw-0.11.2.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Nov 16 20:35:55 UTC 2010 - mrdocs@opensuse.org
-Update to version 0.11.2:
+Imported dcraw 9.05 (1.439)
+ Support for many cameras added:
Canon: G12, SX120, 60D
Hasselblad H4D, Nokia X2, Olympus E-5
Nikon: D3100, D7000, P7000
Panasonic: FZ40, FZ100, LX5
Pentax: K-r, K-5, 645D
Samsung GX20, WB2000
- added LCMS support so libRaw is color management capable
- added openMP threading support for multi-core machines
-------------------------------------------------------------------
Wed Nov 10 14:17:44 CET 2010 - vuntz@opensuse.org

View File

@ -19,8 +19,8 @@
%define fake_name LibRaw
Name: libraw
Version: 0.11.1
Release: 1
Version: 0.11.2
Release: 0
License: CDDLv1.0 | LGPLv2.1
Summary: Library for reading RAW files obtained from digital photo cameras
Url: http://www.libraw.org/
@ -30,6 +30,8 @@ Source0: http://www.libraw.org/data/%{fake_name}-%{version}.tar.bz2
Patch2: %{name}-0.9.1-configure-default-cflags.patch
BuildRequires: gcc-c++
BuildRequires: make
BuildRequires: lcms-devel
BuildRequires: openmpi-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description