liblcms2-devel-2.15-150600.3.3.2<>,2hbp9|fOx+>rihZg̀J?>d3 Hj5 R&]^cS<11YK * %b_6Z O]z?07(e Kmݬ!IIJ ]YlV2wĬc`vViDb3 WW KroFMT ?iEWbm!@έ+)7>!4?!$d # Y 4Tou    t 0L(89D:F;GTHdItXxY\]^bcd Ee Jf Ml Ou dv tw x y z    ! Cliblcms2-devel2.15150600.3.3.2Include Files and Libraries Mandatory for DevelopmentThis package contains all necessary include files and libraries needed to develop applications that require these.hbh04-armsrv1HSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++https://www.littlecms.com/linuxaarch64{P܁hVhVhVhVf9e70c06cc20dd967205e64ad9040f57a366a1f659a8072d5c8733014a6a61f37239223c1bfbca117c08d548535cd9b60f1d64e7c7f5e6ec5258b8eb071e1d292496f625e0be6cdbf5b3ec80bc9f265a1fb49d35793f0f2e0b11ab3fdf66de75liblcms2.so.2.0.15rootrootrootrootrootrootrootrootlcms2-2.15-150600.3.3.2.src.rpmliblcms2-develliblcms2-devel(aarch-64)pkgconfig(lcms2)@    /usr/bin/pkg-configglibc-develliblcms2-2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.153.0.4-14.6.0-14.0-15.2-14.14.3h$@d:cctcn9@cjDb D@a@`@_*@[@Z@XAW@W@U>antonio.teixeira@suse.comdmueller@suse.comdmueller@suse.comdavejplater@gmail.comdavejplater@gmail.comchristophe@krop.frdmueller@suse.cominfo@paolostivanin.comdmueller@suse.comelimat@opensuse.orgsbrabec@suse.complinnell@opensuse.orgplinnell@opensuse.orgplinnell@opensuse.orgidonmez@suse.comaloisio@gmx.com- Enable threads support (bsc#1247985) * Drop lcms2-visibility.patch as it was causing linker errors when enabling threads- update to 2.15: * New MESON build system, many thanks to amispark and Lovell Fuller for bringing this. * Fixed a bug that caused memory corruption on colord * cmsReadRawTag can read portions of tags again. Removing this caused colord to segfault when dumping profiles * Added more checks based of fuzzer discoveries. * MSYS2 can now compile lcms2 * Checked on Apple Silicon M1 and M2 * Fixed a bug of fastfloat plug-in that affected Krita CMYK color selector - drop 0001-fix-memory-corruption-when-unregistering-plugins.patch (upstream)- switch to pkgconfig(zlib) for alternative providers support- Removed reverse-0001-fix-memory-leaks-on-testbed.patch and added 0001-fix-memory-corruption-when-unregistering-plugins.patch as final fix for https://github.com/hughsie/colord/issues/145- Added reverse-0001-fix-memory-leaks-on-testbed.patch to fix colord's i586 build failure- Update to 2.14: * lcms2 now implements ICC specification 4.4 * New multi-threaded plug-in * Several fixes to keep fuzzers happy * Removed check on DLL when CMS_NO_REGISTER_KEYWORD is used * Added more validation against broken profiles * Added more help to several tools * Revised documentation- update to 2.13.1: * Fix a bug on grayscale that made printing gray on white paper * Added support for premultiplied alpha * tifficc can now handle alpha channels, both unassociated and premultiplied * Better documentation * CGATS parser can now deal with very long strings * Added Projects for Visual Studio 2020 * Travis CI discontinued, GitHub actions used instead * Added a very preliminary meson build script (thanks to xclaesse) * Added ARM64 target to visual studio 2019 (thanks to gaborkertesz-linaro) * Added thread safe code to get time * Added automatic linear space detection * Added cmsGetStageContextID function * Added cmsDetectRGBProfileGamma * configure now accepts --without-fastfloat to turn plugin off * autogen.sh has now a --distclean toggle to get rid of all autotools generated files * Checked to work on STM32 Cortex-A, Cortex-M families * Bug & typos fixing (thanks to many reporters and contributors) * Fixed mem leaks and out-of bounds accesses as reported by fuzzer- Update to 2.13: * Added support for premultiplied alpha * tifficc can now handle alpha channels, both unassociated and premultiplied * CGATS parser can now deal with very long strings * Added Projects for Visual Studio 2020 * Added ARM64 target to visual studio 2019 (thanks to gaborkertesz-linaro) * Added thread safe code to get time * Added automatic linear space detection * Added cmsGetStageContextID function * Added cmsDetectRGBProfileGamma function * configure now accepts --without-fastfloat to turn plugin off * Checked to work on STM32 Cortex-A, Cortex-M families * Bug & typos fixing (thanks to many reporters and contributors) - Rebase lcms2-visibility.patch- update to 2.12: * Added build system for fast-float plugin (see plugin documentation) * Added new build-in sigmoidal tone curve * Added XCode 12 project * Added support for multichannel input up to 15 channels * Fix LUT8 write matrix * Fix version mess on 10/11 * Fix tools & samples xgetopt * Fix warnings on different function pointers * Fix matlab MEX compilation * plugin: cleanup and better SSE detection * plugin: add lab to any on float * plugin: it can now be compiled as C++ * recover PDF documentation, but try to keep it under a resonable size. * Prevent a rare but possible out-of-bounds read in postscript generator * Fix some compiler warnings * Add named color profile building sample to testbed- Update to 2.11 * Fixed __cpuid() on fast float plugin to allow gnu gcc * Fixed copy alpha bounds check * Fixed data race condition on contexts pool * Fixed LUT16 write matrix on multichannel V2 profiles - Changes in 2.10 * Added a compilation toggle to remove "register" keyword in API. * Previously commercial, fast_float plug-in is now released as open source under GPL3 license. * MD5 functions are now accesible through plug-in API. * Added support for Visual Studio 2019 * Bug fixing. - Drop lcms2-cgats-memory-allocation.patch, its now in upstream code - Refresh patches - Run spec-cleaner- Add check on CGATS memory allocation (bsc1108813, CVE-2018-16435, lcms2-cgats-memory-allocation.patch).- Update to 2.9 - Drop 0001-Added-an-extra-check-to-MLU-bounds.patch, it is now in the upstream code * Bugfix release + Several fixes related with security, and therefore not detailed here. + C++ compiles now without warnings + Added OSX and clang in travis + Added a travis-ci test matrix for many compilers and OS. Thanks to Thomas Weber (debian) for this great improvement. + testbed can now work with dynamic versions of library + Fixed wrong planar formatters regarding linestride interpretation- Added 0001-Added-an-extra-check-to-MLU-bounds.patch * fixes https://bugzilla.suse.com/show_bug.cgi?id=1021364- Update to 2.8 * Fixed many typos in comments, thanks to Stefan Weil for doing that. * Fixed localization bug, added a new test case crayons.icc thnaks to Richard Hughes for providing the profile. * Fixed a bug in optimizer that made some formats (i.e, bits planar) unavailable * Fixed misalignment problems on Alpha. The compiler does not align strings, and accessing begin of string as a uint16 makes code to fail. * Added some extra checks to the tools and examples. * Fix a bug that prevented to read luminance tag * BIG amount of functionality contributed/Sponsored by Alien Skin Software: TransformStride, copyAlpha, performance plug-ins. Fixes some warnings as well. * added an extra _ to _stdcall to make it more portable * Fixed a bug in transicc for named color profiles * Fixed several compiler warnings * Added support for Visual Studio 2015 * Fixed for XCODE project- Update to GNOME 3.20 Fate#318572- Update to version 2.7 * improved multi-threading * added contexts and a new locking plug-in type * bugfixes and other minor features - Dropped lcms-endian.patch that was fixed upstream.h04-armsrv1 17610560982.15-150600.3.3.22.15-150600.3.3.22.15lcms2.hlcms2_plugin.hliblcms2.solcms2.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-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.suse.de/SUSE:Maintenance:41257/SUSE_SLE-15-SP6_Update/996ee497465e0f778d91fc7d22b0c7b8-lcms2.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linuxC source, ASCII textpkgconfig filePRFyF/=utf-85cd051d08376d1b760e7a7b277db30098c305db4d7f8597ba7b5f452ad808c35? 7zXZ !t/" ]"k%jjd'S p M (Aktxw;8ܥN5$y!%K FU7o]'OOd^X\C*˻:F43KC*K1WnBWVæ;D$7V# 2a3;Ժ"Hz6B K_o=c,A۔ GA8]Vͷ;Rk0vno"zDX|,y^,%@̗ټQ *)(L-"gi#l>t=S?g0r H)_ LXj"s]ftZǤSīF87.qjR*#TUç7tN6$$Nv-`9ѱ>;?VwW ~{nRe0X<==ӟΒpm:7mòUj%L!$Jom.5O'ث)I&SNEŹZd6G>FB+(i CSմ)$[-(7p')< Rվ^v4Q;&Y,7!ncm%d'i\'qA18݋Iz}O%#qO tRAUReF$"H-ߜYX+Aa\_rHDġχny*]U)?nq˳P(ҿn0x~hIf{8UWM% jO](&K` gPن sL&$]OVuD˲}nC?֭ͷ_VJgSdL3E&6%"oi_UM߳+@οE=cM[af1d88 ~E؋ƢG__> %U54Kd'՞@D%,;U;ސ+va~X}{g ‚g:קO!~:EG#bt\!tfAgz`sIJVF"l]9Qbޣ)hBxj.iZ6$&y !R+W_d?~ XZLTbtfM) &NlRw fکFׯ;{Z*6%+CtmK%OJ̲BgRsT'Ѱ1 R뵸A _KY1kZ.pR\@FCȚSVٰr$ڛǬ LJ(x\ce@Y~kA\Q+MՑ?X<ނja⮫ k>hߍ;wB*|qjkg]$7DrrD,8[b'& 2ȋR+ mݿٕ4қMi(_žHDj򽑰%>HVe&u0chv<ho)XwI)SX@FFb[]3]sJm5NO{Wg^4/'A =pxi0R"guψujlbk~\ Hb, U8(N/ω坩GZI`.HW:F'Mvnm-F(S:OMF;ִ~f(,?3Y5_UM MS%GmJ.hu_M7OkDkB /t c:+%bLE0z@[G⯮ߧUR<*=XXg=a꽼3vN3.=.Yܡ{rPzBF~r O73S~8 Nu@M3a"Ѓ$lOĻmėZ*|ariIg{Xh91ʦ}!5nR]Qs~38۪#cNmYT/f|b\X@nH^Fl`(:ϘS)kůP,`xjw} v|u8T[,~[B1" I Մx*m%"hڿL>uLGryjEƨ7N~`0zV1%k;J]\>Dٵv!КDpE6ʆ%_z#Q 3Y^ e 6 ++SĦv_r @{EY;נ璄Uӿ+ury}! _6t8f|G0]Au09L [O\`Cz 𗬝$'JB^|p5!f@s &q96߷ly&]nn:˺LZ @߉/mbpZpCsni^iL$ź*ѻ;|Ou07(x(XklG-z;0\q}+*OBrr,5~5ڬR~@ \3戴oFŔ 4h0/g*@\ Pf93|*C~/) a.u TYwl_-!kk`,c*c1%ۙ{3EܐI] TD+ @W#SLy|9 3 r $ 76{E9"Dd+TZJ(@Y5S[i lkS2 h#XLSb%sA;˘ewYOUW_~e`[:rȼHP7&z$Ue]gG3G'r9o.si@KCspϒW[&Cv Jxrz nǃIrjjξgoAWJC 2ɧ1N22%Jm-iVrK6Y$2x*QMLE$x YZ