Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: freeimage-devel | Distribution: SUSE Linux Enterprise 15 SP4 |
Version: 3.18.0 | Vendor: openSUSE |
Release: bp154.1.1 | Build date: Mon Oct 18 22:54:17 2021 |
Group: Unspecified | Build host: obs-arm-6 |
Size: 1529628 | Source RPM: freeimage-3.18.0-bp154.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://freeimage.sourceforge.net/ | |
Summary: Development Files for FreeImage |
This package provides development libraries and headers needed to build software using FreeImage.
GPL-2.0-only OR GPL-3.0-only
* Wed Apr 14 2021 pgajdos@suse.com - added patches fix build with openexr3 + freeimage-openexr3.patch * Mon Aug 24 2020 Dirk Stoecker <opensuse@dstoecker.de> - fix build with libraw 0.20 (libraw_0_20.patch) * Fri May 15 2020 Tomáš Chvátal <tchvatal@suse.com> - Add patch to fix build on bigendian: * bigendian.patch * Fri May 15 2020 Tomáš Chvátal <tchvatal@suse.com> - Add patch CVE-2019-12211_2019-12213.patch to fix: * bsc#113576 CVE-2019-12211 * bsc#1135731 CVE-2019-12213 * Tue Sep 11 2018 Ondřej Súkup <mimi.vx@gmail.com> - update to 3.18.0 - refresh/replace unbudle.patch - add freeimage-no-return-in-nonvoid.patch - drop CVE-2016-5684.patch and CVE-2015-0852.patch - refresh doxygen.patch * removed FreeImage_RotateClassic * removed internal Deprecation Manager * DDS plugin now convert 16-bit uncompressed RGB (RGB444, RGB555, RGB565) to 24-bit RGB on loading * added saving support to the PSD plugin * FreeImage_ConvertToRawBits now deals with palletized images containing transparency during conversion * added saving support for 32-bit CMYK in JPEG plugin * added FreeImage_Validate functions: added FreeImage_Validate added FreeImage_ValidateU added FreeImage_ValidateFromHandle added FreeImage_ValidateFromMemory * fixed PCX loader against malicious images with a bad window specification * fixed TIFF loader with loading of RGB[A]F float images * improved loading speed of PSD plugin * fixed support of snprintf in Visual Studio 2015 * improved GIF signature validation * improved TARGA signature validation * disabled ICC sRGB profile checking in PluginPNG:Save * fixed endianness detection on some architectures * fixed saving of 32-bit CMYK converted to 24-bit RGB on loading (remove ICC profile from Exif metadata) * fixed FreeImage_IsTransparent and FreeImage_GetColorType returned value for RGBA[16,F] images flagged as CMYK * fixed a bug in FreeImage_Clone when working with wrapped buffer * fixed a bug in PluginBMP:Save when saving a dib created with FreeImage_CreateView * fixed loading of uncompressed DDS files when width / height are not a multiple of 4 * fixed XPM loader against malicious images with a bad header specification * fixed TIFF loader with Exif loading (saves and restores offset and dir when exif is loaded) * refactored MultiPage and CacheFile mechanism * fixed PCX file conversion crash on special files * fixed FreeImage_FillBackground when using blending with an alpha-transparent foreground color over an opaque background * fixed 64-bit conversion of parameters in sprintf calls (required with C++ 11) * fixed static cast to boolean in PluginJPEG * improved error handling in PluginPNG * fixed wrong exposure in exported HDR files * fixed PluginTIFF:ReadThumbnail behavior when reading TIF with Exif metadata * Wed Jan 24 2018 kbabioch@suse.com - Add CVE-2016-5684.patch: Fix an exploitable out-of-bounds write vulnerability in the XMP image handling functionality, which can cause an arbitrary memory overwrite resulting in code execution (CVE-2016-5684 boo#1002621). * Mon Jun 13 2016 dimstar@opensuse.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 2016 schwab@suse.de - Build with -fPIC. * Tue Dec 08 2015 p.drouand@gmail.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 2013 joop.boonen@opensuse.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.
/usr/include/FreeImage.h /usr/include/FreeImagePlus.h /usr/lib/libfreeimage.so /usr/lib/libfreeimageplus.so /usr/share/doc/packages/freeimage-devel /usr/share/doc/packages/freeimage-devel/Whatsnew.txt /usr/share/doc/packages/freeimage-devel/html /usr/share/doc/packages/freeimage-devel/html/FreeImagePlus_8h_source.html /usr/share/doc/packages/freeimage-devel/html/FreeImage_8h_source.html /usr/share/doc/packages/freeimage-devel/html/annotated.html /usr/share/doc/packages/freeimage-devel/html/bc_s.png /usr/share/doc/packages/freeimage-devel/html/bdwn.png /usr/share/doc/packages/freeimage-devel/html/classes.html /usr/share/doc/packages/freeimage-devel/html/classfipImage-members.html /usr/share/doc/packages/freeimage-devel/html/classfipImage.html /usr/share/doc/packages/freeimage-devel/html/classfipImage.png /usr/share/doc/packages/freeimage-devel/html/classfipMemoryIO-members.html /usr/share/doc/packages/freeimage-devel/html/classfipMemoryIO.html /usr/share/doc/packages/freeimage-devel/html/classfipMemoryIO.png /usr/share/doc/packages/freeimage-devel/html/classfipMetadataFind-members.html /usr/share/doc/packages/freeimage-devel/html/classfipMetadataFind.html /usr/share/doc/packages/freeimage-devel/html/classfipMetadataFind.png /usr/share/doc/packages/freeimage-devel/html/classfipMultiPage-members.html /usr/share/doc/packages/freeimage-devel/html/classfipMultiPage.html /usr/share/doc/packages/freeimage-devel/html/classfipMultiPage.png /usr/share/doc/packages/freeimage-devel/html/classfipObject-members.html /usr/share/doc/packages/freeimage-devel/html/classfipObject.html /usr/share/doc/packages/freeimage-devel/html/classfipObject.png /usr/share/doc/packages/freeimage-devel/html/classfipTag-members.html /usr/share/doc/packages/freeimage-devel/html/classfipTag.html /usr/share/doc/packages/freeimage-devel/html/classfipTag.png /usr/share/doc/packages/freeimage-devel/html/classfipWinImage-members.html /usr/share/doc/packages/freeimage-devel/html/classfipWinImage.html /usr/share/doc/packages/freeimage-devel/html/classfipWinImage.png /usr/share/doc/packages/freeimage-devel/html/closed.png /usr/share/doc/packages/freeimage-devel/html/dir_74389ed8173ad57b461b9d623a1f3867.html /usr/share/doc/packages/freeimage-devel/html/doc.png /usr/share/doc/packages/freeimage-devel/html/doxygen.css /usr/share/doc/packages/freeimage-devel/html/doxygen.png /usr/share/doc/packages/freeimage-devel/html/dynsections.js /usr/share/doc/packages/freeimage-devel/html/files.html /usr/share/doc/packages/freeimage-devel/html/folderclosed.png /usr/share/doc/packages/freeimage-devel/html/folderopen.png /usr/share/doc/packages/freeimage-devel/html/functions.html /usr/share/doc/packages/freeimage-devel/html/functions_0x7e.html /usr/share/doc/packages/freeimage-devel/html/functions_a.html /usr/share/doc/packages/freeimage-devel/html/functions_c.html /usr/share/doc/packages/freeimage-devel/html/functions_d.html /usr/share/doc/packages/freeimage-devel/html/functions_f.html /usr/share/doc/packages/freeimage-devel/html/functions_func.html /usr/share/doc/packages/freeimage-devel/html/functions_g.html /usr/share/doc/packages/freeimage-devel/html/functions_h.html /usr/share/doc/packages/freeimage-devel/html/functions_i.html /usr/share/doc/packages/freeimage-devel/html/functions_l.html /usr/share/doc/packages/freeimage-devel/html/functions_m.html /usr/share/doc/packages/freeimage-devel/html/functions_o.html /usr/share/doc/packages/freeimage-devel/html/functions_p.html /usr/share/doc/packages/freeimage-devel/html/functions_r.html /usr/share/doc/packages/freeimage-devel/html/functions_s.html /usr/share/doc/packages/freeimage-devel/html/functions_t.html /usr/share/doc/packages/freeimage-devel/html/functions_u.html /usr/share/doc/packages/freeimage-devel/html/functions_vars.html /usr/share/doc/packages/freeimage-devel/html/functions_w.html /usr/share/doc/packages/freeimage-devel/html/hierarchy.html /usr/share/doc/packages/freeimage-devel/html/index.html /usr/share/doc/packages/freeimage-devel/html/jquery.js /usr/share/doc/packages/freeimage-devel/html/menu.js /usr/share/doc/packages/freeimage-devel/html/menudata.js /usr/share/doc/packages/freeimage-devel/html/nav_f.png /usr/share/doc/packages/freeimage-devel/html/nav_g.png /usr/share/doc/packages/freeimage-devel/html/nav_h.png /usr/share/doc/packages/freeimage-devel/html/open.png /usr/share/doc/packages/freeimage-devel/html/splitbar.png /usr/share/doc/packages/freeimage-devel/html/structtagBITMAPINFO-members.html /usr/share/doc/packages/freeimage-devel/html/structtagBITMAPINFO.html /usr/share/doc/packages/freeimage-devel/html/structtagBITMAPINFOHEADER-members.html /usr/share/doc/packages/freeimage-devel/html/structtagBITMAPINFOHEADER.html /usr/share/doc/packages/freeimage-devel/html/structtagFICOMPLEX-members.html /usr/share/doc/packages/freeimage-devel/html/structtagFICOMPLEX.html /usr/share/doc/packages/freeimage-devel/html/structtagFIRGB16-members.html /usr/share/doc/packages/freeimage-devel/html/structtagFIRGB16.html /usr/share/doc/packages/freeimage-devel/html/structtagFIRGBA16-members.html /usr/share/doc/packages/freeimage-devel/html/structtagFIRGBA16.html /usr/share/doc/packages/freeimage-devel/html/structtagFIRGBAF-members.html /usr/share/doc/packages/freeimage-devel/html/structtagFIRGBAF.html /usr/share/doc/packages/freeimage-devel/html/structtagFIRGBF-members.html /usr/share/doc/packages/freeimage-devel/html/structtagFIRGBF.html /usr/share/doc/packages/freeimage-devel/html/structtagRGBQUAD-members.html /usr/share/doc/packages/freeimage-devel/html/structtagRGBQUAD.html /usr/share/doc/packages/freeimage-devel/html/structtagRGBTRIPLE-members.html /usr/share/doc/packages/freeimage-devel/html/structtagRGBTRIPLE.html /usr/share/doc/packages/freeimage-devel/html/sync_off.png /usr/share/doc/packages/freeimage-devel/html/sync_on.png /usr/share/doc/packages/freeimage-devel/html/tab_a.png /usr/share/doc/packages/freeimage-devel/html/tab_b.png /usr/share/doc/packages/freeimage-devel/html/tab_h.png /usr/share/doc/packages/freeimage-devel/html/tab_s.png /usr/share/doc/packages/freeimage-devel/html/tabs.css /usr/share/doc/packages/freeimage-devel/license-fi.txt /usr/share/doc/packages/freeimage-devel/license-gplv2.txt /usr/share/doc/packages/freeimage-devel/license-gplv3.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 17:26:31 2024