python3-csound-6.18.1-bp155.1.6 >  A dkTъI%z (7=Duz6w8?Mh-,gKa^79$ȝI {~[ɺu,Z-h%ւB=w]2\{m_G:}euqljP@U2~8Uuw.'I' 0H|<..p$i4ZW!ë;=+dČot)ts3][( w |~>2PJ~+8q@* DlșSUZ֫nGLfhW#`N"NG4+vEVt/1A\8(DSA7z8S^hfiXKp>(D?(4d " <X\lp    " $ ( i lpuzK(k8t9:F%G&H&I&X& Y&\&8]&<^&Hb&lc'd'}e'f'l'u'v'w'x'y'z''''(0Cpython3-csound6.18.1bp155.1.6Csound opcodes for pythonCsound opcodes for pythondkTobs-power9-07jSUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-or-later AND LGPL-2.1-or-laterhttps://bugs.opensuse.orgProductivity/Multimedia/Otherhttp://www.csounds.comlinuxppc64lejc~zS89c04e3552e50a3d7fa7c68344eff273dc31d744327a13e32f9fb39e195be4f3rootrootcsound-6.18.1-bp155.1.6.src.rpmpython3-csoundpython3-csound(ppc-64)@    python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.3cc@b@a@` @`8@`0_X@^א]^@\\@\Z@ZXX|Konstantin Voinov Dirk Müller Konstantin Voinov Bjørn Lie Konstantin Voinov Konstantin Voinov Dave Plater Dave Plater davejplater@gmail.comDave Plater Dave Plater Jan Engelhardt plater dimstar@opensuse.orgdimstar@opensuse.orgjengelh@inai.debwiedemann@suse.com- Update to 6.18.1 * A long-standing big-endian test failure with score strings has been fixed. * The symbol spillage caused by a build misconfiguration has been resolved. * Plugin ABI compatibility with earlier versions (affecting the FLTK plugin) has been restored * Some left-over tracing in the mod function has been removed. - Version 6.18.0 Changes: New opcodes * scanmap reads internal state of scanu * elapsedcycles, elapsedtime, eventcycles, and eventtime. See under "bugs fied" for detials. Modified Opcodes and Gens * fix midi list printing to stdout part of the list. Bugs Fixed * Fixed bug where fixed-point phase computation (in oscil family) was incorrect resulting in slight freq deviations in very low freq cases. * Fixed bug where freeing instr 0 caused memory issues in new compilations. Instr 0 is not freed until reset now. * Fixed a bug where opcode directory search was crashing Csound if HOME variable not set. * Fixed pol2rect array size setting. * OSCsend, OSCsend_lo and OSClisten can now work with OSC messages carrying no payload (as per spec and manual). * bug in sum fixed * 'pitchamd' opcode causes segmentation fault (macOS) (#1599) * fixed crash on channel setting with empty channel name * bug in ftloadk fixed (#1611) * qnan works even when compiled with fast arithmetic * Fix the flanger opcode for sample-accurate mode, where the xdel input was not being correctly offset. * elapsedcycles, elapsedtime, eventcycles, and eventtime introducd as fixed versions of timek, times, timeinstk and timeinsts but return the correct values instead of being one cycle late. This prserves backward compatability System Changes * Fix for issue #1613: Fixes the rtauhal module for all cases of multichannel output. Previously the module would not work correctly with some devices. * Csound now supports MP3 files for input and output through libsndfile (version 1.1.0 and higher). Platform Specific Bela: * Many changes to Bela csound. See bela web site for details MacOS: * Universal build for x86_64 and arm64, backward compatible to MacOS 10.9 WASM: * fix sampleRate for single-thread worklet- update to 6.18.1: * This is a patchfix release mainly dealing with issues arisen in Linux package management. This contains the same code as 6.18.0, except for: * A long-standing big-endian test failure with score strings has been fixed. * The symbol spillage caused by a build misconfiguration has been resolved. * Plugin ABI compatibility with earlier versions (affecting the FLTK plugin) has been restored * Some left-over tracing in the mod function has been removed. - update to 6.18.0: * Mainly a bug-fixing release. Major new facility is MP3 (MPEG) audio * files are supported both for input and output in platforms where this is * supported by libsndfile. * fix midi list printing to stdout part of the list. * Fixed bug where fixed-point phase computation (in oscil family) was * incorrect resulting in slight freq deviations in very low freq cases. * Fixed bug where freeing instr 0 caused memory issues in new * compilations. Instr 0 is not freed until reset now. * Fixed a bug where opcode directory search was crashing Csound if HOME * variable not set. * Fixed pol2rect array size setting. * OSCsend, OSCsend_lo and OSClisten can now work with OSC messages * carrying no payload (as per spec and manual). * bug in sum fixed * elapsedcycles, elapsedtime, eventcycles, and eventtime introducd as * fixed versions of timek, times, timeinstk and timeinsts but return * the correct values instead of being one cycle late. This prserves * backward compatability * Csound now supports MP3 files for input and output through libsndfile- Update to version 6.17.0 USER-LEVEL CHANGES New opcodes * scanmap and scansmap are like the xscanmap/xscansmap opcodes but work with the mainstream scan opcodes. * trigexpseg, triglinseg are aliases for trigExpseg, trigLinseg. * xscan opcodes are deprecated as they add nothing to the scan opcodes. * bformdec2 provides more ambisonic decoding of bformat audio. * metrobpm is like metro but the timing is in beats per minute and the signal can be offset by a proportion of the cycle. * sequ is a csound version of a hardware sequencer. It has many modes and options. * gtadsr implements a gated ADSR envelope Orchestra * Message printing has been revised so -m16 suppresses all messages. * add channel count to list_audio_devices (called when the flag - -devices is used so that it can be parsed by frontends). Modified Opcodes and Gens * event opcode does not bail out if the instrument called does not exist. * Added an optional prefix to soundfont instruments printed via sfilist. * lpslots reworked with better control. Utilities * cvanal now uses the SADIR environment to look for analysis files. Bugs Fixed * fareylen called a non-existent function leading to a crash. Removed typo. * turnoff could cause clicks in some cases; fixed. * turnoff3 improved. * cntReset fixed; had a false initialisation code. * binary search in bpf fixed. * pvscfs frame counting issue fixed. * --sample-accurate fixed in a-rate form of tabsum. * Problem in atssinnoi fixed; did read outside allocated memory. * hrtfmove fixed; it could use the wrong value for sr. * Named instruments could use wrong structure in redefinition. * fixes in the jack backend relating to --get-system-sr. * pvcross frequency warp mode fixed. * lpcfilter/lpcanal bug where processing could not be restarted after a freeze fixed. * the emugens collection of opcode, a large group incorporation mainly array operations, were not made available due to a small editing error. * If using a float build (rather than a double) array access could be wrong. * In some cases instr0 code could ignore loops after an incorrect warning. Now fixed. * Bugs in mp3len and similar fixed. * Crash in syncgrain issue #1773 fixed * UDO output of fsigs fixed. SYSTEM LEVEL CHANGES System Changes * winsound has been removed. API * CreateThread2 is a new API function that allows threads to be given a user-defined stack size.- Update to version 6.16.2: * This is a hotfix release dealing with an issue that prevented CsoundQT successfully producing a recording using one of the API threading services. Fixes for desktop OS packages affected are provided here. - Changes from version 6.16.1: * This is a bug fix release of Csound 6.16, where an issue affecting the use of turnoff/turnoff2 was repaired.- Update to version 6.16.0 - add python3-csound package - update csound-rename-sndinfo.patch- Update to version 6.15.0 - add -samples subpackage- Added quotes to %{_lib} conditional to satisfy new rpmlint.- Removed unused util/new_srconv.c from sources to fix licensing.- Update to version 6.14.0+git20200601 and fix factory build - Use service file instead of pre_checkin.sh to create tarball. - Remove incorporated patche fluidsynth2.patch. * init * resonbnk and apoleparams * fix to multicore + etter code * resonator bank * fix prepiano meory issue * allpoleb opcode * Nearly there * coeffs to params fix- Renamed sndifo to csndinfo again to fix conflict with snd package using csound-rename-sndinfo.patch this time.- Added pre_checkin.sh to remove undistributable scansyn files from the source tarball. - Relicenced to GPL-2.0-or-later AND BSD-3-Clause AND PostgreSQL GPL-2.0 or later source file which relicenses the LGPL sources - Added COPYING_gpl2+.txt to licenses.- Update summaries.- Update to version 6.12.2 and fix Factory build. - Remove obsolete patches: csound-scons-on-py3.patch and csound-strncat-fix.patch - Added fluidsynth2.patch from Arch linux - Added csound-6.08-default-pulse.patch, csound-6.08-xdg-open.patch from Fedora. - Now builds with cmake - For upstream changes see: /usr/share/doc/packages/csound/Release_Notes/- Add csound-scons-on-py3.patch: Fix build with scons using python3 as interpreter.- Rename README.SuSE to README.SUSE, adhering to the correct spelling.- Fix RPM groups, trim descriptions from repeated information. Remove unnecessary ldconfig calls (they do not apply for plugin directories).- drop useless uninstall script and make build reproducibleobs-power9-07 16847555886.18.1-bp155.1.66.18.1-bp155.1.6ctcsound.py/usr/lib64/python3.6/site-packages/-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/86bb37a89e83faaceda951e8323311c3-csoundcpioxz5ppc64le-suse-linuxPython script, ASCII text executableR"D ݄|d=utf-83c9e473650617195af84f59d080f2d1f19ae687c3aac85eb97708301a0e57830? 7zXZ !t/^b] crv(vX0! r-$ ɒ[t}V osL\6wDj[-˰ ,t\maR"[oޙPyn#K\0mx >i;(? *;bkO:kc4wp1+ R%fG*, 0{ǁQVN,$NB1[_sVʸEDNZ㍱oMbFQ;: 78#1J&PLitE9'>D֓nbձ~YN/{ijA,_Bml=`TTi(54]ҜK>6uQ7339YC4{NDyб +f l`Ch8_:‰.fE(6kf8 3LO78S?d%9f« o 0σ0(Ϫ}U8}B}̈cͲ{?&u76vZ&\*ddHRj6^YY 3}߄qAоzjvDq6gT@ k\p<[}~ZQ2븛O)kG̚ˎަUUVJvt+ q2J!bHHS(1v߁RʩuJ&;Q4sjL_$9^D^w:;y+Zu} 0rHT$W4-){)]W 0aa*/.ّ@'^0 :X$[~i/XT#ݱ ɍ}=$H}L2-۰+CrPv$Lh?<lSC)fpC@-.jI[j^5UW"u*h4:GhMWk?Yyk UgZ:SADrR: !tajbcŅ0T| gzӪ )b0HsZF92: bxOrձ)wl +_3zſֆuq㞾zx8=*ezQѤ\ś8V6ow-{\fvVӓUt 1 ךk_U,HD+iWä[2w Ѹ1=d]ڻYd( G]rPMxCԯR,M)+8~cRgýo¦ C qX塌+S.vCSv$ eۈ0GZ-DP[>>Ŏ 묀m?,O('w%{q+c{]#E _$ޫIE)pΣ-`&XV'ݙ\ȓTઔ+ŲP=Vo݁>-|Mˬ'WBr0Ggè'@_(,#t"WDmjssF^k^3 8WQ14 @mjɴc!= =jdc aOa[廼҈ $8\|_1tQ[-U2pYAa۞7S[[Sk N|qƵRRImQ n9c"1씎y1@?"d}Mof>C_ 2뫒jx+ bQ}C]RAUϗHt5)Y_ڟ&@[h_uÆdT]z15],)rO}wm+ĮQBdkN\Z*Ca;b^L&plk"jf[%4Ac뷒ЎBD-aNд.CX0c}eղ-JZ_6FW^N. Q,q -OT:DW;.L:J=+v.i;xmV%"q]~-ؤd?!\ E?Ēng,S(Y;;i^r=5Ci rQ>V t &KX@=ɣj{ iCH>c3ʳf~z */  Us_-=Ev!]̾ @3I+tz't+{?WC-#AFf˔;NTTnɥt{R>A{˛'Мɱyno~ Ũ\?@[NҎ Ə"N x(d6N!޹_vRPx?d{)/>@+DX^yb \5"tϮRu.Ւ0^ο{nCJ ?,N O1m9{ݐUK 20߅;,/C/\h!^8MdѽMz;nX=ȚC|{2ao7v=v *F/ҙ}IY}Vk nrq9#~ʕ{*BG!B9wsV%+35G1)8YNj3_d-dn)裥Cu26 AuN9w5հz7|Ш^s _uŪs?~^Q  С|,_m= |<۴ f4#l[1 1R-RXZzn__]:!{LEQDbgnͭ&sϼ^x@ FZ葭jFↄt3SP?C>z9旾;<*ʯ?DZi=5 ucJֱh [}J-\p$pW+e/&JĂr'58G$3l~ PcIc+үZmX5VW'FhG^#hRN e2{w&PUcq4/\qnD 4o1HY*qP WJDX{5!, dexP43S!N`&(VU8Pzr+ejyp~΁>ҡ_S}aec\%w]p\ W`ᐽ s>b]|,̑ KLc3.iy zDi\L =J{7oޮ(G L4N_oW]v늻 r%KALei\pp7r]:n.'%霮t.=8oC~/Gu5r_LMכjD$6٭[S^n3czk6Xd˜MaёiR|d :NO` KD){򅤭M AMGd >p)5>]쳫/ue2fOtM Ѐ I_MmEV5MwtCU\WP-6~<"DW ljċ aYKuF k5 )SVEoCh"Oc`Wbև0{Q'ږ;kl/'Rc]/3Af!C LLBXКU@Z߀Ck}2ZC%rt:ToP%Uf,bѣ:E 2@?ٟbLKl;Q)ˍ('L7L-v2vqG`n#u D9̞YUXiWf0)By3-d=6TȊ獂 qם3t Gߌ}^Jdޚ;DA4Ad G?XՏ vW q Dh9(H;ijs `$87:l'%Nm>A[K,Z>R)%'¥1I-A (QgxqH*zK~+^Ԁؔ,f `8GY(|<X|Y;6Mْ ;B:>@2z O \U}7Ll; [GWqh8$&%p{Y (t3rmysy9J첪h ,SWf<ֈQip~Ofw_K\e0yR2LEpH qi;]V*I ^ɫԱй{:dks?"{gk ژљ֫L1B5P&H{փwvGD y`tokc~5$ #O}>zLu5$.4A./‡;76+ğxFbe^8 #&GIN6UFf]ki#ƭtސTAmr]Zv |WF/*C"[D}7=2370fbGӄ+wsR`6/(S#<,GЇdh+*$,5ȘcSEX_!k݉Š)|/aM"ISmSv'b#4#3(>?\C7nzS@r;0M)OjItUy>&pޜ<ɏ gy5cS(ko.#w1F9bJk8STml6p 5#!%iF-n@15\z*"^/ճJイ*xyZ @BWw]#2D`#ۜЌI2⮝#HyO,⍮ i{rHPḲ?g\>Bd9y97WҝՉZ3(gٓm>-Da{q+x1`{j.d/!_G/l65_Ӛy^r@zUo?!0=?Sc(Lk_媅|Dk gTR%>!DE@ EvrHpP)r {F_R-_>|X)[1XEI' z彁rdbͪ$tܱ&"=c[)Ѩ}ͳ`Rw|>EV=#mR x r4_KknpW @#V$N1$[AڥY j>o0]IҎlO{~6ۓzk6.DOu )Nu^.ԳQv ƾɄ4X=4P S:)~a`=J쳖97KJ6:9x)i;6eQ!S{!{π+¨'ŠF2) m)FV9'Zi:vQj4\kt<7R`Wয়`PB"k֥(K}=i ޲&胟Ywq=x\%.#"oH/p5ORpwfJR' 7r߼|g=R}JMȱy;poK?FJ k*QCP=alNn?Rz [dv Hvr?A q|ϺқݷߕO Jѝ'40m5V]¼O:Goh,&(CwAaMDr`oeiP:R1nmLf.V&QWߕ!E NGzhTjVwj밨4?{xy|M JkBoS"J2C9p,p^neȋOO62|DsI Wʈ$d^/F-r)4l(b˸EuCug` ~e2Z@р ͳl=ۨ(c d3+zgpbzZα# (l>}[B2(IICc?PBjPO\Q)eCMX)3~#:2r8½7*߬M]\ +&m %Y5FN,JSacŮ,ute#jtKkzscaw^bGp]E2^0m?V%Mv]`A7c?kL(g{-S,П2kc]9JrsS}@@u;rw3C{f9GH%4vB1XZ~t DW/9v805s`6t9 k!O x.̓i"ⴕj 6$#QFƋHQ7&2P0bV9:VP1Re o29@ >]B@f#(2~0Mc!z /*)fhࢸQߠ)&`~g3^n;L:mFO:gK՛oM-sfkw3į{)[ZLQ; P#IDd3ud dՄrrܧ-ܞ V=p1٘81Y3;[hxWPHNx 2R=0sRH)WsbKxy^$JkIFa>Ի%[4F-{/ ["JгPp[j=@1`M*7!>ڸv`[;>=ea7-n-c".lB,aKO(N }z)G, Xyg`pF#Q6Zͫ.d]@ &Qm 6/X43~^YDQ){x}f<-o]p!Dt(5}[mǏ~ +QJuD.|.; >h,꺡7ONb,FklH+:\r_<}?=A{rFfC0d<=U w\ {GeKOlpmwMc~Ө XՊ 2 ?c-}.5efp7Pkѩ(]`ٍcR1!J זک P y| )D(Q縯'`}=dd V7\, JCl[?BrS' i+^H[y ~`~4Nf @A"jT]+7H>-6O؅CENVJg>zP[pHsN^8 ݢ8: KXǛ3CUFb\hw S'#{^$ 8Ixj:^-rPc4ÌA+7,&(棩Hw6HIiEQg+B64dD#^!65C ;Ɏd1 >KV'x{&Coϕ;?(1H0gĉm`2D1PVқ?NAHh34M)=eUYfMW\Su8!rh# O3(iDIU,Fhr+ QT@Q]u Qb?[ܺY4<Bܬ ~-AzY|Se|m쒽͡KIS!Fk6M/x&2$u:#ۺԦf?HzX2GVQg3&S],(-f$X#/dE/dC-a:-5:i,W[h_Wn`]ĕqnQx{ՠ=#), }W R>Fw$]/&%kqJf~m!(Q^ΰb l+N { m:",t4 GŢa[y-ܝnr4+#<WK*"ꕠw3}vjȾ#UO{lJHE$7՘l|Il~#9SQ.j$ VY9r׍* Ie `)E L#) *_FM/Eh^HU\v yK2Ŷ 4HcgO:טz {IL;>v$^}Նajqœպ^*Bkl+. &ÚC2[@߭`!{WyZ#XxGb %d];az?E"4!ywu-h2WdDBsg)u՘p܏r_Kk>;So$Q>PG,̋e߀V:qY./- K˞]Z'bkn"&HXdCĹx,P3]C "oBi[o-a)H\wHj)rUlcv^*q]uhk3 m\Y2\eht#g~gp)px=$"r FөUaս̼5"w WTgeQS辭x᧾HqzmHW|Jr߀By$HWhU:P ֏ڏ~)ϔ_NUݻ-x ()0U0RO}a?xڝ..;7u[RSEa^y|pϨ; ojv ND>[hBW] Vu$'iQ  vw x> \0 sB -5tͼv81l T1ő!,k:(,cԣ '/#Кʜ 㪙bdmQD:E.K3?Dnr+q gc ?e X|vԳo"CV`_@_r;G̝hTğ'+/4]iԭ4 9L¨)m> $g-cZux1Zyr9ǍܣVf;æԼHg4fR$b}iDׂЩD/3κl䮾궱2+>6zv6yҝ)18 {d۱k埔$9@:giEC2 a'Ia~S @QYAޱrE| őhjoQ)!YdRcC>Xqs-φaԸ ^iTҵW“6DJNjM[K"D>S鈲%MT`q\bڳET쇉6+l"۴b0puV<.#xߚ0,;$JDnΦxa~ Ejxzx+U)NqjPxȱ!q|./LB0/%(nFH|:e8mܨ6EҫEzࡥ vt?e1 {Arm>n[_0< TԜΔ\#_!-&i>.A&RialO=fݧf9 H6=#> {A^dg1V3',J5H9"9&1`Fcn֕c)cgGD}`2JK[d}Fc:q*40 j>,8KEL +S vOORsΌrNlLECғ< _ Y&wJA4h|Ij۪h2;|SBlta۽'RѓKgD瑅3S.^y6ʮFc_ IH"!:.Fb@([OT kTT8UswmIRy"#ՑB!NM۲Q}ԅ@n׉-UYǜ;lKTErY(:uhi K\ɭd1U ًؖ=ru8chK$:8%u' 2؋h [6G'¦읛m4x/skvi 6Zۏ?| yq633kNP_䣞 #F @zNJzUH1}hnn7(PT"QmBpCtq2ww<(c^T6hwl:M?6VLnhT&rBj]칷\_q6DKKyS|% sc=Aw{FªK`g-?Y L3 GQĿ>0 ێu a)Hh=8(<X&=jmwϊ4|TosT(B[egԷٛRE𪖼*BS.'A.o?^`]x)HozPXd͋iIV"9=? ZҒ*,i%TlH z5Z)Pѓ.JgYD>aC#ZSPN>i#0,;`$KroTQ .q"zsJŊCsPeI&iǗBn<+Ywҽ.X^4ysb C6 Hkc3…nOxD{gBvgۀ}7&H<$!^i;)p}3|[Hz BuvѬU:1g$+*Ȱ{tdIl56K ,.s6L5t_Ywp)OˑI߰ m9(S"xC9U .^6=NE"avذe+( v 0V4+[㍘U?Fgg"¼tMhZ_B 00(Y1Zg2^P'P\\ħL͐V]|޴ݳ)Q/i \ֲC?z 둼?slK7mD]DpSZlAntWNoPjcN}9%$eiNߵXb_À΁mw>aDMdg/CL`w(azaFa;sTpLG&9M:gO#r>Oe?<PHC{"˓xn,p{_V(/u"!h<~\Ȝ4vCf|v],w$JjoTJp9.Rr-f%hǂ4F=[tv[ΞPX6W;fk g"7xӏqQQgv'ɋym|Z9ojV&-8-#sD[S'lc-F\۷) Y,˓rSE_j+f14K;DZ;q6OgSPĂ1O6P"f.Ⱥ6{'q5o%LvY'+|eDqӕq *.7'c'_gV q:haD؈kD>k2ܶ}'f`=W併+Bv'AБ_;5==tɌ(ՎXA 79s8.#{?qT,@Y%[sG@L/AcJ|.H \|QGW]:SiZ~)mod())#Gmp$?Ŭm6|G>Mofn#ך^,E9K F<{-p+EuT7 *lg}N0$vd[%t/'!78hYTh9QB\ΜKipP Ij#p`qoXE ǯxI_W@$z\Ws&>?k׍-,(ъ>Ju2#'v@k<uuj'E ғ@&'~m( ˤjRW`2q YXb!妯f$Q,?)/cSվZln80BYg>}HI5 P`|u?\yvWxR@$_<딺jr!ɲJ3fz}/:]z ut0&*J qoE)3#叠c^A{"ZZwYWS2xqmoy1s-|RvXLE}P@Nvqyea鯇y߮xϊ C#ת8_66թ[T#5Y4"xP : 㶟ױIck85uXVq6xo5GY7{wf߇󨖲y x^w oCdIQj:Q [kPK+y!EY A_ct|S%5a+<bꢰKPH QIq!(u윳bosg%F@D\~TQY}h.o)I*iE'z}F\tӐfQE"V}X/kvȠΖiްE2O}Auuɳ-&+\- mSK{}QԶˠѬΝ*d~ڵgkn,jQ(c}tw/99W,B@%DM Eڞ43m*2_bu2LgK 1Wʅ 7IM0v;ssN$Ouy*T4Qd:Y_-PZqzL{E0JH#`PJG8~$:-~ϡ?Bmy~Z*mIuR͘'Ϯk@DXY.0bt/4:p+(?aˣ{wT@?OzfßӷPO2qǔ|(7` g%'Do;]+ EghS;?ʨ/WMI,CqyLvH'`0 9> rУ 3+rLkG[)⪐^RE|یSE$ TŤIn,[-{hD…S2ep !G*=L3 V \,#Hχ.aԌԉNG(Y1! _/@3 -{F15kr ڢy_;46v}IsLG?~(mɵ!Ek:9-&q"Ujɐs s7ޢAR &t{BP2ƃO, >Zl62{ӀnDb(5ZC2-͊AԣD ?o7 o7S8ֲM l;w. fZ1LGibx{CI%`d`a jltjULȗ*6x`Y#)g{pCc A -Cy,c顝]ȁ're`"dN>wBFa``n(^yd&[7^ ";;v-?ӐOgVqz.WXatMoeYpQ"$ ҉)3&a&sh& 7ŖQgn\V2MJC k] =]{4cdaiԌF p|뛡k6+^sDPs veLoA .".,̼`;YC%57ڼӪHk*.~#?$p{`-\G U'x96ΡMOZw7nYeb!cj~:[h>P831B}s-Y]r&JW=,QZyH,Ʊ샞J7DW\P89?-2:&(^PmXLKURT ~ا \g-AvBHN!0vS6F{QBiضMkgN@U֥al/c=sXg̼$Э+/4=!riuȀ\ NKY3,3F2 &~bsJZ֖Ky/'LUG: !HСZ۷~=W^pc@ao~h'})kx8[AUo8Qg5 Er!ME$[S я=RɏxV0H}^oSR#F=5ˣ8>2@6%WMLi*)T[xS{s[*KܫL!ִ>#S̗(bV,>ą6f ziJ鞓$F@o-sj VyףfNT_ @.]dmjg\𝋆G``*A3OW',NؓP8p YYgھbWIXbO/$8bq5cg t7ẻrMTǠ4]w02UȻdlqQ$// CLaSAQK^Sgc Tu{s`{1݀)l{W9Wұ-bDUx0Rw zW~ kCWل.\qayaiF 3ΣIfi>_qojtm#Al},14((|UC&CҪ95Q  Lf )kE%"g3p*0{t~4-lP FZNZcܡI;2d80*ۆcZ{+b3رݴ-kVDVb\o0^b+( Wn/p8@N->oǪMO%P`6-;)Jgd9`A5vpT 'hGgS\tf< J( %_+Lf:?2SɆP]wBz+ c{=U8T4pc{E:G쐸|~Vӽ3,7(#'x#fR'zO~":'l"9yѱ1ɛT!".F\A{be;e"\p\;J \lb1mQz<^ '4d.N71LmU='K"E9 \ !6ƱwY h#OlI mn3XAi,}L;r]&@HPXK#6ԯް|}2_OFS\Oy-RPFhϹ:_-_XV^-`5*0fR֥Wex]fQ_OnM`{Ȇ]TK Ќ$ V˲ziPpæi!0&`q&nwu"%o *>1jvﰆ% ,2&ha=ض`UN-Sb"V.;ӱ9T]R {RNwDiF𙀝a"O%UpҾt %YK%2erLQ0ؖṛ"o.៯Ijyn=eO,]>ΰ<+n.`2d}ؘ%FDBzfzaF}t/Q8A *"k7V;;hJ &|` ͜ѫ4mLC{%o+isX -E-pO䚢Г)e ;QԽS`NZcaJk9'89~iѨ#N;1K^0ۊ`A-$$#ǡMg|xx$k:D`2$mev#GR9;Cq[~1'DG,܉(oTR ~,uMs-%=8`~:_$͢+?rK7)I3o +<@==2d, \HVb{do,ʦ$J}_n侬 偉כGcN+-8#hLaO ' ;@|$Xf Mz&yנށX[N1_^2 +WO&aq 'Xۢ=s^C:cXpc}H% BG sADž2fL:>~Z3뷲ykVnjw=۪g/,=Yu#Hl*"WƂFU!ICBtzҭ;}i&; ]8”TLpp:Ndjw>XiZj )>BbuFq"*@:g(cY9+@<"e 32C@׿>i NYYCqeQd$E6˔\p.]}@TJ^yϊ!*'9r(l~ 淭 BC?t;>D7,Gu`F! j,13yGcKqz*$җ+WͳŜnI;O~H5mϰ p9]bx녠b2J4 uCUŴUJ-wrf]pDjd i 7@U獽*3豲Wg&HNKlq={̕I/1[%Vw2!RHoXV=R{y:ԦVMB*yŋ 'TĜ2k:r~q]v[Dե Okݨs"tvMAF!ߢo H5g h u5 Oz7>fv%Qi_0~<4ړG4 ;[ UYl]A=Uu!̧_]jknvvnt^WjWj~wmȒ[1h[rQO iO5 !6W/07?7g͍"_{} Ͻ3i!7}A{=_\YkFԐ \|xˣ}_گ1Q2]*CL! G[O&;F݋ݩ$&u]Dz$=n[- iβ;p/; 'C",CC/p_GdUyr%y\S92Jĥ bJki.6R*,,bL|9jc3PjiȾ:g:'#58w6Eְ Jqo&mz~K M X\p*vߌ`8كmvG@am?vL [٠:Ηg65 CzTޫ4#汍սO-[xquN@~OQφ~0U mԵLB^?螱yWn:(D0QY;Ъ n,:0ڿvkPEiVn}<[q'c3P׍xhK1PHN(N" &O{ m1+Z8cyGS$r}*_;;݉SIQY#oW_FM_î~Pjz 1#GXL)6fJ@EmqRMP0`z+eq1/ &fU͡YʩQb??2=P<٧#mIDN#& Lng5Ij#ݷuڵ1|,E'(W&K ,Ž߿UPdzb%XBF:ۆf*YhP+r+Ь.2N!.nN4FZMq^:a)EL/GuSM.H7IZ7 Y1R]Ma:2ԷD$eQxFIߊ֙ XN``{3,Kc5Gq[7馸 U~u欼9#