libfreeimageplus3-3.17.0-3.1>t  DH`pX/=„pTe)iTLFZk⍄gC ?}}B >u~b*6V?_J/Z͆)|u1yzRE8] .no;j!#gmR^&Q"JGd !ʩ&4h;d9N^[NGG3È/ :ׇ-LֆtjrM sHoM&I)tՕ*73x9[3%;N0.f77f2ba6345bef8c214ff26f18b0ec14e3e9b907VX/=„]dYL{ CVN :%JЊ[!RAs&@j 橪`G2 1łXs=-V\LP;?;j ;Ds宔oy6Vu\HVjA.`<9̊.qd?Bhfw;NƕG KmәV=0p z}ЛQ %d"BA:n]4xմ@h l>,|x>< ? d  BDHPTgp      4<FPpx  E (e8l 9 :P >'@6FEGXH`IhXlYx\]^bc^defluvw tx |y z Clibfreeimageplus33.17.03.1Multi-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.X~build84͸openSUSE Leap 42.3openSUSEGPL-2.0 or GPL-3.0http://bugs.opensuse.orgSystem/Librarieshttp://freeimage.sourceforge.net/linuxx86_64͸X~X~6a189b29565bd7cb5cbb75ee721ca036libfreeimageplus-3.17.0.sorootrootrootrootfreeimage-3.17.0-3.1.src.rpmlibfreeimageplus.so.3()(64bit)libfreeimageplus3libfreeimageplus3(x86-64)@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libfreeimage.so.3()(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2W^@VɦVf@QőP@P@OvOleN@dimstar@opensuse.orgschwab@suse.dep.drouand@gmail.comjoop.boonen@opensuse.orgprusnak@opensuse.orgasterios.dramis@gmail.comasterios.dramis@gmail.comjengelh@medozas.dejengelh@medozas.de- 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/ldconfigbuild84 14897968593.17.0-3.13.17.0-3.1libfreeimageplus-3.17.0.solibfreeimageplus.so.3/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/1434aa4b7e1cae4685545d052d88851b-freeimagecpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3226a0cd78302be742c0d3e7f50822441f22a864, stripped PRRRR RRRR)F|A? &%Z?@] crv9ugQH%0/^#).i{og< 0 Ն֐>k`qr~/31]|smXOAI%A [&5gU̻k{erR>ny6٩Z8L -Vb_ސ`>mfS[2dM/9Jji[o`3n|pݥ,%UUH}:{EFݓ"vtY"*S ? bf^Y${=&1_}*X>N-o>]#5죴"~#)Mb>.ݭ8&bgľ☂LvQ1ESuqj,ژZ1 Ƌm6!DO .p3t -VXcwSGC2CE Oh0Y6NJp4oĝo"ۍJI5XJ`GF#ܕbwMḄ+Ѝ!HO!2.⪹۟ǜa8kz6TϰE[q0_!$ 64m] JLdKຫ(yv מbz\a%JY̦NuQT}6gtvԋ&C@\ Nջ_k^Ϗ쀎G+uu$;A]p빰V] py ߜƙnvtqZLGy,!RKz@̬.yS9=hyZcNhBk6y i"$-n 8JÜ )c lr::$!"8 A־BOR ?{;=P)5\xM'[^xqՏ3 g@ho84IQh/53n]D?ӽ]Pla=$S=تbKC윎7)h[+#_> [VEGcp>v`_$jn~bw-O 0`eo^@x^~tz HM{Ia!g$Nw|X|}Y|C7?zMՖ/(.rEaHGZhWWДpqDR8\n '8.HB>:0peO뾘PD6F+'F&>Cz;^B[* *;N]}2i`[h5a|k4"hAgXqsp\#ٴak}Pd(Т,/1g!.#f3F0 g]/ a(W(;Xɐ]FX/.y*VS9o[-6ݘkc̢;<5`|dj;L&M̐ZeÛ"᪑Lh+]ԁ<94VU!z=f!xH`~fuI.P\NjWہq\\wjV!|_;(}н7gߚB'Gw}3&w`ߍҿvp m_+T' +4cTfx=뷙W"|ۈnurl[[S+?! HjAR_A@h4AGl-}D`RGL]@/C4䈼P/2_?=fAu&]Vh2Ĭ3 ~B/xTmp $@6@Vw# Tx 3k:irNCd)e ĺ ]u( =g3 16t?{zmFG{,|3r2~dV~FcSh1YL/86Ra+kѾȭF{'(C^HMpHj]4`33U!4L""2D>helOv[#{fh@LDT=%!#iq#f]n\/xJ<\eV|AdI";/l I 8FQ"ma3 `Np,8c'"tFrAE?#j'CbzEjU>jPh4ߤeup{c{u; UЖs[6KbWI@mOxFox>J7 sC %;4i"HKL MvkszQZ*-V'pSWһCYPÖ5AqZOBrJK-9PbԗK\PD_YTiNӲ^n憆F E$udfk /c&7aDit/UiCrced:./j}"@}ґ#fR2fӝ7ʵըvD\rKl*E w]  'v Ks3a4xwYS?zGr'7wqnSl<5sdiz0q։ x]|Zu3RkR/}rRkt;Wz?i!c{.{dʻdF?XOE[q\iee 'F !K#(9.ot24<$!0iǼ,Jʬs|!^ZewE"- ں+:J0F0ȿfuwEEvQX܃ v8W]]d[) vߑo_2M3L# r:ET06f,+?]_"pipD&e5#^,tg%l.$ e]ݫwG2Wb3Hk(z͔iFP2;g8p2MZxUY )BN$y77)Ԣv@5<#|ɖKo17j6wI54  zpT+Y"V~_'.Ɠ$hƷ YO\0c DةXc)2<篓H:Re9e^ ,.ݟj]{>8[,ذǙn8dJ_,(b oQeB4Pm-},GGw׻>cjor@'+d}pX&%ܩ쟗OJqPȾY|Fc7XXˈH&WG@ XqxlJyOH :7oѦNIѪˈ2zjRH=bpocfRױ 媱r7uÁ 2WeŲ$q_~sG,۳/0 TBJ7"ԃ!C$5].pS|B;8W)+gwtXurRI1K nO2&lѥI~g,yM]q&j"]f@ A!,2u7EKůM vCe~1=:s/ꬎ) IRVRϝJCfmXM=s(n,\zOn`B;Ct64%Fuv͊ϣ"?]?޻@2\}(E H8;|3eXU|o:̪tNq{@3KzS} tgH7ii&amfT nx=`~!]w:hzl)&su D*e<Q*J()AG$k'*3#9#ZG=RrG;ƫb5[MʼR M].jkǁ nc}N? ,?b޳L pL>Mmfǩ2ZǢM}k_ Sʟ^Z̞2v0 :ˑ]?8i"za0Qo*8${FDw]З`[Hw6sU@ ǮjAV#h>JKhye)MV|&~RǟB>>oliH2 Ȝn?@Yd+5s $~d@z̠@* }UAϤV<ێjjmL6b73k"Q)-H0E/&oZY1gU~~ ji@o'YHP3~ԇQop%ɋ#(W&ud6D=FFe R,~#EW6 T'-;aFVku]=DYQ`*PQIۛ/_>0ec{."I1AkJ'6Ǖ++ZmP&"XF_v|rؕcŋ4=XMIL龲z)EWO} U~a雔5%hwlf^:9p,S4T ^˩\k (y:i8 "b9ZLuG##qѬ䥢òE]2YCfS|[b0/pU`gyڕ'!^ Cř)·d؎/8HگW3vV;lL&.GQ_cFBV fQ4DPݿ|]zQ\.L^6jkXGwPjtLb'wH,gD"&z`U:79$ nۊi9GCV1 "KlȸŹɣs+1DlЎA T[]LhkgHD* 6S2!z<(se_-v!ڴ[ăxYMkʐ\|9aZ(%@zQtU~D+-p( h2!Y f~(ۇR,RU&O c.-ͱ:{xc\G\}3oyR\}ԭ]=ʀ<WL* ֭VH buR3ԩAuQ9_8&ݞVg.;ߓsZt$U(qyO e%:*xN-V8˾qS#.b!Q}^6.B7>#ǚxbmg 84YhA-iDx>KyBJn!*G*Kk+BY+mnPӻ ˾#MJ"@,SbL$|\eF6wKZrHK1-%X]N&HyQFP$c/%\؍$arWJHPl-KrF,.ClPv\NwO&"197kAh M=yi-YV j17GhPv h;P<%{x϶e.w\tqHZsIѡw3u땛ToHwLY^d"5KB$S1C/scz9 ΢ɦQ 5_&=R420a$st3T ݎnh-vQ2[2Ͼ>vPS@8ku9w:^-! SMށco=`IBmSsc4}Z$wojFY(JW]Y܄.1?yы-kf Dմs_}3abWa.q@(tG4=jX=0VP0uzDNUjcd ZY7X́GE0熫Tv|b q*,$%nj_#,oh~Lzg 0,L1eT)OLm:!e2ܖ@.&$\1.>FTL:fᏍvƙBnM@oF[_5tVC&f0F;onB`0Dž:Pc4z+8p[3V:C MwAcSpVew^i0r@^cUyyO|^ֈe[HaE{Ż@]4YP6oLzU&R )[^]C6%V8N#Sа'.|aW/!A bG=™iƸˉ Z): g;v0/=&`RICX aF5#"noty;3$5*)ԙXNMgA[^_W'M"csՁM4"a՟ƨ52?[xK4e^# 9:}B諁wRnK#$0 }?\Sa}1W+)oHfMN$Te7Q^ +MDGG&G jaY8&Q ..3~y iWJ#ʎxa{]>ڊ)SJ 80N &tL;MwgtJɁoo9`iY/p-!ǀ:,עd_ǩYpY`[3D'%JI}bd5wFxw݆H^Tj%^FzPyRCq * =\Ԧ'Tpo}Ŵ;Q<,gso=Q*NYyC[edG^pzPf=<p'yɜŻGfs/LW%b92Â=*)Hdq-pxeH@T#5f q:檡 *H\߹C$Kg뼗NRI6- ўM",3#K/u= iU[K0ofCLm}j1eWuêY6Tb"aYʻ;"yMX5Nd* :INA42%z89kN[ZK q-"F у^4ġl"9cB@}qMV&oW΃;3ûhc34^?.MV>KDRwU)\F YaZP%1hMe_3'Շ 7.+ ,:? ÑLsꤍc36S^ z^\Te7 N'*qo$aI? ;C_ u2?w ay>>m(B* 3`A1.)7`KkWg>l&2Ĵ#kմ'):סԏpR4eT6_< Ml#ID>[EM Q-tG"VdKVA$G۲!~</4ao'sKT6&ee>'oP7A"c2/4wxPb`/ ,tB֣Xҗ%1^Ƕi3;o@4;%'*1A\<|R.lQ . mEߝ{( g^UM4kmS2% sdn~&+h@:J߯r`Θ.hchG7 +;Bk&„fɃn𭑧$4_>G\$@9vV!Q+^ۊQoI.,׾(͂uQ:~WyгD Z`OZObjY`HAC57Q @kc7A };a@GR(r2[!1Ԃq1@NoK,"'Ja )KN'uܸ_*ܝ")B"B㫆G=R%>>]+l~ѻn=W{Bj'Bq]"Uڗ} ayّm:/7çL#e-śk g1rƩ郲[˟mz̢ac05%J` \n홪t#g|T[d_rALʪOs[=CL_kЁpJfaa4w=F6WI\8< 6~ϛ.<ˈԝM紹.`C±f"ThYƌ5;?цp Bp;(Q[Pn@]^:@xsmO\TQ?phiڢ 40%/ק;!UrIohWjݚXtF#Ѻf(s>lY.:n}AOJp_A@&),#w=@Rм $l8#0#эs|> .mj ڕh7"4S"&ؑ1@{ytT 7ė_@,.e! f0 9?ƶ$D>ZkscٳZg!,^,8 $ 깉,i5aS~Mũ+"4͓6Sްȕy y< AELXIcs=)?NV\&]/.wgv;E4+*gx@ 6AWb32T]aWl,C:U>VF3`Nk? uiCV>=)s$~v*"3B*DLT&u` ~y!idE(? g^oJ i$AIWPhKx2g( |&f nJWLVvf_h -Q\!? kj\ `Bu >jj7"1wUh9iS"U@ܗ tqD0$7CYz#GDY]QRuer-r{ԹBgz! [w'vĝOU23#STv(̋; >cuP7lw S< No0[+czv)BR Pʡ)3x?Y&K 9^)ЂrA!؆qC?\ҴT<ɷϔEd$.ݧ9C ؛NK\ G:-}5W^)ҷl d\̓II5͢ ŪA^vs;Ԭ60mΝRKwKExõj,N5FC52Zv$+G:gʔWA!hڧKfgMMO S9Z_}Z, W֚֐Z nךXtaP4|N)M(Lм-8{v`^h/\/²-\|RFg7&2Xlf!; <Si>"J\> _$=v3C3dݼO A7ɠT 9.ʇ s13Ahjcv =i$ܨ_ =;fXGE`OHvЦB"1 p1ݲ(v1iwѵ%T-:ATtTçx{RgMg^5pWKQx[„*8⇢(\~iUa1z̯ks.ߋ׈&G /oF_ќ?eyiukzK~8S+)3oڿpcaoY`NldpvART&~nUdEC~N5r[~fǠQ[雨57W?]Cʭ:nA:Ӻ3:U(i#1r5&(9e~X g+D ifC榒t1&|G,C^^q35l`a!abpP艴C0񇟌\|o:k +Q$nIxmω{/& %4I 5hcU@k= ǒ~ܗ<[Yb6@Siu$w>UVV9aTI :GnF3t;mn> y!f.[TRR9_♁>5 K-vkZ.6t iGb[.}C"X?5{)[{/l{,!Oͽ]pZہ< ٍG#/`=M_׊js1ֵrK/>Y=Kv)LTEzc>9c\K]p- 7,(1i έ5KO5`) aT~.Ǔo1 g ?Pe9ho}gY= vH^FpSog݉~զ}Yu8"-O s_"(_md'=m)(FWI9n 8Zn##2>Fw #+nAƦ5"*b4 DS X)$JLFٟ,%h? 2٭&0֕zzXR`L =7$ Y. H~ʴ燠5פiW*gݾ?E P@4@$$8V*ErAp&\)J+jiv;'u(XS4QJy1} Nd&Ş-B@p=DJ߽P6/ 8U/e.jH|ͼmq<~AǞK 6ǂ΍a։{;՘Dey0KC><'Ѕ1[Tܩ ̞XǹjB9"\`cΉ:K®&nv]~u1Fs9fK d!`DEӠH) ]msgsP!6-IJOI?!!sj tTƘ iϥ5.;t<hLcɯL!~/o3.&yDu"G8,|xӼfvt+E/)i5NfSO\*c js.~NŽ톧|gxh}\