diff --git a/LibRaw-0.11.2.tar.bz2 b/LibRaw-0.11.2.tar.bz2 deleted file mode 100644 index e794aca..0000000 --- a/LibRaw-0.11.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29780e817db3c46691a38b82f64a19de2b7eecad0565fa5f21608a7e2c51a3af -size 517548 diff --git a/LibRaw-0.12.0.tar.bz2 b/LibRaw-0.12.0.tar.bz2 new file mode 100644 index 0000000..f3f46eb --- /dev/null +++ b/LibRaw-0.12.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2ad744c60eb39fec4eb13274ba2bd7e2cee7955b5c4892807fe2effba216b8 +size 641118 diff --git a/libraw.changes b/libraw.changes index ffab3df..e80ec70 100644 --- a/libraw.changes +++ b/libraw.changes @@ -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 diff --git a/libraw.spec b/libraw.spec index 70d93f2..860a60c 100644 --- a/libraw.spec +++ b/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