dav1d-1.0.0-150500.1.1 >  A c "p9|OHf}~g-9u+龽KĄB;v `hO;]EdUtk3m3jƳ~nbyk[Okz[eqz>‹|7QFVN^vm~ЮUd RAy>XӢ{9N&P5dlO vpk z{e5Jko|ۭ5xcwzQ8mŶ'թΜd47680dc61557c1a1618ef90989db624769400a9eb8d5a2bde55704a0a31854c11cc55d1b105711a2109edc5da65c0ccdaab80f8c "p9|KuL]z w4YA`N5hs/Lg.- SE?+{T, ~j׹jb.#Q-K#aa@>t;[ ƩDӊ}t|նA =x6i[=ovzŮnPVg/-ULn7^c%:ت>p>.,?.d  (  !V      $`(89:EF+;G+PH+TI+XX+\Y+d\+]+^+b+c,Ed,e,f,l,u,v,w-x-y- z----.Cdav1d1.0.0150500.1.1An 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.csheep12SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/Productivity/Multimedia/Video/Editors and Convertorshttps://code.videolan.org/videolan/dav1dlinuxx86_64cfb6ff02183f7930a3880f75143477dcc4b3c076e021f868a6b651e320b72af48rootrootdav1d-1.0.0-150500.1.1.src.rpmdav1ddav1d(x86-64)@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdav1d.so.6()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3cGb4t@a2@a@` @`[)`3_`@__N7^@^^b;@]]5@]n]H@\\@\ֹ@\@\@\N\@\}@\I\I\bjorn.lie@gmail.comaloisio@gmx.comaloisio@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- Drop _lto_cflags define, current version supports lto build. - Drop unneeded rpm BuildRequires. - Add pkgconfig(libxxhash) BuildRequires and stop passing xhash_muxer=disabled to meson, build hash_muxer support. - Add check section and meson_test macro, run tests during build.- Update to version 1.0.0 * Automatic thread management. * Add support for AVX-512 acceleration. * x86 code speedup (from SSE2 to AVX2). * New grain API to ease acceleration on the GPU. * New API call to get information of which frame failed to decode, in error cases. * Numerous small bug fixes. - Bump soversion to 6- 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)sheep12 16775928271.0.0-150500.1.11.0.0-150500.1.1dav1d/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-SP5:GA/standard/f6184277bbb04b945da1db6c10fb55c0-dav1dcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b6dcda83a835010e063d491f1e7642f507358130, for GNU/Linux 3.2.0, stripped RR RRRRRRRR R d7QfȘ"utf-84073bb404d5b4d6fc8f7155d34b5f21be7ccbdb62ce2b501cc79d5adb417c384? 7zXZ !t/Pj] crv9w"KLZW\[U|.p)qᷗ_zINFawlMoN fIɍM mBo P*X,嫗'۠J{3/ci 5$sQbY6Ğ=W 8܊*@DR*"^emm0?ع<`;A(v0v^7 <#UԴ>nRD:κd+ SDH3@d~V ^G9wHgc:Nl#RtF(Iz=M1i 5>\wcc\$!NHhN/ߘD]m#U+u|ڊZK"cq5`@= K } $ s9Rk^kFwdOT *[~A68Yyђcdqe [bq28#32) ~~+)+,j4ޤN?Q]0:en6NU;i5n> åLY^#;{WMz?`uG:w͟~B!Uz >5K׶F UxB[GLc2#,p2gwcȖ|Xu·՞cIW,_i=oTe[I˻+X@pVDeB &׿~qm3a(]a*:*2K Rsc%[o}))M bl)wFqڮcJ Rߌst5! &V .w"(׭'-&eB8bp9Nq#2B`{1 |^㔅y7ob 퇅[lͩtlK9^X[Ta6X@S% NK~dJ+aEK@ + ^ibr=,F=JMHuXջ6f’i{ DI%c iuJ7.2C8TDQ;Tѻ GvUQq| '"/?W E;nD#R{(scA爍L ≼5u7i -axf75\`~ VρgKw -^hu?1;"4&޽ GBlKoD-@UN 1ڠ]8GDi´]k! xMܻr_zoiVV甲~ݗ6o.G¢]Xy[G.)nJ)'9on@2A[]crܬ2^pP9/ւR/.gG]Zl8!rzf[k"{J1! b<]A ƴmBZoFѯ1{sfzSjbjOJ('TB&+1Za`;dimzmkLj ]saX?Ӊody&ܻ_Vs_<(\ 66+4fuie?@}ԣ}'[X9 ZOF j<3mst J^pP1ArGLja) u}}->7PX\6vl5ЦQ ]b6- ]%?-OrWu^ {v m>ͺ%1pUSF B vQ "hp]_M;~X$BX=Y7 x O6x=iVX 뉶KjAT{IeyoZ"B)DцEJ֒ x=ǘ|^3'ltU™0\3ddXR{v)v}עztRi|o{nJnz3;RxCtl>0wW'Z:BwM7+tMI5mu<'g@6]>!!mxgJ|#F~8#uYQ$nZ(^p ndc7} # 1I[TbJldp>R7U;7Ueh9+_KaȘQnXO"ܸ!*f8JL*%wRR .r75Y gP{ ,YQsPq>$~Utr?_ 3e7$=ᵹHJ PB"a/KGbHlZnYrnH<{G`5KDs`cVxH\4 e*+m5w1<^f H~$}9;~I'W3Pi' >sǖ<[pe˹D^`I$b92BssNkwrm奀I Rb Z=Ρ`) ̃>IEpͺz3g/DD[9*B0'/D{Uh.rC7߲6y6+& ƦWd %ݞHqpm zD@!(&neDm)5ia b:;SMfL@,1i pEăh'[X\<¡=7f0umP=֠7mEJ8<ʸvfkt;@hyu*ߠͣipr>ʬɥpjrf a kyePrϷl2vlBhgI>hmЖ^3Ggpz OCmߵ$jf(ߨk+ƻ? 5kJ?tfǞe#?C *I9 .wEBe "qb›-]ip{LU31~Na55Cdj犭M!uМB XOD +ta5'A{;GVﮞTCS\qy~hb&Aw隬e\+'BŒ*+$h^c-[LfU_b-K\+Cf!YF~Jy4<u}==g-2gtz3bW0z0߃!Bt7?iA\\tM"u#DKQ`RL 5s'Z 9}Xq*6H9-ͽ!iNEޟ\ił2g^%kmkj"H(=5TNN(Ët9zSϹI7ZP8i$ #눭Cy&ǡ c X 4} Oߦ&[)}y91g?4TORPryo; 8nfRh&M&}_[eW  =޶&Diw6Ic鉽ڗ(]0{TcM LMf!- NzT`\A+ ,AqVG[Ufލ?e#e_N gInYj)"Ѣkd'VYEc&<֚Hvz|5}1"Q_邞'-RNEG9mW'eR޶mwƤSnt$BCb&@l \leg'$t@eSVyS;7聺Ⱦi\׈|Ӏ9epk]GUoO6RQޭГw#%>%ߖ|YG\}pn᛻vo|Iyzs!<X v|eIqoW3;UȬY,hɒEF5@2& NDp'řզ*r(5K{wu5^%zMR|hEQ2xwo ʂI0.EO#I2wHu g:5FN5n;dBdB[H6 ~} ]I΀E~kNs _+=pʀ9JK0gWײ:&.5~V^k&2Q4)!%D!Y&$G n3FI]>*] Ar{fiϘe.*LBe=͑BG(sKsɱ`n'5gf~k$c8Zs'u,x}~3õrm]%Re$a3CNsO5|v$&O6|->",Kn>`:w޿Mh!팽3G΋&{E' 9`v#H]$  3woB)Qێw/PE?n!Q岝Q^-:t߮8Eo,$ 9,%A-0B#8O9d3=磾`e^ ,g.Wde ,o 5⒬0 gqG_!.!MRc9Es}6Cev G bc!lhPmJJXF|8;E֝av7O݋\@_f2w\ԭ 3_N*c%[_$<ۅ 2O(:;\EXQiŁdhx/omWf*ŤWpg 獳7ZU?+#,/x&/65㲘T쎶tIJnSKq_ LחǒLg{W0i4M>괟1~D}e&+Ar]dNepVBOh4+|FILfwŘe:Rrd޼P$#@\0 L>c%Qu=}LM7fg\[eo;p1Eitҍ6rP1e5|M^|ٵ5Ss1_ _+jhr5D2-ƲRu;yG w?ŗU0Y?Iqf±MRmt{k98`3G\y KklsHǕr#G44¡ ZCvZ\{vɸ^=Q0{6SS>Wض |7Դi7f) R ީg4"U GِJVN5$:BxIxoecAܹ :BsLnV׎ڎm`){-Oi(%.:eJ:N)®gu{vapvNm;g#'W iE.%zOH!X5/a6KE3O";RaNbPy֩s󼁯UuTү=Gu5mAR}J 9xsI.1ؠk:i,+46 e tv'̩k , OTBqJs?Gzpŀ7oI/x~=(277 B!s 'vO2{qLY8PvSHpO F ld[X%O#6K_g% 4.Dܓ$KƤs?s1BIF.B6M9հxTi"k-'i眔=6 b T,!K:,xA՞hk.-QD[Pޱe,wf:^)Wo'=ʺ^`P\ Ē)r`ݬ8crpαXNLnjW=ޮtDyX:p `|pX*8NhTqS"rG1 ݫ0 UIe/e`r엃И0ȑV(Bv:~QV*=nPHS8H7Z'C*l6J,t~+;H|w"9FZWCģ4vˏqKgIm2 xݰ[ t ^$apwLt>!u˯p@܁/ր.N^P?:m=:BcnoȑF,n翊'>Xq8|d%<2 Q/Oޭªjb&kKq'4ΞIr4EsCCRJvH/P-!L|Tќv/5oʣ&i.B p2İ_핺J|IexXf= @:FhÌnm]O3 RW!o5^Ji<~"9mkNg0ǖ>p\;{s)XQXk V׎oY?ƶ"^[ 'եROHc۶e@kՌ?;Oٔ^٤5|jx\3A40 x(KMԃNC39阯w^gRv-+uDEjL !Ih*ՉCq`Q||zg:!3% 26a^Uo(o'-Zl22Z43)P;c-k]Ow㷟wsm pkL{B8FxߛQ.(>&ZX9{g.M/0M[̌yeV>ͼd{(EpdG4ʾTW0gΩe>|I?,Ia2q~cd̥a彩Azdz>򠏟8*hMes6BsX5Pi{zө;;۱ՓY C1(OKA’5C{-x:])4dΧbǵ 02|aYXVN;B $n%<#ݰEcMO,Z:Gl]yi$J2& %@ȅ>w.bg}FYe!c5۟Ee%Qh>7|Qc2銪vf)]Z j?wk{EP[ߴ9ؖ [K$dݙy،o/4@$"Gm](#$#g{;!Ę4Y nVcqNca?@\k".LSTT@Kk@P X%@sL~>]CͻxmDEPfBrW]78=s\n^WlMiXZ9PU3zq KJXY|:C,D+];,ޤ913mT.NLA+Q2>dPQ-L&Yo?A loV6dY}@6ׁubn0&;e3~.('F޵,V!.1%{mZ}I d|Y7.~ O4 = ݂~pd_4{6n'x ,m뇖,ȴ=i("a5zW5U4YyvY,e.+𨷎ޑވ)n3]GɁrHaz½= wߴbj+}ΕNd 1ӈk@1HM~3#eu#ecAӨ]5J=ae**H5JJbx@d+zp#P3 >T>=;y/aÔ>@{SG ^z| Ng}; _20HM)/+vҧC0LI&|uࢫ(lO's+ܥ}x;$2."y9: ݘ/⎽֎jkB0 RL3=(<8{{-d XocҘ;NLбW%?S=cNohQPqu#XrqwZaW6`(>9P98~^Aަ諳 v\TRM?>Afj;JV"n'mjpHgEyKqxvGI8Λ*aҁA@AzꇉS c;'.0}ױIn}\O"0vLi2j*iCZبgeYާ) }4Ty,%?1նL-UM-"` *!8ySAJCI-RQ0 ;G#'-x&V&?cuU/lL bl'5[GyoO;G 3q mWk7ft4 \h?G>4mg M"ꤳFMU^j?xkC6pd_ DuӹnL64G#j=P:a(Bbn\4u/|^ǡfil+n)Vk;O$ ,prtVsnF*j#maG HQ +D"BSsF\ %E(@l3ּ fBk$z4v9n6Jͽc3fT3oE?8C# [r/:/[V5(RBV˔O\B;7E ߉|DmI]5XݟS.3$Jrدe;)a@= Ըaq1{D#S]4MqϨk3:[Q59(6)؟ZнK3@~^ #B%BxI|"'ԌkGQ{mu.+^!c\Z-3OHWr;L?yܛ9)o*cw!g^%=d m~-{tTq4ɸ2hxSk<椭;CuI}ѐe~d.;!tv%ioy;% 56I-%oi.+E*Cq^Frfw geASl{= %wJvDl_ݷsˏN` r>KRp 4O wT#X8H dg&q=0C?}CjCGqnai&"7-Iʼnof OA׭l,jl~%:@><0W0U(q=b:jP?EF f(*»mf/?SnE4iAѹtz[d!i"IK>Vyp8{?GOH*j 87[R r/r)!NxUBn#doB$j f*sCv+9𛘻ȻDf$~(f7mO].ؐ/{ _؟,{q q;RD9E`O-6U2![07oC#?~TTWWw]$D:OD:܉X4Pԭ_IĊ1eJ5m3HD\9Հz菚QSQx6vBx-~"9Zteswo5CKZqlc%+$a/-]lv3a6 ZNlsJi|G6dB+YBkϷ&?@դh*MC4%Vb͙pzvEyWlk/Jh(ū*[0پAdp4Kld" 8C7=7&c%g $4oc%(c/MB{)J fyZ\\$[|JgA݉2JcV{'5>Ol5Aϭ ڿC(۔S;EB^ѽKMKoُc}G脾K0aN%>A]sǀ[ZbFvSg J9$ 3ק2m]Y$L)01'W8(,LӶVSx ̤i-2K6Yɸd0 óÆZ+ 0>hgrϡr>p#5k)/iVYko+uHU,vQۋšݥA;.GifF?pN¢tU^HX/>v jл$K ~'puڏg NTX<3ZLtbe/=cnafՌApU ,ewR#v C?P93#M `x!/,(gTPN<6Qs;wH\vmz41%nI$Y3{fp4[f f`J#vj[ӾV(` _~6 [k7΄+7˻_ qocU&L9\C!Z%jt4s.Ń4Teyi2)91~+9 S,yV4KYKYSe$¼ %ci{û{E_!#~1zLzEwYz]P& KaVSO1`av7e.GkYA]0?HԅQXZ_3"ԇD;ҩr}_<f`_/7z EDRxdJs T#7nj,d6/̽ᘀ– z_W|>Ҍ碦oqmcd;8^rbw*Q=KG 䶥YGL8P릿, y$ E"Er-ti~8y܂s=*h v]6A_{Bh8vvH`~&^$an7#-PQ(s3@Ô|͓52ib}>rqݥc* /׬ySbƔ ]Q9K :[KVNa̩YH.~{C!j\*EtS,=8- X&Fwvt6Ǻ$*oEXJ͊bΆ'L|05qژ S)^Nc'zz1F!,]iӟg+F*#`ilnM'@}:%n dXMH8ݒfJxG3w@x4M vÅ7.DZܪ'wu39TN֞<>~./_jREj'5FWl5b74 KP-DX,:[䇂"F n2|z\ZA dyK^?Qi<أv '#r*H O]ٸf勸Z8PƱNҙK}(hjR[p%6g<M/Ԅvc^rLiYR'Mp_9@> n oECU1|8Audi}ӓ#{5]qw;'MF鹴$ O=1Jg9/ 0,}_o}yX.h&NvkdEsKp>4\LGdN~iVY/n^N8Q ]bV5=?χQ2텋 _/ȍ0Vos=~dW׀'AIJDhe٦;$TydQgk׽JGP;3i~ŪZa|1!PDI798D!-<$rA%e2`:mBw:a;pU=؇!ow]v7+-پ=j2`:sȞYJG9A!]V'PFc6]6KM>lMa% bmA}gx SCK3ǫ9{.^څ4zVVVUր٩!97fZ;^.'2 /&E{UZ]:hbhc!ɗf+ -HX9)kPd~ۿkx;:$6 цQ-;qP{/ Ok;aR}ޓõ* AFRH@-Kc0Y1 GNߐAʳ~mjC=7N$0iʇ&-Ԫtvjt _CZUʬ#e1דKn,ᔎ+ZP@5C:NrN\r9'P+d9uB- ~\G%T3EC]YEH `Ib˕X|AR-* 35G/Zr~{Ⱥ)'%FݙEܱmgR" -nADZ:3U%0\aK:o@e0݆S?AU\wڌ@P^ڶwlueᴟ}ecޑ;L<qA\7h$J,VN Q ޾-jq;ؓiWwN$ j-m6k`ei>jY\@i63Z_ǻ.?B(h /З5wu|낞jMfŹƕ$f0ꕆ@9; 3: '@PPj%dM#U3VUw _h::C)u qIPG ' TM̥Pn*뻓oUokҘ> 5D$'H{:4ڶ5W/WGS2xeĞ6ҔP ͮr2=hLLte>NDw4,tUƸ%-G3e6Q1nF -z8NsHkh'(Mw6#[ek^t:֫!_ k6rPٽ7USsig"L1,M{Y*Qk5)f)XÀ5u5}; q8 pc0wJe(zn/.[Fmqww̃*u[PxբKuV-1L| YZ