SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for freeimage-devel-3.17.0-14.2.x86_64.rpm :
Mon Jun 13 14:00:00 2016 dimstarAATTopensuse.org
- Fix makefiles_fixes.patch to fix linking with as-needed: do list
libraries to link after the modules using them (boo#980069).

Sun Feb 21 13:00:00 2016 schwabAATTsuse.de
- Build with -fPIC.

Tue Dec 8 13:00:00 2015 p.drouandAATTgmail.com
- Update to version 3.17.0

* FreeImage now uses LibPNG 1.6.16

* FreeImage now uses LibWebP 0.4.2 (GIT patch 2015-03-03)

* FreeImage now uses LibRaw 0.17-Alpha1

* FreeImage now uses LibTIFF 4.0.4 (CVS patch 2015-01-26)

* FreeImage now uses OpenEXR 2.2.0

* removed VS 2003 project files : this IDE is no longer supported
because of its outdated C++ compiler

* added FreeImage_ConvertFromRawBitsEx

* added RAW_UNPROCESSED load flag to the RAW plugin

* added FreeImage_SetMetadataKeyValue

* added support for metadata writing to the JPEG-JXR plugin

* added VS 2013 project files

* added support for PNG tIME metadata (read/write, handle as
Exif-TIFF DateTime)

* added explicit definition of endianness and color order in
compiler options

* added FIQ_LFPQUANT quantizer algorithm

* added support for input 32-bit dib in Wu quantizer

* added FreeImage_ConvertToRGBAF and updated conversions in
FreeImage_ConvertToType

* added FreeImage_ConvertToRGBA16 and updated conversions in
FreeImage_ConvertToType

* added FreeImage_CreateView

* added FreeImage_RescaleRect

* added FreeImage_GetMemorySize

* ICO plugin: improved support for Vista icons

* fixed a rounding error in RGB to greyscale conversion formula

* fixed Makefile.fip so that it installs symlinks

* fixed a potential memory access violation in PluginHDR Save function

* fixed a bug in FreeImage_LookupSVGColor (\"green\" color was not found)

* fixed TARGA signature validation for TARGA versions < 2.0

* fixed FreeImage_GetScanLine not working with very large images on x64
platforms

* improved PluginTIFF compatibility with LibTIFF 4

* fixed a segfault occuring on a corrupted animated GIF

* improved memory allocation in PluginRAW

* fixed loading/saving of TIFF containing a GPS IFD inside the Exif-TIFF
metadata segment (the solution is to ignore the tag)

* fixed a bug in FreeImage_JPEGCrop
*/_JPEGTransform
* functions occuring
when using the same source / destination filename

* fixed a bug with output image quality in PluginJP2::Save &
PluginJ2K::Save functions (regression from FI 3.15.4)

* improved RAW file format detection

* fixed FreeImage_GetFileType behavior with ANI file formats

* improved Exif reader so as to handle Exif IFD with a suspicious offset
(can occur with maker notes)

* fixed a memory leak in PluginPNG:Save occuring when dealing with invalid
PNG files

* fixed PNG plugin handling of 16-bit grayscale + 16-bit alpha images

* fixed PNG plugin handling of 16-bit grayscale + tRNS chunk images

* fixed PNG plugin handling of 24-bit RGB + tRNS chunk images

* fixed PNG plugin handling of 1-,4-bit greyscale/palettized + tRNS
chunk images

* fixed invalid directory delimiter in include statement (mingw-w64)
in Source/LibJXR/image/sys/strcodec.h

* fixed Invalid condition for defining _byteswap_ulong (mingw-w64)
in Source/LibJXR/image/sys/strcodec.c

* fixed FreeImage_Get
*Mask not returning 0 for greyscale images

* fixed loading of external plugins when using UNICODE directory
names to store plugins

* fixed loading of JXR files when using memory streams

* added Dist/ directory creation in Makefiles (in case it is not
already present)
- For changes from previous versions, please read the Whatnew.txt file
- Remove some obsolete patches

* use_system_libs.patch

* use_system_libs_openjpeg.patch

* use_system_libs_libpng15.patch

* use_system_libs_libpng14.patch

* libraw_types.patch
- Update makefiles_fixes.patch
- Add patches from Fedora

* unbundle.patch

* CVE-2015-0852.patch
- Use download Url as source
- Add dependencies

* jxrlib-devel

* libjpeg-devel

* openjpeg2-devel instead of openjpeg-devel

* pkgconfig(libpng)

* pkgconfig(libraw) instead of libraw-devel

* pkgconfig(libmng)

* pkgconfig(libtiff-4)

* pkgconfig(libwebp)

* pkgconfig(OpenEXR)

* pkgconfig(zlib) instead of zlib-devel

* unzip
- Drop support for SLE11; doesn\'t build anyway

Sat Jun 22 14:00:00 2013 joop.boonenAATTopensuse.org
- Corrected the license

* http://freeimage.sourceforge.net/license.html

* FreeImage Open Source Dual-License

* FreeImage is licensed under the GNU General Public License,
version 2.0 (GPLv2) or version 3.0 (GPLv3), and the FreeImage
Public License (FIPL)

* Use the liberal FreeImage Public License to use FreeImage commercially or

* Use the GNU General Public License to use FreeImage into your open source project.

Fri Jan 4 13:00:00 2013 prusnakAATTopensuse.org
- updated to version 3.15.4

* see http://freeimage.sourceforge.net/news.html

Sun Oct 28 13:00:00 2012 asterios.dramisAATTgmail.com
- Removed libpng fixes from use_system_libs.patch and instead added two patches
(use_system_libs_libpng14.patch and use_system_libs_libpng15.patch) to
support both libpng14 and libpng15 (currently in Factory).

Sat Mar 31 14:00:00 2012 asterios.dramisAATTgmail.com
- Update to version 3.15.3:

* Lots of changes (see http://freeimage.sourceforge.net/news.html for
details).
- Removed fPIC.diff and freeimage-3100-x86_64.diff patches (fixed upstream).
- Replaced noroot.diff with makefiles_fixes.patch (include also fixes for
CFLAGS and CXXFLAGS, remove -s (strip) option, add missing symlinks for
libfreeimageplus).
- Added the following patches:

* doxygen.patch: Fix documentation building

* use_system_libs.patch: Use system libraries (except except libjpeg and
libtiff)

* use_system_libs_openjpeg.patch: Use system libraries (openjpeg)
- Spec file updates:

* Added OpenEXR-devel, libpng-devel, libraw-devel, libraw-devel-static (for
openSUSE 11.4), openjpeg-devel (for openSUSE > 12.1) and zlib-devel build
requirements since the package now needs these system libraries to compile.

* Added doxygen and unzip build requirements to build the documentation and
extract the package sources.

* Renamed libfreeimage-devel to freeimage-devel and added the necessary
Provides/Obsoletes entries for libfreeimage-devel.

* Added a libfreeimageplus3 subpackage.

* Remove static libraries.

Fri Mar 23 13:00:00 2012 jengelhAATTmedozas.de
- .cpp files indicate that FIPL is used (contains a disclaimer
clause that is untypical of GPL, but can be found in FIPL).
No notice in the source files that GPL is an alternative.

Sat Jul 2 14:00:00 2011 jengelhAATTmedozas.de
- Remove conflicting %debug_package: OBS deals with that already
- Remove unnecessary %clean section
- Use %_smp_mflags


 
ICM