libansilove-devel-1.3.1-bp155.1.10 >  A dk@I%z we -"s+ >Gt;eCYliEGS 4V,w'ّѥTK|LE:rVvqrho)HLFu|+.9׈4L)l;PGk|g@&`O׏\R ;VJ-U/#bbU&lOZTW/]nZU.,`|?b<)6ȬUVD%$NjfMU\j alc^/փ䊊9 r+[c4w٩FY' !/NvH0$fFSQiZw20x[/;"|T "3*; զ~]M G"@)*?Iߗ%Avpiud%ղ؏QZίg^󴿯Fp"Y=vnӯAv 婔0 X=4UK"GJ,oV0E`9nyl2 UQHHk9;]4$*W@)p"fUdwPsc؛d;^h<-5鏥'z+:<) [Lc]uN8f%bF6RC@@^%b qg6m6a$ɍnjѯ7.6R 3E̵r>+H >p;#?#d % bPTdh 4 R p  ; \.T@(b8l9: FGH8ItXY\]^!b!Ac!d"We"\f"_l"au"tv"z#!#4#8#>#Clibansilove-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.dk@obs-power8-05>SUSE Linux Enterprise 15 SP5openSUSEBSD-2-Clausehttps://bugs.opensuse.orgProductivity/Graphics/Otherhttps://www.ansilove.orglinuxppc64le Dbgdk@bgbgbgbgbgbgbgbgbgbgbgbgbg271c6fdd35999a106addcc156b40fcfb9f6b7aeb46127d1eb302c2a6892373bc950e5f5e480bd5054945023f80020831d1538dcc95e20f0f7cf30cc27c797852c71be817a2f1966ca64bdb2122f2c5314f63ea2bc68ff705f52651f972af772c8bf1c7c1ba68ece7e6fbd7e8fc9f6bb1434d2f9ed7e6f273e8e956544a7c58497ea71adb53223d5adaf61b42643a626f14d2cf489cac3a636063c1b898255832e97ae50ee1f6ee99c3f176573f08c65dcfda2606b9997d1b88c7e22b6c15edb30ad55a602f127e40b211cead4e562ae8d938dacff538f3de233745faef53749673f4eb7fa4f88c28acc8ed7b18c4daa302213327ad800fefc2b5a402127dcd335e0faeb27062781e9bb673af219d94ce34e6c8dc9576a111e3102e48e5f6cf400f11ad337f88cfb025cc89252acee0a0ee4ebb37568109d55de9013e477c4bfd4a784fec4e2e2be6a58d9989c307d537bccfb1e443e9422ce6fc295ba742704a471cd0221ac33de5810ef2599aa52ae63841df30d5a34fa05eac1ca7b43fd6017ae11aa8b6b05eb1df034df78702dd70295a3f0d25252b07b6de3c5b21653571682741c6e9da5c358d58501eedac8726e06bd3a0d47390034e2654ed74c4f9e2libansilove.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibansilove-1.3.1-bp155.1.10.src.rpmlibansilove-devellibansilove-devel(ppc-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.5obs-power8-05 1684750541 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-libansilovecpioxz5ppc64le-suse-linuxC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)6*@o-}Ehbutf-8a75379b395442d1bef0fb2f08d643ccf82df6072144d52d70b32f91edc7cd58b?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_v9-󺅃EDr1HJʐ[N!7*O϶^uHNA*[ĊըyX%0tdܵx0$АEEV<^`BD*8DYHp 9:M'YjM}gR'~+^Wxp3m; q=Cg @/&ѩyd`> yT`bR3q@̗pJ_\wG;gX{XEfC{` hT\I< 7&lf쁒Lϯ·{u>I蛀:~Xu,4`3Zq-3gz]F-ҌIAZos%AT!3a4}d%X9=G3.|'N1bkҴȂS5Ey^x Jў?$xi`ϡ ɸM(k xP9mP0Eo/»DIFjN ԕ|r OMtCoK!-HJ:$.4le>LP*R M@OSn-aӆR3{B(?5 \ :|-ϴR>mJͶQ1Y(+f=1N/)YQC-i{!f0>@ůfs#ǿ3m SLvVG>C[aº<,h"ǃVRm7 C,C"6Vly}jQcG~)H \DQ1H۩yV::P(DAlEbwz%GaE4Pt"DrnZ MIE$W8Mkaҭ3[e%e=<,:RA_#DKi>YF]+g 80Ղ=pNSZppqk'ym7T-ŸI{]a>Sa2}0 7z*w)4쐺%F$ި!FLdɧa0D؞릆},KHܙsWXUļT>niہcylP ]UH؝ dԌF#,8A`Q)-6  A񪟎$=s3YBuz;oW mW*GXho(kIj i>G dJ@H--zbPWdAi_T]M}9S2C{CeZSM>X%ꜜUu(f `(76R,B?X8?`Xw`>:C`An 3 4;CE6RAeW::! aB,d{dbΝѺ}%V$맻`c/w\@rBzLh BpIr˰s8%%luCGu3Gʖt;ԏ* 3h3vs]gWT%x. o*D{>C JYfjM(8PHX*0?!XbU ۑT)2֡Dnr dNV4.S| :6Lhӂgw~z'>~Y&׍g2FͯNN<"RxOwdC)3дN5Ca]%7w%GN7GRƧ 6{b(N L(*\R_ҪldyDqbnG-ghԩv[3?S\4H1UtTO978ZK_!|e06TQ[X.OG:892BKgAժ[6xiŒ=ULpODžFZf\B9o9Ʀnsn#?b_OjzNrwm2wT?ˇETp>?L ~L ϕL?m 7h-0 RW#b~X SzDn_r4\F h9_G8T@|kP Gg#ꔉP!ş"n֖ @< wsEL˱*|HQv zxL2XI|VxiWE߭ ɑLeb!7N:͟'yE?zq{uз_$YZ(A Ut</Kd'TqP-oҦ ?H؁ē.XQdJ":&kWFhO"ҍS`V0aC(Ipҥ42t?^k qDM]b%|bЉBL Ɲ"/FXM~ðt0ƐGU˚0̮pmЎY #cgiV/M@3T[hF,KNXLb;]Sm23{`t|KH~6$wr:CUM2rũ-VRWMwXM D=4ŵUE"ЪpDv`9dcJrT*ƻ4Z> 93v4Hd=0(N/@H*RLZԌrCoCr C O6NH=^š`M:y8~kMWq6qO7y0Ό;lԈx΍Wb6Vqrwz :TYKW13Z]iQ ΏㄧmuoJ4|$q^ɸJ_XՈut/X CtV5p(6q'^D+Es3Ol09T!Z8:drgmiԝ6RvrԽ۬Z7hQY-x[U⪤#EhKS+-Q.J^)ec _l3Oejδ3~hJxG >t^! @C~eOX/)d a4ى{i毯h@>ca;/A̪ xgj*@՝*^_@E-$7Ab̽啕v[Jh bCNIps0# wR98)wO Q(x,,&z⛨~83rN>5 bJNz Xq8S*ޟ>[U뻳#Ou˒|=q;.RӶ?9'g]IToQ4lr U .aDʏpO׍Z`)@L\4=!퐨c~Mn6h һ :jBݙ-reB@'SY:U3!e)\f+- b案 ȏ@pq*#$|хFޓY%8xq$H&S<7oK^xˠQ?Xy8u*Ir = b=2L4pyHwco7lLEHVrDoH0^ FEu~hҪ.rjptB?IuȘzK4 doI՚ oT7I|+x‹k؞r,pgƮ6GnI:Bֱ,w5eaքPwOhm[!QC, "S)蓸`ð*viv::h3Rܺs\pG~? 0B /OUN/»aE4gI]m^!q>,uڜ'8hCAȴ(0 ĩ/_s}C\oزDPd Cj AQ՞Җ!PZ3:V` },> l,[goӢIB^|bB6n=N }J \6TK5k({M [NPezffט,a(A@}[Jp5:AW%/?T] j%bиF+~66=筥84_E:l줬5T|+{i?mo+&UAm M0 APkߠODO!Sy ~9Dvp(w=HW_ &7$VZ/ڊH#B  :a`׻y{&V*ˇժ;1zBŴQ8I+yR&v_ALz2,B?U7]6aP& [ _d ) <@ QmU[]$KKe3 NɃb&!4 U&Lz6pj.˰~HEG5Xt|rdz7mH58HT HPQVgzmc~7OQVLţ Z +gz5U1 wL~oTܘ?͚4j}UN!^|#.?) 4 eU܉eol;p/Y&gC^_z[j Dz)3ahҙ_@Kp`ޝT^Bth$D$!d}L8 /@6_hcM}gfEwM) V[έ-0xFe̬c=8ȞhO+ Z#þ)`h-{Z-]=/S/na"DV'a4v^Vf㐆0QUBo^zI#R\%cc Xy&m ]uܒ۔a\L% ,e:\7L(h:n v~2pPׄ+-%1a|ց7db[VCpiu<]mF%WL:5t5cGv4G")` #ix Ika3i3wr.Dc*2'{>_T>R^+'0r?1Zi\ӌ ql%- 7Nc|x 4:/N@`-O hVˌ 0 ff(ɕK J_P1 c:]jKŋg(5@C#ݜ[C+<<^7X/1v2 ;d~<{ZF|aGch6V~]8Xr_=g H`Y }?JjHY6*~OW=@B(at?Zy='1Ry!`A͌$tԞ.h$LFj&z4A8~h$/٬n?B2E_5G DO*sMi6X:b|Qav\\)aBp\AS 7 P9'gfS;/7VѸeY"#ڊq~ѫsEe:bs{z!S$~wP3EH̻fc~ 8"گېqY(̐ͷ|^x5tcW<) 0ꅕ K#9YU MG`0209IÖ@7Y2 ߾K*DޗXIsoNsQٸP_"=32bN/Ljw. 6Էg'V,0 _[!؋SWuLg^$$42{z[i86\yMйh {lbƽUy$'el^)er'7}~5\H03s8{|1{=tj*z rIrL[ /2DǮh˕^۹U8Ï"XQOg/Ya3UjKRMn:;'o =R}v@k|P/0 3]^1inS$ ϶{J,aK?ډϩ4W@8_×ύQM fnRv:GW[}b莱Mvc+: }0΋[AhJ$qN]k$nw(WSZ)@D5'_zη|>>g#~Xݮd\Ј,Cµp}E}'[%5\ط9)D|7*Lq<:as lSZMph}iCV .ȿ*o_9tHeM%pSaAm)z XHddc {.%&{`|RٱD$yB.M:J[eFyjlRӭy=|6M&K4fP"'E%761TV)X%H?IWͥgp7lqH&M(CZ^;1/ Ӂ5s$'1#kFuVihٝjeRzC!~kcjl?"ˡFB-1X`vgqGO#~x|ٙÛߡbM)2? |Ξwn=i`|L zM>ph c.ʵ̣<[ԯUJF:j)uBo3s=O+[) h~v7{KՙxItM}z)T;^C#5NOh9Β<r|9xE>8QqÎL w`5a)ꘕ[(`xNL8MIzxǏ*Ne[}$,mGͲKC^ROWh%E; 3Ek(yݳ $tu1rlؠ抅>4DCVX pp}ܼ&'-HB(޲"|X/?{hRv߮/ ̬-e}$K+3X2_YʒM&t97'1ۙMl[γ> ˋkfY!Gc2l/HON~GC Qqkcп=`Ls[.@)H~#Zl߀n\!@@xg@#M=AI?4Q$kˈV:Z[t.U_0 4ov쒶oY++sN˨Ud^Ȅ 6TJ U F,O \r] p0j&a>cnd T [kƇP{,gd{wOZ]qv̏9gkзy ;~ڀn0٪r gh)0 :!d"t듙0YKc-IإrDLO@=SAfKvK5] $Tw4zo%ʣ4%vYqV=ԇ \^+S.ByW50ťBK-Ā(8`goVyveaMQt{hC{_ Q-*żYʝX[hpbyqA=]ࡿDx jA(W.Ք0i'AVq!pHp")Rwp|t5Sl,9|,OA( 1:/DlY <7RQԈziӊ\N6@26aC&vӡ{}º=HA~׹"\j([c?lT/NG ^/CvA#茘1@ %YqO]Ɂp&U ;\B{nq={'V|nVh'l#f˽zA)^Eٽ@dxPԬ!0*;"}_SR]/ \t!!fsw1-k3x ZCKe0jLp0T)ӤJy9_u(rn>Hl۵!&Gx6ڋPp((<K3 qi ?U!GxaMdld}QoĞm۾?}gYƌ%"IU79iǟA"7K$>+C$vZލLKr,4=\d{(TI\9 9I #}N!Kt5\zC6/RvuYc9Oˇsi]D/R }!DZox_Cbz<3ެY}iBbxR-{iwIcnXx| FJnXA+>̉ *`'iũlnFk'rjh+>$tZ|4dC ,JU-2!ȚW/g3}~#u0C(r9Bd:ʨoZSO~HG3taC}I>ؠce H}!Imn3d|G:uz:d^,<@X)ui+lF"plXq kA-'* %`pmaM cU3:hWN6=CR@!GQܮ.v-پ2 [}0!fWY*:Pmk=GM1Љd]lHP  M0ی}q o6u'`%6w*%Yt%s}"-%ZCuUnoI[/բ'܃]>_ YZ