Accepting request 48486 from graphics

Copy from graphics/libraw based on submit request 48486 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/48486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraw?expand=0&rev=2
This commit is contained in:
OBS User autobuild 2010-09-20 14:02:20 +00:00 committed by Git OBS Bridge
parent 40d290d8aa
commit 43ca404fd6
4 changed files with 31 additions and 8 deletions

View File

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

3
LibRaw-0.10.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Sep 19 12:57:13 CEST 2010 - vuntz@opensuse.org
- Update to version 0.10.0:
+ Imported dcraw versions 9.01-9.04 (1.434-1.438):
- Separate black levels for each color channel.
- Changes in tiff metadata parser.
- New cameras: Canon SX20 and 550D, Nikon D3s, Olympus E-P2,
Panasonic GF1, G2 and G10, Samsung EX1, NX-10 and WB550, Sony
A450, NEX-3 and NEX-5, Casio EX-Z1050, Fuji HS10/HS11, Kodak
Z981, Phase One P65.
- Color data changed for some cameras
- Fixed file descriptor leak in dark frame subtraction processing
+ Small patch in Sony ARW2 unpacking code to make valgrind happy
+ New command-line switch -h in mem_image sample (half_size
support)
+ Some patches by Johannes Hanika (darktable author):
- OpenMP speedup for PPG-interpolation
- green_matching - suppress of 'color maze' on cameras with
different green channels. This option is controlled by the
field with the respective name in imgdata.params
+ all client code should be recompiled due to structures size change
+ LibRaw::free() is now public instead of private.
-------------------------------------------------------------------
Mon Aug 30 16:36:31 CEST 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package libraw (Version 0.9.999_0.10.0Beta3)
# spec file for package libraw (Version 0.10.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,16 +17,15 @@
%define fake_name LibRaw
%define fake_version 0.10.0-Beta3
Name: libraw
Version: 0.9.999_0.10.0Beta3
Version: 0.10.0
Release: 1
License: CDDLv1.0 | LGPLv2.1
Summary: Library for reading RAW files obtained from digital photo cameras
Url: http://www.libraw.org/
Group: System/Libraries
Source0: http://www.libraw.org/data/%{fake_name}-%{fake_version}.tar.gz
Source0: http://www.libraw.org/data/%{fake_name}-%{version}.tar.gz
# Configuration support. Patch sent upstream
Patch0: %{name}-0.9.1-configure.patch
# Use optflags for build
@ -73,7 +72,7 @@ This package contains static libraries that applications can use to build
against LibRaw. LibRaw does not provide dynamic libraries.
%prep
%setup -q -n %{fake_name}-%{fake_version}
%setup -q -n %{fake_name}-%{version}
%patch0 -p1 -b .configure
%patch1 -p1 -b .configure-optflags
%patch2 -p1 -b .configure-default-cflags