mpg123-devel-1.25.7-10.1>t  DH`pY֊ /=„NegiRδiE-0#L+(tѐowͤlȲ瓧p܄9RyvÉ \+Y}e /8k\<7DKXj\*:#;@ah0x{K@ȉl EtKbKz:$G:HI@N&. 5391JG˞ 5i?Ch2T] z5uRy!B _/԰38R׈ivk227f822b524380daaea3008718651b594610df911Y֊ /=„gK 5R̬pA ,Wl')Oȹh'<}Zhg0ܑVype! ~ePXpfrZV .OR :s!Ocb+RQ1f|:&IM/LV4a߼˃R"Ir~چT(OlLrˣrl~ywgR$ET%j$ ]4&SLW K XOƙT+Y>:*x?*hd  > (1 Jj     8T5(Z8d9:F'CG'XH'tI'X'Y'\']'^(;b(kc(d)e)f)l)u)v)w*x*,y*Hz*XCmpg123-devel1.25.710.1Files to develop against libmpg123The mpg123 distribution contains an MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (most commonly MPEG 1.0 Layer 3 aka MP3), as well as re-usable decoding and output libraries.Y։lamb02openSUSE Leap 42.3openSUSELGPL-2.1http://bugs.opensuse.orgDevelopment/Languages/C and C++http://www.mpg123.de/linuxx86_64_T恤Y։Y։Y։Y։Y։Y։Y։288126336ab8fc1790f14b856c466411bb7f34c248bddffae45ffddda351a64f4dc3f388cde4181169f27497569e5655b442d4f82cac0ff3576cdb6a578133dd00c61088bff6b639c7294b99ad342bcclibmpg123.so.0.44.6libout123.so.0.2.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootmpg123-1.25.7-10.1.src.rpmmpg123-develmpg123-devel(x86-64)pkgconfig(libmpg123)pkgconfig(libout123)@   /usr/bin/pkg-configlibmpg123-0libout123-0rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)1.25.71.25.73.0.4-14.0-14.4.6-14.11.2Y@Y@YYu@Ym@YdYZ1YYYXӸXXX%aloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.commeissner@suse.commpluskal@suse.commeissner@suse.comaloisio@gmx.comjengelh@inai.dealoisio@gmx.comdimstar@opensuse.org- Update to version 1.25.7 mpg123: * Do not play with cursor and inverse video for progress bar when TERM=dumb. * Fix parsing of host port for numerical IPv6 addresses (just did not work before, only for textual host names). libmpg123: * Proper fix for the xrpnt overflow problems by correctly initialising certain tables for MPEG 2.x layer III. The checks that catch the resulting overflow are still in place, but likely superfluous now. Note that this means certain valid files would have been misdecoded before, if anyone actually produced them. Thanks to Robert Hegemann for the fix! * Silently handle granules with part2_3_length == 0, but scalefac_compress != 0 (ignore the latter).- Update to version 1.25.6 * Hotfix for bug 255: Overflow reading frame data bits in layer II decoding. Now, all-zero data is returned if the frame data is exhausted. This might have a slight impact on performance, but not easily measurable so far.- Update to version 1.25.5 * Avoid another buffer read overflow in the ID3 parser on 32 bit platforms (bug 254). (CVE-2017-12797/boo#1056999)- Update to version 1.25.4 libmpg123: * Prevent harmless call to memcpy(NULL, NULL, 0). * More early checking of ID3v2 encoding values to avoid bogus text being stored.- Update to version 1.25.3 libmpg123: * Better checks for xrpnt overflow in III_dequantize_sample() before each use, avoiding false positives and catching cases that were rendered harmless by alignment-enlarged buffers.- Update to version 1.25.2 libmpg123: * Extend pow tables for layer III to properly handle files with i-stereo and 5-bit scalefactors. Never observed them for real, just as fuzzed input to trigger the read overflow. Note: This one goes on record as CVE-2017-11126, calling remote denial of service. While the accesses are out of bounds for the pow tables, they still are safely within libmpg123's memory (other static tables). Just wrong values are used for computation, no actual crash unless you use something like GCC's AddressSanitizer, nor any information disclosure. * Avoid left-shifts of negative integers in layer I decoding.- Update to version 1.25.1 * libmpg123: + Avoid memset(NULL, 0, 0) to calm down the paranoid. + Fix bug 252, invalid read of size 1 in ID3v2 parser due to forgotten offset from the frame flag bytes (unnoticed in practice for a long time). Fuzzers are in the house again. This one got CVE-2017-10683. + Avoid a mostly harmless conditional jump depending on uninitialised fr->lay in compute_bpf() (mpg123_position()) when track is not ready yet. + Fix undefined shifts on signed long mask in layer3.c (worked in practice, never right in theory). Code might be a bit faster now, even. Thanks to Agostino Sarubbo for reporting. 1.25.0: * Silence test for artsc-config if it is not there. * Make sure -static-libgcc from LDFLAGS gets through libtool, fixing 32 bit Windows builds (depend on libgcc DLL otherwise). * Fix build with non-GNU make by using plain rm -f instead of silly $(RM) in libout123/modules makefile fragment. * Make build work on iOS, including coreaudio backend. * libmpg123: + Finally provide position-independent code for x86 with assembly optimisations.The textrels are gone thanks to Won Kyu Park and Taihei Momma. + Clarify some license language in files descending from the original MMX optimisation. + Fix return value overflow check for MPG123_BUFFERFILL. + Introduced mpg123_getformat2() to enable the FORMAT command for the generic control not stealing MPG123_NEW_FORMAT from the main playback loop. The sequence LOADPAUSED-FORMAT-PAUSE (play) is supposed to work now. + Enable aarch64 optimisations on *BSD by default, too. You can always override that stupid OS whitelist using - -with-optimization, anyway. + Use of the i486 decoder is now discouraged more prominently, in configure output. * out123: Fix stupid crash with verbose mode and tone generation (print the string if the pointer is non-null, not if it is null). * libout123: More consistent error messages for dynamic and legacy (built-in) modules. Namely, you get a hint how if you choose a different module than the built-in ones for a static libout123. - Fixes (boo#1046766)- dont require mpg123-32bit, it is not present- Update baselibs.conf- add a baselibs.conf, so 32bit wine can use it or even build against it.- Create mpg123-openal as separate package - Added Supplements lines for some subpackages- Ensure neutrality of description- Update to version 1.24.0 * Avoid repeating genre in metadata printout for specifications like (144)Thrash Metal. * In remote control mode, only enforce --quiet if no verbosity was required. * Prevent --loop and --shuffle or --random from messing with the remote control LOADLIST command (printout of the list would loop without reason). * Fix the mpg123 command (esp. our provided binaries on Windows) to now find modules again relative to the executable directory, not the current working directory. This was a regression in 1.23 and might be security-relevant if you called mpg123 in working directories with untrusted content. Note that mpg123 1.23 looked for modules relative to the current working directory only if the installation prefix for modules did not exist. So, usage on an intact installation (with /usr/lib/mpg123 or the like) was safe. Nevertheless this new version fixes the search to be relative to the binary path as it was with 1.22 and before. * At least consistent behaviour of playlist code in the face of looping. Looping is about individual tracks, always. They are looped also in random mode. Jumping (prev/next keys) is between tracks and resets the loop counter. The display of currently playing track in the playlist is fixed for random and looped play now (bug 198). * Looping is now mentioned for a to-be-repeated track with - -verbose. * Move some compiler nagging from --enable-debug to - -enable-nagging, fix up some new build failures by adding some pesky feature test macros. * Try not to pollute the terminal buffer with old progress bars in inverse video. Only the currently live one shall be seen. That one is pretty. The others are not. * Using plain dlopen()/LoadLibrary() for opening modules instead of libltdl. This also means that - -with-module-suffix is gone in configure. * Windows builds only work when Unicode support is there (older than Windows 2000/XP will definitely not work anymore). * The out123 tool now features tone generation, with a mix of differing wave patterns. Makes sense to be able to test the audio output by itself, and it's fun. See --wave-freq and related parameters. * libmpg123 version 43: + Add flags MPG123_NO_PEEK_END and MPG123_FORCE_SEEKABLE, as suggested by Bent Bisballe Nyeng. + Build fix for MSVC (consistent definition of ssize_t, spotted by manx, bug 243). + Build fix for --with-cpu=ppc_nofpu (thanks to Michael Kostylev, bug 244). + Add asm optimized MSVC++ Win32|x64 and UWP|x64 builds + Remove old, broken MSVC++ builds * libout123 version 2: + Added OUT123_BINDIR. + New search order for output plugin directory: MPG123_MODDIR, or (relative to executable directory OUT123_BINDIR) ../lib/mpg123, plugins libout123/modules/.libs, libout123/modules, ../libout123/modules/.libs, ../libout123/modules, and at last the installation prefix $libdir/mpg213/. This shall ensure that a build inside a source tree does not try to use old modules from the system prefix. The normal libtool wrapper deals with the shared libout123 or libmpg123 only, not modules. Note that if you set MPG123_MODDIR to a non-existing directory, no modules will be found (earlier versions fell back to other choices). + The OUT123_NAME parameter is now copied by out123_param_from(), as is the newly added OUT123_BINDIR. + Coreaudio: Use AudioComponents API on OSX >= 10.6 (thanks to Michael Weiser). + Coreaudio: Fix behaviour of out123_drop(), not killing the output anymore without re-opening the device (bug 236, thanks to Taihei for the fix). - Build esound, pulse, jack, portaudio, sdl modules and created package for each of them.- Initial package for openSUSE Tumbleweed, version 1.23.8.lamb02 15072322521.25.7-10.11.25.7-10.11.25.71.25.7fmt123.hmpg123.hout123.hlibmpg123.solibout123.solibmpg123.pclibout123.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Maintenance:7346/openSUSE_Leap_42.3_Update/580da4198c6ed7e9f19fddeae63e8590-mpg123.openSUSE_Leap_42.3_Updatecpiolzma5x86_64-suse-linuxC source, ASCII textC source, ASCII text, with very long linespkgconfig filePRPRl预N8& ?`] crv(vX0D!-.tpI.@A,J(C <+g%9`*g7#+Ddy>p|(fF&* 4r`$+EBZ :>$ iWI 0AwDfn#ւMxH kXCɫs@`h&s}@\FGx& 1p2#(\q|rzkرvVvwM)vkS9\ǥC! “6!7eBnuwʷ*!DZ܃ǧf/Z><'H ZIo2R]Ow SVWXoQZ$V  e``ە^P,bH/h M#! M@`[ZbQ ~ʖuC}c9}D펩[Wv[?M|i⫹I:{X!; ض$4B^MRj?ysiz2i.;!~jgm|?}`,l42L;]N%3W,us5;xAѰhQ2`gO7SCG0~c^|Wקn@~Ok yS p8lH;]z<@]2="{72,q!+RPA-]‰. Mz.Ji2xH=0xr6 Xb-Kw6=O 5ORVMsΚ 6X'S;>OKu4#霂Tġdu{/;/UV-&٣&&`0dl!s*)Ũ!5;rƏFxQC \HȖU1G+C./2\6C\ f8hEt=]GǐǨ$ǐZEӽr#{O fJ6@+3TbFZ?+RgD1t?~Y !W6cNUsQF7ȀgFʸ2@=6KR3u-BݕIʨ@0I;`΃c)kJ[5p)w9 UjDP3 He0 t F2(9 F v@+,4}s>˾7wnZaZV^ڄhʄ &#y(kv-F.Yr&Rg a;GbMlyGQmQmHIYR7f,(-^ﱅdo1 '܁pٽ?** Pe!"?bp{[<}赴S MVXQ}KYQ@Tbғ[\-?Y+MJ_'7kb|`dBىGg\\p[R$C>~.NS">#c M~F}7 4m S_]!5L\4[sy] w(k.{L!?"U]B4 d%Ezʭ\5AŒbA),_:&=d_c]4Ȯi .R@|&G, 3fFp+?p4鰃zI =1Rಂ#iqԐ?ߦOhD3cfM(jO (ǚd&Jd:;WoMQj;DanZ;18Eb5#{u566#CM &@!_0KS5Â5˽~s>x4g'bFuZ"1v%)9Ԍ*NʲkJhQ.X/+ 4BPK>txGU[9`Gr8k-?t)@4?h( iҊ#&Z42 4bX>6:8_RaՄSXH` I>c2,C eM6Y7!?K3=A&F ϥz*;@AfsLh-3No>x `vCYޞ"AFvƃ2<"2ϲOacJS]Ԣ\>+ ʲɵ85:hRnhRdk_"c@=qil%Ҟ0ʷ(]W8زWc/5 u\= T ng+p1eљFU^;P~&?Ń\}s.禆\-k|ۣb_'֌pn6RH0QٟT8$ u;mQu]-񝛖JQKovcgޓ)nYT٧mΊEƴO[ܩ7AePt=LA'I'Lc5#^ZGӳ;`)܀5 =KS喠fI-! 1~j=#ANJ>w- C[-`g*V9D<@F+UM7t6^zCGԜjmpmktqOYch~q \?[ξ&12R7t ͨQԎi`Wd|>p{sb $WXT?X^HAyĬ}<հXB!yFfE |h;۱%=zj O'jx-`&﷩`j1NJ(υt\ Ç`"2qEݜ%$o*64AؖH' HsH,` СN.(7Zjt=Glp癸\mے@…>I-빏h9JL[ %}0bД~Ucfk {H"1`:o1džvuJ' O2+$ׇY1 E'Ce+D`#nyMz:2O*gBYD;AK# Ax_Pv [ARΦEaNm ^[+$^u)!hlg7МQÃK0MP U e6Qs,,s$GEN=6o ?%B`c՗'Ii\Հbկw{h&zj|Z%Z]{貍wkןAg8 ~i;pRH'v60:J]"iPoy >U "ncgs|1 ؉:dsF`b ^ CduVb0Jz-;I٩+gB A_9$!Z^w_l쑰cL{4Z@ ʓS ")`Y4y@a+j{،ir7 m 5j+Ÿ2tX }_ !l'Ưb9Sc^g|BF5d89>S))B'O'%a%_;ӏE\jf8/:u'0| EMs5zkV0<0Q/8- 7#vh_ݸ_B <~Dw~˄3wbm }M2{9L(컧9XlrOôKޙo-i~oo?;d=F#ݹm܆И˨P6TA/mK1N+% +-&Kv/,c:ǎC0i??s¡mޓb{r Y'x`Kv)^ljO:YXD+dYp+aqJ\v!Cah6Y&@Z9OXgcTt݂Jԁ8/eIQj7b.R .tEZ>lk8PlJhY+HfUIj;BfKMpKDI81_&? mi0XGK\QYnŨ Nj?p.+`Xh%7 v --;_ ݟ)3{nqb Ř'4xSv^ m6L3r#RZz>u :O }nF9*m("cV,IQ)ӓNx1̮/;A:ZK7: q?C- t<ll*AT= ~Ammu-D1Q,}jNϠET/E?s09-xu'5$V\"XHG% _`7MHomS@Uku|'=x膠Ӏ&]HA8 {d!/ MgG}@"Fx/QM.JQɴynnAr)25 "ׁޛ2-X$,K2* mGCNoNس66Y\ǩ$?7ir6IJHx٧@jgjBqa6-%2{n+E>d䚵x]Sf>ySr%iƅaeYɾ5l@vid#KIۧrj#Wa}pGSk[Q  jTx]S`E\Ao"'qˀoĴ(? Mtm{NOPv=ՃA;C)'cya pa7ޅ4`Q 0=\G{>x!gQyHmEA҆q>{iNb20O4ttڿ lpw wc%rިx\|;M9RtCk*k ~;).ٖ Lz1Shkb|"a] )0|/v|2 ]hYҚF#HqCUę.,3$/ksߠfg3”ACyEOs>n'%kO|d-|u$ϹiBÅl;.͌FQew}H  ̉f-1 0xj9h=8vMȠ)HƟI˕/Wt.`D™.M>v'WE+R ;p=1wur@,Ɓfa4ڌ`p@Y+[ե7\_ayz sN'.fk.vث3^)vZ3idJ*hxzBmUp:?k*gN8U!ňk!#5_wCI8$B4Qz܀7N.!kC&qVVF~p ٫$p. I{@7hNN]%lćl>ް>Reݹܘ~.>q)GO9 Ȝ{ SW.iV[!+mY?kS\zkOmdҊu( #>XdZrWOb";>DAz`!".Tp?VOc Zb>(xN$] nqbug|v{}! mT r3& 5*-}m9F$k!Ǯ?ۻj"gԥLCEh𞤠@{0pH($ÊȬdTGdij_._GٷSK=^)E@m8ןj%Aa-= G@ ℜ_cv$Ve6U м_)oq Ҳ1NfS_G9/!Xa[\I=^N)+#>=vg  Vz#݊hϏQ3JDa"'ZѠ@ĺG0;DOB3Q^Ӫ )SgK;·R,-S$r"dd^2m{_{$n-bX9R3SsMmD+/D\D_7bXJ_ZC (FObHcuM^h*'=OVN(KG:CPqu{&U QR{2}}A#~)uMELvsڔcZrIْG"׿Yc5rZ^(g}_",B7nC^pњg$~Aoe2p͵UWP#HєiZ4-줦[XD_-$jLOÒ^),+ZWӗ{Y_*YU!BOy79!-!Hi(U/q^?C7a֤=Ny^wt_.Pu*!uobGc^6В 1L\ SqkҾB6G(FǗ|}!JOdGz۷g+@Z&;~D/W,S !Q phQJQRmRPCx6lvQuV:)h{MZ/)"^Wp+Cw%2l%?T*u1 Ƽ{F4%6ovO~n|%ѿTcTu<3]GjĜ#;D2W֝:\<' vg6U~)+%=I)pjv~(7NcHe0srG'?\naRS){e ڻM0 xN_pfb9/|$,I"knj!TGDڝLEӕ. "5/P@^֭VƏ(Hqߚ1D_ys"挫,/er~#5y#ް7=eZPa]6z\[G|OT>WnWB`zkDV_n[ngBiۚºD ݘ]3_x|:tk5KqU7e zImy@[.cz&g6Ҷ q{ u1i?ʬGG7CO"wqFjܫj&C퍎O.=@JqxV=UIlKA\+،ʟ#ӷ6-hlVk[|Xd":~q쒘@!Q2V%fQc6jWjÊŒ߉pcJ<`{^Hg\È5N<,TUZ譼re| obkxuf2ҭKٹN3 &ekiX{@ѭ k }w%&+ϯf8'$6ˡ XO !lJ `G}XRKO@*G[es]ח$}#dYVA5OQ2+#( (1UxGa`wəFaɉKtYӝVkr X^ P*k]GF+/@Zj^GqdS;Kڞ}''[Ћ6'1~116;o:8}PJ-5VXwEAX %O!e]L-[#[Kq(#R-_٣+K5F#ALm\&v`1ck}2~CݶRj k[ZeV xw "In{<(ݖM[UDrc 7OO! ېM 3ŢW Xm\x/ )!e(ec#uT =9\t+$,O=YCn/ QdR=- C߳4Rm6">-Bk| D۰+rWMbzzy^lV&W:Ej,iQX;?qb1VQybzH |Kٯe^r3#E^Shi97i$ *ƛղ$4 ;vsC8`M² }nIOzu}P^AbW9u36D`0<p`lw+Bs OjGYkZS@aƹ}=> 78az!]$kgq5̌mr&cM^a֘/ڇUqx_n7)o?R˾V`Sp-tpݔG`ѹ_yxFL nہHtc%ܠ{*ZJʉY4q[]0ǠA 3 \eDsw"Yn~2pLwaA)n y`PfO;Koska>9 `jɄJ-ɕ2 ~KMDfڻbU.H0ק(&£V.qъ/r"¦S |mz켝Ztc\j. 5o W 6jA˄ gE ߚ+ *Ұ6_ NO !oj?2T/B7"PY=.૝DYi:dA f{}@ >'Ajyoc'/ͨMGJlQ 7RCI -n՛/PnZ1 i"J֩Q^›.LU>fĩ!)Dܚl}~Jye ^3o ٫~ũnJ X'𜮻O2 [rAFK@*/U Hx)K0/DN޻"Ù)6&CHRSxsuůVjM('4|@>[+?wDzt"s/֠N2Cz@;Mɥ޶<ΐ}96=gِ:Lg-;oYW%†V?Fq_]RV!K>͚9չ^i@_Z-vrPAIOrˮvez3at *̗CAaNJ:Q@lZnau+Nc9:2Dz^^Am_ppXT~lPMp R=+ËdU3 N+/^YĚ# Q › tÊ&DzQMQ^<5%Pڼ-Vˮ*%)J/IF s[9pضb>S"a?QZC#JϢuNJx> 'mhuD AɊi:Xc.߂=wvMz#ڣS00: |bG8YJ)b C4/lo z_ !q~ޏktTF ) LȤ:mipG=K0B,8G*w.?<{Z)@E/05L|wOO(k[No&thx%v eyH],vW(~2 "\w=+ 3Vp z ,oS_}pvBйB"{Ut *:z,~Lm ۚįZ ~,Q0oz3ug;7x԰)ޘ]Ȅz%(EZE`LA]SRsRsdص30!"!CGQZ~8>£V܍Jry;;fſ՚ S*`iI;Y1* /.>ŏ<dY|o&VMoë7Vh2Ta$pȿ;o!K7RM8~Ln`YeqW"4' `ynO'(i`@m۝x'+#=Aaԯ?d]Y^]!Ƙ#%#VyhYp("3~Ȯ](|$HwCu! p<;{\w|L֍Ŀ#6_W1 ^q[ʌeBA_Q_X4}wc͍d*ע"+IOù>b9(zMѸܜ5ɐM+ܦ0@%Z:vl{B2{U,yi"4^>'XH9*%a?eɎ i:Y$ROK=ZCClU첡V`ee͠D}OYnm{M@c*BEӣ|r%*7<*WKL-Ӥ8,juGB ~' y`JZ']-$6鈳Jbe-^!l =Auu˂mƖ4_=ȝoT<=|%.sN2F cSPn&аk>_m8 /#=4 )\?@(C$;5is0̼!m#}C(ݻeǞw ( Zڤd]1*Ai`Vo7ؚ54P Ne L@Uo8ǰ Гxx{~[܅Ԙ_V =^>vr13% *e.`[XJlk_ nϔ:8jz}MTw%eЕo.O,;4 3?sݴ 2 L^2[y']o~]ΥW.DhzX5eSՎص NWή oB~WL> ܧ#'[ȣsiO#of ЃvҴV&ޫghSǞ( |\b@]b/=ڣjYj{ޗRG{+ gEKl)R?t_l5ls%lS.hYNU1`όJ2Z¾Z}P/ؖDx$* Tzy!MWəhvFi3Y-'TkY gMZ#!#@Y< FYUeF7yygX=pJbs15%x@L ot hY3{?C0Re o#LO NDhS#JȽ_dMVoKx"6H.z&:6Gp찿2=sCD8LeFRpk-hmV(>-Q:wlш=es5H>ٞ [n1ZΣZclGl@$"ӢYO#!ا$"%,‚͓GkQzI.Mz%}8X7%8SdeQ\GM3Ra{#El!ss̏a),gDҁ'29nQ8,480&M:!su`ˍ_FKNOml9Wc0zB!e#zZԣ1';6D~FnUì`6knQB}QVQVp M'C2W0;sTREYzY!wW x{m?PvaY+ڃU<ϾNE1 u?J[6>`INלjgg:޵T* $HyLm ( %504>.(SW1٧;CFpZħ85%.ԏ! )xK KCWپ*fwfW\"K+M#v^ .CF_:zJHٟ< Pn̈yl owh k=xZѰ!|\HDbi3wTtR*xN<7e#>@QNk*ҟ8'8gP=ao ,H,^|Daovg+ bO&a~u?#7NU'bFoN8\&>j@8E ]W82(%x$waTcGCYh*sTh2%֢XhWe|+͠ )wbI;t}.q櫯|νJ x evwvc:[ddm Sr5ۂ{ko)`IrEJ1g2xqM\xJ4ܔi 'N^l<j[p xOT CF27 wP~"zoݠP+J;<:xM\GT:!i=! _ڇ:zu5ex i|f8بE&q,!6hX'/|eEfsSk6wDDq'yyX+=F?~-ћiiZ×rgi~4Y@345<OUSPB}җ1 ?]"j@%}j#Gg&Z0wjF^R`9c8573+ÖEU|bJ/_<x'x.gUI'\a:Վ'-|m2$]SiWjb^4)ZE;y G$jd.B7<ٽigΛ{'H%&߷qB5gv|F4WS" ;(3`Af4ӕPW‘ׂtd7W~@k>\ .r!R/xL(UVm3b2oXurY!"qd/(]1vuT[ڵ)VeP7B ȫ+[Z/,DAi|"b9O=2CC2Wmܴ_Qh>~%W~k3qԳ-XFj(wm&뎑.4#((A~.+MxM]sO e<#VƶrJ.nHg̊ x;Sl g:W۵EY=aASxHhIf;}H:18T z͖dAܩA R\m@IJOX\{zX)Gd]j,KuaLOCY >Ig:N%+PMS{AA@]>]oˇTT*tJ_o:"$/rnDR2ASKl&E& oZ?S2X'^|x*I`Xh%b,zhgF#}JP? N~encHwԱ;=̃˾p(c"}61՛w[Lkl(ؒL!@'*='{s-MWɦ(DIVG;o(OM9=dlZ*xnu!DZnC wb 3B aALHIP6{0zce _JI~N'HW_Y΀BG j1?UϚCFwĐ0ˌ*L;o+=~w'6Ty0,qz?'v"&PTS[>iMʻBpXG?D3*H O^`whrEXq#8,dWWFȵUuX{tL[5ȇ!Ȣml]=N ЌUT5=~< E0XL̸#SN/m9y!1/uN<崶]*3Pa²alYFJ0 ]LP쁷~o !E7r9b-3L҆M?!e B+!i6,!qLČz.Q) e*#˴9鯼`~}7]^13uXWn$L2~~:Dò?ɾ$1=b'xXx'& (b+!7kzR^ iSR>p/μ~rdQmt`q䶈ނl秇}NRN"k2Ck eЇY@zr#p)nM O6vGZR-Ɗ7,lEVxӍ[ǶIKgw咪 GBhHc5n"9O]{隿ɵE"瓼ͰjeOw*jB XDz=?7#gQ/nAyYcCB[McFe6p$W-p{3t_ӽXJ.yuTh7ch6'闟cDƒL2"RE&%LWIGcUt=}MǃDKu%!"vp=dӿTD<}1䛎X%iMѾ<^)K]Tr2ѶßcHv(HRe'>-S$:#oNMfWwܐڷv\s:@zObOA/_~#ç6Pv)xT?iƳIG+xCspKP:v+9k\$P:铚 ?޻Xa{DmD֩V6wzںϞ1Z38geTOuVXʙ 0=B ꫾x%Ҭ^<[$ YvJclC]eܬrKjcxwi $ցaf߸0w#j6?2~2r6.8J6uOh YHH;a<ɞ6^ TU2K>D0Qڶ?|HRLt0=ÎSshW庫i,IlRx;1}9ɱ_r~ZoSxL ;A mkG=dǎxs?w,*~QM7iD#%8,Xl1+Լ |'cҖ0c5(lkeC5ał'E ?ܟy%h"-)Uѳ >}걍JzQ9r4h%q՚FOáG$ټ!(-\k2w>\DYyA Os^4`v4 N{%`x*#j[o]V)hV<Д(ǑH42s2dy$ V:ƚ'7zF-rt+T5kF2{Σ-z^E2[|y=2g 18rϩ@Ƙ!~m}P֑2QNǔ󇿫UR7+k^V˅ I=O(>'Xyq.}՜dx&J \6DmY[R4%X> f.p!徺q ]5wR{8s/9>ńl l,G[1{% x"K4+)*&صy@*&f ~Qױbl$rN/[XGj=3VV/UB&*^rQ9 o'FQrLċh VN"w! <̝P5hzIʚSD<x tc,EWb#y[Ub"E 1Nүa&ܨ / gL #}ZDk7> xn+b$|7kVe2?pe$."(lq2Ck뫘8~>9>=/yϹջ'&:1Z)1z9=@n}h. MU׋sY.%"FMWq$OLA.¥+ 7-ñu6Nފ|H| 5 Q1t?=Սrp8S* fog][|ԣkz2s\*v9nv'/ԨyA+ [ſꙦTOn]Kh *boHgeHb=hg!pM-4e߹ ,f)(+$Au_嘝d2xu(ϯo볃BrƆU&LLFfwSg\}+֎o>T4Hml l7.qQ[Y/0!փx{a[8qhlLv36AI,{Bl\J!)t&yz_;B,%yok| w^W''rAGKi&Tsc#h,&ސ=Yڦn'ؾOEWS3eɽIW5JO 5Ʃa+8g;|"IBͥgXq*u_-y3_ Yu$vGzeC@P9ju4(SWt$_ 20Eu]>/3'Φ(E'Lu@ qEGx6:h~,>^k@\IPTg8QX$_lgk(a6Rϫ,F#gmD?*ȕ,9gנ-:W^0?ӡJA`t&{tߺc:T/0|ey蛐IYDƒH &NF ,gآi6+5}WZԭz# ԴtQcp֙W8nS K^!i ~OHQGǺ+Zg϶O.k:r+Zkx_[Z7茩+6D9ĵ1.:߳`4k~gFʖܯGa Ubk?T;L9+ ۇ̞9Ǝ(a]bNIHc9M"weA^';v*y9#//ƌKpyF5)O<Xrs% &_=RLRDF/LԾѸn0Y[Ө"Rp{9lM+97>?RÈc)J >4w] 0pʨK߀lf覃d.kXN8OL^LsgIq#fܓ do焦-*6(A q%.Y80-J zK, ;~.z\ /MWӣ0/hcN`SfM7%Ii یw"4&RQmG Riv=4Og7|\إ|wϜ\ *0+>s2KoVlN` ䷠#*h<=?gխ= v3ޓ\Ͷ'wMrldݙYU*eC',f͋Fk -Qjf#E-'E >jA@pbb|̜8|\HF; PV\u@@6 JghE5J,.\oSU3i.klDJ<+bܯ۬]yLi(p̃*&uH =95@:ZfdAy'}rkSfؽ7Cضd{cc= qiJ<VADyoAkE"32`G؅DqWT,<)zcJ]o>f(`s3?җOZ ,cЇw]tT!W PN}&|Pº-հyO͚ dX 9ɸ_^1K,"8KLk\T숖n%s_5!U\It~LVk4Y]S.}:v੾M[2X?JP.%)>d"> 9becwpĸ`Do(VZh n0 EG)Jp,;=O/0+vst27pk:?d}NSiEQ{ t虃9SŢ&M} H%w"[gU!ͺI&cY?6v)/̥Deet_[j6Өx/Qiud5ٚr 9 }A"Y7KE_|Gf@`O&C@s;9CϢJibkăSI#DܜT|"uNX %&\K{ʫbulL=-udG&ijO%ϚAv9mPj6ÐLHpz33>|vO1: fZCD(Թh t;4;?,y7O#lv{ާDI\yJ 퓓=xgɂf-e6@ZV*vbnt;Зjool}Ha H$w- ~r֝6ź(gF`aLfꊋte`dABfagNX68t`:`I7#e3Eu,x:؉]3}0ٯm3\wfsW2zѸQ/h%&mQo Q_=:6;bd{@zh<BC q/S&wvyמERj}OGA?_NSͯ B&t\tSYP맦C_ P\arNaϪG3FhrBdhN3"s>Qu Wk:yadl +yD\(~b_>ROq5oelY,PdBM/O>uÛ60Pq˗l(؆AqypJɋ,mފkJ35H+-Bd~sac-|(p|;[LRw%3a[p<]$I)zW:C` c[ NxيpPC_jգbcEU9d^ɨY"R݃c";{'QLR'[++p9j,~:;9%EHU6~KRxwOj/t}}򫪪<7zmiJjuYXTbpUN32:R.$y8o?+^TtEoI 7ٙ0n&M+ѸX(Fu`2ʏ%$2A& dLcpn1iǫX#S;t˨-/4ߟl'@"%0 JLngQFK/~#G3WU*ݥkob]aG YXSI 󣯙`gdX[0}2U9uMi2"jvDtQsXtXb@VezY© ]raoؠ>G( !%}Qߙn Ul(Ec|Mc<@Ris>S=vځy>̌NbG/.D5hrgC_p O*'p1Mk^wkۇPon?lxĢg }nWVF"eKBX{rc-`eGSZusWISݔ{ݎ^z_ǸyS^|e,"Ơ]oI˞ .:fO8fΛBۏM2MF̔>{RxcӅ SІ~,Ӱpe C /߰x6?_%zD"?8 `$`̫Qp3m[ck "I\0{ɗ=.2dqSwؖ5e<'G.x6'8CeQ-Mp2aof@^7Aǁ&b󵶨>M9jHS]Ղ^8sG_taڥ))Cs iFd˗|< }FU9D͗1<^E4Sq4֎`=,9Ju2M~Y5 DP.p4*9 7@B %@<&157k O+RP4۳~`[VU 1X slT{d (zoU\!-z*2! ]F@MGy¿ dPywNni}я{ q7@P YR#VeWĺ:KB/O䑬q.]9 Ei6qi~<34H#u]|#7N_ rQz.NwckBGA-hvǠ].A Xޚ$u9M=ݸi O2>:)j`kw%|pyNS{댹OjD6]ȳ̜w@Ҭ⍏_tK&W)^ J;b'-