openal-soft-1.15-4.1.2>t 4 DpQ//=„ OZv誶aAbRDI㌤@Ph˛f=(#4֤,֦XX8ՂԿ&[]&̡h|1V+\EߺFϬ$+7tUݪ弝xY=gl}iUvΤ,[jUҭcr/~O /1OvͷΉm}\n&ma?}"(iׇ&F= l-|+Q//=„J39爯|?{ Y]pq"Bv [ ͆&gJg漉,'j]Rvd8Z=Ҩb~{BU1ֶ,›`;dϥ[]5^ >+*J S +] \d /@7b09447ebd85888e41f95d654239285dc2b0b8d7Ψ>=:@?:0d  % 8>Hd r   # ,Hk 0 1 X\c(i8p9:F6jG6H6I6X6Y6\6]7^7^b7c8Kd8e8f8l8u8v8w9x9y:z: Copenal-soft1.154.1.2OpenAL SoftOpenAL is an audio library designed in the spirit of OpenGL--machine independent, cross platform, and data format neutral with a clean, simple C-based API. OpenAL provides capabilities for playing audio in a virtual 3D environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API. More advanced effects, including air absorption, occlusion, and environmental reverb, are available through the EFX extension. It also facilitates streaming audio, multi-channel buffers, and audio capture. OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL API.Q build33openSUSE 12.3openSUSELGPL-2.1+ and GPL-2.0+http://bugs.opensuse.orgSystem/Librarieshttp://kcat.strangesoft.net/openal.htmllinuxx86_649b.A큤A큤A큤QQQQ PoQPod41d8cd98f00b204e9800998ecf8427e6daa7ae661ad334baf6bbfc7b9f10583facc3a8f452930083bbb95d82b989c35ca4b00d956e13842267f9e0ce640b92cArootrootrootrootrootrootrootrootrootrootrootrootrootrootopenal-soft-1.15-4.1.2.src.rpmconfig(openal-soft)openalopenal-softopenal-soft(x86-64)@@@@@@   config(openal-soft)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libopenal.so.1()(64bit)libpthread.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)1.15-4.1.23.0.4-14.0-14.4.6-1 openal0.0.84.10.2P@P @PP@P@PP@P O@MbSKKTM@KA@K+nJ@Jx@JJ.NJ{Io@lnussel@suse.dereddwarf@opensuse.orgjoop.boonen@opensuse.orglnussel@suse.decfarrell@suse.comlnussel@suse.dereddwarf@opensuse.orgdvaleev@suse.comlnussel@suse.delnussel@suse.delnussel@suse.delnussel@suse.delnussel@suse.dejengelh@medozas.delnussel@suse.delnussel@suse.delnussel@suse.delnussel@suse.delnussel@suse.delnussel@suse.de- install legacy provides for openal again. Some packages still rely on it.- The devel package requires libopenal1, not openal-soft- Fixed SLES build - Removed Requirements that are resolved automatically - Added missing openal-soft-devel Requirement libopenal1- update to new version 1.15 - Fixed device enumeration with the OSS backend. - Reorganized internal mixing logic, so unneeded steps can potentially be skipped for better performance. - Removed the lookup table for calculating the mixing pans. The panning is now calculated directly for better precision. - Improved the panning of stereo source channels when using stereo output. - Improved source filter quality on send paths. - Added a config option to allow PulseAudio to move streams between devices. - Currently disabled by default, as the device specifier does not properly update. - The PulseAudio backend will now attempt to spawn a server by default. - Added a workaround for a DirectSound bug relating to float32 output. - Added SSE-based mixers, for HRTF and non-HRTF mixing. - SSE can be detected at run-time, and be disabled as needed. - Added support for the new AL_SOFT_source_latency extension. - Currently, the PulseAudio, ALSA, and MMDevAPI backends provide proper latency information. - Improved ALSA capture by avoiding an extra buffer when using sizes supported by the underlying device. - Improved the makehrtf utility to support new options and input formats. - Modified the CFLAGS declared in the pkg-config file so the "AL/" portion of the header includes can optionally be omitted. - Added a couple example code programs to show how to apply reverb, and retrieve latency. - The configuration sample is now installed into the share/openal/ directory instead of /etc/openal. - Note, /etc/openal/alsoft.conf is still used to read the configuration like before. - The configuration sample now gets installed by default. - undo upstream change to auto spawn pulseaudio (openal-no-autospawn.diff)- license update: LGPL-2.1+ and GPL-2.0+ See the c files in utils/ - looks like a GPL licensed utility is included (as aggregate)- update to git snapshot close to 1.15 - re-enable OSS support - also rename libopenal0-soft for consistency- Remove support for old distributions - Remove Icon tag and icon file. It's not normal for openSUSE packages to use it - Remove Conflicts/Provides for rename from openal. Latest release of the old openal was in openSUSE 11.1. - Use pkgconfig() BuildRequires - Run spec-cleaner - Rename libopenal1-soft to libopenal1 - Disable OSS support- the used fpu control bits are x86 specific- new version 1.14 * Improved multi-threaded efficiency, relying less on a "big" mutex in favor of rw-locks and atomic operations where possible. * Added support for HRTF-based mixing. Stereo output only. The default built-in data set only supports 44100hz playback. See the new hrtf.txt for more information. * Added CMake options to cause a configuration error if the wanted backends aren't available. * Modified backends so that only one is used at a time (for each playback and capture), to avoid device ownership conflicts. * Fixed enumeration in certain backends to not list a default device, when the default device is enumerated normally anyway (eg, with DirectSound and PulseAudio). * Improved device naming to more closely match the names given by the backends. * Fixed handling of NaN values for float and double buffer samples. * Added a new efx-presets.h header to define useful reverb presets for EFX. * Added support for the ALC_EXT_DEDICATED extension. * Fixed alc.h to include ALC_ENUMERATE_ALL_EXT enums, like other systems. * Added support for the new AL_SOFT_buffer_samples, AL_SOFT_direct_channels, and ALC_SOFT_loopback extensions. * Provided an env-var.txt to describe the available options set through environment variables. * Fixed the source cone angle properties to work with the full 0-to-360 range as intended. * An env var option is provided to restore the old buggy behavior for apps that need it. * Added an example program that streams sound using ffmpeg. * Added a utility to make HRTF data files from the KEMAR diffuse and compact data sets. - removed rpmlintrc in favor of a lecacy exception in rpmlint itself- new version 1.13 * Added support for the ring modulator EFX effect. * Duplication of stereo sources (onto side- and rear-channels) in now enabled by default. This can still be disabled via alsoft.conf. * Support for the new AL_SOFT_loop_points and AL_SOFT_buffer_sub_data extensions. * Added the ability to redirect log output to a file, by setting the ALSOFT_LOGFILE environment variable. * Improved invalid parameter checks. * Better checks against integer overflows when allocating buffer storage. * Internal mixer support for 8-, 16-, and 32-bit input formats, improving memory consumption by not converting them all to 32-bit. * Improved device-change handling with the PulseAudio backend. * All available PulseAudio devices are now enumerated with ALC_ENUMERATE_ALL_EXT. * PulseAudio devices again use the periods and period_size config options. * Improved stability when PortAudio is enabled. The library tends to cause a crash when it's unloaded and reloaded. * Added a WaveOut backend for Windows. * Added a cubic resampler to replace the cosine resampler. * Increased the maximum number of source auxiliary sends to 4, and changed the default to 1. * Massive internal changes to the mixer and buffer loading code, designed for future improvements for allowable input and output formats.- new version 1.12.854 * Fixed playback when the PulseAudio buffer is calculated to be more than 64KB. * Restored compatibility with some older PulseAudio libs. * Alternative buffer sizing for PulseAudio, specified using a new config option. * Improved buffer size calculations, to prevent drastic latency changes when certain properties (such as ALC_FREQUENCY) are modified. * Added capture support for the PortAudio backend. * Support for PortAudio under Windows. * Added support for the format extensions AL_EXT_MULAW, AL_EXT_MULAW_MCFORMATS, and AL_EXT_DOUBLE. * Support for the new ALC_EXT_thread_local_context extension. * Improved library load time by delaying backend device probing until needed. * Updated alext.h to provide EFX tokens and function types. * Unsupported effects and filters are no longer returned by alGetEnumValue. * The Wave File Writer device now creates WAVEFORMATEXTENSIBLE files, to better handle multi-channel and float output.- new version 1.11.753 * Fixed compatibility with newer PulseAudio libs * The PulseAudio backend will now be tried first, when available * Fixed a crash with the echo effect * Configurable resampler, supporting point, linear (default), and cosine methods * Improved reverb, which now supports the Modulation and Echo properties * The alsoft/.conf/.ini/rc drivers config option now allows unnamed backends to remain available, by ending the device list with a comma (,) * PulseAudio playback will try to use an output frequency and channel format that best matches the default sink If the sink device is configured for 5.1 output at 48khz, for example, OpenAL Soft will automatically use 5.1 output at 48khz, unless overridden in the config file. * Multi-channel sounds are now passed through the auxiliary sends Although they are down-mixed to mono, losing channel separation. * Fixed playback when creating a second context from a device * Added a new config option to enable real-time priority when mixing for certain backends (ALSA, OSS, Solaris, and DirectSound) * Buffers now store 32-bit float sample data internally, to retain 32-bit sample accuracy * Added a new head-dampening config option, for mono and stereo playback This slightly filters sounds coming from behind, allowing for some subtle differences between front and back sound sources. * Added an option to allow spawning the PulseAudio server on demand * Support for the new AL_EXT_source_distance_model extension- update to current git snapshot- add baselibs.conf as a source- new version 1.10.622 * Fixed OSS and PulseAudio backends * Support for disconnect notifications with PulseAudio when the server connection dies * Fixed surround sound channel ordering for PulseAudio playback * Fixed 7.1 output * Fixed potential crash when setting an AL_EFFECT_NULL effect on an auxiliary effect slot * Backend libraries are now loaded and released as needed In particular, this allows for backends to be added and removed at runtime when their corresponding libraries are installed and uninstalled (provided support for those backends was compiled in). An active backend will remain available as long as its in use. * Support for multiple contexts per device * Fixed possible ghost references on buffers and auxiliary slots, if they're attached to sources that are forcibly deleted on context destruction - only actually pulseaudio if at least version 0.9.15- update to current git snapshot to fix problems with pulseaudio (bnc#551022) - disable --as-needed for libopenal.so.0 compatibility library to force linking against libopenal.so.1- new version 1.9.563 * Preliminary support for the new ALC_EXT_disconnect extension. * Support for 32-bit float playback and capture on some backends * Proper support for the ALC_FREQUENCY context attribute * Fixed compatibility with newer PulseAudio libs. * Fixed parsing of the speaker layout config string. * Fixed buffer size issues with ALSA capture. * Fixed a problem where the reported number of processed buffers could be wrong. * Fixed possible crashes when specifying invalid device pointers. * Removed the backend-specific period config options, and made it a global option instead. * Deprecated the refresh config option for the new period_size option. * Better cleanup of backends when the OpenAL lib is unloaded.- new version 1.8.466 * Support for two more effects: AL_EFFECT_EAXREVERB and AL_EFFECT_ECHO Not all of the EAXREVERB properties will currently affect the output. More should be supported in the future * Improved reverb * Added a PulseAudio backend * Improved mixer efficiency a bit * Improved ALSA playback * Multiple auxiliary slots supported Default is four, which can be modified with the config file * Multiple auxiliary sends supported Default is two per source, which cannot be increased without recompilation. The amount can be decreased with the config file- new version 1.7.411 * New table-based panning algorithm, allowing the center channel to be included in the mix * Speaker arrangements are now configurable * Added a new PortAudio backend * Some changes to the ALSA device list Standard enumeration will now only list a single ALSA playback device (for "default"), and there should be no more name clashes preventing a device with the same name from being used * Low-pass filters now affect multi-channel sources * Corrections for 6.1 channel placements * Multi-channel sources are now re-mixed when using a different output mode This prevents source channels from being lost if there isn't a matching output channel (eg. 5.1 sources on stereo output) * Multi-channel source gains are now correctly clamped to the source's min/max gains * The air absorption calculation now uses the correct distance * The source room rolloff factor can now be set up to 10 * Updated reverb code that better follows the reverb parameters - add pulseaudio backend from git head and enable by default- add shlib policy conform provides for librariesbuild33 13609938041.15-4.1.20.0.91.15-4.1.21.15-4.1.2openalalsoft.confopenal-infoopenal-softCOPYINGopenalalsoftrc.sample/etc//etc/openal//usr/bin//usr/share/doc/packages//usr/share/doc/packages/openal-soft//usr/share//usr/share/openal/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/7664d7951391741506763776dde82560-openal-softcpiolzma5x86_64-suse-linuxASCII textELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0xa5126eac59d24a8663dc6b050f1cafbf70aca778, strippedPascal source, ASCII textdirectoryemptyRRRRRR܅a:E0:?0] crt:bLL'塐76_G_KgOP6 $zn>Y36UMcU= +&Te}zvCjqu_$xШQ L] DRDm&sj+;0;%eh_nFdxD~V%W_g $:y1oz484S*MZXĹԃ<8+dIw F&!mi@?DkԳL|;݀Egh Qk$ mLR*┒]P mG{ty}R0tw$h-ea,a @-a.RD+K#[ @+ۀ+J]Kh!!o,VD/eiz=ì{w.a95`XŢ@c+Fm2X4O'~:8gTHN=/KwZ#OIT-:aMi*TA%¬ azW7]KB EAjmCr :v()3T%Of$k?ZwBp';hS|%4Xȇ  Of.bjX`7a?;k +^ W& \cһ$CGɉ O86mAȬ B Nw0"V%1Fai|1K(jfjA/U'ڐM!x} -0 Rw&Փ u[ߟPJB7']e/)(ACKWuT *^BkZZ-AJַLTR$?,쭋o-^^ uAv굊ɮgjj LR*D#U81^*H)4~}_.ҍ,O`}eGb gD#Phw?ѝ67s92`g?:Jp*R^]! yv?K)Msеۘz,XmetV=w ?%Ba G>cY,Xi}a[Ɯcw3ʉ'׳M GiH*`Z_?{?2_[_D5G"}^=ɔ:pTҜO:gh.:rAd=Qެ:jsd@F"aC URWX T )=4+̻A9hGnD{\!*b~wQsB6 Ku張1L(F료taIK%Gf?fݫ9yDLMܓ^`cuP`cG8oiHXM4(, D(d/>d=jL ;h8MmRuH5^% ;{nIDE*O Yl,~7d ]B'qHO2`|CÈ$GGtW~'1A6jǯG%Nٚ=-Zkɺ5 ``(*2GinE>t-?7uR(RMVtZXNa)"Ds#pvŬ@`md}PQcV6K6!+s,H+u`NfEI^.G* cu9?ch}%Uf|G"/I* 'SsHY35S,\Ri5%7 7=窄\QT A5e#~52R N_ڛЧpq@Κ&'KIBa ؐ1jas XFK 0C0lNKC@1n 4ADめm &@ih_Gx8#EG*&NCwE="ӶH7qXXSp9j񈬊~ }PBwʸɯr< NL\W=,Έ@I\[ {<{B/\s- }a"jM3&+'4L"S5Yg$O2 () @{ߚt#@h0x6,-\ƳY&܂T3a,Z gh. {K/Z&NOtC,m#BDeM1Ӗ KAGּpPM:TW圥<{ı`Q NoFȴ.>VsќV2 hݎos*MG[R @1>@:\o)B~CAtPJ$3B2\VHmv\ r􏶿ZF49sݤaS3I;M k<Z!g18CJy\ӊQtj<х~V35\3*uW3 h]A,Y/,  (X27bQsj܉xIF$w:$ځ~h2dw)AeD`+@[˒kaB + Xщ0$3ò)t$3c'VL^aj;e#_`n>.p(}IS V ;d.:s(Ш-8HџaNj[BK#fI7.>tµZʘ)[.U#̕>,Hy/;ֽ!h/v-(SQ@S NgiaI/D# g9jh4 RXUhpx$+jqȐ$= x~!_y\.AR^Ir#a:zR $)h*J Rp5@QO,)SE<6Y9?fjԊ>\ Eo?c$V* &g.UY7х?Ŋȿ3Lm2˒f+6T7Yw 6 K%NBdkG.@~}aՂl )Y;}s z"_ӻA6tH LB+ا+E?,sNu̗E=gF/_px;Լgً7 eYq$p%i.wٯъ2TF 9& SASU'#?|{xc )P:qE[fgGb xBuF#ȸ6x%]하Lupezh: nzEL4F/f,xQs9ϹT _T/[ ?S/3n3Oxu=>!. p^!q¿h8ڏ@k[ɮ (tZsmE~ͣvr /PbYo3Lͥ/ZA_ r$0fl2uyiҪ2L¸z(FE,n'ߐZӐQUYkF`xmh_JYT]"@ݦt啈(yOL@XQTw,0niydإf!1 eg J9rHR;MMN-T!+y7PLsa[ [Ha 7W jm^YhtbjY5|X NX:uw4t:HS ٱHU?K{*mb^:o(+\E{⩂)"&K(gj.qFBDzlȋMVk._q6ZtigCvhzs*KոjxhNmUT]Q:Un`L޸ ;yf;*L)Nvrmbu]ßئ#cHS%G#_ ]U1$s~Tq\Q6_z1jA~C @b녃BY 7m;mlGhnIL2ӯ]-.ҡw*/9NCԴ`Gr,.cp<=1A6C91^D%DZͣZ]11_8E5Y1i~Wdfܧ_C\TPVvavS@K3AlQχHXqGӤ~ӍioRDXb0նI2{sns B8)F\MEv{uBVdDל|ldS\=%/y'c d`zx(J94UXSAᶂp8XzZDir?Ɖ| Bi@Mp4?c.W4CER$fXp@TK1nD[, FאTF/y)jrlqw>cOB<ň&pu.lG7FM%.b{dN"`L/F')eӌMmid^PE T{>HkƋx!pg@fDS(~ 9 nNazaqCPt5jЦꪃcNFEKlm- <@jMS-ΈWE͍ܐnHo>rWl{S+Ugc? n]WkW{A='AeO"ef 7)aL|iҵc 7k7>hel+j~j;*z[' hL~BVq}/F&E_ȸ.$ w<Ά>IQuu bZ*Waj+hWd-Jq@)`  P^QH$t:KkQ)[:?ԗ͈ j"?۟h*UE DYq`ST_30ߖ&,XsKWo]{|UqXj4uPJב:¹D ]9x2W ΘgٓlqBhV-U#^'ڻ* ";e.Ul.~ Q#vdžĹ.t@),ҨеÉ(μ:2X֠1AR`9$5 m_UpT#IX.tܤGrlMsUj{b{so (@W Hޘl SPoAP hHb[F+)\6̮g.Ԩ!T5yB>?G%cƦiho%UʖruZ}lO 43ؿPa+ny]jYNEOHTPǭ䇗MWX}J=|3le!Z!rJ5TfLЂ`5WIajR*zaFRxK,AT"o  A9z%oj2\|ݔ:r1&51 *r5 d55{4W%O/u R7ڒWd~տ,k3sTe2K*̎`D"#"рZ_ִ1bAWd :x?[ݏL:ȧ懥v,8܍S8 ЃtMEۆr-CƮR)Nju#U-6-IQZiWb-tL?7)o1Yb~Eܳ.37uhIu߻EF TΈp@6?+gW<>'h/tmR׌=!\!=+%g/#96N)qȨO,e p ~>>HǀKiVZة1hUG$JQ{e;nD xdVQHB c@;r8-4Xp$T1rVYͰPw7 L9m,4q{1B7w=y(mOtU?{VEYm.!W/}ƬߛzA+Y7_,bgJs 7yǁ LVn+T&oWG_|)"|c'(%j%\2hf$\zt@R'&:dS:=:Kɗn ZOq0m5||Rދ۵ ît1VbNլo&5| -{שc2תc{lG~Dzja-۽8H-v9Yn[PxGH01x^YVTl cH `dq+Ш;/^[_g ۞U2umw δf'qeZK,߱+|X =?1U k=Zi62D)4 N-FjIX|D$=+ !;f)1EzCfrN(dR ܘN.CD2>h1RAyЯϔuq\+(nq>%q( $)O pk|U2y/q`žh!Na^C+3t@~'ę\Q%,4lSi5 %K& 1.7G'kgEAˬ]w5vͿ5 НDwa7E*\x/-JPh6fLydk z2yAKl76%Vc뗼\ޟ@Бji~~:ѝo-sU i`+DX7"싞.3>и/rC_~a;+&Vhd-G]Z|T.@j_ NǨ QGOƥ^_z@|"iWq-LڨT!*9i{A&`Øt lPIۿ/[u NsJVXĐ7TTYuk/#jkB*[9y\U9^?5)rꌠD*;A~ OQT0+)e]Wʮ56Wk? ɭJL KlנּT3<ʤp.,W59|L 0K㞕GS;\ B9Bs)gf$BۓMfcYvV^ gj퀧@^2;Kfb%KfS"t WLN>^::h>#hOKΝgV(' '8Z_vwbЁ<HtO~&"> հB6"[%_kh]-'koBK7%5= NdY *v`auޜ2ߋ2 Uv6wF/^6,-(;qnN+RT0o_=!%XPB-mH m?*HG8h!EjT;vt5?F &a~,ї=k"O)+ mDꪗ^ Z:](JҳXn)s  @3埆X 3ֽ+;-!G)Fd%ҹ={̗Ps1~y6;:]5Kz\s"w<8@{O{UC~]ݍ:=WW l8,KaK!2{ؼIc}ؠ z" @#=V|٢7z3 @uhܳnk~#٘_Е^^t-k4MH3Z 뇙ٸ9es4_2#vt?~* iZI3{LGH`}u֜mf:M*O!qa#p% 5E6.ٲu#z]y'i`@[2F)ㆯ=y6`rU0@Ꝉ[ bi4y RxGg=>XgG,-Y;/>UU?D99t#Eubr"{ W8[X/wz{j˃@XnOz"%åRe8_X=ƌ[_Iҥ8# J4TEdft%ohnum8I{1iޗ,r|+y/Bd^K,,%:)| ȅ|>Z5j+70̷ x6[a?x6j]Y{?7EZoBCcNr"pTRPi\^mCd3Smɮup}N+j5o<= ${ 9Zʴ/3bߜ)8|a$6R<3 ARl=0WZ1bVDY=<'6`A99Niэa~i=@N bYے-ޖacCdcvY.&iju0;8xۑYrpjl~>d?3Hdu#=%n0 Iq/@)FhYE4 5ߎY[k B6BNt1I`0d4gE-i8w⷗vVju=:N ?r0-oBQ:*rC"ZHH*?BN>j[* ^R"1Hų@ȋuyiٵSpjY,+!c? C6~Pw;ԗzO>a"`t ww>D@JK1(4 ˆgI^WGN_xjѥn7ϖ]x[ǤTž>LP跆~#xB]^_*ÎJ4'6rS/L8܃526l.N'%yo 4>= G{]8'3)2󡧋Mrl'Bgz05N@A;a BuK^ƈO}Sa@p Zwq |Fk i)?`ܫh")XtKN@W$̥rvAJ]Z_ [2٨aF5D8=ØƆ2SmHn\C<~f~ng10I5'x{ `TiM+$!|J%kΥVvihLˈoUr>)(3w@"+$aJ2%=e4ل$I ?6@G"X#?._QU|M]ϱ@IY_aVd->$iqF8fC`׮_*+*9t9 Ũo7~Yz4nHY8%<4w$hʈvRP! P* `186@8Ն PKZ䓑Q͙=Y@ ~?e" z2Rl[XG^gj 25@PX9nkTYA1 UQn\xާ-3ߪTnZ9g ᱼ`>j ̎w*埨6U+/#C`"2{mOzvJ;$(^mr *Z&!-;gE P cJEx/|{[avoE$?[|~6.nvp9xBʀc^=AҨ:I~b$nM WEP(o={ @S:BtR͕?򥗼 o]vc:/l-i͹&JcSw`t^* 2Éh^f(ppY'YHA#L6 `RMwd 'j^tqx,bfS<'(IM<ݞQ#V?JUVmС2R{AP3FCI wu~Pl? fSK,clQҮ èok3č"b Q$.uo,M4";Q- d'?O2h-TLT$@+)k]F5ݳkrZg%[ۼ,9VDžL΅VvϟP#r̠ n=ɯb1mͺ{(3|[v $y8 ?-'.s_4JKaw/\#~N19A r)/0dtO/Iz%<ʰr%ߞ TyP*Nz ?]o$/(ëFU%GwMOYX)D^V 9`xL,}Gb98R_[ۋ yMx Xq9QǮ:Di^MkCr}6U t^Bшpdjԩty{c/SG!4TW&u **Cg5=XXTA{b`]P@h~_`/!ژڵ/)nߛcx塩Q$\<Ƨ2wjB%'72\gIPucY})`R~)M !U CIrc,1x_N`H9Aqp{B<1 @$Q{ˣH ?k"()QWP`vCzVK G hO0-/\ +cJ4J tcov"QbąDfU|,_0Z><=NPeUUvмm:]8ym+{X-q^Ȏ͕2!VVTc+.>d|ГQ#M,U6R\t~G^yǒ߸k}Gvj!j#ߩSyߒa|w];Ln1V 2M/\we{U> AerF?ݻk˴Mƌ<QXo 4zgd?i`>KMLivT :Ĺ_ @f>%42*nҙ ay * y_0 IacY Vv0O3YC7l2RGGb`hiBg$""QБ1y^dו,þ8Cγ@HU=/Ian>cB<=6!Yntch):?*=kSУr\T44f,F Ilu戏JUFAMO;cU/Poi_ *$Gڳɫ%e21D)Gް IC[ԸBfXQonI{9P)d:8#(& G|Gf]Z7KJ ~M.)c75 |Ye')Z?Hz9D}W۵RTv B+{`%TVSw~~)yF]U)_闪O$:/_ΕiJӶTo/@ヘ|3Ce ٭ ԂjOc;s}r 2YlbQ_P-{OsY-Yæe^Q×DȿI"dKAYjA;_Mo'"=`vPxy(#mI}`7To펴cC;ؚQw ܰ Ӥ`W'JcxP̬e(41'zg p,pOMtмǐS!'fQnЭTM5b삂16F+AB1pr2 V/J@_5ҩ=&bg@a&Ua=jZb=3Kߴ^BgefonXql!lr+q%~6IR$x\ Ϸg+(Z7ح*κ#imh'Kj3Kgh Uj}3՝[xT0Z8Au:䴲xt=Ϋ@^@Wx" /_@Ŵ@zCcs 4~PAE=>S^ g)$8slXlVgrfnY( ^'KRб!TN·4N69踨Lik,5dz`26x\DJ;Kh%fd+ѭP}1([DžʄnY5[E3bc-_ &D.2]sFGoIr,愳=?#