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:
parent
589be0ff97
commit
6de1bd1c57
@ -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
3
LibRaw-0.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0d373a774723381bf5e27050d462513039f0bf0101b732fcbea00ce12600104
|
||||||
|
size 554095
|
@ -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
|
Mon Aug 30 16:36:31 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -17,16 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
%define fake_name LibRaw
|
%define fake_name LibRaw
|
||||||
%define fake_version 0.10.0-Beta3
|
|
||||||
|
|
||||||
Name: libraw
|
Name: libraw
|
||||||
Version: 0.9.999_0.10.0Beta3
|
Version: 0.10.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: CDDLv1.0 | LGPLv2.1
|
License: CDDLv1.0 | LGPLv2.1
|
||||||
Summary: Library for reading RAW files obtained from digital photo cameras
|
Summary: Library for reading RAW files obtained from digital photo cameras
|
||||||
Url: http://www.libraw.org/
|
Url: http://www.libraw.org/
|
||||||
Group: System/Libraries
|
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
|
# Configuration support. Patch sent upstream
|
||||||
Patch0: %{name}-0.9.1-configure.patch
|
Patch0: %{name}-0.9.1-configure.patch
|
||||||
# Use optflags for build
|
# 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.
|
against LibRaw. LibRaw does not provide dynamic libraries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{fake_name}-%{fake_version}
|
%setup -q -n %{fake_name}-%{version}
|
||||||
%patch0 -p1 -b .configure
|
%patch0 -p1 -b .configure
|
||||||
%patch1 -p1 -b .configure-optflags
|
%patch1 -p1 -b .configure-optflags
|
||||||
%patch2 -p1 -b .configure-default-cflags
|
%patch2 -p1 -b .configure-default-cflags
|
||||||
|
Loading…
Reference in New Issue
Block a user