dav1d-1.0.0-150500.1.1 >  A cp9|LŢ-^_i5C1PyNF9QVa1F " i?2<&J̭`2B \Nt O>)?Ɋ[4dķEE9fgr&N#=b. (DzCD)7)@: q%Ŏ"g=Bܝ=I$&wxqZMƞ Sۯ&/HԥC𢾫!* `3cc939a9fa0c8d5e775682960653f859ce8d2348639c49eb7e5684aa1cb130bc98a471c278320532c938bfbb6e6faea5e8b5eb32xcp9|px$,Ep z> ~f$`0}.qMtuJM$OO*Ќ3:dF%S&4;5-tЇG֧ь{d֔J_ ?Xc03(ԭ>?d*Gh!ў\,dpe'Y2A6@QJiZwr.1)⣹PRI\gf%!,[aG{VkeEhfx ܏1ȖQ\;Z{B#᝕? H S4>p>.?-d  ( %Z     ,d(89h:%F+G+0H+4I+8X+<Y+D\+h]+l^+rb+|c,%d,|e,f,l,u,v,w-`x-dy-h 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.c /s390zp328SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/Productivity/Multimedia/Video/Editors and Convertorshttps://code.videolan.org/videolan/dav1dlinuxs390x8c ,9e18f3a9e64959ffcd8c06dc95b44f5a691dad2f263bb206213a0e317f77ca39rootrootdav1d-1.0.0-150500.1.1.src.rpmdav1ddav1d(s390-64)@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(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)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(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)s390zp32 16775928791.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-dav1dcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ce26c06b1d6d4640a6aed3fd227f76bb39b79fc3, for GNU/Linux 3.2.0, stripped R RRRRRRRRR#P]: g^齒utf-81cf8b85ac4b1298ecbdc01d03c907f4ef0da62b49504291184e7dc491f424adf? 7zXZ !t/3Q-] crv9w"K (:2"mz Ǡ{<)Je dksm52!q-RZ W䱃7Qe*J'Rl6oePp ,R-2f^vektњpxcIPts)[:ڤ? O-._ &&xTЬ/ r&Fʨ>Ɣ]4?mAЅ\h+/lX@RZt:!iV}ߺK"#IUϖe,w& ۅ /1,{e!{Uɯ,~5'-&wdۑWLj0u2/Ìjۆ"iBVD5<$ iJtlco (*Ք,:P%|]ׄRUi{dq"8p|#e21(~ Yi#8EjMbr3pFJ=]iȌgÕ4R_ڕmoy{o.(}^s8 -{Zk|Q $52 N;.{,JSP,遾mIJI4rḷUbv[$bfˈ )q'㍕aMjL]1z6A-g9 *_Qe'se1;bMϯy[<4*O<%d7wˇby g!t]}y`ʸRAЯ74 sunj yօ{<ڗB3)oyB-&T`cr/· 9wJLKzJ );85XRI5ѐ6$1;FKv6KT.Z^mKfL]!v;[ªmuLY5$aAӄlJgK+!7&E|.\A6d6LIy;.̐95ODRep?&v`Mc?Xb`Z$7ӼLթM,#b{7EB'MCCaʱcc:i *A2Po֧u!LىMF+Y,&FcfM8q읉uD#C޶rD% ۦ?֛KvI[/FXEaLÖp|ٴBL!3ė_"!g5nD,͊no  J‡'_"d:ٮT CCL ǻ:4)Ayn40~h5Ϊ:k' "[^d7H->.4``47U)'xuDd\Ҹqd*҉d: hb}/%7)>\qp{5MGDŽ{qxTHq#3 aBu]MQ{B M/.6\_J/$F΂v;41"cA1F 3M{! Ó*vɜ\)o([&5֖s1֍|Aj1e|ɼ1ew)]Ty YqA۞7v~ `!?gaC7qH+^b?ȗaf<Q Je]/.uYD. 5@Soe{ QxQ&DL Ə7@+,z~lXh$Yy&ߏީ.D]sc c/> r|zcYKld8?]'>SCh6x؂?mПx<h!~؟:C00FI I" /m%?cIŠFq#^n$\w_A t;ޤ(Z=9-}p"Dz?r> NSQ_#;r՟Me_*v92;)X*JRX"fە]}J+/fSaXJ:dl֐ӯ~e9{}s=YկUmY7?YٚlaFϐ&iR0ݤ="yҭ ErnGTI IId W/Q*B=Mj N6(;5/2ɥٮ5߲WbH˒O8Hx&绸iޑ mH"%# ut:MݽX/QF5ޘGx0̛Ikc78kztetL&^P6NAf*f;'l 3FXQcIN4qH&­d7oˠ Ђ ,jQ LƚgMpaLl2s4Q~EEpDa[sR<}U+Dğg(7cnD,!%?\\(59;4y;Q4ju)#7[;qͻRZ U 3ou){U,M/- V /0Ugvb~}@ף[=sn~f!4}W¼((_?Jˡ=U8+&ү^P8a;hšo,deP2@HJ Ej:NKKd"P z lf|x|L=[>1bB]c6!7%fk&g0Gu67k̨y3&=Yg-]DEz𡩯η }ܲX:JOqj3_|F? ƭH&9`y8 GnK>G8C? PA]ªZq-GS_$wq̇^klTvR^.[j8˰ "L!]8R1ouN3-c.2rY&ԛ vv>ǰp?d&S<-{'n(Vqa/Qz;[eK ڦX9 0 Y-qyBV™*ȉ 1܎$1OCdQd=f]%J]+cxⱉ-2!o 22eb䣦MxTaM*O3&0AHv6kO`$*ʤ#OKT\D/z<&__ ,Cq&rfGXwKA5 ֝&y 6BR<6f`7w'YI]3|!Kz.~$NZ ~?3gp)1<7i6΢P;PY^Չf&dbxwBZf!g¥M%/ =3⬄t]lzt/LS=wU ,Jٗp|5ύYZ[#wY/gor^#GDudk%Pa-dzmȨaڕ<} htTcC>Lk?}:5FB@Vl^Nu FISmsK.rhT~Q@`ˮXLU$>>7?)U×HS7wE"ؗe†I'%k<pړmj/K۩ u(|r'21HВ-WIۓcoD)BK K=6` iaxW_il]goUv Yw$BjX-cB8a@"dkESy髠p6s!_tv腵]\d&+:M#546~mq @s.QP>mt pEZ2lԣ-TnLxZh"rN0@ElUנG6-h#w)Osh6H au#%3]>3m}j,zVD!݂B}C xqirһI¤'Y<^ڛ gPC:ӭÃ&v krsʟ!5u^Vh0,zBH,gR.= PpF~֛1 X !N敨2?:oFP1{?9q'oF:Ig)қ> sMTsq/Kܧ} 'F"~d0݁O b w$")yE(a(ߐ~QL֓vfj.mzv!mZv@&صs.<8g7W*\}w5)COjhnǦ?4tO8lX2Udag:}T6ĘU]0"aZ> Pls?8FxM WC_X CX /*ฑ0yzA#ykm,K+jZ~$ [*ʎYf|eΓ55_%*v@^{ ʪת7:MA2y 2t-y ȴ^pKpպQUY^x}>Ǐߋث`g*'2r,]q!RKbh\,;3:u؇jW`7߃Ý(bY/ JՍԞ*`' 6_>Ghm@^ĭ/ərٛz"||hFFIbIe^gӟ86ɠנ e͢dRhj+tEvt; O^wNȸpn^ڌB#I6deJd}Dxx)}` hz[c%E+,ge^0߹R.O԰`x'D@]X0D %L1!~ݜ#ԄO<'R"Չ_zu &rp#׭ѯa@kyS k'icg8y`./AdFSaOUs;[պ}Ov4UYhp0፟Cnruk^]W!XoK_!>/ݱJ˾)@ Zb)FTקDF~ȿ YGVV7Ajh)\w4'4 @ͯvo yCFMzv^@] flx5fb;솿K􄈍TW|և1Aj9ߒO6Gg'Φ4O8U͢"jj[A\wֲnƖlE~y;ГMy/@{__4|w/P@y'YmD'gSp#G6C꧍V$6qlT_c!)+1ap?%^wf-泹I+Vh8 jgyfw-X> VڗSտd *_pEȮ)ō\ŷ5r~[DW yQFUB$ҀOi1*Za[*A]&.J32F`/Z,6EdKGHz\m5$| h^ԇajFx( Uu( ȄI ^PnA 1y§){Whᑜ?Bh5COi6nDaxEaWp%t]%,$GcTd9Co63k wǏŠğSU'6+%] O#~W04a6f|~K`i!N`r&}06S^LɳNbKwkiuXԡ4iav QQ5#Jd}V&\Y̭ذ+[rD#ҧ\Q?|)d3sq$FvMVuts^U0a#7:XMcߚIfovMIc 'u՟@!蔥=XB0׆"48&ٰ>?:]-7G2d)+Tϑ]gX.2( d»7$~7E&ce,@U<6Mb bV.g+<<Ɉ1,Ma2REȍ0HlJq˸\jcϰ;$עd}T>S,2QDs`d8DΌ{ߥr/kpXF9Rt{oFL%kZ.hDEl s6hAPxD0 n|ڵY8j;U!:G)膑P wⴸ()l!5dYAX㪑&-o9/}`YM}f jB= {3gYz)2P2 %=̆L.?]lI ]m2)P^&PTSywehA+98%M^ s|DSeg[SݸzJwtN{vEo jޘ3y2 x_Z>@-_8O7~wm'q\Rw(mADe /B0t+`NS_JyWZ 'VhUR0WKd6O\P ܽЦr.ڙ K3qOLR黭Bc+>āuVSla- ,FGLDU3m5 O\(XT-hҷ0\C[g8| &\,l ѽqM5nIs8)Fϥb.|`]Y!nbY!TU?P1tj|ʕs}>Ш5z"֘v@iuf~Xz쪤W1X4p Sũ8SAڵYdI+LR^D)0_ j5%}@Zւ NOT_P8u0i쌿ޘd珃c)ɸθMIC:3ƆsA95Tv,h{R`ȒJ!X:L ?~djBa X grIRipУbM$ zM8z_^H@]VKϯc5HMy}JK,:hzCOyg_tB11ћOZ(`4dQh5nRģ6a+GDR X6cΏljhrD _eo æbDJ\H&/j Tg!k<ܙCm v$&8ygYd _^HYVlQ(hw̸q=QG5(D**X&/n `2v(wūɑ4!2A:Wy-l]$]U'lX`߭S$+'H=uQ: *V&EW. a{si6SwMxx?H*V]jmGD}/Q3D;{@+r)F ߼Yfw{mQ+2NmV*b|m)J Ǖ5m9H[}}/%+t4OZz##lEZeWu'G[?x{n)%v_0NŦtKXRcog |-mΌ_U`[eksI?DrwܳPA)\Cu1 Žf8:DRLXMFTXn FYgnQd:!I,3~Hb;} t? e5 ˜Mď".@'.F({,YpL-p]qLOFpnK19]fQX׸r+Ǔ þI9EA㆟ y굺f1.\Wҥc;yr]MB1mp BLunYTw]b[8QHQ$ԛ2`t1qm 1ἘQr5T}-~Cj2Vx.emC%tcwFe-π7FiŴ,+tՈf?p7חb28/ =<ݸǹ ^ۅOX%tb9!uK '|/^UEnQX̄$zgqlC '*hUiKJiW[OҴߐQbXAgmS9GpC.$0(( ܣ'!g.z&O:DΩ)-StX7Hv !a hάO^6>.9ؽW@1 f l=W*涺A>UlrAԮM0Wց6cLg=={ D۸!z3 ŸݥaGMx)(亀3>Q] a(P5|v*t\BYQ0~2l ''AXHp \|E.$wz|^*Iec qG' n.SW 0 EkM2hDU23uV 2ZL>Bccxk~7oS8eDMZ_TWia7\ؐg[puNKC(xu(xvA;Z[ꉃX!Ȼ~bR g Kj[&wp&zvh8cˣM]wYob/7N`eR O~2,H=-&eaWL($eIĆŷ+*Oi+\_zE99MRi8tc /w~ID&hl뷵q? +g`0i_'$5<D %!eأNVDK70 t`۵@ !H$ ?Z8]zW ?jqWx{pFxo Gv٪k܎q!^X8xP}sy0m-:K%&kfZ;{i5ŐZYbyEkEh1[&I9XjRY'F*rꃎs|s;zf0=ꅺ/ |QdـKLv%4@ M ,RaeTr`] LYU#AdTplM\@pOx=PgI pCROj ۠).;Tp#LӏKVm( ڧ{QƇ 7;<7!O)x"_Qo16E +A;RC[oJƬJ$ܶa͋\ dĝ.3ŹSt 8fҪfQ! }S'۬iw/ =FՇ5$C֎sHI\:Amgcg0?tWTaG)(-M'7h[ @@ؗ>}[ /#HS!7PA] [G]lrΫ҃ңu`p=&1=>߆7 kw"_[kSu6q/]Ҿ>U7AI⚝ 3c'/?LPlfy>l$W,:TM*yȰE!UvWcij4%q@l(eėKfI&C& d"6i›QTe|f]w XȨ9,@KVX , OΉh[}SX7^  sK#_9f}dmsU%L56.ӂD"&=,Rjr|FGm(bdE%uUT'8LS׏2qf Pd'1BKFu6f/Y《m9S`IpKņTvJy7ø eB>T߿7󱝷c%iHbk!^6uBUQ &^ љ&*q\ a; ϕ5# mPG/'!T0e`΢<65X/ &9JbX)T yFό $|G^|y5 #)|rp}לCFV "-nz1iq衂t4~P//eɀYU$mM_kfrEZ[r.5oS]q{ O:&iџr4߃f"!{Q Th X ?2vRA,'*lzOj1hc&#weD{Qz#"_6.\M8qYGmKvfŰiXUT:$u&l0qݺ7 ZPGȍ+zE9%ø0]n'- o&>hp" 9.L$J/7 c!r}R`qC4Ki, gY$A.(>5KStzKE]'sP/^tX?۾ˎhEjlHH3;=ݤ~ $H5I J fKcX Re2e" -wGz?<<:@qi 6-d} !rEc R>G)`Q6C}F`%Ԗ2V, |+A9zK]D}!-#Ql۱KNixӚ*׷#zsB\9[UMVDF"z@c@R+R V.+(m)g<~هhHc*R7?LNd,|#ڶñ :zY0_S:1|lb m6ET)H*r֌Rf6?|=Z2kꆎ![@I"?&,G41hEjg2+6H6 fz_ds dT/ s_OVUioK:TLs q0$Ι6*4ol#u Kf$k\7gK~5&z< Wڅe 6..ޛ!_ ]|(pʈO'\v|l˜ hU4myM^7쭵>~Yx~!_1/$a$yƍA6|~09 H[hmeJG?5k z' F~fR@F cgmF o[eGXTMa*M-$w 12{?H7>5EmbT%A@ҸBPypO* VSuŽLZt] >Dvԗ)足 ޙQ0pW$>B91?Z=W׀( w$U.ԁ]/_YN,Hd4&.WV83pͽجI\H0",QYNywO }UIFO0W8ec 357> k|߸ ;I`4c0G癄yXtgn3nRdZ\rV} ZjϿ;#脟X9Qq^Jer(>gFC s6/ny4@<=0̿Ռb*>' ‰pz`[6MѰMP$wc|cqthˌ֋-R}R%32T±N3f#C\VtnᎮUmj©Xyy*K!0I*a#P*!y:i^cHwcь NRC+p#UkͻXHv@ z' hAtCpp}=!zRNs_m@zc9u`t&8Zu]/)_wdЧ1S󰇲bS؉߷f$/|]CtO7Y2U&랋/)à8ٻ(:HR8[)t!͵K\ղ{sq*"fʓzvadLid6B Z)ԯh7 ѥ=wҴ77#< ڔ di yXGɂiux3@[HgS75dM$ax](]KM?\4[IV+Olxƫ2|1'[#zzN 5 È o'^Mʼ,b}cܥbyu_}/1;@*9'sBz=?|`AZ$88#/H4A;k :5XQ!>Q: !t1hZ.P4Vo<i (mY4Tu*"`G'(tw{mhMۚRK ^_L^|aK>SSHLRXf8Yril+BuFF û]7/7=ɷ[+K`quuY0GFYKCN$'fQ.Υ k#vRjZ~)ЇCcأbF1Y.a(V:9/|ߌN#e1łg!"~<+>b맸[]n^f!l-ꟚBMQz%^!ąGn?fb+Iu*k6vSC𓉠=*G?8ZKk~:#ÇFbd_IN1q`H(h⛯3 TNk3bT/r&RD(xU|uG3"sxIbTrkHi9h{k7eISp+']>{ Qp`RdoTj32D5zEHPx)iZ7hQdr$ mћ :/JUU" o/owR =t6[PHj @UڄeP+*R!I^(Abr_p.VeK04=cP~Mp7ƱzE͈@/ B2+NNmKη/DVZ "-57CxnU\IEHtdl\_$#1@@>~.%[q| \`TFۭJ TFW&/1?l bKQK\jRw?$}P MS-WΥ"z`F,jG,HE *r/*0KNp_:nsk]Е<ډ,;^m\CdjxЅpy%{?5szMm-O} &ylcMm*zG(rrAMS"ͪ,U4 HJC3oSadd5gHmѥ8I'b`7Q첥G=ysUcst+G0Ԙ|LýfM46loipX [C]#$HjpZ-bW?)qd:tF+Cʣ7dr$58kVh@ teOdjC=`>wU Is=8_Z]kԷb7 lƋ+Nڲ9V/]\sq9I 0=fDWCy+,<|:w$3glI~Zx0 V ʃ3_'I-\`.o #zZЙ! E0ݎr6MV괊$֣f5Y~O|ߺ$`IJ-J?Iv6X_Hm\ƔѴ.h V]ԣP. 5MG,u+oYk~!>t`?PeQ5\:m3?kBǙjVɗ!ƳX _0JYm =Ts=>6z"n>G%mE}v%[eX3^}FD[N 1*qZJw*+(FJ-g`%E\N|f ރkrs-3ٰ(V{jZM@& id" cA>Km5eQi <ݥ짿M :RMG[MMW&kO dlyT:\2_tjweWf]&4v?AbLt}տ^+=dE2\l/JbK1ht!uO!x|) 1Ef2$Ӑ},hPwY1rʰZt3bZoա'q PY*@^Q훳< G1dWCrD\aO؀7)삢ih=ؘYUʬ*&?|OC1mLo0:)id,ֺA3Rg̛]DDž ) t#.ڀLdӃ) #U$ؠB|u' Ag#p֘;Eڝ^/[ Ȇ%]4j /D_v>.gD0Ie}D˕+˃Eblx\=8H4B8P' `9I@q%ICS+bd0-?S@njb `lo,Fx|"6JĂ',)MA֜ jaFD YZ