vapoursynth-plugin-subtext-54-bp155.2.16 >  A dkBI%z *XyW G[󔦜ҐUψ8 v4iV>! I9+i^㸂{S!YCI:Abxm* 2JZRHF >p>)?)d  + L| /5@D F H L  t(38<9:?F&G&H&I&X&Y'\'(]',^':b'Rc'd(he(mf(pl(ru(v(w) x)$y)(z)p))))Cvapoursynth-plugin-subtext54bp155.2.16Subtitles plugin for VapourSynthPlugin with subtitles support for VapourSynth.dkBlobs-arm-10SUSE Linux Enterprise 15 SP5openSUSELGPL-2.1-onlyhttps://bugs.opensuse.orgProductivity/Multimedia/Video/Editors and Convertorshttp://www.vapoursynth.com/linuxaarch64dkBj3d6c42a986059cd42554b4c0ac09bd58dda6d63c48af379d876f83b732aceb9erootrootvapoursynth-54-bp155.2.16.src.rpmlibsubtext.so()(64bit)vapoursynth-plugin-subtextvapoursynth-plugin-subtext(aarch-64)@@@@@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libass.so.9()(64bit)libavcodec.so.58.134()(64bit)libavcodec.so.58.134(LIBAVCODEC_58)(64bit)libavformat.so.58.76()(64bit)libavformat.so.58.76(LIBAVFORMAT_58)(64bit)libavutil.so.56.70()(64bit)libavutil.so.56.70(LIBAVUTIL_56)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libvapoursynth-54rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3aS@`@`_C_2@^2^^g@^ @]]H@]\3?@Z@ZZ}@Z#@ZZ@Z@ZXX TX TX TMichael Vetter Michael Vetter Martin Pluskal Michael Vetter Michael Vetter Michael Vetter Michael Vetter Steve Kowalik Christophe Giboudeaux Martin Pluskal mvetter@suse.commvetter@suse.comMartin Pluskal guillaume.gardet@opensuse.orgolaf@aepfle.dempluskal@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.comjengelh@inai.dempluskal@suse.comantispace@codesector.coantispace@codesector.coantispace@codesector.coantispace@codesector.co- Update to 54: * Floating point mask clips are now a consistent thing - Remove vapoursynth-include.patch: upstreamed- Fix build with gcc11: Add vapoursynth-include.patch See: * https://github.com/vapoursynth/vapoursynth/issues/686 * https://github.com/vapoursynth/vapoursynth/issues/688 * and commits b5ed913f, a4c4eba7- Update to version 53: * Bugfix release- Update to 52: * updated visual studio 2019 runtime version * updated zimg * updated vsrepo with support for python wheel packages * vsgenstubs is now included with vsrepo * fixed maximum for 16 bit input with diagonal filters and optimizations * fixed deadlock in fmserial filters introduced in r51 * fixed more averageframes bugs- Update to 51: * updated visual studio 2019 runtime version * fixed a cache shrinking issue * fixed a crash when removing a message handler without a free function * fixed an extremely rare threading issue only affecting fmparallelrequests filters and arframeready events * fixed compilation when avs+ master is used * fixed lut and lut2 triggering a fatal error when invalid planes were specified * fixed property append operations on non-empty keys not properly copying the underlying data * fixed wave64 headers generated by avfs * fixed crash in averageframes with odd number of clips * scale averageframes for integer chroma by distance from grey * several fixes and improvements regarding handling of the active script environment in python * plugin loading now has better error messages * using get_core() in python now generates a deprecation warning since it's been deprecated for years- Update to 50: * Updated zimg to latest v2.9 so grayscale colorspace are supported * Fixed several minor issues related to path handling in vsrepo * Added version and api_version to python module to make detecting version mismatches easier * Improved rounding in averageframes * Fixed averageframes not properly rejecting more than 31 weights or nodes * Fixed crash in textfilter line wrapping introduced in r49 * Fixed regression introduced in r48 where expr, sobel and prewitt wouldn't clamp 9-15 bit output to valid range * Fixed crash due to null pointer dereference when instantiation many vapoursynth classes directly in python- Update to version 49: * Updated to python 3.8 on windows * Updated visual studio 2019 runtime version * Updated zimg and added support for spline64 resize method * Fixed transfer characteristics not being applied to gray format clips * Fixed vdecimate bugs when compiled on systems where char is unsigned by default * Fixed a regression introduced in r48 in that could sometimes cause corrupt output from expr on cpus without sse4.1 * Fixed a savestring bug in avscompat * Interleave, selectevery and separate fields now have a modify_duration argument to determine if they modify frame durations and fps * Addborders and crop now update the _fieldbased attribute properly when an odd number of lines are cut from the top * Fixed add to path not working for single user installs * Fixed compilation on non-x86 systems * Fixed an infinite loop in the expr filter optimizer that was introduced in r48 - Remove python38-compile.patch: contained in upstream - Rebase vapoursynth-version.patch- Add patch python38-compile.patch to build against Python 3.8, from upstream.- Add the missing libarchive dependency.- Update to version 48: * it's now possible to select which optimized code path is used for internal filters (sekrit-twc) * avx2 optimization in many filters, previously the internal ones were mostly sse2 (sekrit-twc) * expr filter can now better optimize expressions (sekrit-twc) * the 7zip executable is now bundled with vsrepo * the portable version now includes the documentation as well * the portable version now includes all the plugins bundled with the normal installer again * fixed deadlock when setMessageHandler is called a second time * added an option to add vspipe, avfs and vsrepo to path in the installer * added registry entries for the path to vspipe and vsrepo * imwri is now included in the installer * the overwrite argument in imwri now also disables the requirement for output filesnames to contain a number * fixed corrupt output from imwri when requesting alpha output but the read image doesn't have an alpha channel - Changes for 47.2: * fixed broken merge intrinsics - Changes for 47.1: * fixed linux and non-x86 builds- Update to 47: * fixed a crash in vdecimate when both dryrun and clip2 is set (no1d) * updated zimg to 2.9.2 to fix a crash that would happen on certain invalid input combinations * removed dependency on nasm * improved message handler api and core info api * various installer improvements including a warning if the vs2019 runtimes aren't installed - Update vapoursynth-version.patch- Update to version 46: * added a fallback to how the appdata path is retrieved which works even if %USERPROFILE% isn't set * the default number of threads used is now based on the process affinity on windows, linux and bsd * added an option to vspipe to make it not modify the current working directory * added a better equality check for the Format class in python * fixed doubleweave sometimes using the opposite field order (dubhater) * fixed broken output when stride wasn't equal to width in the python output function (stuxcrystal) * relaxed mask clip requirements in maskedmerge (dubhater) * fixed overflow with int16 in maskedmerge (dubhater) * fixed swapped fields in doubleweave (dubhater) * fixed selectevery breaking and leaking when there are no frames to return- Update to version 45 (boo#1120873): * avfs now uses utf8 filename support when available in avs+ * avfs now prints the used mount point * removed accept_lowecase setting from the python bindings * fixed frame duration calculation in clipinfo (dubhater) * fixed bug that prevented adding vertical margins in subtext (dubhater) * documentation updates - Changes for version 44: * fixed crop with compatbgr32 format where top and bottom crop would be switched * fixed crash in scdetect with one frame clips, now it simply returns an error since the operation is pointless * fixed potential multithreading issues in vsscript (stuxcrystal) * the resizer will now properly apply a shift even if no actual resizing/format conversion is being done * added experimental large page support and changed cache logic (sekrit-twc) * minor documentation updates - Drop no longer needed patch: * vapoursynth-upstream-fix-for-aarch64.patch- Add patch to fix aarch64 build: * vapoursynth-upstream-fix-for-aarch64.patch- Obsolete libvapoursynth to cleanup old packages during upgrade- Update to version 43: * Mostly bugfixes and internal changes (see provided ChangeLog for details)- Create subpackag for python bindings - Enable libass, ffmpeg, ImageMagick and Tesseract OCR support- vapoursynth-devel needs to pull in libvapoursynth-script0- Rename previously added patch to match our patching guidelines: * vapoursynth-version.patch- Correct package version (it is 40 not R40, as per configure.ac). - Resolve project ambiguity in %description. - Add SLPP versioning to libvapoursynth. - Add missing Group: tags to subpackages. - Move bigger doc directory to -devel.- Update to version R40 - Clean up spec file a bit- Updated to R35 - Added disclaimer comment block - Renamed plugin package names to include 'plugin-'- Cleaned up package descriptions and Summary tags- Renamed main package to libvapoursynth- Packaged R34 - Split plugins into their own separate packagesobs-arm-10 168475095654-bp155.2.1654-bp155.2.16libsubtext.so/usr/lib64/vapoursynth/-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/e24bdd5f7b8e098f719701768fe3fe4e-vapoursynthcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bace313e92e45b589494b8e19906295e435cdd13, strippedPR RRRRRRRR RRRRR R RR vT<2x/g`:3utf-83e12fe68b450bbc6a2351c232389d6344d2a75025473d7d895e1544a39195e84? 7zXZ !t/ K<] crv9w2$7Ƶ" z`6]\ g:.WJoAW(U[ Sv1ImvȐ8UK~W=$)cs6x x`齠wh C4Ԭ9Q6 ܇6vT{i\pÒJnB'BVDW?-x|Ffl9]{Ie)qp1$]d5UM(ZokXUVr_KO4s=lM$dm>;Ȋ=̲b:}7 BAj >`1 ۸6R9 #]}ىV>7vdaˋ9˙ 2~$ã_>X^2! e/Kp-Tq!fhXFӜbi:dUж*TikMTQ5T(N22YwI.}1ɹȷ 6N,gnz?3g:徢\HȈRNjRLCA{Ȥ*0( Ⱥw^r}bGU9;ML;$RxjZ"~fVu47pp/YP<X@>\8`f :/9z H_IҾ*&cj⮶yr躩!4b܁i,s2NI[73L'{KpuFW:nn^ݓۭx똬i ۿ/ѧ`<-̞I7f }3e| q{ ;,f|X# c~3|vV~"Fo^ '?7?eC}?C Ӟkg>kZb?NܒlrΨՑX} yp_oL3ء!f)ԁ#<}IUlMZAeGE!a$;: PS/h @V͓˰ut^Kwy"y% ѠL)+nz]Cwu~#qJ>M;Po@&s~t_n8Cobl]bsN[3f&OCbYۮ¨W+,I8]ILlknyb-E%)61i< Gn F,qU lu+Gc Gх`%5πRw'@#4FA:[|F}$Q[yLIe0=}$6%5 2t6-$f).cRUoZ;?&qifnXS;E5fc"Gv\B]SmH:eg-jKyi=D{:B?wu21A#o- OW`qRHeKVk$k,[5.>.5O?[EĄ_mNz{ U-9m1]"mSXB0jQS05Tru׭&n`}cX}.gf.wxRpI ;DКZgwaݫZgZзwYD2' ^8[ja/Vtֆg ~^'!碃u(IʼnƐCOڭe籱(2jףm,Ijɿ-޸^-̹0*vw1[TCP:o^̐֔.u`o%536tYMpD@EU:L~`'g0<M}uY`y$1Sk|pz|MX`UҺ70,CGm2Р'r-y \A7^+MFQyd8Cȥ!]./UMXj4%*} gh֖T~"Uz3)SJte|_MMv PD$a24c#l 7q/:m6T%8gBO`26I)F2ߋy{k`|3!X9 zPN湱- ڻA{6wNӄZ{fI.R~met-)T )Gΐ]4PT݀,*@ir% CP&P>@"]eу@R!WA 4(H6wkcAZB,M`@ۓ[nxI Ot,P8Vx>UR?zG8LN~[6$Fi=aNB*a|pSޗ˪B 5hz`5U>!$PyG} ˒UH?PP$Y [#j(n k^}KJwöiN 4CTr2MV%0}1mHL*%rq0xZ"|wxWVd )XLJzLRw" .%?(Emn֏k`Ԙ ],3^1BWt7UT2gQ4|(g") [ⅫƝO, H0eZ n5v J4AT7>.W]؛DFm[1J:#0$C+A^ZDx:r+cƳbuolyzbWggB^ lTBv J}1fbzYdC&ůQANo4iɣ𼦋Ȟ7=u+*a䞰@/* Fc$U4Nܥo<->L#|qP?J wA|= ͓ GNl Z}Üf hIAnJ=paajž2Zg{+gFͶ: 8`/(=yݽWE|V ^rE[5nD ZB_W wv-Y(wDB 4DŽ}uvE{SMb8y04+/Q<SRTz6i]G5I"sB@\cܐ梏~7j ePbmfBY PKH6y}`4]tcV!҃1ΠuoZUu[$xqk.%-摓5O]\ᄔ0~W^ZgzC1Tss~Ar=p">tcA5*( Nn>tOBHj1셁g {٤59xH'%▿z1T *D zeFwb.ĴXn| 3 1E.$ -e˩2;]v4.wڡ4;jjKSPw5H < 6'h]&>U 0QaFizn$D..S@q<.#,ƹSb[ ف2@JW-9q+Z«IgPs!"NĎ+Y4թ^Wɯu_Wb&*.AaCG? ?YͯʣgzTcsfHhai5v?,pIÓ:i!g֠z/E Nnn/2/> $r_J,hηک3Sj\=JZ-j ;'LZ=AQ@Ģ=': d1H^j5=0E[,fx ?fG$Q*(q]DJ1I}"]uM҅Ipu pnd8u2vbMIrru cnn?8nؔ.4I>r2*Z#6ܗeeG|`"Ϫ9˔{ŽC#'~vŽQhlv;D}#QPW~,*'sќvP)ؚ>|Eт6"7-)\X{;R6, NAjDf[ECy הO+Q!՝8@Jk'Oh¥D5'R~683^\,]h56.&F6jkHL2gD3֟ wY-{l&fz#7=B,XWa 1+9 xUN\P`lӥ/=lFM&`-<֚oJ ;D=D5n2AIܗvME:%}_M7 +P!`r2>Ҋ3Gl0,G_gKwXﻑ:Y'ttʮPkk^_;c14Oxm9u> ]咉48;yVp~?6Ox{2Do@5@O2 Lپm-ȸHt]MPhYg\ZVa%4g84bJ'Rwv6J)&`tS]M¶5G¡&dIu]D]+`П"M8W+={O6 ȩ19`?{zĻP<wBl,䩠B0,euYկy4{ Kg\`B!8ƯPf\~A c]%uQ¸IUJOR)J8 }j3DQA/}+ KS7l2N2%H}b'€`k"~vL%67~`ѼMйP<`Q$^>2Kd\˔C'e4K[mxixJ=9H,:S([;2[R*t,HЩ4H]*l_%T' TݷM),9am|_[)NDaWcc Y>V!)[mLh>5xyIt?¯rз9i/&TӋg_& 3bQ͔YX-ܩ N{6r/,(k1,jM0K{Rb?, G1c)`KX5|LĂ6_ ] BAZ!D@GFxYSy) Mk@_,Q/;B^$R؃;>ۥ8J"Y齏- \xOVӌudJ;VyE]IH_#'yݵ ܼl+'(ֈpvXdgSO~QR!bfn*|NK=QYjWٽ=rdnh>rgs?zV3o f-}14A0v?O@\^d4$ ^1b/nne⎀D&nNc0k_D>chDŽ;Z2?¼ &<8=+4li\ݴ"$*\\ŋ}\-b_Ih P^8]CBdy9oY3SK#6乄h[[l4t>l";NKgBtWo EHtΥĊg'qczS̕bHyi9[CTp*Lmڞ߇GߚWN(A6tLXktUy"̙oMgd lSZ{f?iϺ<%eIݻgۙ"}%5gIGEfڑѶrLaUS3 )(R_o @ޱ1̯{-S^w>7 Ǩ+UG"CRRlM!ppPWӹ4#+}-7HM \U&7J 6Y<LU14WDgiVw_rxPSI$߿3j?YdWaE\D { VOLV:2\Q0MӖˀ3\F +[8H'\UOcc7_rcDyW5 |]'{ċ7-dQʫl|𘿟A +HX7:Q9heq>CW&R4#rT [2kX] Z?%Zscipz:ʰ jپ ~P$"nfNLFYFc.-8pß1*sp9=$0\ xkkrDUS(ٜ&qR`r4 CU3 c,D|V.BTI^;IՙEz;DqADGQڗ4 N׎Y?\edY-6&@R]S)} 3vpFGqtnaF q45S,"*_S9.{](?Gu?OgLJ9bkW;/,XwvTt,gRX+ܦRod6!0}Ut {3[F?q)n0jKՁ(1B>I:e{#'֩#P_2%Ɵ\(gzౡ pѮx Ƈ'z]u$mE/f:"!9TRYe|S '+f Jd"EOkGJ NL!uAq^銍4ļ"ƵU,9uK}94)B1 $EO#Wϴ@\״Sh\M)눊d&uH[&:Be {Ej*p\&9bL'u@ v_>P-d)n‘;" YIse>Vxqxc pwڔg~7PZ6jL֒< Ü~VxW2=hS ?(HєEV,\ lհ07W.3Z CaX͚]MX{*riCX4@Ә<&=Ffah.\Z 9YmUZV7p Ӛ^:ku+E@ r?E&O[jZJSؐ(FSݓ:jo:.:jq'TB1fSmWnT4=>|2.!I^rW.Y#;0Qtp ;6#ޱ =T^۬3\\:/1 5Be!["[nH ?޳*hP fQm*lpN n6HK,AԴY#^pmwz#%:qXd-g$ԉT5*nbY/6&2;5RM( ,M9eC-_0 /̰_Ih{7:R $) +Xi?Y/PJoDm5\B(-R707wq+p CL>vzg`iKkVH, Ѝ -~mD%|\F l ֦>Y63 c~ ܔ nrh8/VNżJZC n3 LDBZ(H#ǘ1=?L: ɝ+7 `ɴ@O*$Qkv_O$"KEVN,rP-6|ڑ2b[ 'Wz%e({ 4JxCp,fZFLm Dov%E]^uFWU%<΅T3figSv(C@ 4GUgtFg~RW\0R9,䚉S+O.+H&U,l(v[&Syj)ǝ1D-QeO3w85%t҆uˬ|&֧1[y#▾~ RKptĈ0^kʋt㚻Z/=@q&phhxEC&B_s$-q6?w<`ҭRL :8-va \ai&GjSYQA嵦tc(Su5̯vigTdX`Ymj!YD\5A*݆bI]86;ð0v駏Utݺ8B2 r#_"S)ID"MIH5X4g=_7w 017|O7dGzȌ0|g*56tUwhVXTO} `g}FҍHZK&38|-1r(٧#'ˉ[*Փ ՝燐uϖJ>_rW)q0jX秄MU !⒄,H.O :O2='CCl5)w~0~*z[8NW/ q]W*x& f~ˈ IRI&Gg [IiB#2HFFĝ5N;ĕ˭EvUM4|3lpM>q]4 =[fԖ>{ڸXe[~7~3Ĩ2ىgwj6¥ [ۋ Emwd0(VkbٕDQ*ӦlVB&<0.bGlk;'ʍD&^p `B4 Dܿ|€v35_IL@Q ++D\UD6שWp{OSE*( ƙ gxIJE^#r[n|~fY/]˴=QfWT@tW8fo^'*_ClS8^k52%YՆl)(_Z2 <1.0x0mW9(Ⱦ8k[ ca0q W笑z s_v*O _˧Mo֨V=`Ҟ*-G:?%ퟠ(zD.RE8~68Н,_`Hs ùtdR>cXnĥt1!ԴNXyGDOSU_V/X.-(9}u k&o`CQev#[ @'}xs2#n$0@w8Z콰-'e^d- 7lwz #s+ qAwR hB70pu&OڞΣ^ۑl>ͪR_+ N=?7ސeB4Kc!pɥ xȥ̓1뚡[K 蛞.Kbc/3'j A?'31.^|%/5㥧׭ʮǙ rcU/l&4|Ɯ=PV+tF)h9&6 -F&e|V̉@3S6WOX)9'O]**:  i)L˂PGJ zEිpU5*QI~gLN#"Z817T3+nBρ\YINTd"5K(>W. r< ϖ1`'C]3 'N$s!)io1ӑO4hX/zm@.9rsK߂XQeGe^_ahI=ݮwCB&NM`9n  IWi" KnT<Ƅy2˺s1|L0piu=gč]z'ǿxFSINXPڑK^Iv'uHa3;G֌ >(‡ EdbJ=O0.N8'Gs%GXAJ5pT~EB7ݜ .s.]zܫ`ۂ'UQdiJK\J $Bb&DGqn_v/ciL1kg3!bnʓ'R /=Nɲ1Bm~w7fck@t5Sd?q|hW& 3 -)ɩId(V$h\*WLӜ@9^_\55$[!AOa3|,ؙ3 g*%ot KG\f s+wh9darQB KUQH6o~n8SYes ˓Epv+1 Kp.NUC {99ҊD"2X>V8Ngλ6(HH<<*cL/7S "P+[q#N%-*\նȇ |P[w,b?9y,#}&<:ͺem zXd%eNHmˑv<M}BkYO<' e[*sFTRhm/. N!,wO#?\Xnڬ ZdųkiVQN&:h^gږF9@ %yO5~'_Wt-֠lbnrzL\?'7+wsdeàIUn*8iX}fxX_ּluS[gߴXb&:~')4;Ϩn;N>qypxc9s$d|4t?ZRWmyRv ?U_b01Ũ'5bރ ߢ]Uz&siX]~D+XM+ "|YYx8.4pžL }8n[Xo>%ȴnym1~t5͊r*5 dF4MlsDA&@N,l~ KltקI0!+sbNKQ.Bz_MC4o EVOV5-ﴽF}itS|$n~սV3?}-":3 ,SnrQu>W_TH*?sWbM[E{5S!! zZE~SM[&$y)n+) o^foIj &ñ%Kq X.rÖ}cO'gyLZif_kȃ68j3I&KI΀cWF:go.Ox<2[LaY͏(cmA*h Qqm24Y5ZytYp+6 pŇ0/=1k~1[FΥW2NBQjQ/@~B,D>ypЮDa迾ԀE5<}RHvŠpnL (Ω:?@5{LtsdKb{RTxiM~=0>?c pjjDlZ34dMپbPt*nFuu!.  NM(Cf_$4@קR9~Id&vnjTom@HRF~|r&#װ kq69,RbB?݊K'z[.H&a@&u}4۔h6s`9aS#t}Vzq8Ru.fag50O3Dɉ\m:˶PHϓEWPBN4%ڈѷ8^wgr]~&vMϡ}Dn)gbq͢&n*´rxC;muRY-:^~VR[)r;#1-MRo4VP;dAкRɵf6˾79 v|NJUxvR:7Dy.#˔WW{&θ!=Kq{yN!rk4p9diµ'\rU&)ʆ.*46@jW#x:FlB"ZPw4 ~9Z-7k׭O%Ox*4vf|xv#ͅH[eQX]Du3ެތ-YrNQTKXoT, mtONґzI'ݚG=sΜrǽ'hgsbI'|4w[H5 :(oPZ%U[NǤ2lhBF:XR/!\E`mB[#u?P'c=7ѻ|®% @@!/RmOuGWuH'+|gp4/[ & ټ W_ Yz/[TBTmȉ: ӵKTzr@ϪOikT05IiO#m`旮{BrO7&5e9LD/B8p" @ +sdn;e#|fIeګIUdJiD Ɣ=n/}t揎H֎/(b񘓃<|jZ۸t=Tԅ. q"pݖ&w=vtIML^)8TlKS"kL$ZuJo 6|2m4"Ācw8iXn}?:HCV7*]Qހ\?@4 &6,3u < xQb b 'j;>V<^W^@ARM0@j$t5Fx()UV' O3g ]-AhV*0{ػT}U𧫸RDq[*X2X‹DL xLDX@[W:anB ik1/n1"~P`K"=Qן?uj]$xOyƥqf zD({cdqPm"Jc,*R~Ws O?*2=2'qXM ԘHX"Q>TFZӉJ'@Ê rRS5y/~bRc!LpZX m\9rj'q#$sᦂs%K-0QM. qൌ )6.&1XE@wKwf҉4)d!l NG;OEx _NJn]{}ƇJz#Ps)ՇF9 J&X!"X$l{Ҝ[4"dq[2M Z7 : xNVJ j.&GAt]z膡BSx%?IsH4P2 fY}wb!L ƸBY2c0Ē8Ď"2pY֠r8NN@ZTrez-j*G ^" چ'SquvjP*դ[tjne7j{T呑s1W B|) EO. ,sۈ\T1Eǟrf?bIGp jI7ͅ 0ij\e ~Į ;