libffms2-devel-2.40-bp154.1.42 >  A bx!M@eeeEz3~tcHtY6j"~76.Gr6Ao !ʻcyQmwCt-lq(i'ʯDO>vy…aԢOsg{]1\3\%>Y2QGMbi^7m7$ w\^ Wy2 [JGdi;6.cٖ~-~  )7|Tz;O7g5)N@7kinK9#4plѴ`ZKfy5+=l}/g*>b([j@>p>!D?!4d ! B1:> Xx    ? Xt,D(8 9 : F[GpHIXY\]^Xbcrdefluv w x y z    !0Clibffms2-devel2.40bp154.1.42Wrapper library around libffmpegFFmpegSource (usually known as FFMS or FFMS2) is a wrapper library around FFmpeg, plus some additional components to deal with file formats libavformat has (or used to have) problems with.bxs390zp24cSUSE Linux Enterprise 15 SP4openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/FFMS/ffms2linuxs390xIp o7A큤bxbxbxbxbxbxbx9554195caf4d3dc6f6648970d95aaecdf87eeb0bf50ba78c62fd85e25c85d511960fbb459af5962d3e73a397e57fa4ccacf52db4d1facfb6154035c1210b2193182837074309d5d4592a4e02eef4382d3d6dd9ed154fb08b137f08dde7d2099d4c6386c9aef04f5df85e15f6451dc4d3eae79267238a2e2c200948b6528e70bbd5b7b4be9f5026a3e97fa26be01ddc3c94aec3cd6b656ecdc0e715e31cf82e30libffms2.so.4.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootffms2-2.40-bp154.1.42.src.rpmlibffms2-devellibffms2-devel(s390-64)pkgconfig(ffms2)@    /usr/bin/pkg-configlibffms2-4rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.403.0.4-14.6.0-14.0-15.2-14.14.3_}^YS@XW%V`VBSU@QP*Luigi Baldoni 9+suse@cirno.systemsjengelh@inai.demimi.vx@gmail.comaloisio@gmx.comolaf@aepfle.deolaf@aepfle.dei@margueirte.sui@margueirte.sureddwarf@opensuse.org- Update to version 2.40 * Avisynth+ linux support * Added LastEndTime track property to make it possible to take the last frame's duration into account * Removed several deprecated functions and enums from the API * No longer assumes sub 1 fps framerates are invalid * Added support for floating point format output in VapourSynth and Avisynth+ * Fixed issue with dropped/repeated frames in vc1 with multiple b-frames after seeking * Fixed issue with dropped/repeated frames in h264 when the reorder buffer size is too small * Improved seeking in mpeg and mpegts streams * Added rgb(a)p and several additional formats as output to Avisynth+ * Added VP9 support * Fixed incorrectly reporting the output as limited range when it's in fact unknown and likely to be full range * Added mastering display metadata output * VapourSynth source now defaults to not outputting alpha * Removed the now unused demuxer, dumpmask, audiofile and utf8 arguments from the source filters * Removed ability to dump audio tracks * Fixed incorrect colorimetry metadata reported when converting the output to another colorspace * Sources now simply reference the index instead of copying large parts of it * Use new FFmpeg decoding API * Fixed several bugs in output format selection * FFMSIndex will now properly error out with invalid arguments * Add rotation metadata export * Add stereoscopic metadata export * Removed support for old FFmpeg versions * Removed libav support * Discontinuous Timestamp Support * Add FFMS_Deinit * Fix mid-stream parameter changes * Fix decoding H.264 PAFF files with one field per packet * Fix delay calculations for H.264 PAFF files * Fix frame rate calculation for fields with one field per packet - Switch to stable source tarball and drop _service file- Refresh ffms2-pkgconfig.patch - Update to version 2.23+202.ga9e8f73: * See changelog at https://github.com/FFMS/ffms2/commits/master- Rectify RPM group and trim filler words.- update to 2.23.1 * Updated FFmpeg APIs used * Added new API that can read/write indexes to a memory buffer * Added support for high bitdepth output in Avisynth+ * vapoursource: Add nfMakeLinear flag to better performance in most cases * Remove bad colorspace matrix guessing for YUV * Tell libavformat to discard packets we don't want * Restore original FFCopyrightInfringement behavior * Make FFMS_Init threadsafe * Support latest libav* APIs- Update to 2.22 * Fix possible off by 1 frame until first seek issue introduced in 2.21 (Myrsloik) * avisynth: Make FFMS2 a shorter alias for FFmpegSource2 to save some typing (Myrsloik) * avisynth: Moved all source functions in ffms2.avsi into the actual plugin (Myrsloik) * avisynth: Use 2.6 RC API and add output support for all new colorspaces (Myrsloik) * vapoursource: Fix swapped RGB channels bug introduced in 2.21 (Myrsloik) * swscale: Drop pointless and slow bitexact flag from resizer settings (kodabb) * Add support for files with gaps between the audio packets (Plorkyeran) 2.21: * Add missing constants for log levels (Myrsloik) * Fix bad decoder flush that discards the palette of raw video (Myrsloik) * Remove the SWScale function from Avisynth since SWScale is useless (Myrsloik) * Fix common framerate correction (Myrsloik) * vapoursource: The framerate and frame durations are now normalized (Myrsloik) * vapoursource: Add support for outputting the alpha channel too (Myrsloik) * vapoursource: Fix resizer selection so bicubic isn't always used (Myrsloik) * vapoursource: Set chroma location and full colorspace information (Myrsloik) * Add support for indexing files with more than 32 tracks and the possibility to skip indexing of video tracks (Myrsloik) * The Avisynth plugin now sets all per frame variables in all modes to avoid ugly and slow FFInfo() errors (Myrsloik) * vapoursource: Fix crash on single frame files (Myrsloik) * Remove the Matroska and Haali demuxers (qyot27, Plorkyeran) * Fix adjustments for positive audio delay (tophf) * Don't try to index video tracks in unsupported formats (Daemon404) * Don't use scientific notation in timecode files (Daemon404) * Fix utf8 support in FFVideoSource (nixxquality) * Improve handling of files where only some packets have timestamps (Plorkyeran) * Fix memory leaks in the VapourSynth error handling (Plorkyeran) 2.20: * Add support for Opus in MKV when ffmpeg/libav are built with libopus (qyot27) * vapoursource: Provide _AbsoluteTime metadata (Daemon404) * Fix a pile of small things found by Coverity (Daemon404) * Add support for HEVC in MKV (qyot27) * Fix infinite loop on garbage data at the beginning of AAC files (Plorkyeran) * Deal with the never-ending bitrot from FFmpeg/Libav API changes (Daemon404, Plorkyeran) * Make indexes not arch-specific and trivially smaller (Plorkyeran) * Fix bug where the first b-frame was replaced with the frame before it with open-gop h.264 (Plorkyeran) * Fix seeking issues with open-gop h.264 (Plorkyeran) * Fix corruption when seeking in interlaced h.264 (Plorkyeran) * Add support for multiple frames per audio packet as FFmpeg seems to have started doing that (Plorkyeran) * Fix seeking in Y4M files (Plorkyeran) * Fix dumping audio while indexing files * Add support for Matroska files with extremely large CodecPrivate sections * Speed up indexing Matroska files a bit - Bumped soname to 4 - Switched to ffmpeg 3.0- Remove unused Requires from pkgconfig file- Use pkgconfig for ffmpeg BuildRequires- update version 2.19.2 - drop patch: ffms2-2.17-ffmpeg_011.patch, upstreamed - drop patch: ffms2-2.17-ffmpeg_10.patch, upstreamed - drop patch: ffms2-2.17-ffmpeg_20.patch, upstream fixed- Fix build with ffmpeg 2.0- Fix build with ffmpeg 1.0 - Adapt the file list to be compatible with old RPMss390zp24 16520911012.40-bp154.1.422.40-bp154.1.422.40.0ffms.hffmscompat.hlibffms2.soffms2.pclibffms2-develffms2-api.mdffms2-changelog.md/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libffms2-devel/-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-SP4/standard/39697839e6aa7d567a4180413b975d44-ffms2cpioxz5s390x-suse-linuxC source, ASCII textpkgconfig filedirectoryC source, UTF-8 Unicode text, with very long linesASCII text, with very long linesPR'51cuE2utf-879f8f0a3a09edac5aab2eaa315e7e72568febbfc57eb8497e78b6842c9c2181e? 7zXZ !t/t] crv(vX0*vRk[C<f\7 w鴋T,V(Əy-$aw>Aѽ'?{}X%ۃ߿RK_:t~Pc0I8 V.hGv4 K`1jrI6EaNvحdԕإ@Mt쒀K㊌HN:Md|F1RglF :v3zq D.U6w@…kUb.G!W`ņ6,Ҕ!'yAY3iK Sۘ0`[5H<^^H Ѕ~(/UB@AInȣi~Qbͤ RK꒭ -vjat8[=^ K Iލ.x6Q'=5=z-Qf:E\]إs'oHR8ۙ[wHtҬg,ffAVArnBTC{Lk鄧 iuv70@{9p1Z]'zbd@[tt蛞>fG;eB'ʡ#F|M~Y$imAe<2Ͷ0e[{ b 2s0 Ý1҂])FU+ r@V'u6yey@zm,z0}ͨbFU܂a㢱#i~Fyq>_Pm'p|fwu7!_;_kS7b?qO#q4z\=9ͫg+3 m=pUP `T)3S6ȘWh(/mwz5}Y bΗ^⥑4yJF?BAfx+!2Lz[pK"Tz nGD憐W^\ίԃh P›CZ͍{hVtGWߺOb<"r }ýCK@'OsjG ;"~T΢|;>|b|;4/iM/ 'i 7`B}ǼIwlV(k!/P/x+lCbhDZwXh+`&DñWv6݆R߯# -2!wOOvj%A)g4չkKPjn:zJJ@Y1<5\v✓4ïAw qNڭO$ؾ6&!j ƋCǑ` ~cI)l>c\"ty?R[O8ל{@]rF< }W AJ#"k-O~0+)qbbˁ,AΖ t/^8I9kK28[C˺x73KtM=ٻ{L3< =]A~`BjbE`#ڗ/:ZK_ 2,ؚsf1$8X#BoHuYhsZ}ЩM4@cҮ DN Fhщ|:6j,fqKM3Y^FLiPnjRk-9o[=U4}i\&ڭ*y7[w+wvdXKݼzJb]{3afg?hݭB4:5ިZ8ŭ੤so%vXGzѫM6PN362uV9:[!$; XW-yʜ28 ~@:"&W4zFfĺh jBnщGfo a^iI C-kW0Ns`q hT 4l#x3LgJ{܏B"0YuV\pck78,Xj >a:n@z0E`Ao_Q*UʖƏkAT8A>(Qabp_UI{JSm &2y!ᷩ"g%+獧3+,_5:M 7HE@ZNQ|j̲t;w@9rsfMUR>9 u]D)Q/h_H]/'r@XΎz¦Km^KGxн "a-W8"/-Ow:KH.Nw(JB.X_eqϾ]ϳ@6+\R^k-oN톜2 _ӱ cvA猨<bSr{Z\6s\_*s]Hߎ ʧv0t N1GΏ*GSgཱྀup_ب$9]6Ȕ![?24]F]j3 vI?Q{6.Q$'lԺ: NLDߠzQmqY-s;ފd]#giKyX~}6 BtX_/îAe)Sp2K?BKQvS+,g-CC=]&-̀NRudž8UΕ@ʏ7p.K!GV_/Z3_zCmըwoR18:x  x uyͽބq䴳bp_)P(g޸y9k1e%ظIJ# ކIvF #z? j fLw'FK,8Y̫`!rm!HGHP:yh 3Ar˂8:?l~| @ L!gy*Jv{>3_T9l-<:n`ibMeɪ' ejI 9Au diW9(0W @%RE8tV*9 !;^agK.7=^SDN%-դAKrSKN&x"d!oS1Ϯ#NsrVσ!Ȭ !!) c=tb}V,K*a@H, qȺxd. )0*a|^U|#P({Nkjv3 .+}>- (3q:a8>P0+֩^2ݺx;fYs.yAj$/UOj^[J"F#̭<'7o4ҍqYو60Q,oU{8_xk, 8%"pˡm϶m#JSCN`)gzH8w96^Z ނ3iKEe:z*bF Ą(37ի:٦)*v|#/M4b%WH<9z3_8k(H3%<%|[bcЊ/,\7eۃ\`|k8 E; IlvA=MM-^Pk'cBj(B"ǝHWZ|#>[* l2AMcl}C}Cҗ0?%K7k7ɠ??!$́j)=Ȅ*1vHzuUTt}CW\)3*/JBWI*I9b\u[ M,c]W!MK/I!W"̩V McϏ]<ƶA0rGzUO6\zk}M0iFLPe&+Y-k= `ߒJn08~- P0Ae6=Z)1#hлf؄In{o3Weq{Q].5kS@D2]\HDlR6P;ɲLuuW[vNCRkBl ;CX\L1 xr'UY/uT@gR(+"cRBiR %ٷYKR\tLp;*Xh&:Vm9j?,"um3설Ǡ>*a@%۠5=av25-b$ 41#Uqಐ8tmʗ<@laGiP!R{yb2@bV ;Y?Z0cMdA8͵K,QuTT"tdj?z1lC C@r1YqCcP σ%7?k&)ҨZyw~v1qgz>S-PtMs2,=&ǔ(#(`K\tOG;1%@"/*!uۮ)L-u(˿g\P$nm TW /.2߱ýCі %5X8ZԮ.b ͷP|R䰑RmPZkW`_SR;%O(&^2_FLHϖZn+G~Nk]Cy0Y'2]]M 4+,̫s(fwESGPt !4y ,5cB i )-P/RŇV@?7 Ū!v l=xbGeV<36?V*Vq (v60b:W `?ڡGZWi$0߈/56D>,`GݔFS3ɃJ &1:oQ33k=@MRoFڟD.zbJ6g_ZdC&U+sڧΝQlq|t;͖rwJ>Dv"7#Jwڟ p S)8)q=&⨨OMywScޑ\7֥u̐+{zgMFYU&sUcմX>c(h,CaRkyS1$ۓ\>bE`ѧ_Au7m0<Ē)|yZz<=3uvM'oZ2moIg6&{kcj'STTF'SG9G|1B)?k~~.9~w^2^d25U{kWU(YDML)lN ۳|NIo:8DO*IoNt4в ˲7xɺEAϱAGYO7.[VPle}$ŪAyɽtϝs.o.y-B8p7Վ:( ^Bumi[ֶ@YD£X"ܟq"Wl6a@%^"+?Ck0bڋ+% ]zԚR\gf&U}(_7] +.b)jEtOD:` ) Oޟ,3fSF>s^!Fǃ9'7ȱe,.55m! D$}_ 8 (+x-1$&'n#J171+ӡ&ɾ쓟'}\t`?)zyQiijVC_j*zh' '&e/i^"$ZܸӅ'(CE:?}kS?v~.\zM1A7 čUmuGtQlJ쀰zs3jX`lr`E.,AQB '~$i_ykkC5cͪu{ն!5 9nKasiyUD2kC#}l Lsgu|;5|5 ȓLPbȊ74ט^ўZv,FAnu5Ȫ=;$w `wnHOJ/ID>7&3>]>R+D1||.U!r&=?I|; u |W !'/{++GҒ6( EOqjR/N$G]t† m9MQ"&$nx.0qE~uXUr%!}spVxdNmlu2VoRq#cڅkM$H8d#'ƥ?ԑc~4-dt_ R#%+Ю}m =4D7O.e%*ڈ~g8 cH$@d[q_$ly鵔1Cx msѥ,$:a9Q턫1^B 8>v>oS~2Ww槱JAWe$DžGH%90#x $A"Jktp9kbTfF\1:'ǦU#G '+!2J}aɩ͵1>u#\ʡe/N#&I$Tfzy (uh(ۻd ^AjZ,\5)PD4\VuaR^7kJG7 csEgv~ZV)Ix|5Y#sLʲ>C۟%C]C"vH 9wPu.p@:D8EO|!3w |8G8}mۊ>64I(#"gZŗc[;y zCڃ< i4/8 ;?*p%Ny+Pt>ɯkD,5{*Y!Gaxc7!@h՜z> dxה J݇ZA9ؔ\Q%DqMe䄷 PQٶIC1cfԡY{mKyMZmz j h[/# |<&iS.ZG_z?:FZegvkДFj*~ö*'Ļp+gYb;a(%z|x_5RR˖p YܥaتgB+'R(J0hQ\|IOڜP4>{TwpN' `ES5Ι]MTj0 2:02')4@-7׃Dz!1X"gGCiշߛe=HH$ ,=򆷗G&MxRJ(l~@&@Ua] )4/tYc x/(~rnȜҊiդc ߚ96j9Ꚇn*qY C[ktD"3Q}A1Jg0Քx賗'wX S/R[{Yios~"tr#=z|͌Yx2Է U)ʒicZ3fU'u/3'a"(, Qܩf//H+^4 -Yݦ;? ڟZ]B̬ޮ;z7~Ɵvfa;N** _&]] !O{' h4)jKh2#f@L7ǜt2T(saRt@),:k5guT*dؿױȊȰ1J:xڀ-!pFU8O`GMtoWް`|up1`oy*& `[ʩ[ <[i?gNYw%كMo煁kOW[ǽ53ʙG6:5%2X}JvS4w 1:n HO# |HG"KK7V#K RA2ܰ,/ڰߜo xs`犽gšj/\3X|tAZCxh ),HX?9Q-Y[91jx| Q&~|RTeۜ@a0#(EgBNjȒ:lv\2 Qdǐ@3 HsӞ;6Gژr84X TK/DK~M`M:eޖ.&E%)"}r(Z#H`7?2+~` 9lWvVڜ_o b RˡX#>SQ1x7`NN @#S/E}f0M͸YU@S߾-%,a&Rz}^(Ѧ|XTDUnhEflܩ4Ph(Mx/2#nz%q>"u&c ^JǬ}/HX=&P{<: :Yp!܃сI_3$w qTV;DI2 \m.Jܼ_FvτDg >G#zn[2ky7"3W _:'`=δ0-6ѣ'sUߤ@? E= .&`EPംS q I 7WO3 Jx M.xSD;^:*^k:5ʵ'q5+TQE&a/x;ApH4LcL $UŨ aCy(h-3w]{>kzsrNu`ru(|GmrK_ٵ.ZOE85/Tc7-eEisKүyxX}ʜ~MC3m*¯*,~@_کn9If)>0\a$;2}G%uC]\Ȅ_)^َ<qsj6e(1݀:f~L#_EOkȥ$FL Cd)пaա?M{Ko3$֟R(wsFM7 ur }\A1(}304|xFeB#|cX_ޥ0JC _L`;έ,CÉWHRv?Q H bWv2{&Lf(-[²P 3b G( sw@#)u6^A; L?ݰxIjIrB@P 4y G(a [9$aZ3˜ cljjh2r#.#hʕw"}N $]Eih 9~ 9̸N(^ѩ ;e;!,~fʨތJwƻPD*:FWlCk;Q$kYν$##厱Il[;=4T>Q1K(!҆p_!HuΛ>Ym \uc8.YŇ[vz T& /e Bdc}}yf~Jn" m N^ ^@xZ77 40CG>)v;ϥFsg*_1T j]e dZ_⦸ (u"kQ]$bX&6 (=FYmy7S9ODOYI|ER[7 rjyJbtR  | C x҉zP1;Vc@=x[2 |M ݨO5 ͉|Cw*>VR߭H M/!7zMx/GF)mzLwc&f͓ i$l/&DʥbFSXV5sHj#W w݌ֲcIũPuz,^ًQ/}T$G5цN ˸Tt3a0Vv";f }vtyi*wMAF4@ /X $A&%w (4Xq5=?i2xb5SYU -CF>=b𮌬cȢIfQtH z˃u/Z^bR/[U!檄|'{I@" !pYzդ*πܝ]*yNneWQ=oy⪮ݬ*OdTLڀ*9е6RRmE"S^vp(uʁ+ S)ZWp?Gܡ#\7ϧnd>c~e@XX6B<@)nH}q@Z 챚+3{/y`80F=ʙ'߳$:Ut,7]^jAq8k$^[( 4 kލ_J#/J }IFr47,hf¦WoHL#EnЗɠB?帠h_^*dYLm("NTJx!n2@ҏ84LM_/JH0~ܿҁG@.m%yyt3_JsyKPH=(Ư紒d8R"R4F;A?生vYtQE7G1Sʷ>CrjݢWp=?Vo\;;nu8s1OPF' -ņ0{_ѴvӌTJiz4sBF"'}.-vjC׏d NsM\'tƮ#EcC@=-Tat8! kIYGuz Q ` ^فA%a&(ݷ+*5:z|½ Pqq|hqܱ,*;3Xz3Ƕovpo029C Ìa:;L9Ha*gu߀qHǬ!v*co1sRR QOsm0#>H&u]B4QN bo+Mx'}zpN==v@yc`2Z7$\>-E5Jz+5o6eqBQ(02$O{зP;m@LBXl<Q^.O ;mdƋ ;"_ vHk-]m{7وGo_v:$1dR'Pٍgy&?7򜄜CohVs]^ ^P /T@BnHYo@@:l| ݽ㎙pڱ4W~̾ Q)iMS\Q*?,"0 `ނ:X+`zQ6 b'' fcq$?3]qǝDdg ZR@])bDe¨7$KD]| Cu)>4nip3s$86OT]GY!eӸy>7D!}Y=zpb߽n~Yˀ&Xel,=IE832H{Oۋŋ+]@#{ Bqx QV֑ >ݛ5/Jր yl,907yX]kkҜp_Š]i_WLkQ 7_\#ow{J;(6SQp2;gq:rZo%gQtB:8AS̪ 6PK A12܍S ojQbke(î͆zoW=##\372^E2ϙĢId ç(3e/L&F +=x4SW4T[pˑ۝3tCAMk(ǚ o +DI]%d! Z|N+4ޭ =ϳuQRcpwƟզGwtLLNL/Im+>X z5WlzXZi/y_F }y?oJ7ѤwKzXfF>XNOQl8A@ig/CgT|CA0$vŹHސ-3@}Z050 Mܢ4VD-o3Kk+VwDV8Ql6$:9M Rd,.P({=5\tkc$s>eQK:9>,ՋLéa΋P>?H3]臘+k &zz.ؕ|)lWn#|v-=ZsT|̍;6 as~~mCңc0_T%Kw~E)Ԏ>(OftKQL}Y-1-e"UqkQBA! D}uI̝J)H(e>m7IA=Vc%>_2 R_($-yf)E*$6ҀEwEQ3mP6Vo]8qtۺ6[XXE=DQ*1;vg/@I[b Savs~=8=0xDܓhz߲:1K :m/ձO')Vk=GAslx~SsuCQDvn%e7 Yh&STm#+X?F|g^U.73GaJZ{ƧM/~&:㈮k^PEiEocܼprRx=Ztxg S\6} Ӎ38̱'oAF(KzHO6 T!zԣ,ZLk_ &&TUr.=@}G̒_B'i ":''#C̵Ա㴁xV7N]6.oj +_- Fu˘Z ԉSrfCZ+`6G8m!IRi3-p3 a U]1d޺ |Ve(БM~ct>ȫCC>`6 nߥLts@rGߴ$%.)fN@3$m(wmN4Lp `7,ʮ!h hffJcGi_foX<ׄs ڶo7 \P4$(9' ?U|-NC8۰EYD,3ҿK6SZs4-!pu`sԽ@R&5gdRww)&Tͭ',/MTsaѤ?dlv|5`{5tQǘ ະ?9QAPZQ/<%/?(~򷡞ie8(]eBTߋ@"s3o0_U%&i| VӠ_53DR$61/Њ4XqZ~ ,Uh:%?)K~x0OR: W^Dϳ,8NX[.hU@,BŸ̔@/q{9WLfh}Q{{ [Q13q#%ٺYB!z@!Q3reϐƱhcsyhRxdNN>HH) Q' )r&1- H_H%fvxmC|ZFe| {G-q<^ d4AW)(ST?VVa>aFkv pr;]dR'VDk:~VO2~"դN-a[|6!i!K@IMfW]t ;72L*% s6ezҳO/FΛ &D\6pN4(VR3Je; )-cJ|Ri܋k`aɱ:Ӕ|L Բ=XQk^e}2!F6α2i_o+̥r)VEA:#h<9kl0DqqFUOk^-ӗD}/)s+Oj!r`3Op(h3_?31OK^ &- }7[]*7Kjwlw3TS.MhEI$^QtP?AzF'7GrXz}ݹE;Gcc|7Ikh`)7 !iBN9NH/Ңc'\Ő3i3,AJ&O\ҝ7~h]0:Y=8?yϴnf\)d$'2b0/N>I j}qu!EFޜ:,7uo,+} WIٚ(P1e>a JG0Ӟ"u09EL8kk*mN,.0 2]nQԋʋdrˠ8yz4|LZ؛nwkL:ۭ>I`?0w:ErsS)-g1/tc\!_,&~UjH,Nܾ֝E#iG۸'U˴nJ:ͿCV׻yMݕ+u}S=h1*kO|"8HZ71GN`isDZ<=HLϏ Ézy'TTV׊l#ڻrl@Àt'!~ŸTVԽbl:^wK)?tprpa>,lfYOlOnX j-eg'Oǣn}^pljW`v3+eњhEZ¾ {ЖqEGԇ1%hk7*LO@ Cջ?]"q}SwТ(S.Giy vYͥoJ(.Vܾq e^A6*._.o!o#6qvj@Gل;y/Y1H77l>?EyrfCUA~DQvl TJ4&3pzO|޾؞$ߟTIG5TU2M樀,%kF#%tӪ?"0%1Jnqke|þRҬh1!V!#EڨKPkLh_xrq=T|f=R .d.׹kj>%fK| fj+m BSIHB3W<-$Ζ_ǻcn;$SMQ\fZ$?Fl4=::s#q@ݐdϷќ k:221#qB41PWOu+GtŠfGeW J{ostj^` i.t5YP&!'b IwO?಼TW[`. bkG Z#u>Є*#w!VkzB ӂW,`,ԳIN®߹Ӭ ž*6˖֜;3=»0fOwaN?,1V7(vsiY_PƟa6$QT/j#p]N%= ?O ۖ2L)>$#u;/)3DcAE4ճy H+ ΟzS17k'<,Ebq_@\~ Lc 9U Det&m f0ҥc{G8:u";CiCFzY5(& s]AF2m^ۄߌuC?P `pM:A}m&^N &Ǻ7Ez1;K見3 yly>۹$S4Dԯ{*=a z^/-~n57WlwN%w'f;G$K;I\ MZ`RZ+HVӬi68" RοusOXE" 7 Ǭە[պat⁐!F: ژ0_}d| .(ii>JLUгε@:]ܫKyy -3zYC @Ϩ ܴE{'>"a<9A;kN ,37uͰ`QexnVF%*#t@/-;') vJWtu<)Eşxh#b4D\)n-pob9P5DGl,d#7,D')>ZөBa$DЪscHPȉ!2X'm)"* X뮤HG afKV*3 u6 /|vMk~C)ucFn%fӄ,JbO{VeDx:wC]zh_`ybjs, 4UzŴ$XN2p[ a,mE>Zl%{?Dֿd)Wϕ{K>Gذ,]] wRXj*oW]M84B,Bj*M^ŢgJHq 20ZGxi/amgFv!XiCR{>l tv SjO*uT2)sOqPQN#_Ɏ9*hSwtOR%u7PO5҉gL62oۅ'U|V]ݺ?zD>V p#3ZHUu'Khaz*60#?C+hV qP)uA)ҥDa_qQie$%qX *O]ʡG`{M7@ORyH!/-X@K*[ZM;Ni֙`%H=g(X ?lJyV75n]0rY.RD6)xLeF |3!TI/EC;95.=9& G 4D~f&y7j;B{QI-wO Vq%8ܘ:}Y M^,Jиԍ m}Z6!{dXy\!j4}!"r gɽOk%60Z,}% )"ykcbJțO0_@!4wr7Q_'ʱr\9֫TBQrfζµAv8L!/5]iڻ$H0<,}b\sf>Vw 9J׭lZ&-22҂chwE&x۞VJ2!|}>\DJZ01!|w{64ܽ- | ˍ.oKQ}LSn4,bY8膭JFѰr6љV8XyDNq]*d/ :f8|g+tK>ץ Gb.Ls"LjE_ <%f).+x)* pPe֖O@]t˘؍@{ѐ@NxaV5%&~._)78h:Z0Rr ekg-ى )UM @cdm4Dֶ߳#pŇo.JgY7>p"!ǖlC6qࡩV> GmsFX.jV* I^ 囪X"k?]?~دKҗe{̤yi0fbb]o˻ 8^$A0*A:2)lqnAVJH3[&0w7!0A $m`Ulln /f啧-xbuNUR1cU Ii`pIcN3\M͑wfv0,[`tpu.\;F<6hDg `! de'x父 X x: ETvJ!RV˚D-4eCQ'y^~ۊF -(.cn.~jP ܔ)664gMdv`|aљwaCfd״KXmiʢitx+NN2@7_L?A%niIMO6[hQ S}?D("ԱޜVL/ Q6ʃnqe,g0ORis/*j5awq4uH+`FT%,#7@}𙁺 =e8bCIJ{OYj @c{t6Z9D*Һ@#Mm]tIntmɒM9abm]LϑogZ eW7aԗw@M2^|9rD&{zE7LNCɏOw\KkCVw4&IaFRlPf%:B^*O(IY pƠ\3#σ.@L@Cş- 1]`q(h khyԶXwPQi*-A/a0戔Eo'=?KwwYWw|^!,rc㗬j#0GҔyiuf  )`'[k"⌵Cq2ݮvͰ_n@N @w/hV=W0IB]͟v۽=])4rD%ao?ő~NjX,p&Ѣ_BC꒣k J&dqH m _<&kn%7X|؈9,k0} &Q\9}rh)пf~G"xM,l\oL߉iL)V-h[|gp_Psd^sVIAƛj*KFc)]/It}ۦ aml-h_s96hx*i<.9w}"#TgA \>x>kq iC b[Xb~6g:""%LfDd$[t:43y@HS|ތZQ,+N 3s˖&R Xwd-$p`9gb}zNhx_d*[$ +?/V69\ G*6FA]1pYsB+ Kf\ΤSi RJimmԴ.МUCjLm|Yzi>hѾ.ވ7V&(%6XtgA-H]%CG$}D̵3)Nv'@X3{{= p8)(RqN=Dl|( hgҭJA:{~DaC_{'GLxJ#[J7I+(n;R g%28&Xu H264c.wH\h%Q#/2.V,VuKQ/{qU-y&uS6z%D4x@s|z)"s>.]V=TBmCkiN >-# 8; l(jGX٤Z|7J47宺OyȌi,ğg"^][,8mQ9ΈPq+ed?^z7 iq2kP̚tzonT9fϙF/z9)(ۀvjO:)?_m Z2}0!R^Mq4;TElUĊi V + jAd~#AŖ6@ ٹQ#zE#Q3gD_&4H6H\6W~7=VrW%\MIPL2e|ϵ zE}1lKC6!1^۵ Lcr*PB ߋR6Q.s݂(:Qq pOo7p؛w;K`WjU}B"ؚCL;pGq䊰[~b.PYlQKv^1}ZmX 4p}N{T.>j[$nKyv xC}@{Y>ժ<]V[W.j5nЄ|wbD>'>XhЭK3Zoy4tGm Nz~biS9YcuucxҭBh,rK8(OMиלBqQJy.GhKӍbnA(zG]{ U|]ag349@ѣp! خ+H‘om]j>]%kOƒ*l}oYRNRQ'C!%8Hjܢ{,?~-zVg YZ