chafa-devel-1.4.1-bp153.1.18 >  A `BY!M@eee\J%2?N>|)jꋳM{1zz?JS~Y@%lqV{· f;4.Op/s6W{Df*֨xXNDm|^ _f0ӀLy0&6WD.V_t6 1JuVK1k>A:w*QT|8saxuj> ҿ⼲~8j.r8!)Cð7b731d9cc42e99b8276b93c2d5f642f4b64bffb4eca944df9f01e95c0bab46f18690fdaab04b037b070ca1de78ddd5cdee4e07e19`BY!M@eeef+(`Ldsd,[kPL S$̈Ljf`@N Xӯ{+E\ץOqju$Kbb zC%iff׷jINsJޘzNe\2zɂ(d^ MC - ;eM,U:I| 5%\8"ei3IlS2Q03ާv/U_TIbDž1C$m;+o?d>p>?d  ;X\hl H h    L0L(8 9(:FGHI<XLYX\]^b<cdIeNfQlSudvwx y`zl|Cchafa-devel1.4.1bp153.1.18Development files for chafaDevelopment files for chafa.`B*s390zp21SUSE Linux Enterprise 15 SP3openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://hpjansson.org/chafa/linuxs390x2 C^#A큤AA큤A큤`B*`B*`B*`B*`B*`B*`B*`B*`B*`B*`B*`B*`B*`B*`B*Ze218a832e95f0fe4e0c6633ebf444270eef15e8e93e69c30771b0182e50deb22182eff746558798a5741715f067590219f89b23e2601951124b2e9af01824fbefb03d23b8b56c8928b5365669794445f8ed448d893d647cc1b6b419cd76846647a8c2b7e8f0af45031f56dac26bf498bc816fd7bd4130f0a16708a7ff56e133786e6db7a2207611ae034810d81ff317fea91d4b8849c3440bf8c227d5fb0c650eb9bd40663ec36590f11d590963594723a9166a4dc03c897aa542838602254d5ef0a6a58661fc676dcd7516c2ed6ad601c2e527de8e8310b168e9ca4e9ed4614e78dc65183a2009908e99c9e7583f534c37af6bd912eb9426260f45033658ee98061d7b74db190cafea0c331a1b6b10ae097be084419d8d0df4d26ea67b4c3bf9ff8f6ce22881222cb46bcf2b6b7e1849748db07ffb702edab4f7cc4ea0ac422e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118libchafa.so.0.4.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootchafa-1.4.1-bp153.1.18.src.rpmchafa-develchafa-devel(s390-64)pkgconfig(chafa)@@    /usr/bin/pkg-configlibchafa0pkgconfig(glib-2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.13.0.4-14.6.0-14.0-15.2-14.14.1^^^_@]a&][]H@\]o@Michael Vetter Michael Vetter Michael Vetter Jan Engelhardt mvetter@suse.commvetter@suse.commvetter@suse.com- Update to 1.4.1: * Added configure option --disable-rpath. This allows packagers to prevent the hard-coded library search path from being embedded in the chafa command-line tool (Mo Zhou, #39). * Added defaults for the yaft terminal. Bug fixes: * #40 - Fails to build on hurd-i386 + other i386 (reported by Mo Zhou). * [unfiled] - Rare failed assert with mostly transparent sixel image (reported by Reddit user spryfigure). * [unfiled] - Minor typo in function docstring.- Update to 1.4.0: * Added sixel graphics support. Chafa will automatically produce sixels if the connected terminal supports it. It can also be forced using the new -f or --format flag. This is a new implementation written from the ground up to maximize throughput. * Added the --glyph-file option, which loads glyph-symbol mappings from any file format supported by FreeType (TTF, PCF, etc). This allows for custom font support and improved symbol selection. * Added the --speed option specifying animation speed. It accepts a unitless multiplier, a specific number of frames per second, or max for maximum throughput. * There are now two ways to assign colors to symbol cells. Formerly, this was done based on the average color of the covered area. The new default is to use the median color, which produces sharper edges, but is slightly more prone to high-frequency noise. The new option - -color-extractor selects the method to employ. * When displaying multiple files, the default delay between files has been changed from three seconds to zero. Animations will still play through once. This can be overridden on the chafa command line with -d or --duration. * Minor tweaks to built-in symbols. Performance improvements: * Halved pixel storage requirements from 64 bits to 32 bits, resulting in significant memory savings. * Now builds with -ffast-math, yielding a big speedup for DIN99d.- Update to 1.2.2: * Fix #34 Cannot compile example- Update descriptions. - Avoid double-shipping documentation, and make docs noarch.- Update to 1.2.1: * Detect kitty and mlterm virtual terminals and apply optimal defaults accordingly * Make Automake build more strict and fix a few compatibility nits * Fix #30 - Failed to build on hurd-i386 * Fix crash on certain broken GIFs- Update to 1.2.0: * Added --dither, --dither-grain and --dither-intensity options. These allow for sub-cell dithering in quantized modes (none, 2, 16, 240 and 256). Especially beneficial when used with - p off. * Added API for ordered and diffusion-based dithering in quantization. * Added API support for multiple 8bpc pixel modes: RGB, BGR, RGBA, BGRA, ARGB, ABGR with either premultiplied or unassociated alpha channels. * Smooth scaling is now done internally, meaning libchafa consumers no longer need to prescale images. * Implemented a machine learning tool that can generate custom fonts for efficient image reproduction from a provided dataset. This is left uninstalled since it's still experimental * Throughput improvements: + GIF animations now start playing instantly. + GIF CPU overhead reduced by 75%, peak memory use down 95%-99% (!). + XWD common case CPU overhead down 60-70%, peak memory down 70%. + Additional halving of CPU overhead in 240- and 256-color modes. + Streamlined pixel pipeline for better parallelization. * Installation instructions: + New: Guix (Guy Fleury Iteriteka). + New: openSUSE (@jubalh). * Bug fixes: + [unfiled] Certain SVGs had transparency replaced with a white background (nemo). + [unfiled] -lm dependency belongs in libchafa, not frontend.- Initial package chafa 1.0.1 for openSUSEs390zp21 1614995754 1.4.1-bp153.1.181.4.1-bp153.1.181.4.1chafachafa-canvas-config.hchafa-canvas.hchafa-common.hchafa-features.hchafa-symbol-map.hchafa-util.hchafa-version-macros.hchafa.hchafaincludechafaconfig.hlibchafa.sochafa.pcchafa-develCOPYING.LESSER/usr/include//usr/include/chafa//usr/lib64//usr/lib64/chafa//usr/lib64/chafa/include//usr/lib64/pkgconfig//usr/share/licenses//usr/share/licenses/chafa-devel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/32c4e504815f180afb1d7f8601fcfbe2-chafacpioxz5s390x-suse-linuxdirectoryC source, ASCII textpkgconfig fileASCII textPRRr3cGԸc&Autf-8484526bee1d2c3ddd8cb0e0d4d45db485382f989df23b7583140fcfd81726000? 7zXZ !t/c] crt:bLL,_HB Iyu>5UnY0ᦗ{ɖT!vv~Yᵞ\,,)Eq<%Tav#6-FEI-&M'<Hqz 7"s`Ny E7S/3 t ^+)lr9xnbO렅Zf,Rf0D٤7J6-Wמ9+ި){v$\t;)(;8<7i3]g|Y6.K:Q\p&YZhp3ꖛ`vó)Oo?9uћˎ@D){/Afe =GÎ޹O$OYF.^AݴHZ:Wa(pU_i_6X:;Ԅ!VbWs`=_'"01Y?+ntnER¿'ׄtY:}0⨏91Mϭ h߻ ~Tkp odܼ>JÇl\\6g|N?,Q8"izH-!s"WtHP6 uJ:oBׅ2r,m?>zoC Jkj}2)A/7P|ĚV{qRz,:/G~ZW1ufP oC? k2XRi6y(rJECs^i /6lDzX`;\n+񉢏 M+Vy+1;P\s j Rįi)#ZljR Kno}zfUޘ?\N.;agz*yLNz[ݡ灾y~ 5zK%ZSByKs# 6Idx]EL 6Ȅ%6BJVgB8.>i./y^ͬtSw|5F&B Ú&:bWt:" R(I_O 3vCUc;ۑ37 "YG=~Va6u2uŷy#;FϽ=hW*{U1(4{MfW'rM6Yze?dr/o(|aSE0B4FBeAhN^dk@R/nST,1{_/U?DoƗ!VyJ)12.7J"XxoWbL ly],v; C>1{rͼ4kl'#BZdU-aUe5_ErK?lj]Z+RDlD*SD4c#8CÇh3=']LX"\Iip6h{8:UU`T;ɢ\HوA`r]oޛojރ[؟K3<824A_Ķ9ZSN)x0oF B71H7[2#i[=Qxv#@qJg i +f6ek+ OpA"gwD=u)Qusyo%D`'b~n/ˀƩ}NTX|YyM3])B;TH RT{oĉf\K}e L{+$'6J-<+M=wu AIq]JΈF&_!:/_*;h$+y]ZL5y#ʋVCNQR_G~d)dD@iluQ齏`ld;m[M'.`usc)]>YvH>OoUUxޫ(n_s!Z$keHճ|shPg5=MpwϏ|ğa9!r,8I!>GA.TK%@×Gs88Qqn(:?U4q1_3fՐJU9+j$K(sc>'-ݤB6^1op@swDesbCĵCbTM0foM^P#H1Q ٮ[+sHiu }:ÆB}L+SBɛ!=6ߋpZrO :7ẙS9ELz!yK'jדAXq\v7R ebp?|i6!tC[TΛ4F")ޒϯl&Ë0B@:@w!n@ZA-ۀUkV|b_&ΈfOk/PdH 8ů<&Ë=4})O9Btav=I]9 !Pb1J'^XVw8ޯv*EG-0tL9Rp`eeM_/J2{, C Ғt %e9 /'_|uy|@]2F+ JifOH wq}=VUFgEU. =2\Va51-r#?ysY*HV Vxݪa&ix~ +=cZ.UAk_a2+UC Ց*=RI lb97OVoVQ CV52yRe|\}Er4eG{YAzoE| 8-Ut7O4<*Í XBE3|۰Zy^~һ1I&iэ1n *B:m ͝gE:bQ/ OU& iD3 GڍlN(= s@s-PGBPYFB88T`itIp|>8zJBm@`љLc^ Ѐ Leh@!) eѭGk[[bɷ{%c"L*'HuI<'o42`XC6˽_!qmD2]I,c81jJ*";;zO{jIoXZN{ɻ'Nm+GķAC4=&": =Wba:}?Mw[du{@OѬt|UwGv- d@t "`Gj!K:mhĊ`zLOj£ Ǖwm(~ Pӂ~(]֛g!H$9_H0J(1 E.:|U(&^%hUL'KyqT3tWِz iPUbCFՕ>Idu^PƸFj9߀`A,ٺڳ&G":Edk:AdO.+%61 գB ]mcp|I]+N(zFՍGe5 Ku'j.w)̎Xdnt*n$G9ϥ|eҧ=d8mrT7krlF+y* U#YR\N7U dh5 {n(Y>P9úuy7 B?pj-)r0sŋ2\ݾcw !Er<Hr"g~A}tjVf,@KlDYiipub6$t!ՎhyqIaNp]9iwrBcaBj%+fG:ۣ[K3p۝A&eoS7ɢ&ZfQ`+b^{&M-&7>;8>?SiZW{,bcia[;L SlrI|uO#@G^rxE+>`lLJݵaص1b vw%&x ?,D,7\8;{>GRHf=yxWZK7{Hhfiw_u;t$JvS>I>>mLi()YccT_Zdo܋hx{hJ]v M۝eR4!՗*rLEJTo["~ 3݃\ F|"qG']yvQ}];:(QvqKJQxUs>'.-8KwS"SѬyc0PrkƸ_S"\38B;.2Xҕyߕ uF# #Cl<bI 9 Z,#@vxIReg^l^~BizԇUWKVuoy>:zC> pU19"f= }!{Hj-#:xr.K r}PA|Z/DXʡē T.{La K5g(J"1Z7!`ޥj1W"fkgoc\?M7tb^IQU|WΣݧc6C'ݽ̾ ŔL >erН;kk%c.h_rg54Dif8F$A$q,%X-i+q!>hj;֭>`TI^1YP-g!O[ϋ9f7T?4H{t#^ Zg#饪'<$0 ! Tw8ca%P:"2Xs {͐b3ԏ~,J43lҶ YZ