dav1d-0.9.2-150400.1.7 >  A bvp9|z ȫ .dz+p¶{JFfՉ+m^Dw*WX@[!B7IMzǚzUez!GhĔH=aKrߥ3NAjlI7$%fʆ-WUZDC&b$MȚÅyч\&*{7!Ml9 J%+^Z?%pv-r}Dg vb66^S1J~$-; . hkQ[5|'S(_53e207e2536e12849620dad0ac39375135f56f1e188ab49e287f2ab259b555988975b81d98bd1ad259460866f806c23ced7e4026i(bvp9|qvl7"N!-+z!a=G :/K?[һ#@OvS*`jY|jYp4X mpƬ {Y z&7vfmW;E R:*o/r̗(J@EVvhE,l:d+#{i*#%>ѐ!rx@7+mm,唃,[$,"$/lK OY[n^hkQMkŤu >p>+l?+\d  ( %Z     0 d  (89T:F({G(H(I(X(Y(\(](^(b(c)d)e)f)l)u)v*w*x*y* z*+ +++XCdav1d0.9.2150400.1.7An AV1 decoderdav1d is a SIMD-enhanced decoder for AV1 video. It features * Accelerated assembly using x86 AVX2. * Partial acceleration using x86 SSSE3 and ARM NEON. * Support for bitdepths 8, 10 and 12. * Support for chroma subsamplings 4:2:0, 4:2:2, 4:4:4 and grayscale. AV1 is a royalty-free video codec by the Alliance for Open Media. It has the potential to be up to 20% better than the HEVC codec.bvibs-arm-3 SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/Productivity/Multimedia/Video/Editors and Convertorshttps://code.videolan.org/videolan/dav1dlinuxaarch64 bv243f2a824f64f960ca8da430809ead345f1efab0e9f4a174141c0e6c8d8ace98rootrootdav1d-0.9.2-150400.1.7.src.rpmdav1ddav1d(aarch-64)@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdav1d.so.5()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3a2@a@` @`[)`3_`@__N7^@^^b;@]]5@]n]H@\\@\ֹ@\@\@\N\@\}@\I\I\aloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comdimstar@opensuse.orgaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comolaf@aepfle.dealoisio@gmx.comaloisio@gmx.comaloisio@gmx.comdimstar@opensuse.orgaloisio@gmx.comaloisio@gmx.comjengelh@inai.dealoisio@gmx.comaloisio@gmx.com- Update to version 0.9.2 * x86: SSE4 optimizations of inverse transforms for 10bit for all sizes * x86: mc.resize optimizations with AVX2/SSSE3 for 10/12b * x86: SSSE3 optimizations for cdef_filter in 10/12b and mc_w_mask_422/444 in 8b * ARM NEON optimizations for FilmGrain Gen_grain functions * Optimizations for splat_mv in SSE2/AVX2 and NEON * x86: SGR improvements for SSSE3 CPUs * x86: AVX2 optimizations for cfl_ac- Update to version 0.9.1 * 10/12b SSSE3 optimizations for mc (avg, w_avg, mask, w_mask, emu_edge), prep/put_bilin, prep/put_8tap, ipred (dc/h/v, paeth, smooth, pal, filter), wiener, sgr (10b), warp8x8, deblock, film_grain, cfl_ac/pred for 32bit and 64bit x86 processors * Film grain NEON for fguv 10/12b, fgy/fguv 8b and fgy/fguv 10/12 arm32 * Fixes for filmgrain on ARM * itx 10bit optimizations for 4x4/x8/x16, 8x4/x8/x16 for SSE4 * Misc improvements on SSE2, SSE4- Update to version 0.9.0 * x86 (64bit) AVX2 implementation of most 10b/12b functions, which should provide a large boost for high-bitdepth decoding on modern x86 computers and servers. * ARM64 neon implementation of FilmGrain (4:2:0/4:2:2/4:4:4 8bit) * New API to signal events happening during the decoding process- Disable LTO (fix boo#1183956)- Update to version 0.8.2 * ARM32 optimizations for ipred and itx in 10/12bits, completing the 10b/12b work on ARM64 and ARM32 * Give the post-filters their own threads * ARM64: rewrite the wiener functions * Speed up coefficient decoding, 0.5%-3% global decoding gain * x86 optimizations for CDEF_filter and wiener in 10/12bit * x86: rewrite the SGR AVX2 asm * x86: improve msac speed on SSE2+ machines * ARM32: improve speed of ipred and warp * ARM64: improve speed of ipred, cdef_dir, cdef_filter, warp_motion and itx16 * ARM32/64: improve speed of looprestoration * Add seeking, pausing to the player * Update the player for rendering of 10b/12b * Misc speed improvements and fixes on all platforms * Add a xxh3 muxer in the dav1d application- Update to version 0.8.1 * Keep references to buffers valid after dav1d_close(). Fixes a regression caused by the picture buffer pool added in 0.8.0. * ARM32 optimizations for 10bit bitdepth for SGR * ARM32 optimizations for 16bit bitdepth for blend/w_masl/emu_edge * ARM64 optimizations for 10bit bitdepth for SGR * x86 optimizations for wiener in SSE2/SSSE3/AVX2- Update to version 0.8.0 * Improve the performance by using a picture buffer pool; * ARM32 optimizations for 8bit bitdepth for ipred paeth, smooth, cfl * ARM32 optimizations for 10/12/16bit bitdepth for mc_avg/mask/w_avg, put/prep 8tap/bilin, wiener and CDEF filters * ARM64 optimizations for cfl_ac 444 for all bitdepths * x86 optimizations for MC 8-tap, mc_scaled in AVX2 * x86 optimizations for CDEF in SSE and {put/prep}_{8tap/bilin} in SSSE3 - Bump soversion to 5 - Drop dav1d-nasm-2.15.patch (merged upstream)- Add dav1d-nasm-2.15.patch: Fix compilation with nasm 2.15.- Update to version 0.7.1 * ARM32 NEON optimizations for itxfm, which can give up to 28% speedup, and MSAC * SSE2 optimizations for prep_bilin and prep_8tap * AVX2 optimizations for MC scaled * Fix a clamping issue in motion vector projection * Fix an issue on some specific Haswell CPU on ipred_z AVX2 functions * Improvements on the dav1dplay utility player to support resizing- Update to verison 0.7.0 * Faster refmv implementation gaining up to 12% speed while - 25% of RAM (Single Thread) * 10b/12b ARM64 optimizations are mostly complete: + ipred (paeth, smooth, dc, pal, filter, cfl) + itxfm (only 10b) * AVX2/SSSE3 for non-4:2:0 film grain and for mc.resize * AVX2 for cfl4:4:4 * AVX-512 CDEF filter * ARM64 8b improvements for cfl_ac and itxfm * ARM64 implementation for emu_edge in 8b/10b/12b * ARM32 implementation for emu_edge in 8b * Improvements on the dav1dplay utility player to support 10 bit, non-4:2:0 pixel formats and film grain on the GPU- Update to version 0.6.0 * New ARM64 optimizations for the 10/12bit depth: + mc_avg, mc_w_avg, mc_mask + mc_put/mc_prep 8tap/bilin + mc_warp_8x8 + mc_w_mask + mc_blend + wiener + SGR + loopfilter + cdef * New AVX-512 optimizations for prep_bilin, prep_8tap, cdef_filter, mc_avg/w_avg/mask * New SSSE3 optimizations for film grain * New AVX2 optimizations for msac_adapt16 * Fix rare mismatches against the reference decoder, notably because of clipping * Improvements on ARM64 on msac, cdef and looprestoration optimizations * Improvements on AVX2 optimizations for cdef_filter * Improvements in the C version for itxfm, cdef_filter - Bump sover to 4- Update to version 0.5.2 * ARM32 optimizations for loopfilter, ipred_dc|h|v * Add section-5 raw OBU demuxer * Improve the speed by reducing the L2 cache collisions * Fix minor issues- Update to version 0.5.1 * SSE2 optimizations for CDEF, wiener and warp_affine * NEON optimizations for SGR on ARM32 * Fix mismatch issue in x86 asm in inverse identity transforms * Fix build issue in ARM64 assembly if debug info was enabled * Add a workaround for Xcode 11 -fstack-check bug - Dropped arm64_ipred_symbols_aligned.patch (merged upstream)- Update to version 0.5.0 Medium release fixing regressions and minor issues, and improving speed significantly: * Export ITU T.35 metadata * Speed improvements on blend_ on ARM * Speed improvements on decode_coef and MSAC * NEON optimizations for blend*, w_mask_, ipred functions for ARM64 * NEON optimizations for CDEF and warp on ARM32 * SSE2 optimizations for MSAC hi_tok decoding * SSSE3 optimizations for deblocking loopfilters and warp_affine * AVX-2 optimizations for film grain and ipred_z2 * SSE4 optimizations for warp_affine * VSX optimizations for wiener * Fix inverse transform overflows in x86 and NEON asm * Fix integer overflows with large frames * Improve film grain generation to match reference code * Improve compatibility with older binutils for ARM * More advanced Player example in tools - Bump soversion to 3 - Added arm64_ipred_symbols_aligned.patch to fix aarch64 build- Update to version 0.4.0 * Fix playback with unknown OBUs * Add an option to limit the maximum frame size * SSE2 and ARM64 optimizations for MSAC * Improve speed on 32bits systems * Optimization in obmc blend * Reduce RAM usage significantly * The initial PPC SIMD code, cdef_filter * NEON optimizations for blend functions on ARM * NEON optimizations for w_mask functions on ARM * NEON optimizations for inverse transforms on ARM64 * Improve handling of malloc failures * Simple Player example in tools - Dropped dav1d.armv6.patch (merged upstream) - Bumped SOVERSION to 2- Added dav1d.armv6.patch (disables armv7 asm for armv6 builds)- Update to version 0.3.1 * Fix a buffer overflow in frame-threading mode on SSSE3 CPUs * Reduce binary size, notably on Windows * SSSE3 optimizations for ipred_filter * ARM optimizations for MSAC- Update to version 0.3.0 * Fixes an annoying crash on SSSE3 that happened in the itx functions- Update to version 0.2.2 * Large improvement on MSAC decoding with SSE, bringing 4-6% speed increase The impact is important on SSSE3, SSE4 and AVX-2 cpus * SSSE3 optimizations for all blocks size in itx * SSSE3 optimizations for ipred_paeth and ipref_cfl (420, 422 and 444) * Speed improvements on CDEF for SSE4 CPUs * NEON optimizations for SGR and loop filter * Minor crashes, improvements and build changes- Add baselibs.conf: ffmpeg, which is the main consumer of Dav1d, produces -32bit packages that would be uninstallable otherwise.- Update to version 0.2.1 * SSSE3 optimization for cdef_dir * AVX-2 improvements of the existing CDEF optimizations * NEON improvements of the existing CDEF and wiener optimizations * Clarification about the numbering/versionning scheme- Update to version 0.2.0 * ARM64 and ARM optimizations using NEON instructions * SSSE3 optimizations for both 32 and 64bits * More AVX-2 assembly, reaching almost completion * Fix installation of includes * Rewrite inverse transforms to avoid overflows * Snap packaging for Linux * Updated API (ABI and API break) * Fixes for un-decodable samples- Redo description and mention SIMD acceleration.- Moved license file to library package- Initial stable package (v0.1.0)ibs-arm-3 16519612710.9.2-150400.1.70.9.2-150400.1.7dav1d/usr/bin/-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:SLE-15-SP4:GA/standard/ff91fde68f2230f033992901ea4a0f7f-dav1dcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0ebf3390bfdd3a55e1240ddf23a66f79c1c2face, for GNU/Linux 3.7.0, stripped RRRRRRRRR'yK08tutf-8fc6b2b9705e917a58c5a07a06d6fc2196cfa15273fd1fdf492d0030b121ac491? 7zXZ !t/ 9t] crv9w )$^e%k ҫ\oTsӳ)@0sۧ/vll~x›r-wϗNjEس! ̞MPzTh7I*pjdLByyJ)H! ׫O\݊hX2rPe`&; Nxg*L1v.eÚ$exHPÛ&2=賖[V@f4v:}q/p<,tR ?*=bmZ嚙OS#E+j:E7PUilxv<8.l@bO^rtb)8l]7H)*ּAń~բ~pRwRuY.~NQ}Z9`@71!Y[)\[`ZUd]Wiٞ@M^DyjsV%sʲ,2={I` 䧱s3[9TO&eQC$Iۤ֏t匇dÀxA}R5zvn}OyK[<$]Y,2-M*G^9a4 |zx`;6) Ǣ2oٯzIP;$+f;ve 'Эpy K*VU's#-x|Tcw^wqЙ[e)YXgRޮ]Pss%_ӭ4 zM3b`?hPm}}u"g8(|(5p.JV~pIKMACGkY[nQʅ|9+)x84dhrGIwKP}31sٯIyp#5ſl󔙌(vncGrbh'm YЖSW 9N'?gCIbyL(\%udm 1Ih?M Of*ʎzi$_%:AXʕƥ GLZF^ם0}9 Y lXDց4N@c$F:3oش1SܢtCM Ѣ5TJe /Kgp9Nᗔ-7%"ɟ$to{r6MVXkͩZA,TٗNh}qKGzH_;v *IlBpl :vmힻ.@ԟn83K^Γ.\5zH|}Q)sxmm wrq\+ק7R nx ف<VX_ C|e*m~Yᣚ.>;;is<ܚ&p:ui']2EJa, `I4;wTflg[~5lxuO$zahpj3´\W'e,Ot*>ϧL=B5)f#/1J6OSiWu^E-Hq?^T{xмS!NrcCHs)[dHhJLz>mPW%UMy ¥;1.guaO Gkvh$:n94D!󕍅u,P)5z:N ،ϥY 6p5Ԭ~$utb_иZvyepXHb hDd-4#͗!UUԞ4/`Om cƺmV9C'od>ƆR~,e3P2O)K:.J_NLw#cFxO: )xB׵&M.&}XCI5 :͇} ,E\trMlxԣXq~'d{wȚ g]<~dp\>7kJ ;ӽ0L7Ϙu %rLdCdEg n *Z{Ty'KjRTMDP.nTK?C0d,G2CӉ4O”qɎwZ+wθG0/M7J3c$Fq £P;qWHbI<̴ٌq 4MOVUbDŽH]@BFk.Xy$' KAwyNV#%ZؽȐ?jlrʄT!apOz ð0.;m{HDcT03Djr jg>[x%|PJ+i-)'m1ZN?H>no3yz;Svh%Fc',($zSM7ʞa8=RKk$S]eSx&B<C\)~b3C'7X?(j;(l-j$mF~r lgymhU}!baDc\`sG@-}JYwYLi'ca!6V샠n'#I%u!@. zMwEڧRRisroz.pOpif;԰fo4㩏vyB%6{e%Q=j<; tr#`aBvK2U7?6'0W^Bl۱A|tb3oPc cNYMw&,P\ͤs\;)du_T11-߰@cg>\Kox? @a_/F1q GBĹ;?bNϏeMt0(TcFQL=n2M)gD,{X B/+ƹ:їf9)3`QkF=YDvgx|9o4ȾOy%}/(],=_E9x?CLFGHwԃ@$7r6 ld-ߧIy|soT?%i\&}M-T ݱ&A O(reSm[w!t\rTz0?:gKmu5фo%x7cRKۗ'6 $*\ZGmE>j/Mp M:!Yhe:cOdIC}7Pguhz}Љ/w9l3{ -HDOqtYL>$頎K2p$9/Df5~8$ѺRWzUs$Tjoϒ`9yk"[jm"$RY<:'VL74 O̯?6Lhg):AN.s=~>誾ύҐ&ܞ6$6zwnЊ %ɎlCͿ17m@|zߚE_'dJ]#ʽ\p:# 1"*mhGyչǯ7vzo8umח?w=,g ຾G%_*/MAobv!9Ũ6^5֛' |km̧u!fAߨK t'9^ڸ)mO"$UO@Xlje Ҫ~P-H1Dxq}ҙ` }܋/5b%q.t]]ds6faFZdE+Nh1 ֑Glod !O\:۫Jp'.fOv,uO$; Vu@Q%.l? sGT^4Hܟ.bV3+]!P 3}|BЈc]Hb|! 8rzy!Oy>Aq<ҼzA鍫Sj s [bu+oyѸԽo9M>f-uog-G!D[*'< K x95ہjYcv`sWedzE՘OBܪ^:#k`FTZ$JE#X]]< s")!ӷڄѣ_-@Ƌib1LqKa߹'B[wB aե_oL<ĞV3W| E/RhL"~WQƪ7S3ˡ5_f*gpeۤ{ [h$.+1T=% 0[^ύqϢY1bsQ;]䏎,%)SQ ^5Fݙ1x'/p 2i@0CM9GlD"e*$?&òUѓ6R||`")HOS52k@񌹑)4Ț -T؋hŌqsN.|c$5&FJ쬭`\ 2?Hm?;uHf@*rW+* v|_FvԸw^4Oĥ%\ȣ09],'>p[ܧіtȉ'O>- rjA'`"[Kk #$eٚ%CG;KIX_b6&] ]V iK# y 2ڊT]\@(X9A ށպm释ϜCwMbN"$N5 \51Chύ)]^ۍ/*Sv9$Rkf}*rӺ]LsYgE?h:28GJs]* Zעb: ũϲ!FuP%3ZU J}+`ݰA_v  }c~laѺQU[ҨDﲶk&#2JۃѸwABk dG^ s+C>#q.\,=,zkzjWPZEB d]O5)V8s݁8=;xl@c2&B;%`H#Yڞk3-̒ fխX~A}Nh})`=Dh-VtJM“}f*Z`GĊ~cL OiqPyXD3k<24nų3&1hu&SON,1o5 Ƕ"SE^ZKg5`K)5h]==iA>Cg(:rh'",<_*jyʆ~{GXkzh.=4\ͨL?իh' ٰs(EQjXD #L8%җ˺+ 2r /XP!`NhS$SZ@[x͈@ miZfNizx`qQfSa.B7n63njYdp抙k{M"je6S~Sj>A[a^rRB 3pKU-eߎ,4Wź9eDV .^EmgHG?` W7fD_Q"d 3I1Mh PaU 8\>%:nQ}]dz[!&SsXmR0UUTk["G d R $Jr0{ LxsiIgAaEK3䍕doBYl CJқku܈g{:z2!N/1/$ DK|UD=0_"?E-<1`55W*lN._.*&D?̼B"'}+3n厭9e!_Aʂ'VCzB%(+q~P[ '᫵3li~`j^#$PLퟛsJtGb@6ėl<¼C:0RMq=-#XxB8u'(bd$o+AO'U]PK>/Zq&&4.uI3VϵL %&5^\Z?T l ! *W3ɫ޵ǖ֞nNl{`s^U?)L~;KB4]uXS/G@wj.?2_&@:/,kwM'Rap7LwhiGX@觭6c;Fk~INj@o^ S_ه4Ka&ź?QPٻxp_7$28f[}$ iCx|~)⮭3)=ڻJ[ <.Wd=#H/_ cێk=cj'WJMl ORd|_SE [ Mkh+cȹzO6 YC 3DOqlTIZ]a&imvR'`kS_MjseDx/%PV:AOihj>uEfI۩3nBm ehUo W]LFlV>38WV{; RaLQHMp,T& ƥQ,0K&PVޫ}E3eqVB?I[s+z "fs]"Ԋ$60>T.}œ?A>M9]}/JN9s>w*Xp@QC42k$n:)Àخ,<BY5ڸ"9\>wbG=Z2Ab,:w+*ŗ;RرD4GuNC,9|='^*.}֩O[jrtsӤ k 1KyCf_w!Ѫ ;U }Ts$Sݐ5gZYt5k[F#uSb Me8VNƪWx[Doẩ!ArT0ޞj v\mB™{ǗUOf bm]8/Q&gH&;OߘE\U&w.24رO*J{ꈔK2IPVls$(;-^Q^,=F}**:|熢aBgp[fv,npzTp]]L^ )|@1*$D)ɳ}okt~LĜsq_C~[0+k*{dji뺝.dVTҘv"@؀7;b+mUdq3օF0%IkUɦC0a27㍆muhM9Ŧs)Rtd%;%#A-n:ʏVs\{Z$Bj|O iPO.`H&Cn_^8+`%˵UJPJTyedC(#-|Pp.>0,`;E4"GAzZsDVP#DPڣ/m`\$5nlTYS4nFILJ` zldrzWoi3{aR=1 #ANnFhnQ*[6!m/`;PFb]=u^rJɢgg@cQBErp O@* A~G"_]/@Swȝ-Plڗ߼HG|ot\|>1"gyXgGqhV<\% -U$d9̍~eqfѯ~ i7HW)ZH3R΁).^MѤW, yenCIsx?c?3Jw:G'O,9Ķeډu<.!ٮs Ԡzj}yg)usQAXW? 7e>L8?BxG ͵SwsƤQ2UZ)]Tnإ8/3$:UU>vXѵI9}ڿWXufNv%Ut BOo`"gUfx r{镚W, 6!b>HRk]Ͷ^یD1Q4UocƐO(h[0$ΆoTvhgv2^1s{y($Jo <N평{LJU+_˿}9*ϕ*:?@ʈvI÷Is(S-%r/v h}ଡ଼yAػthofCIoD8y<'#q&a`HmА*b憘XRg\1{mKx:Oh{,b,|G$@޺̮򠵲Hj(z t P^nzL1٘~QXMo:E9J6C㍫J+d RY%! ktߠͳ8cq)|^ը]O~8|dߵ7~r$IF9X<bޠaկ£,ucQ(mé^G]qW&l%P u(^ ?v(8o c?WlidLlGvh|6Y@c AZtJЎiy@t."z&TdV໹Yu9zD*K_BI.YcAEh+Pϓ|p޵DemrޙB*>:$ D#8E\9X|b߅%lL5Bp0KGkG Qͪ՘쨺>4x\<]-nzk _z:sexkjP9E[¡b|x[9l%.3%r=,0k8=>e&vU@P"ƀhN @~ v.c0cg]VvXxm VEES/^a:w4YP"Ai)A1BQQZP>ybTE|z;"}%Hsqs>_,E4#T a8U-.s w7(gu ˀcl~Os9"ƻ2lƱƴyQ0!NAa%c:,Q shA;96ihש`kڎV?sQn(V%`2G *U39 fM@p~aA\ky‡ɉ6lR0k&mC Q'3BZ) K#Xd=m]ɄgzlRҝTmR ZІ:E9mA8C4t6K4;?7uUՐ'fmZay}[hWĥH1B qY5 㙓I]oVL {w8‘Mɍhx3E N'rɬ}B3 _3ZNIz>Y#9PoՌ&n\K`;Gu2MDSetHFwt<\rV<4yydK ֠d⩸%gOUiyѬpƷMUE>Y RBto:r_[@=*- $%qŇ#c:$Ajh)\6K`?yc_7xsQSܬã.=Xu햖G8d"e}]JQ.mh+cqZLdJ.o0?$xٲKy9]PJSxi);A@;J&u\VʳmI&S2Ьnm÷=.^.CΧ[n kmnC->2Ir!R]65u3{!|{?wy8& ~O ɧ+V-_E3K&-зxou6ЙEvH<^Ibrֆ!8tڗߛ|n_K܊E}KȔ-*1`^<2dKѤYW Cc"dy,|9!79vG}^0[ȳgPSXGk[JzQqA=zuk+ؤs%*'!"ה0$좲YrD4~F r2K`Uu @Vč1rՂq+Z*Yiu0\B*]"myѭQ6L(&k9/uj A