commit libraw for openSUSE:Factory
Hello community, here is the log from the commit of package libraw for openSUSE:Factory checked in at Thu Nov 18 16:38:37 CET 2010. -------- --- GNOME/libraw/libraw.changes 2010-09-19 13:02:16.000000000 +0200 +++ libraw/libraw.changes 2010-11-10 14:41:57.000000000 +0100 @@ -1,0 +2,26 @@ +Wed Nov 10 14:17:44 CET 2010 - vuntz@opensuse.org + +- Update to version 0.11.1: + + Fixed bug in dcraw_emu sample command line processing +- Changes from version 0.11.0: + + Processing pipeline has changed: black level is always + subtracted on prostprocessing stage or by special + subtract_black() call. + + Cropping on postprocessing stage implemented. + + New API call for clearing memory allocated by make_mem_image() + call. + + New iostreams based I/O layer, much faster on some systems + (esp. Win32 and Linux). + + Better exception handling code. + + Secure FILE* I/O calls for Visual Studio 2008/2010. + + Fixed bug with half_size processing. + + Disabled OpenMP for wavelet_denoise under Mac OS X + + Russian documentation re-coded to utf-8 from CP1251. +- Create a libraw-tools subpackage, containing command-line tools. +- Drop libraw-0.9.1-configure.patch: fixed upstream. +- Drop libraw-0.9.1-configure-optflags.patch: the changes in + libraw-0.9.1-configure-default-cflags.patch make it useless. +- Update libraw-0.9.1-configure-default-cflags.patch to apply + without libraw-0.9.1-configure-optflags.patch. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- LibRaw-0.10.0.tar.gz libraw-0.9.1-configure-optflags.patch libraw-0.9.1-configure.patch New: ---- LibRaw-0.11.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libraw.spec ++++++ --- /var/tmp/diff_new_pack.aGbQwe/_old 2010-11-18 16:31:04.000000000 +0100 +++ /var/tmp/diff_new_pack.aGbQwe/_new 2010-11-18 16:31:04.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package libraw (Version 0.10.0) +# spec file for package libraw (Version 0.11.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,17 +19,13 @@ %define fake_name LibRaw Name: libraw -Version: 0.10.0 +Version: 0.11.1 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}-%{version}.tar.gz -# Configuration support. Patch sent upstream -Patch0: %{name}-0.9.1-configure.patch -# Use optflags for build -Patch1: %{name}-0.9.1-configure-optflags.patch +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 BuildRequires: gcc-c++ @@ -43,6 +39,18 @@ LibRaw is based on the source codes of the dcraw utility, where part of drawbacks have already been eliminated and part will be fixed in future. +%package tools +License: CDDLv1.0 | LGPLv2.1 +Summary: Library for reading RAW files obtained from digital photo cameras -- Tools +Group: System/Libraries + +%description tools +LibRaw is a library for reading RAW files obtained from digital photo +cameras (CRW/CR2, NEF, RAF, DNG, and others). + +LibRaw is based on the source codes of the dcraw utility, where part of +drawbacks have already been eliminated and part will be fixed in future. + %package devel License: CDDLv1.0 | LGPLv2.1 Summary: Development files for %{name} @@ -73,8 +81,6 @@ %prep %setup -q -n %{fake_name}-%{version} -%patch0 -p1 -b .configure -%patch1 -p1 -b .configure-optflags %patch2 -p1 -b .configure-default-cflags %build @@ -92,6 +98,17 @@ %clean %__rm -rf %{buildroot} +%files tools +%defattr(-,root,root,-) +%{_bindir}/4channels +%{_bindir}/dcraw_emu +%{_bindir}/dcraw_half +%{_bindir}/half_mt +%{_bindir}/mem_image +%{_bindir}/raw-identify +%{_bindir}/simple_dcraw +%{_bindir}/unprocessed_raw + %files devel %defattr(-,root,root,-) %doc Changelog.txt COPYRIGHT LICENSE.CDDL LICENSE.LGPL LICENSE.LibRaw.pdf ++++++ libraw-0.9.1-configure-default-cflags.patch ++++++ --- /var/tmp/diff_new_pack.aGbQwe/_old 2010-11-18 16:31:04.000000000 +0100 +++ /var/tmp/diff_new_pack.aGbQwe/_new 2010-11-18 16:31:04.000000000 +0100 @@ -4,7 +4,7 @@ CXX="g++" enable_lcms="no" enable_openmp="no" --CFLAGS="-O4 -I. -w $CFLAGS" +-CFLAGS="-O4 -I. -w" +CFLAGS_DEFAULT="-O4 -w" +CFLAGS_ADD="-I." LDFLAGS= ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de