libfreeimageplus3-3.17.0-lp152.4.7 >  A ^$/=„t |P7TIy)'_4b$wdsEBTht pxSA߈,>_:0b5Ffd<'.$LdqkB!ږ&4\j'2Yw9L#asjttauۮg'Q&?'f-h6Ƶ4$hNB /i :잾oӯ_X o-wQKESKa8ee2ba63c6d27203f53a00f436170017d7f04f131f109a03d6b4a9b710253b440d1138eab6cb3665a3b654f2d0fe0846a178a39W^$/=„9?igw(h%yt|ֲl݂[P^kvdE8tZ8|35qmbsW,R%g_ OEڳblY.͉@q x&ztӹSQZ=ڳdE6QIyw KIڟ- UENQsAMԡrp0"ouX?S:y7h%׫\K$GH>p@"h?"Xd % HHLTXkt     > \dnx $ k (8 9 : >M@\FkGHIXY\]^b c d!e!f!l!u!0v!8w!x!y!z!"" ""TClibfreeimageplus33.17.0lp152.4.7Multi-format Image Decoder LibraryFreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use and fast, multithreading safe.^$lamb09͈openSUSE Leap 15.2openSUSEGPL-2.0 or GPL-3.0https://bugs.opensuse.orgSystem/Librarieshttp://freeimage.sourceforge.net/linuxx86_64͈^$~^$}3f2586df41c839cca1453a09d3857c3635ad5582269bb8eba7effb00cc9f854blibfreeimageplus-3.17.0.sorootrootrootrootfreeimage-3.17.0-lp152.4.7.src.rpmlibfreeimageplus.so.3()(64bit)libfreeimageplus3libfreeimageplus3(x86-64)@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libfreeimage.so.3()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Zhu@W^@VɦVf@QőP@P@OvOleN@kbabioch@suse.comdimstar@opensuse.orgschwab@suse.dep.drouand@gmail.comjoop.boonen@opensuse.orgprusnak@opensuse.orgasterios.dramis@gmail.comasterios.dramis@gmail.comjengelh@medozas.dejengelh@medozas.de- 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).- Fix makefiles_fixes.patch to fix linking with as-needed: do list libraries to link after the modules using them (boo#980069).- Build with -fPIC.- 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- 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.- updated to version 3.15.4 * see http://freeimage.sourceforge.net/news.html- 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).- 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.- .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.- Remove conflicting %debug_package: OBS deals with that already - Remove unnecessary %clean section - Use %_smp_mflags/sbin/ldconfig/sbin/ldconfiglamb09 15896505603.17.0-lp152.4.73.17.0-lp152.4.7libfreeimageplus-3.17.0.solibfreeimageplus.so.3/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/baebb279a448622e7cc73990f5fbbcce-freeimagecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8c8ea3876fbf5f943ba98da75e744f62b3a51b08, strippedPRRRRRRR "þW:Futf-844e6efdb7cbca96e681c80a1a247494e38427d117e11b535bf29353c0afa1d6b?7zXZ !t/G0] crv9uQ騃ģ˯e=={n/YapQjaV|og\<fjzg39;Jk'B Ak'~dmV"!rNhw,CR%֗ĵ#dj0').k\x:.cc fS-Ҳ2j" PA(< ّxhjeJրT0Ƣ(>ȑ;ϔ\USK#5ҭ ^mYcy|fP5nWR3~)jER튽x-h-SY>i"(I =5?EŬF?3~ߢ\:/BࢆgH,nC嶯}G;?}e7]p/eBmk={RaTFQ*fOWwWd^|g9BϿ!Gz(Lj4)`f8>.UD$ }!*?smôNC'.|2BHf ϒk=?O_@np %Vk9H?c|P69Hb4#Su9 NKAz*V'mw/p444)-kTQ `;ސk!QK-bDFԙe&.s=:FD-,s8}8]=zMX/0=$?pݎ x|[[jfOQglςwvNBV^)q{h6R9#~K=똌,S2ۇ ,I@^|΢2ZiҝlfЇ2kL q#gui7ꤱ`q;-vκ'j!bV&&U Bu ː_xibhbW "9cMG"nnVZ|!_f˔,on,ÿ 4ǙSD$N_4[kCR55I=9#Ek Ȩ3W f3+FaP.EP1K:´*`]dc3Yk2$uSc8̝8d\RMkNx$w>u:) ռf_m/ȑ5tV2tEr.~YߘA41%J)cҵ)] & 4鄐Q۾Yb^,f׹hސs܊ѫB(P\%bސj?jhG= }VS[Z6!L\v|**&~|1LmPB.hZ[ӌfa!\Pq%e&e?\[a6ҟ% $]I @Osfm-f{uRa#AU0ZRq S6ؚ&!UKڂFO qy͚0SDAZ/OVLzĞ$%F6#Gb (3v4&!a![3]T۾ kGt}&{6O C\PY)$kRh8b֮fC)+Hj-z}vaoPf0n@,f[fa7t4㎋Uz?#MZJ82f %k{҄#f!=0rQs]]$7D|v$by%(XoOs9 {K,?Xc>?!pwCkczd <'ZMhݤdm}:0{1 #g:#h)6YJ'|R0lf.4C;,9-U<L $jۉ{o#0JeCE..e=[@|?nB7AXRʾ2QkɃZJfi-0`VDZjG.gAyx}aUٞ&IA޽#ݿzBXa*14YVhJ1 5ޑǑ+M_A9@1'YW96Yp2"x ~ ?KTx5[~Ed/?BNlf܁%qelx̟Y\ 8疩k׎&򱎴 u>%iꞚHt*QO y'>&\99pT^kz5d@ "v1T #~27ϮؠFz-\XO.XG '8-+ٻoqj~% 2L>j6 &پbWy!F/t&t&^\vNc@g` $%lEQW0]ɯV>wb/^zy е5SLoAKa'dIם̡?QfQhy1 %l::2avs%ʫc&BW>D?Cnѐ'bNPW:udFc/{n"V zR>pwPRu%+kNL?m3 ;K9G\5*_m]fhqS>BD-3%T0k!\3/vK)lNT6rj+ݗt+#H J4_|rU4gcZ_T2 QrC6Za0~12tL+ۏhYJIF.O S֠Q$$M|tp`.cfT*hl=\tFϻ5z\Scɜ}tA\l1 Zqlr8~(0g^9 HƒnkT-+Ѡ1D[@ e:Yt]iӴZz&6ΩRt}3"R@rrlD-n=nv Z>G÷57\DcAnRج:X'jh&?[ e@8~% ~ ]оn:*@E U6""'5Zjl=;[ըa gȒvSGi~!~:;a(#JХ5BŨŊ6=Ay$JS=(e$/LdM CLad/0{í$[oL!<>i@[ӒwwaywPGQXX6/ݭ̳k?~3ܟ8FQgg76b57M;{T %QS3A-cz*Ehb^Yp!{6zX<0ۑu2Y 2ʝw =Pg1~>. #>Cr{\Tl-qhyf_ l\(ܗ3O_ŖG4Bc> "1>|7/'ƄF)pZXxAR50t[|} eȼ30ضý*cÇ'{I=~97r būyIBEF/JZ`[ǠEC< G0P" "bb~@Q}Z #?_=QA75xEFZ]ō$@S R4鑛4(73stӋvT%['bQ&)WX!ʇA1Zfpt&zð&d˓Ә4?+Z8?>>q6Nf<&%16UV* װggP?ҹ(wM6hp@.'[6.CMXKDme4`I~9C9;: `Țذ @49y. Zf%-F^ " sb." `7)#LdlTdQ}m7nK(so:k}ݡ!?$ =d@G -pcj,V GC!b%0u׺)9ϝɔJyߐ1-Ronq:|{pzd~ Ԇ?juqDZet,wƑNH˕+OrgDy&;複ȐO Kk8tωյfi~YmaAj$.ػ]|JkJ\?TǪV+) N8Sy $T̃{[v$(@,(Dտ_Hv1qxOb,GkD;AhY-x@P $m E6gBgwѺ P&}YF{X=[cׂ&%ґ//'jed2:c!Ȯdf(_dp :|Y1 !Nc]|a0ط_L fА))ŧ eTKo*,Nゥk-~Oy@lW i Ä{qI6uu?rm)6ꗻs雯ߋ`uǯnX!'o7~qSTTT_ݒEJ]]$tdf+"liҜRjpLbl惤kh6/єnBHlG~/ EtH4 5yi(jkr6_>>3TktZ.t0~\/ d ដV/nyvtĶ:ZSWfoQvY^cep,lأ]Hu UTŎzPBr"g߯dB-k=؊y)z]UT儛3dcRܢ9)~Z¨ƈ-'߉O{I֑Nc&)'A ݤ8T..6.R"ٲEٱ̘b`.ȸc-`BHDFйb`P7?$.ÿO{U '+/g$[Dq\Oq3Mc0Yh.gu:H O p&RZSpP<^peK;kxc(r}|ؑumHq!9ƾĤ emPADn[07b}c ҥh_;/ndgYA3䮊# irv>ۧ>F7[iK B#ּ;@%$]ǚZޢl.5041pa(.rɎQ_6PRCNm.>v}2ʙ* -}aJq"Ȏ{ 4QJ4+ɏ +(nlsZR0!|$YIcL!D #j5#hOVvz'_ _9P?tnSfzwʂ4Jo1H{ByX^;֋O ց-H:S %3֠tWzbqy ,y܅pS~ֻq~B`O )fGBK.>D$ā^.8j. 3n )*b5! y<+;8A#HR+PkLnx&GST_GYviÙϯ$WzπpEZ;>:G-/fFW(1fU#0jN e ])HW+,SHYv)k x䐸 EΆSkwD䋧t@͋JZDǁOUsѺ3go0p'|WE' (R~.hb$CxF oBV>@)#8f*JoGQH#8"nyo:B='T"9t~0]VF𮓵qpZ=uA[Oęh6cֵANT[o)BJ2#ay1y@Zz*'6xUXy?jb1eSC U{Y\2׷vuļ >l,'~h-bѼ4/[k` (ŏX[E`l)9`nwMOI<|yC!PYc.<;njˠ$ *Y|WWmPF{ 8(\_tWk|>4F<ӕ&?g2:8A_vY.gn"1:*$ȆiDr$4u-0DFUK'v:u]U $ZZB#w~z(CyX{)A&QDLE۬N"9{UD K{l=ׁEPttU43_!:2]/,} M!CK,j d]33}Wz`oTPf8JibC8@ go={6Zc <V~Rom xuŒb%udDH2\7TAїq*S6F>(Wk qjkKOo2/}2 ^v\ 0 |q+Hnٕf4C:)"a|@p1\" +#A;j$*YlŴ%OsGp1YX'%V80'LlƬ"/&=hjqC~O~Ba1{a ~ܙvh fa) A:Ij.gI1rzdYrba`yوBŲs8Xo.H~Zyv0CĬNgv9x%Qefz!|y l2I RPxXr ԡ`QH`}p..H `3 c6/vMaz?j}od|kbotF{# 2fon_' giJR%%n*comű[&+wgJ+C 9GD|!V/F)1TjAXRDAU{*szdh.1Pyf fV(F b=6 ٌҕy'P81}kf/!Z*1o.qK JD k -ߵJ=XĒ'(au+,wDL0_,j)\=WYH}"aFuv8 {j 8@"oIUШWM/Ibj-"و4#xA53wejJۖsQQH2sv~뢗*PQ]-yw4dXo@HPN?EZ}T>M*t!sʊ+F$. ?CXNٿ[ʹhޞ+QNgU_AҧSXIroKklJZ\,wLfF&k&=E-Ez>YL@DG1Ƃ4ESB72=/A'wRQߌGg.ЮmE(Y2#!}M"=Ini:XXɶBѤl؉!_ehY?k=9`I":4YN6#gx.s@4*PU4hmͭ*ȃQ$tbF#ϙ7&G|s7TZb,X%H m䠞%LXn6y ih>'|瞅0kxQz&b$Z:o\9?Frn 'F(ZlZѼ@R;ZodȹR3~<[)O򑽛2Y}}HU6 +җ^[/3'ҥ{IF++d`G4c;v/wg#,c8~kԲVd,87_ˌTG s|LJ+R,Q0a_0oyiʛ'@4,Esx(O4o84$qBp|}̴i+mmMꆯ8F|.?@ʺ4` p Qp_EA23Bt)~`Zӣ$c@:K 4||r.b䈃QN&.,JRϵـqW锋1w gL”d`GK? E;q ]C_U_bȞcR YZ