gstreamer-plugin-pipewire-0.3.5-lp152.1.2 >  A ^g/=„;o!ypls4wVu3~~"yYĀ^y xQ;W8x l7Y$ &Ӑzʣ:K/D1i'YW/\Y f9'ytGOإ3U]Dď9|p,G"9nʒ0zhN3VdwS y${89Mh^RAםwS%iecc954f16db26ce8a5d5c7f62f5b039457f8c3fa236d71066b92dbb08f3ddad9a1911a53c1a24be4b39df8e5aa9a4d5867ec783b(^g/=„T Rd64~CMy4Wfk,*_QnB<3~}CA> 9؛Ѯzȡ!r?7B[G#Bźlomi0&^ِ.¹$[gx d^{\&T$;بqD/ijĭ,IB*Q$_}w_HmM"UD5E!>p;9?9xd" , J 5;DH J L P  t(8 9`:F6G6H6I6X6Y7 \70]74^7Fb7`c8 d8he8mf8pl8ru8v8z99(9,929tCgstreamer-plugin-pipewire0.3.5lp152.1.2Gstreamer Plugin for PipeWirePipeWire is a server and user space API to deal with multimedia pipelines. This package provides the gstreamer plugin.^;sheep83openSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgSystem/Librarieshttps://pipewire.org/linuxx86_64ȁ^'3a1ceb45f4170fdcd71c59707ae3efaaff4eaa83711d5c80a46a0f78a06dd820rootrootpipewire-0.3.5-lp152.1.2.src.rpmgstreamer-plugin-pipewiregstreamer-plugin-pipewire(x86-64)gstreamer1(element-pipewiresink)()(64bit)gstreamer1(element-pipewiresrc)()(64bit)libgstpipewire.so()(64bit)@@@@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libgstallocators-1.0.so.0()(64bit)libgstaudio-1.0.so.0()(64bit)libgstbase-1.0.so.0()(64bit)libgstreamer-1.0.so.0()(64bit)libgstvideo-1.0.so.0()(64bit)libpipewire-0.3.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^m@^m@^@^@^0^0^x^r @^p^f/^O@^O@^Nt]µ\9\@\n[qr[U@[M@Z@Antonio Larrosa Antonio Larrosa Antonio Larrosa Antonio Larrosa Antonio Larrosa Antonio Larrosa Bjørn Lie Bjørn Lie Bjørn Lie Antonio Larrosa Antonio Larrosa Antonio Larrosa Bjørn Lie Fabian Vogt Markus S Fabian Vogt bjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comalarrosa@suse.comluc14n0@linuxmail.org- Filter out libpulse.so.0 and libjack.so.0 automatic provides so this is not considered an alternative when resolving dependencies in the distribution.- Add patch to fix build in SLE/Leap where alsa doesn't have a snd_pcm_ioplug_hw_avail function: * do-not-use-snd_pcm_ioplug_hw_avail.patch- Update to version 0.3.5: * Compiler fixes * Add pw-midiplay and pw-midirecord aliases * Add pw-mididump tool * Add pw-metadata tool to inspect, add and remove metadata for objects. * Docs updates, man pages * install alsa config files * Fix linked sink/source in pulseaudio * ratelimit graph processing warnings * improve buffer handling in GStreamer elements * Fix power usage by removing the queue for the alsa sequencer system announce messages. * Fix metadata clear() method dispatch. * Improve parameter enumeration, make it possible to detect missing parameters vs no-compatible parameters so that we can use defaults in the first case and error in the second case. * Fix cleanup of proxy objects. Stability improvements on plug/unplug in session manager. * Make it possible to set log level from config file * improve debug of param negotiation errors. Log the parameters to stderr/journal. * Make it possible to configure global logger implementation. * Fix NEON detection * JACK and PulseAudio compatibility improvements - Update to version 0.3.4: * A quick update with some important stability fixes. - Update to version 0.3.3: * NEON optimizations for audio conversion (32 and 64 bits) * rework of session manager implementation * Add option to disable modules in the session manager * Release midi hardware devices when suspended * various build fixes * Clean up options of various utils * Stability improvements * Mayor improvements in pulseaudio emulation. Improved timings and compatibility. * Implementation of drain and flush in pulse and alsa emulation. * Implement poll on file descriptors. * Improvement of metadata for jack emulation. * Fix memory and thread problems in jack emulation. * Simplification of state changes. Should make more use cases work in the jack emulation. * Improvements in the gstreamer elements. Removal of extra internal queue. pipewiresink can now be used to play audio. * Add pw-jack and pw-pulse scripts to run pulseaudio and jack applications with the right library path. - Replace libpulse* replacement packages with a single pipewire-libpulse-0_3 package that includes all libraries installed in the non-standard directory %{_libdir}/pipewire-0.3/pulse and a new pw-pulse wrapper script. Likewise for the jack replacement libraries in a new pipewire-libjack-0_3 package. - Use update-alternatives for the wrapper scripts.- Use the License rpm tag to specify that although most of pipewire is licensed under MIT, the pulseaudio replacement library is licensed under LGPL-2.1+.- Use gcc9 to build in SLE-15 / Leap 15, since at least gcc8 is needed now.- Update to version 0.3.2: + build fixes + Added support for data type negotiation. This makes it possible for a client to say that it can handle DMABuf and MemFd and then let the server select a compatible format. + Handle errors when enumerating parameters better. + Add support for rate, format, channels and period_bytes to the alsa config file to restrict what alsa apps can negotiate. + Fix JACK midi output. + Optimizations in common audio format conversions using AVX2. Small optimizations to plugins. + Change the vulkan compute example to an MIT licensed shader. + Remove some hardcoded defaults in the audio and video processing and use the values from the processing context. This also fixes the vulkan example. + Correct the documentation and defaults in the daemon config file. + Fix alsa and v4l2 buffer recycle. A paused client could cause the server to leak all buffers. + Remove some warnings that should be ignored. + Fix a crash in the bluez5 plugins. + Try to select higher quality formats first when negotiating a format with an audio device. + Fix an infinite loop in udev detection in some cases. + Add non-interactive mode to pw-cli. You can now just do "pw-cli ls Port" to get a listing of all ports. pw-cli will now also connect to the default server by default and has options to select a different server. + Allow the server to go up to the maximum quantum (8192 samples or ~=180ms) if a client explicitly wants this.- Update to version 0.3.1+48: + Fix 32bit build.- Switch to source service, update to explicit head, file with non-compliant license replaced.- Switch license to MIT and actually package it. - Add doxygen, graphviz and xmltoman BuildRequires and pass docs and man = true to meson, build documentation. Package docs in a new docs sub-package. - Add check section and run meson_test macro, run tests during build. - Add fdupes BuildRequires and pass fdupes macro, remove duplicate files.- Update to version 0.3.1: + This is a bugfix release that is API and ABI compatible with previous 0.3.x releases. + Don't load the rtkit module by default. It can cause a sigkill, which is not desirable for mutter, for example. Only enable this for the jack library for now. + Don't use pthread cancel by default because it uses a signal that might crash some apps. Only use it for the jack library because jack clients really expect this. + Build fixes for -Werror=suggest-attribute=format + improve error messages, don't report harmless errors and warnings. Try to send error messages to the proxy that started the operation or is the owner of the object. + pw-cat: midi improvement, add midi recording and dump in verbose mode + fix properties when loading spa-nodes from the config + Fix and update some examples + jack: check arguments and don't crash when invalid + Fix buffer memory upload. + jack: fix compatibility with zrythm. Fix timemaster install, improve sample_rate callback. Fix reposition handling. + fix crash in port after buffer negotiation error. + add support for control ports in pw_filter + fix cleanup of the metadata module + improve param enumeration. + Clear stream buffers when the format is cleared. + Add create-object command in the config file to create object from a factory. + Fix crash after the driver was not removed from unassigned nodes. Also properly pause inactive nodes. + Use "true" and "false" in properties when we are talking about a boolean. + pulseaudio: improve compatibility- Add patch to build correctly with glibc < 2.27 (like in SLE/Leap): * fix-memfd_create-call.patch- Add BuildRequires for pkgconfig(sndfile) and pkgconfig(vulkan) so the vulkan plugin is built. - Version the spa-plugins subpackage so different versions of the plugins can be co-installed in the future.- Update to version 0.3.0: + The 0.3 release is a major milestone in the developement of PipeWire. It features a complete redesign of the scheduling mechanisms that make it possible to run a JACK compatibility layer with comparable performance to JACK2. + The API has been reworked and is declared stable now. All developement files and runtime paths are versioned so that future incompatible changes can be done without breaking exising applications. + PipeWire 0.3 also includes a (now mandatory) session manager that populates and controls the PipeWire graph. This example session manager is very simple and not configurable. It is expected that future version will either switch to a more flexible session manager (like WirePlumber) or improve the configuration options of the example session manager. + PipeWire 0.3 includes both PulseAudio, JACK and ALSA compatibility libraries that are known to support a wide range of applications. The ALSA library is pretty complete at this point. The JACK and mostly the PulseAudio compatibility libraries need more work. See the Wiki pages for the current compatibility problems. We do not yet encourage people to switch away from their existing audio solutions (PulseAudio or JACK) but we would love to hear from people who try it anyways. Future versions will mostly focus on improving compatibility further to make PipeWire a drop-in replacement. PipeWire comes with some GStreamer plugins to consume and produce data for PipeWire. The consumer (pipewiresrc) is working well in most cases. The sink (pipewiresink) is known to be somewhat problematic for now. - Add pkgconfig(bluez) and pkgconfig(libpulse) BuildRequires: New dependencies. - Bump libpipewire, apiver and spa_ver define following upstreams changes. Also add a new sover define. - Package new subpackages: libjack-pw0_3_0, libpulse-mainloop-glib-pw0_3_0, libpulse-pw0_3_0 and libpulse-simple-pw0_3_0, as well as handle them in post(un). - Adjust options passed to meson following upstreams changes.- Update to version 0.2.7: + Add support for alsa-lib 1.1.9 which changed the include path + Improve error checking and reporting in the protocol + deviceprovider: fix probing without starting + add sentinel to some functions + compiler fixes for musl + Revert object tree permission checks that broke things, this is probably not a good idea (and the tree of objects is going to be removed later)- Update to version 0.2.6: + Improve error checking for threads. + Fix some memory and fd leaks. + Fix compilation with C++ compilers and clang. + DISABLE_RTKIT should now not try to use dbus at all. + Camera Portal fixes: - add Camera media.role. - Rename module-flatpak to module-portal. - Use the portal permissions store for camera checks. + Actually use the passed fd in pipewiresrc. + Make properties with "pipewire." prefix read-only. + Add security label to client object. + Enforce link permissions. + Permissions of objects are now combined with parent permissions. + Remove libv4l2 dependency, it is not used. + Improve format negotiation in autolink #146. + Try to avoid list corruption with event emmission #143. + Fix destroy of client-node memory corruption. + Various small improvements. - Remove pkgconfig(libv4l2) BuildRequires: follow upstreams cleanup of build dependencies. - Drop avoid-invalid-conversion-error-with-C++.patch: fixed upstream.- Add patch to fix use of headers from C++: * avoid-invalid-conversion-error-with-C++.patch- Update to version 0.2.5: + Build fixes for systemd. + Add cursor and bitmap metadata. This can be used to send a cursor sprite with the video stream. + Permissions were set too strict for non-flatpak clients. + Fix crash in loop caused by thread unsafe hook emission. + Add more error checking for thread-loop. + Small cleanups and bugfixes. - Drop libspa define and add spa_ver define, and following this drop libspa-lib1 subpackage, no longer built. - Drop doxygen BuildRequires and manpages source, follow upstream in not building docs nor manually installing manpages that have to be updated every version bump to ensure they are current. - Add pkgconfig(libsystemd) BuildRequires: New dependency. - Update options passed to meson following upstream changes.- Update to version 0.2.2: + Add apiversion to pkgconfig as well. - Add apiver define and set it to 0.2. - Bump libpipewire define to libpipewire-0_2-1 and libspa define to libspa-lib1 following upstream changes.- Update to version 0.2.1: + stream: update to latest API. + hook: add private data for future expansion.- Update to version 0.2.0 * No changelog provided by upstream. To see the changes in this version, please browse the commit logs at https://github.com/PipeWire/pipewire/commits/0.2.0 .- Initial package, version 0.1.9.sheep83 15909494350.3.5-lp152.1.20.3.5-lp152.1.2libgstpipewire.so/usr/lib64/gstreamer-1.0/-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:Leap:15.2/standard/33ae06880887ab8e1e4508805e8ee8c0-pipewirecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f2a574f754fd18638f465a8b10a712731af84af7, strippedK^H)j6utf-84a49b9c04836388f7a459f9db53ce4b54a01ceba656acbe166d3b64f3c53f22b?P7zXZ !t/ߖ] crv9vW'}@SARq_=.+>9[Kǡ̏>@6@Jtq~%)&G1Xb^>_.އ;NL+ #[oZڱAVpC'IoUٖ^m;N{Y.aZ4EAy# ~G5[lUig"\0K肓pOO, t[ iKol PZ)$S=&ectw&GFz L`޵)F;1M5]:g{QDU͟Kl*.Y7.$MRG#]F/A4ڑ*i$,Jg<-OS>El c"Vn?$&/@|IeOH\2ʛ2c*';xlʨIj0}Rzr18vcTM X 2%:zC te|و>HAH 5S>8G+J]y<<%@-iW˿U+O2[aМy6DOkbfŬ=G0UPEH( Fx@X} !853?ጨ!"! KE~>/͚[74}e|a[C HֺWc- ,5y_fAF 1r<%lYiƆB t 8^OceXP C~^p_#9IDAuO>ת6Y,n;Y!eC3|jKPY6ҎcB>?^|r+f`Nڃ)%űw҄Uz;F? 1s,\~0(1=dh[e}G;DDu[g đk"5%k "i5Z쁿ujtT `Ak9tQ x ;ѫ| h@-w:U'u!J;Y@|lTƻ~(^l!%"sp/i'*eeL4c(F9o< "|5M@N,SŢô^/BW-䴦AMVXSoiNpCr|Iwtgڍ[V^\j{ALHlYD#6jѩ]sbk]א]!>l-pQ*A" 1r~ᩤ"lp^E>5dJf;6yZb Մcu*Ī4ESQIFx rEk J_ `hHfaR@[-Ig1﹑2 %vO*{EPG|`҈bbZI_V1?K*zMAZl]j$ecÅȤ+sܶAAԳȫ4Mϯc~c!( k^x>Qr]BbEicfwsVyid8{XR**oN~^-cV?0#]N16ѥ'N[J4>PmQSrDty+YWv`]mL|}2& @.,pXtX RmѭfqGhZ瀩b[KS`pب;.ۗ&c7-|Ljƥ2`9ϱL1,Hw7(3'^'&b[S@~u6}ӽpJZ0h:4S$PC9gKdbS|D$ g"܋)Cï@5RuDhՉn1.w,2kJ(W*S2d2襇ӗ9*g[+Gi.@=OQ_7kK߹y)ͱ{'4Q PzW~t1NHL@X:š(TLVW U]_=N |q e~LpYJְw'0%' ,G ppD$-$xݒSCE:)!oK7dp-~nFNbZYϽQfb[Cnga\1A1%ٟ^C2YF)NvRE9ai /G<'ao2DK, ^{+*+>Լ KCՍ7 Ȳ7-c/OaUM`Ez'Ѥ*OwfIylծwh Ɨ_q`gyO!r)(8=g P7 hfP hb&W0m`XH%pMIT2.Q4f}{YFVRV w&BlUz#CR| o(za|?F)G;?>44.;95 ]OZwk\* m @1ML fe0͖iᴯa9 p%` bgam+sa辘hoRWw]'"/IHȈu@ 4mGt8ƠfP,0(zd9-bN͇[=jCy%-s_/O×R뜴QL{:($Q`[HS8OV.wXN(~za&u -RxȺPWN-=*wZ6?Voh{4?@.ٛ3/F2ڎ@GqDِ`&LG\M "{PZFjQyj@WD`v>`8VK#Y n"$7ˌ6͕>۟@I7_mO~AUK_(:@m.Ӎשu;|HNc@!am;b^ޫBJ[K m?;-C/|'λ&CuQZ%ds/!xʹ@ǡݞSiu3$`[8_@өs9 ĝp񑼣C2v~jf)SblHb*' [zoGwQlbp^b^ ))4ϥ__F<${PgLxIVn.^Xš&r 5>oCVÁEW[h;?OX<vp3z vAsV@-4P-+IѣIb"=6֞ *2h&R ecG?lz |I-h0:B&##r-3_]WO}@5@XeNx&td%`gNB+g/<ͅ N$y4c``݈H]V1]OO 6>Bɠ!gJkDon ^fMrmN~8DT\2l_^o4a(TFXn\.~kV?J2Kq*S GsNq 82fVw>̗grT u8+6)Swch[=8J=b'ݱq0'*-{Pdƅ @s(/ĸۻ1 6kT#{^CnVR{-vaU-1XTW^?j3Ս](](?Mbx{gAvQ$*k8`~7`L} u?e- #cS{ڮ36u;WVTQvŕy: n'g`WCL?9ⲗ Vkr|<~9 hJ뵱(^Wz|N_Ƈ p|%yT`_`um.-۹ ѡ1eURǛbA-tC>I 5ěs~yTFtT/-z֧=wZ(_D~./r7J",Ss &OrǺ ?-z®֠.AeR8 /loH2,Oix6I{Ol|(|~W6#Bt(CuhbT|¯o `N\;N/pc#HMWoPmv|-Ƞ04]KƒF8T9oF ˆcY5VVJo\0, \jL4\.7Se>**,d~ŎQsl'F튭00Y}R*F7UKjdAH-Fi tE5OTϡf}8[#RJ]̄RTSl:g{ B@N7VƠ"[F0k6*bc0{,o5\dq3q?K.O^Q=45;ఉR~r>:̱Tv=00EA #Ypt)m1==vx*6 =/re홮|@Z#d|ЍC).f$ڟc%MaPpS߳<(*ooitfd %ed x&Y(e*2O˗_(q8߭*ْ5}I.W1kΥHaԔ ZfdT fZ7oPAI͜`VkJh~-zԟg=Ӭtfg&pi~$7k;Qh89&jssNm#sv}GCUecލ;Pu+ǒg#2[;8nU*+]K hA촗C AD 2[IÀ(44F򜁛 BKg[5luK#@DO{¹|ܹ]0p_#4#HZ~~`qzY*8W+v-6$Z{1IX,V4 >W0;r^T%xfSY6fM-P?#VK:qt&p[fkL|A7dDk:ͷ6e/NئED?VWٍ< K Bdͳ;CdJ_D"!lC:|̂7,;j}hDb6 㭳sgi.ʫ)l!D)S諼E)"o^׍:ᄋ]*]5#AM#\$uood,TOa܌(v _!q@2:l!P1t6o{sfɣڳ&Wj%?S\qt{YuN8py+gl9 kl c YL\ǜӚfo \K R.$0ߩub YF0nv̔60M^gm.2[.Jjյ$o6'{>Z!u,Lϧ&~q ᕟD/kh lu_i2ML( ZO(dy(Zb8pj!zgm*D=qp?07o|Z.7?;6rwJ\!k3Z8UJZ.17se`>[ˎKE$d XЉ]'amʋmnՑ@^CVoa4&ȅrDn( y'U+IgRF]PS[1Ƅ7Z8\cN"=υlUXkn#S!0. njWK[b]Q;At/ƝT:GQeU+oꭀj(:X,ewz1;zU-g G@ωr6y{NT*d-^yT&AM|_i} rGis$|X<ڸ+穗2iX*CN5 ?ar}Q%a@mz0>E\_ 7T@ݮ<8ܘ6H+SeX1*0dC7:wTXa?L4"]Fw>O;bVaqWvP]LrmŢ pQ+%-uגanG#arÚ:7NjpUGj <dbdGL)kBn6ajz mmSsD2A.IܲܜlF`9G vc*7d͙E04"o!0F3`OsG %qS~X¸9=}̵:^N~݉njyP^o ?֥R$^5h{i¡E:(A:k6e`$ *aVn"ԠtaL3 oyGz<`3=AbjYc}^$֋g6Ձp yD!*9zJms.V/"|;u o`rD#צwp)~տ䂗-^hYնrjmϬf\& ZubPhjZ;6GJ܁P AEE 㣫K?h Î?C2'~ylg& ] *qpZeWo5pq[Wt5|AWjĶ53FB_ <' ʂ4!; @0_bEl2)_{0<,<}V-[%!TÙ5Z`-P R:上 #zJPZdkffͅ dˮMPLG>jQ?(czy@1K Cb!89. I6ʮU6>ێQCR)VtAX0?8SWBKAW6={~ۧ \.p[w(M5 aO@8T/YT" jv3žrb9hY:K?o9J>hH21[v4*Eʬ Xv%/`o E,;Z QpnY<ɾ8E|owcCv)}0-,~Hȝo: HV$UR~/<~5Ĕ WE;zIę Ng)6@Z{GXpD)hCQ5 ٺ6Ic&Z#ۢ}a'*?v܃_Xn`*) _Ao{8M_wOE|cGPs/*1}\ @Om1Fa P꽗~ꇄy3݇&gݾz-F^Ƴ@%5GmC&-'M3\]ZA0ybB yтꜽ**0?ƚȚhie0WViu7qS )iWUT~C(?WkY[Prl{2:LϕE>\2q6zx?N5 j !']s_kN#WwF*pom"-}fjp f\V[zDAoKR_Jnx+0`Q`zA-.b BmwA'7܍ROH=L91GӒ/5!Ӧ_2- en-Bmu+A?i} b&|QKID`ǘu X=|huÄ &ѣ@Jr-V,+`211=:O?n C 5#ᒩh4B9aE~MJ*wY]cڌtu@> ʽf JGN%@ zMJ5@ʷH/cB8H'Q7SDv[/bYӨE4Ks}煇/YnٱV6_rҌi\W;cv1 UGY  }~_O!؏.:օ"K[NMgDY$.#"3`J@L{XքzrH MiN7͆\9~&f?q6Wǝ@+>Ek"Iԛ~(]qN" ]"vdPlEQ<2GB Vwd*Fe"ӂW4fyPK'^SwjTp7><,{^C.AAxov7M^„{:O{e3shV9s-Mꞡk(u/Y ډ [(|Z`.=J6 Na98N 5]?ӗ|'tr:'>FoqCÀ"xn+ɗe hnG97E*bd8_@MnsY\v5 toW)E)_劳d+L@`}x[sY|tOxYf֟}L&3J -00t9g.gwNzӴrO靐OGI+)(1/a;Ʒl>qS~.TSɨjJHG3~օCQ';je"h#wn+Ya{n. eY_ E,7oLvh&Hg"*S*9bn5bl}]Se?B:xhҊl.T.'LhHoyEH\J^2X|44/ƦWc>zjb=GvdwЈw l~m~_) <{y\UsP: -k#SMj<)Ϭ 4Ra@)TV?;FcduU#sMU=@rh|]Ԕݚmk8q1d4v408s@sFQ|')-Q1b;@<eŴPĈIĽEwtHdSJt9{y+"h [y~p6վqkJJu}e0Rr#p̀G& zkdbAk0-ԪVUxAT!n>% 8z $oM:8Aӗ:p8S^i h:*&g ӛ:.ҒWQZR¸6.視y! ,ȼ^Icɖ'O cBaDZ.@x:ņHT' +|m1!V)/.q -{t3r^ >eӃTj`S64h }z Gg1t%'١A<#J0aAoQGO.>h vvZ^Z\02=tk -~_ ju P:{t?%慫Y5rh@9E5!Ͽ@PI7s~Όr1w@2v;7Sʸ@6]a=r_C;1fd3d*0ٲ`!^Shù "8n蝬﯈.lJ|Auu*.=WQ)qzWhFl-ݤ#\*kϦ?&>44E!(VbCaJQC#<TT&>St̽Ess+l^<̬fNX7'. *MW5$J]Bͨ+RNCElssrwh~4ye6vD V qޠaU"OȜx1L-{{:)Z=UKJCW)pMZ;oToS"ۑN4M{|~2 ?|dX(un=(ɰc-vjJ+k=H{e]N2_V#;U_e9R~y Dii{nuuXޒx#Ib^bI+| Ș!k,,Ksj=.E /po)Od81y^.?3ej|]Sf0Da'_[}T$k&6k<^ġWH/,GޝùՈ07Xoo: Hbm飼.6gJ# 󷔃.6ԐxɛmJY{fE OM$U2)=Q!% Ƭ+;7lM[=_*Oz<́}sYt\ [BDԔ ?J<„};0P>S 6 {9Ԛ?YI7kڵs">;Au]:ݐF\oGvX65MRQB ؆7͸thKg~Dd;n55*2*phd~r |5}L>@$Ɋ%cN, LBf~;lJ?>8,nb^,Kj{SD|le>Oej Z0 6c7RVdEݐjGqi8Vf?2@\$)^k[oxdg *pN}djFp#H?r &-Gϝ3"g@U&p^ye@]=kW|O3GLG@Dm/!8?RPdcZUy.Tm쾗qridJLڨ4T8lޭgu D==)MXp@B<ɔ`S:fcy˶+Rz2.r2d?kTW| $$-l{倆^"9V6)o-[3т#8?12NN8 #g=E%9m\ %"=8P$䧏7q_2kM 6(4,Q Nr!>FWvPUm?y1,JkI"ϋwmU_9J,q"g+9YpWe(k:Zq/9ap1Ӡm9y|Gccӂd!R=-[YRRp)1A'onHzL(50Bt6Lݲrȶr/9V4C]:H$j N΋=HE!vp-"f(l cA.N'Ξ;H(bΌ.iR 9.$  2;C?_>p;GjS+aKdWVS.^} 'ȯ+VOe7N<\*tUs8B "'#(-/դ ɜf3i~8So< gT*0чz|"JGQ`bD,yԲ܎K҄{-e=!;}sΎc'x*)2,6a +ţƃR+>Zڢi$s[*E[Lni5G||^0[PFrFVܥ֕EsD)i_ʿy)(HLU,cdEֵ<,v%0 d  a MQ뿚1V꒸ {*q <։\kϔ17hЀE(7@PN  %=z/R$ZLU>5qqE$(?^#kօ)l;ut=uU T85P|ϔ'?ٯx1l 7%d~`#p;O.ͱeΡ{A<)iܭVFs钍,XyR´)H/ k>v]'\N~ei-]אCCQ3=dHi Y)\yu\a47ht⊦zgqBo<|PXEH~͒CPb}Y6k"i]nj=Frx :|S v| *Ҡ i%<ƹ`[¯'[-'6;漃Q[< 4fcyftR\j ݨS)j૫XR&mh۠̅TJ|v)AP[G*Јg}ﵱ.)!ko0tMwP[eJoaRQ{ӕ3 o|w=v`.cb #oԅ8Ez 1ɪX#sccZfmpoS&"25ׄnOWk >+CV:\!exخjMi("ۖbqpG&?.]o%rB A%U[K{fs^ :e٦czպU<3{OAEΐ ,*Ԁ抄nA̮(o\I}o 18F]S%hm~ ^מI&:C:&L.yFexC(%Ue= WnOkLM)Fo/Ṋ>K)~13u&S갎*ר:_S3AStJ } _榵POSUcZNxFyOeމb@c% V#:f-xgpZQGI+lw;tyݘ dJ$q%6ELE*35R=PS"GN 9fjBOe8p0s;іS Ak PoX\/$CNasm1xnx +v/W?$~ ' yg>K}KZe^}U{K D1#Y6+ܡ9KyAڒ #Qŝ܉o%:˫+4_ a8Ӯ?=:["r-΄_R)+%7,//*NlHw&byBEUVEP^1jya<1nC`+ ʻ85A6-ګ-)9# Q:x. Ōb`+,ȾjBar=#^?-<7-L ^Cdq[s*@:ptm`YJk_ǫ 8 ,ܪi60fu|ck߮^o| B +~h[xW"K]z!Q:``4)eA ӯ_X&Ck7d ^g Q~Uh 4D,2, Q62su).wijAy=-0Zm 3+g1 dK~pDžI8BN2Pɯv~vF@~TTjE(P׷7UʁYѐr3mGTy[a5QO&[3MYlx&hY7 ;/+i o唅z$u-*SwdGAyuK_P :$.j&"c.qQmS}S{P$j(GRdZ$e#Q836eWڴ˟GQ^az7&n)uFY[h;U*}RE nTPjZFTk[=q㘩թmj-+}h`;5 tQbuItvQ |`TRo16mu(ž$I+B! 6G.> ^UPN/U\?ik5a3$C\S1ouٮ8S&9"pq)? G\%5}XXeU|e[^R>Bg(XMzA PRksuCt%rZf!! >UYw"'p& <)(sB0K.X=Y8ijGspi`s=v&ah%08 z+ΏcثnjGĶv~ܘρIq9R@LlbahvTߥDh/z/|A8JGř|He|Yc‰ X1,g4c U16خ&itY߹> v>W")o 4 .y$Tfa 4;S.~EF BYظNLBv7g:G8@kY3‹8C]bEWMy5It0R_DFb>Jn8I90K6U<z7&[S$XG)$`aRJA}-.J Nkn;Up⟄U{Noh#_ ^. £'Μfʕd8m\јtګt pDK*@$rL {E4_tffpBhZܒ?i<t-> H_,'IfJ6& myvb?̴*vG*k*aXBHԑ86 B N6 _RStu*E|Q@^#ıkYΌ5vmu/Қ HdMk4쩃M|UaTL$/{aL5GP^g% P8'ɾQ l&_rP,%#%íO q˓)f# 曖Q/# o_yRC (S6R?Ntg),!p[@:tm^CCĊΠmTPȋpzpOnQޡApG$ N'0F9<2}D=F7(3~2oE\QsGŠu:"1w-aıb/~>+?/g~"V%op7]q!md/>|ʫjbzL%vq+ԐGe0 Y^/\ˢ֘vMm򽘓h`ؽ:Yb7Ta:#cd|枋jV`W˻P7񛄶H2" b%Q7.sC9|`s*PnyMk&G(zi6-zFm$ ϔ@ % H+_4}ɸLs^_ 0A6A/U>y1]'Uuؕ2ԵȂ(unNU>p+EEҼ=frS-Qjإ%)t]lӈOʚMn7VJ@(KKtb [CAOt:\d/-(om"vsz7ۦ){b(BZsKOc8E\V4+@t WH?B@ qr4rDnZ,GIzM|JcJpkjQ1Ӱ=/[A߁ӺgzsoGj"v8 IJ| %sIyokoshCDe1Yg{JY^ibߠ;H7" /R~>,tC&AeQvҷX;5ov9!>|Pȗ<׷Fb 'Z|aԉ>x@ c''5(JrZJba 鰍I*oȄAJLdFtԓiP>NO= :3zZ\ɁV$֡ݴ!ò~gŦ落FyvW&A(4f=:G$(mݴeHEճ^ ?J]'iKu)+V"*+^VnI[XHWo&7ALN%b>sNj1qA݋f RI+1!*i•EJ !l0s;~L҉I(SUKwT$kFc& )JYO*X_6SZt.\= >OBv_BXlpOK ?Ӿ]~\" ÷C_4@*5q `OXRfkMZSPx ~J햿ΌiH,1@K*G`7:*kv Q E4h&TdE%E(M ȅ2`0?_/U15n'LBT[śJ.͆ARj\E. ,e رٷeݞp5W2埃S#sKx1,m1ȀX i Sޙ[gb47r?߿48bFxFD-TZ| J+M!!E^9X"rx%UI]@mH}aa#EB?%kiNյ4x Q]aY+ !*tc4瑏9AN\#-<?h?JDLj7{~K%\2M&dA꠹PDOpd^YT3cEE3|8UAyKCANbWr OYhP2 l2= !.Qjϯ/L28gA@9jH18H Z<{+D DPWI. /y prT}SGo'"%FqFF KoՑ 11+_|uŋ"ߊPݦ%{t)KE1079^lSD9e'wE] t+ĜT[P>ɡ :do͂My>xmPvvT.o{o.q꛹ʝbW908vנ6,ܥr:p `]^; zdBPzy$YeDTxf/rrKO` ŶG:'K1M0{fZ Ngb@|W]ω TNP鏝}F>#I2*~>l Hs"*8|aQaFG|I2GmZ[ݻ5TX %E;!)y"_^pJ ,E䗾yl :7</OwԚT6o;LHrWeCGsFcjϵ=!uOYVWt_`6$ưGm=,UnÏ #WWBwLd= 4K#P3b&ְg≸c&Slz9EϭYëk$<рI)j! ]ǻD) $hp_ m<qOA%!Zz6;@ʤ#յ'Ȍ;#dcXW 5I"5>K`:TjY2FYxߜ3&X?L' ݟRR͝3nl*͢M73:n}0.hˇHU٧h؁L}m`QsrabnP받h#0(qysk_>I N-u-yy\0ekx^I@'KPBz"{p#&9b1qDz7T91mkC͙Ӧ[0d|ho%n{:؈>sf PHR@*x#I(\Ek<ȣ,~.Y}hO2QHiE6-z#7qkssh;KR:u> O(:Vw '7|!0ߕ(9:hPdC_ ;fDu]ȶ,Yߡ0(Wk3IxBΊѩO4 5 ->Cl( x^bsNڢ]8%6$`t{l 7;, /sj$a!D$F:pO ʢ4& ǧEQ$VCpw$/9)*Gs0_:\%%;˼?e>|$'w\';ek{,=SPEBdAy⦧lK8# Rgǘx+ai/@)BBU%mMtwfYےe*@fl~)3"U}޵WhÉգzZEbo)Æc ]X:m$x6ɵ6qL `\*ʋtpfiB7:C"ʡƼ @L2G(tn"oi iXhWp O_,pZVɅ1][9T҅?_K+ JN bJclb0KuÑ](1jk}0Xg& {3/-PBp~jfbMhb**/@\ 3\|;wzfNl5<8tf[draVgSl 1=Q,rxiP_C8B@2= oSAI4Vhh#D&h?2=xXJ3rCS0D颻7&Nu2ZV_3vtg69Ĩs}U69ֺl<ʿt3b@~oq"d%04PwIxgLR/t*qcFC3w9NISEBS7]M4J6Cfr'[}ЖNDW7/;:DN x1OG+pVټzBQGQCi zO%~Z(~@G$$ǞƘ peQ9xFU8T GKB?"E-Εt럾y1 trufK5蛼]'9ArtWv~m#q/`3ŸzXS؛?*/oۡY"swF9Y WDˣS ؒOa> "q CkP>˘\Y}kPB@*J#<۶Fu14]!`̗^Uz\"1-#c'XXGbdYmŦ>=0Hk8jb)c1sz1 "زS7TZN=7Yl<ƥeX^5*}D-vŸcdS WaHTI.: ݈M:9|*ɯ $*(`v;skFji~ZS:fkQU-1_'EnAJ]ՠ=K=G`e&+'Zj<#B(_Bʿ'DŽ}q/1-Ddr'gPz~6"u|&>@ٻ/f}HY#wtoZL=UE2^ï5W d__Kk`wi,oC7._8oyc/6OD,UZӍ;~<ȏ_uFcHrG֌X+dJ~6HUܭ#}qɏ_}NZ"I^nXiMrVkw|z # Y;s{h(ұ:vf3|5=\g`jΐJb?o?ueulŠEݬR}'ݣ׆UdLi~AoRoT![[ ʰו+%8:COqZwdOOX ԭtYG\ FLΩB ū#wnG; z?`s$%n'p"TqCl@Ѐd,`GMw/'I#e^*㉅r4C @niC&g4앰/۳ֻe>pAsEl Hh Ձ\PSM!m G -bX4|ܼ0${U1c;e,lM ?}F3wjŁiLH6B3dBNtKTaЯM; *(mTa;jE6YFY)"A9y?_"ܽ2bMXKjI;L-ղ쾅P4f+= 0v&'uL:? ?3V2?98_t/۹\piDc#rwkd `HpO/}T ĠS<7Pw%ϒ/+`X<MK &Dz)VjMNQA%|P3-z`EZOh@o\7;E "(eZcBfc=)[?J6I~O#'fFrl +`ׂxS3RlEp*t1BG? :"vUF`{/cPJը'̎(jG<u(̵v$|`Jt 7UpFY[SO=o$>'\Cj00ϰyV<(7&5W#06^(=u m>s8F1T M539%p%q>0QEڢ/Fn!E޺w/ھ 1ݽ{m@h␿BTd˯JK|Moo&p5\ȲChbo|0`;@PJD}7NrI|?|TjrEYW'!8w6YO~ѕݲIٝp5vӫX[c"Y-sZD Tj@ !̂Y#N0bUl)v?*0ݕ  ŔL(epڦK7t <4.3qC2k AP@F$OR:&NV 9"4^_(}D~%ezSƿ3:mrVꑄ -Wg[)a*=%ݴ7t#mZ1Q%}pIԴ<نl/bi[Ջ?=.? .VTl.] %vz+u G pEaæso0T8?P88-NU[1YkՐg w=Av&pBTk-:OJ 8짭`B`i!c ༆d?1_cPjNJ}EPv7YNP|X}g Jt0gm^藀)F`Gm4-nm+a̯rq &"cA6h[5.#i_ 7+ffYSʋY L?ѣə 񏒗\c- -m%4t~.+䩯jbm|y5 ETcv5p,.FuB?Dgy%il?v`  U} @r j:!=8:f~qbPhYPk_8f(F11_뙉XA `-|ZCݳâdO!\|Ʒ o.\k:7h$t]k#C_`bxdzdFXt zd9P@r$ۋ|\)^^^&5:t xF,. "tq{ʷ.0yr'A;,tT|_G-,?1.I#2Zؤ>CH4mn֞ZeK#]@Br%aideN|56 3ѿ"6mr>X(s9̹kGo{N R:%gx_,jF*c32dȴ|o/UKy+50u2g@m4e G ҧvoS-58SQҶo Z< *E;\/4| ;G䜝Wl|Ɖ@zTsP=|BHg%{%ੁpZu_Ҕ6%s\_1;T}CVܿH@a*{¼d?=ѿ(/#n(|IKh6-V!J֘r!V ](|5X.JxGhP 9W˕ ]D˪9'H^XJ]Anᢱ 6)~ϔ}v0"=#b0"00rZ'WOpJPזIg O7CO|x:@Aڔz@Fu#A85ERUD^^e*ྶRJcM?ӎbD"M{2je2&,)ZM?/Y/ K8H>˲5OxZ1k|AfqVPJ瓉1PK D,X1!l$ʻFY(z2Nt_ciP͐4po&2'da@Rgz?-iPA^{~w-biY:Fdʚt7Du¯))x/} Y'//߭`0;t28fF]tqI .K)]m&XOr\jHC>0$ v&Uq1| L]rIɔw7XAOo`Q'o#C3s5-12 GܳzA0 đM ލl:%s~€)=Q=m)Nz-B2%FMF)3jh=@puЅSP;r莫TFC`Te[ $dIdQ > m3O4KUPu[6p~wEXXZԴF/ a> LAJ_bo_$EaAn|ո\~NʡvO>>.o6cf}|,7*'6_xN!/->#3膄A ߚJga:.2%jgITwXo2FjhpWD0hH6ICVy7F'=7(D%'} JU|fPX{^P6! Cvi]dR_eR1%ԋYI *zIۧ :$(chƵ Ze3 Afaݠ"%$M*f&P(݈"㞯o:X}&NۇU~5|Cqki}9PYB?, eq %#@~N~<]ҥڄa{PC6 oHvH8鰊L4x+-6 IߦGkB>ص͈-JH@'l s4wG|N?-;M&vg#zoZ!~@x`fG/SƸ5sVL(3 4-ԕ3APhseCB:E?wNei#LkK )O0e LCT׫,cW136!&}|!/˴Dqf4\Gq\"|vƂ}۱6P: =[;ƊAzY=c$ +ļAKpҜliT;嶘zHV{Jo1) [-iȵW='K/H(XYO\=yg]~@g-Ֆ?4$Е}~ p~\^bpբHv.3*S:Ůn X! !N#1[xy /O =cFN+=Ι`B6M6lU]xveǘ WSbs-<'W_n*5ڴѝO0b.))–| hiac乊\դ}lu WtF2mktyƇT8i11MN91?K#[D}0*p!4o 4^P,by@ha}!4j=##f!lz&L|:oXZR_@Kanby}\MA4VzCMD\{fgrAt gB$a-Ge4hQ0y t$1\{s:Ti|5ӈvOYBE*ʢ#bܯ x-,$<[L0M :|GG-ݷ7́[Sg͜Oy;cO! 2B0>XA]9Lf0EL͹} z$KIظ$m <]w-R'0ASE /n5ZJѷ%9OœYޒI^ԒuMKP"i0F[\DYy~L *U 9uk\0Q4LD^$!1B.DĤ f_׵W 5{{ kcԴ4mwPΜmuh9`oT.Α5Vw4-8 qKEd~1C'ˉ|DV.s,$+9z0MM!pPF XGuxxEe|vFh$t1-1LvL&\`@(4c[^M!rU|26Zswn($wDB 3u?>Zz-HvVcUH-Ĉ>@' rUP諸 )xB,n0G;rKZ~2;(Fy5'o q8c|iirECRY GoQ/֚S^li0D Nb#Zss1 fWtj.PJVGWDFi'=5=hP2w8NeH*3'*jQ,֍M^=k QaN=$*,kF%o?Q?' ⇳cE5"(IjGt!3 BuF踡] q$P ;D]S K 0?::y Mjc {F$QfыRDUE_ٮq2~礌#३TBm}>]4fMcҰ浬4eN +%+ ZQoi꯬\iw7sy,961RԥGﺼA*ϑPiA5-P/ͦKb1kn馤۲%DK[9V՘W &5{T @{@aؓe0:na&6&0OvUeJfcvEX\UG'\ 2Fyᘨ`Z9^Us 9:5NHcI[Kl]U~o B<Ξr5ΜF Yݗ,J e><* d 잷oNű|0H0zCh4+?Dqq "yvX}ljNjѽ'"zC=h&5agv׌FCfg%fz¡3AEbsKwIYɝ#N{+ 6%g #doU0r}j "0t" QvPD H-O}hɊQB0b_eO䞑p8Ŕ邯"gKTY^֗l'\YKOQAam3eyvWA;q3`4_hc ڊ<&`t0aSEշ[>XC-9B{IQ}T-/xVShγG#yGũ 7'O aH( 5x*ޠQ b Sd~#K(yE`R2eu^orSqbE.o~{byQ hENRO]N{{i3go?2K?_zz0>OL_͜ʔ6Ͷ%`2i{E4&H XOχn62W iJc: ͡]!ѣG/=VcfB2Ю49'~Z3JӳEmL=Hj 2eƣZ ɱ(U*b~CcT:4V%[zc6woyzG)W5ρ|" uIܑRA%/I k ~h 9'F1%]FawVG^~dQT;KZQ46VJx\I9 YZ