libansilove-devel-1.3.1-bp155.1.10 >  A dkBՊI%z wOϖP0@"wRTJs<@8 :TV0A/+`VI~iHe0KJ;KڀAhIÃZ yg.$_TmדN#c PXDjH D&s],O, T]gpzNAe5Z=kD?ߦ;(bŘ"I΄=HigHpGw?kM3dO{zklOB9om65^Ohew[#PeeŽ>w}vD^\g8QCśsg}T@b,}b7Ę`I!@_ 6 DA'qG0.$a<}PgV'42++Lr Q޸Tk2NpzT7e@Tє';hGFTȈ""Pg6_~B(NwТg [613b56b9fa90726ef4724e2c4c81b64e65edd1c3e25d5bc11322ee8927101b5c11b3f3a346d91e4b6f7af2b2bd7dd071c6559a24V(dkBՊI%z w)}a!Ғ8CG}^R?dtuxiSJ[`"D݂ ԕ7CX};WCQViVu`P8˨DޙAcwóZ[@Jr3@{<##2۴ 0 /Y/NAǪhA4KEǹ)M-r*P0E?]-͒_HMڀ4T|ֽsS?YbwPNЏ*P MKDT1A&^m<U?-hY*|!w=tۉcOJ%x5S[+dⅈG̩)<ňQKY29y$DzjBzyB3t_Ku7l ô>Fj5bb4P"#pz\cio܀ 8׫Xh¬P!ԏT=|4*uNKQZx4H >p;#?#td % bPT\`} , J h  3 T&L8(Z8d9: FGH(IdXtY|\]^!b!1c!d"Ge"Lf"Ol"Qu"dv"z##$#(#.#pClibansilove-devel1.3.1bp155.1.10Library for converting ANSI, ASCII, and other formats to PNGThis library contains shared code regarding the conversion of ANSI and artscene related file formats into PNG images. This subpackage contains libraries and header files for developing applications that want to make use of libansilove.dkBbuild78>SUSE Linux Enterprise 15 SP5openSUSEBSD-2-Clausehttps://bugs.opensuse.orgProductivity/Graphics/Otherhttps://www.ansilove.orglinuxx86_64 DbgdkBbgbgbgbgbgbgbgbgbgbgbgbgbg271c6fdd35999a106addcc156b40fcfb9f6b7aeb46127d1eb302c2a6892373bc950e5f5e480bd5054945023f80020831d1538dcc95e20f0f7cf30cc27c797852c71be817a2f1966ca64bdb2122f2c5314f63ea2bc68ff705f52651f972af772c8bf1c7c1ba68ece7e6fbd7e8fc9f6bb1434d2f9ed7e6f273e8e956544a7c58497ea71adb53223d5adaf61b42643a626f14d2cf489cac3a636063c1b898255832e97ae50ee1f6ee99c3f176573f08c65dcfda2606b9997d1b88c7e22b6c15edb30ad55a602f127e40b211cead4e562ae8d938dacff538f3de233745faef53749673f4eb7fa4f88c28acc8ed7b18c4daa302213327ad800fefc2b5a402127dcd335e0faeb27062781e9bb673af219d94ce34e6c8dc9576a111e3102e48e5f6cf400f11ad337f88cfb025cc89252acee0a0ee4ebb37568109d55de9013e477c4bfd4a784fec4e2e2be6a58d9989c307d537bccfb1e443e9422ce6fc295ba742704a471cd0221ac33de5810ef2599aa52ae63841df30d5a34fa05eac1ca7b43fd6017ae11aa8b6b05eb1df034df78702dd70295a3f0d25252b07b6de3c5b21653571682741c6e9da5c358d58501eedac8726e06bd3a0d47390034e2654ed74c4f9e2libansilove.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibansilove-1.3.1-bp155.1.10.src.rpmlibansilove-devellibansilove-devel(x86-64)    libansilove1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.3.13.0.4-14.6.0-14.0-15.2-14.14.3bs@bO_h_t@_ts@_l@^K^˳@^^p^J@^%@^$D]f@]҇]Christophe Giboudeaux Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke - Update to 1.3.1 * Increment pcboard_buffer by more than one element at a time * Fix XBin font memory leaks- Update to versino 1.2.9 - Use CMAKE_C_STANDARD instead of hardcoding compiler flags. - Add missing include.- Update to version 1.2.8 * Add LibFuzzer-based fuzzers for each supported format * Do not hardcode CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt * Only enable FORTIFY_SOURCE level 2 for release builds * Add #ifdef __cplusplus extern "C" to allow calling library functions from C++ * Constify input and output arguments of ansilove_loadfile() and ansilove_savefile()- Update to version 1.2.7 - Error out early with ANSILOVE_FORMAT_ERROR in case ctx->length is 0. - Initialize ansi_buffer and pcboard_buffer to NULL. - Refactor the IceDraw loader to use a state machine. - Check strndup() return value and error out on failed allocations - Add some file format integrity checks in the IceDraw loader. - Add range integrity checks for scale_factor values in the output() function. - Return error code directly if ctx->length is 0 in the ANSI and PCBoard loaders. - Add range integrity checks for columns value in relevant loaders - Add range integrity checks for bits value in relevant loaders - Add additional file format integrity check in the XBin loader- Update to version 1.2.6 * Introduce canvas' width/height variables and refactor canvas creation. * Refactor the ANSI loader to use a state machine. * Remove systematic filtering of Form Feed characters in Amiga mode * Correct values for TUNDRA_COLOR_FOREGROUND and TUNDRA_COLOR_BACKGROUND. * Switch to using reallocarray(3) in the ANSI and PCBoard loaders * Add a compat layer for systems which do not have reallocarray(3) * Refactor canvas allocation for retina output * Introduce the ANSILOVE_RANGE_ERROR macro, for values out of allowed range * Error gracefully if canvas' width or height is equal to zero * Remove an useless comparison in drawchar() * Add some file format integrity checks in the Tundra loader * Refactor error handling in several loaders- Update to version 1.2.5 * Add missing parentheses in an if statement in output() * Define CR, LF, TAB, SUB, and ESC macros only once * Refactor error handling in the PCBoard loader * Stop parsing for PCBoard cursor position sequences * Add bound checks for {back,fore}ground color values in the PCBoard loader * Fix default background and foreground colors in the PCBoard loader * Refactor the PCBoard loader to use a state machine * Refactor the Binary loader to use a state machine * Refactor the Artworx loader to use a state machine * Add some file format integrity checks in the XBin loader- Update to version 1.2.4 * Use size_t in for loops setting color palettes * Remove unneeded gdImageFill() call when using Workbench mode * Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files * Use size_t type for variables used to loop over arrays * Separate RGB values for palettes, makes color allocation code more readable and efficient * Move ADF color mapping array to config.h- Update to version 1.2.3 * Call memset() to set all fontData struct fields to zero in all loaders * Refactor error handling in ansilove_savefile() * Add error handling for fwrite() in ansilove_savefile() * Fix includes in various source files- Update to version 1.2.2 * Refactor the output function, to allow combining DOS aspect ratio and Retina * Remove the im_ prefix for all gdImagePtr variables * Various README changes and improvements- Update to version 1.2.1 * Call memset() to set all fontData struct fields to zero * Use the ternary operator to simplify character attributes assignments- Update to version 1.2.0 * Correct section number in manual page. * Add initial manual pages for all library functions and file formats renders * Stop calculating columnMax in the PCBoard loader, it's unused * Add support for user-specified columns in the PCBoard loader- Update to version 1.1.9 * Remove unneeded gdImageColorAllocate calls in the ADF and IDF loaders * Reset background24 to 0 when encountering blink attribute in an SGR sequence, fixing the remaining rendering bugs for 24-bit ANSI artworks- Update to version 1.1.8 * Properly reset pcboard buffer when CLS is encountered * Use memcmp() instead of testing each character one by one in the PCB loader * Do not use background and foreground variables to handle 24-bit ANSI colors * Various improvements in the IDF loader- Update to version 1.1.7 * Rename the alSelectFont() function to select_font() * Only export symbols which are part of the public API- Update to version 1.1.6 * Use CMAKE_INSTALL_{LIB,INCLUDE}DIR instead of hardcoding directories. * Introduce a XBIN_PALETTE_LENGTH macro * Use XBIN_HEADER_LENGTH and XBIN_PALETTE_LENGTH macros instead of magic numbers * Add another format validation check (palette size) in the XBin loader - Drop patch (fixed by upstream): * libansilove-libsuffix.patch- Initial package, version 1.1.5build78 1684751054 1.3.1-bp155.1.101.3.1-bp155.1.10ansilove.hlibansilove.soansilove_ansi.3.gzansilove_artworx.3.gzansilove_binary.3.gzansilove_clean.3.gzansilove_error.3.gzansilove_icedraw.3.gzansilove_init.3.gzansilove_loadfile.3.gzansilove_pcboard.3.gzansilove_savefile.3.gzansilove_tundra.3.gzansilove_xbin.3.gzlibansilove.3.gz/usr/include//usr/lib64//usr/share/man/man3/-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:Backports:SLE-15-SP5/standard/35b8b8011e482e829c77a02bfdf7429f-libansilovecpioxz5x86_64-suse-linuxC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)P_݌Gc2Uutf-831a951984632abdbc9318b205538ec0f1e5a6083f7b14e0558050b6bca898b45?P7zXZ !t/H .] crv(vX0k:o+U ƶ_olWg? Ɍ8.kƎ=$P)*Q:D@wOq Du_+o7C/b6R>SiPs_d=CL05 9Tg6#kgǸBÑMG3d\q.wvvigribN8\^5gPaЖK'GeN4?rVgKXa]iJdb__ފhYϵL,f4@Q LW("mtVZX~o,crӞ/䅬,x>Y椈FmԆ;EDּ,Hf8Kn0'[1h z0C tnW]Yi`-8ń[K9<$ $:;MyʪHe>d FH3y&/0">:HfulZ(ypF٤Ga(17]d]چŹۼdyVh5?$Kd7}I œ .}d'E>42PݤÀۀؽnpCbߩ=*퐢ߣl&!S,w(qu-a_K~~ΪҳOsa,w[PZ^.40;c!zxN̵M!1׶תApCPۏv"O$K;C~Guj>1mCkA1 C$3Fc2:xt_uNLb䅓!6*ʐ3 {g/mƩB\1iaMR&&paT`}<"gsT Z7%?K7$hk|HP~s1\z;%X1-DY#D* +/nBSH f4xe(vQɫ8NU;c>x+,ƶ>c 0``ϲ#H&C 6q&.>45nq(ĔJԔDYfq%0&a)BXnw1wMvu1l+Gf2[=^2-eޙB6PiHx1}T9tZ;ǎc=ţ^a#65HH8o}9uw&Kyso *#%x3tD;DOHɥ}*wzn(Ta@]4N= ^Ñz_]6!.ۼR\y ;R-bI\GLEG|ݦpe>qGX6nIXW1oȳZD:bb7o('X#h屨:ȢQ8+p:'@3rIu\WRPe-4OZ4?(P -霜n[BWS pVPwC黽t"ީ"$ ZIDiR]M7IE~-$sU(bʉ"el^[GKZVBwX^*~$7nОC1 >Y5C \UI-nC#LܑM>ك lD'#oR6G0$ƑDUT<#+!~Tm'+Zc8s{f^&f_ vE 9ؾG݂;5eH_9<#VQy )D̠c ϯJCf 9jw֋HC9BpNSZ~gG,ykF9Ƞ<{z̢RES*s3LJfj5 jl:`mmbYvR٭k!NKs|PBo-`̹ T(q.pswt*0żC8wzx)jpz ڡ|ǫj 6$ui%C1XhСJCN'g<vr:Sߠr26K'ƭL$mY?t{kAR -(fJ$ 8=&gH#C0?)r!pq 2".C130|t]~āHf ^I,ƹŹ(ެ /ދt) nrfGm04>G᜝H:h8$$_۱@\msJ 7O%9)|Gp$7 w&Eo(#YJi(T=gND,eA]~J<8XD$J)ٗo? IңOU,E߶ߔ~3ngu",gj%ȁA%[}q\\=VE ZA=SG?)hI~p`b/R%lE3 1 v .=twbe' ٞč; AFm6IN-/˵**y/i|zgej|LSY}_.j|Qg`w6M e); 72^"HdVDBSP'u2 ۛl5&!`4EMр 8tW\c/Rߚh;KXM/iŹ.wΐEt!zaH53aV()=ߪ1BFTn[Ig_*Q #A MeE7l y5ar?\œ+=hZv) bwD `0آ%̘FM# #M,_)?XW'?6=W F]Lh61ߎNNUa!8-zx_'0ߗhM]HE@1#*6 WČc~X̯TdW\A%ՓFm-Ƕ Z^l]>BBST-\cQj gA,At )ݗ3¼▸l[`e ĩUo(Z 3zuuϥF!R3~@~hI-O6RyA| 2Pq2BSIL+z.p>*-68aZ[LIQb!{9ܧY5,_[S}éӰ@J'&`˨:Y^N20J;8z;D)!.m?1 arijMuI`*A:6ZT%(b;O/@, .s1pGDU g8aUd?&_S_sk=EIVҔ6 צ^',513Sfsy!WuV Mg7τ lۦK@OxB jא!c857J-+HV+ |$0c%x H/R#m>xZS-}:njKP9PìgQa޷,"IAL(t9 3)>˗ҷ#B {aDڇP9OT~<2)f%X! y| g8dh[}Ww3DO$O6f$"ÎV^ mPgs)$CHktvBck[.F] eqJڻ[Br!Ӝnxۄ{rTY_U*o0@w2U,9.tnWgZ# ;`[ g"JWkxs\، KN΍%8}ykS.$S&]36?&^ʡQFw^E{}󡺽 5_?@&7@v$#;~k2R'`o#w{nB@k 4B_.udx:7…y*lU y8Ss-MJ.9nS.o DV-6Y_FBg[b@9z!-2aZC;nžW -EglkK&GH}cRGN*C)A i.$G'eh"uM I3RH!8ƾěS I,ګ,L_2ˏż󣈉[a 4L0 kM[`wbp o[8Y>Pf4o!l>'zju/40 eTo4f|2]'\bi萷=6ͥQ~W80V128 ( E(pV;.n6>+eèvWj<WÓѪn4%s ޙbD kfi3rCRtB:\QVxk P/~>޶ߴ[A=ϲܡ5@ZR Jm quB2.lJy FQ%?+m -# mu/N.ا@HT ggR9gZAS +fMOq788]+t; 3j%VOG(NHo f9 "5YA6H? \~t}p`ސsdV&/}7V1U ʹݵ=:tnėzox7lFh1 |Ep3@Gr,ը/8^ җ;r)O.,&S>IO65HsC[ Mg1ԟ:&9lru<}ݥ$Zo2tz-lzln5tʚ}^˝%,C1%Y1YJr*>`Hv篨Yl&+J}I}heDg⽵aNYރ91~JIk!,Puĭ7`:*kӗ@9o,0BYX%Q{YrȑB vǙ4ƉN.nɴL]7] \pUlomИBh9 YV=ևVp\Udt9E C=_}fyj@Ew/%|2=?FQ*},x8='i>Y\? -M\Jgg 0@ LXox^ җ~8P_Ef *xՎ}$ MX~YPnhI}k2Au6SK[}"p&0l$M3P:OȗN7ɨ:ЍxAAuv ʲ'3^gڒn嫧T"so#~J0p@\:yڨ̗s~d!0ZoOCЦ Zu*y0KqS/G}mfs6rMq+i$窌,Y-l$ńuO ܪ P1Lc''fQbٌ_}C,U;ƥ5M98oĉׁ*gCf~\H|m~1fIŻ` qoZ7p 7+1[-]@{uX7>U-R!E¥ex`cb(+n.Q+ܸd6ي:>r:vj>P0K2y2*?!Ef%Ĭ$l"("Dl29IQ%Q01;CIɎk>@m c!Π6N@WXވ ](Kc}#O1@ؓڐytpV4\x7'zS> >-E,}!jD5z9OM븅ZBK_= X֔,> 䌺KYV7t N[A*oiBW{ ? S5pYQӚO6AV+,#(\H؝Ptw k0aY{4Ќa{pt^Wg^}`-̀]*4y` 0kk[^Ը#p fAvQg1-}`ZZ{1"$n|q"u㹢s }A4M8e ̹ԷMNp3,"Yd^seʌ_Ao,ڹ`&QC8y:q:Hz&$>wt>~ I>;3p ooev*{aWa;&X$,cuSE͊v]yͼ)YiCJsѕ5iZL9|ښ.}"P0|^f*աO?cPn 7,SQjvQD?ۑ7[ %_QCh'WS ZjBN'Ƞ%/\ޛ<7Y( Ok :oɱRIoyfGgca*:<(*α.@>XVW%>.:55z a| a#Lb@bmxR; I?BWb>W'D^_婮7y_ٛnoQ?H aVx6Z5X `[xنҦ a;M>y@$u##@e~t; /vs(-rǍsY]4njdtV}G/vmj왮/#9`֘51V$gYj ]$J!1s_9ZH"Oِ+?j2WO?yOGz1KVP(0(ה@IPXҺC{\WUE#lsWSS)Tr@tRAf⢚F|Wl89Ҡt_ɽ.ֳ̹FECܸDCYαCgV(N8./ђޞ3ptU~9ϲZc*RԘ*Zޫ V-\IS>7w%Awsl1V*](`Uf^>H;ߗ_XmեrfntǯΠSϺn_^v1qbEF=G̺5&4<DhП8qb͹]-` YZ