=new version 0.12
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=16
This commit is contained in:
parent
034882706e
commit
d04ca0ffca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29780e817db3c46691a38b82f64a19de2b7eecad0565fa5f21608a7e2c51a3af
|
||||
size 517548
|
3
LibRaw-0.12.0.tar.bz2
Normal file
3
LibRaw-0.12.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d2ad744c60eb39fec4eb13274ba2bd7e2cee7955b5c4892807fe2effba216b8
|
||||
size 641118
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 12 23:13:11 UTC 2010 - mrdocs@opensuse.org
|
||||
|
||||
-Update to version 0.12.0
|
||||
-add libjpeg-devel to fix build on < 11.3
|
||||
+ DCB interpolation and FBDD denoising integrated into main LibRaw.
|
||||
+ Two addtional demosaic packs: GPL2-licensed: AFD, LMMSE, VCD, Modified AHD and AHD+VCD interpolations.
|
||||
+ Additional median filters from 'Modified DCRAW' package. Foveon support also included in this pack.
|
||||
+ GPL3-licensed: AMaZE interpolation and chromatic aberrations correction from RawTherapee
|
||||
+LCMS 2.x support
|
||||
+New ./configure script, based on GNU autotools.
|
||||
+Bugfixes:Fix in green_matching code to support nonstandard Bayer pattern
|
||||
+ Fixed bug in add_masked_borders_to_bitmap() call for cameras with masked border composed of odd number of pixels.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 16 21:18:09 UTC 2010 - mrdocs@opensuse.org
|
||||
|
||||
|
14
libraw.spec
14
libraw.spec
@ -19,7 +19,7 @@
|
||||
%define fake_name LibRaw
|
||||
|
||||
Name: libraw
|
||||
Version: 0.11.2
|
||||
Version: 0.12.0
|
||||
Release: 1
|
||||
License: CDDLv1.0 | LGPLv2.1
|
||||
Summary: Library for reading RAW files obtained from digital photo cameras
|
||||
@ -27,10 +27,10 @@ Url: http://www.libraw.org/
|
||||
Group: System/Libraries
|
||||
Source0: http://www.libraw.org/data/%{fake_name}-%{version}.tar.bz2
|
||||
# Don't impose -O4 and -w
|
||||
Patch2: %{name}-0.9.1-configure-default-cflags.patch
|
||||
#Patch2: %{name}-0.9.1-configure-default-cflags.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: make
|
||||
BuildRequires: liblcms-devel
|
||||
BuildRequires: liblcms-devel libjpeg-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -82,11 +82,15 @@ against LibRaw. LibRaw does not provide dynamic libraries.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{fake_name}-%{version}
|
||||
%patch2 -p1 -b .configure-default-cflags
|
||||
#%patch2 -p1 -b .configure-default-cflags
|
||||
|
||||
%build
|
||||
# This is not the autotools generated configure script
|
||||
CFLAGS="%{optflags} -fPIC -fopenmp" sh configure -P %{_prefix} -o -l -I %{_includedir} -L %{libdir}
|
||||
#CFLAGS="%{optflags} -fPIC -fopenmp" sh configure -P %{_prefix} -o -l -I %{_includedir} -L %{libdir}
|
||||
|
||||
%configure
|
||||
|
||||
|
||||
%__make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user