playerctl-2.4.1-bp154.1.35 >  A b|dM!M@eee@(,뉍 BkwgҪj̏~F u>_'Lz"[նS:&pk{Y#1VǞ ׈lC[i*Uv?BQpy9ymoS $Ÿ\L <.{=r>iϕ#l;|iɗrͅ5r5xl@`ɔͤQ\sp:`ڻx[̖ :_C\U0&dֹ! LX ,OeB(!VbMU߅Yp1k0է%IIaa{9Ӎ3LQ4{(gNlU3>V'%"3Z[gs/fI&f>p>&?&d   YDHTXu~    , D   @ p  (8 9 :C F G H I!X!Y! \!D]!\^!b"5c"d#Ie#Nf#Ql#Su#hv#w%x%y%z&,&<&@&F&Cplayerctl2.4.1bp154.1.35MPRIS command-line controller and library for media playersPlayerctl is a command-line utility and library for controlling media players that implement the MPRIS D-Bus Interface Specification. Playerctl makes it easy to bind player actions, such as play and pause, to media keys. For more advanced users, Playerctl provides an introspectable library available in your favorite scripting language that allows more detailed control like the ability to subscribe to media player events or get metadata, such as artist and title for the playing track.b|d/armbuild01bSUSE Linux Enterprise 15 SP4openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Multimedia/Otherhttps://github.com/acrisci/playerctllinuxaarch64 ` 8P<} $큤A큤b|d)b|d)b|db|d*aIb|daaf997f096ecaf2dfccc14ae762a17c64b4bb788d83f535b04368be37d3c30d4072ed056978b14f3b8d4041bfb960e18581e23e43c9e22b9b96da9465ac2bedb28e17fdfcfe0dbb119f421fbcfd1969400d7a981154a2e7931f484712f3b253985b6318e4effe78654034875c218261ae5175c6746739e1e08432e5b75457e019a8a14376f6d964a1980a022f5e5f773b50d9c0357eb89e9465ea3766ec4a08arootrootrootrootrootrootrootrootrootrootrootrootplayerctl-2.4.1-bp154.1.35.src.rpmplayerctlplayerctl(aarch-64)@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libplayerctl.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3aO@_0@_0@__9\J@Y4YKY@YYLuigi Baldoni Dominique Leuenberger tiwai@suse.deAvindra Goolcharan aloisio@gmx.comLuigi Baldoni mpluskal@suse.comraineforest@raineforest.meraineforest@raineforest.meraineforest@raineforest.meraineforest@raineforest.me- Update to version 2.4.1 * Fix a crash in playerctld when players use TrackList and Playlists interfaces * Add the trunc() template function * Allow to use playerctl as a subproject and cpp linking * bugfix: subscribe to all signals when multiple template functions are used * bugfix: workaround for players that use uint64 values in the formatter- Obsolete typelib-1_0-Playerctl-2_0_1: the package was wrongly named. With the correct name now provided, we have to ensure the users can cleanly upgrade.- Fix dependencies of bash and zsh completion subpackages- Update to version 2.3.1 * Add option to toggle shuffle * Add -s, quiet flag to supress some messages from stderr * Add math operations to the formatter * Change instance delimiter to "." * Use playerctld to get players in order of activation when it is running * Remove warning message when the system bus isn't found * playerctld: add daemon activation command * playerctld: add unshift command * bugfix: improve property setter reliability - add zsh shell completion package- Update to version 2.2.1 * Fix a crash when the `emoji()` template function is used * Add a `shift` command to `playerctld` to shift the active player * Fix a crash when system players are present version 2.1.1 * Playerctl now has a test suite that covers most features of the CLI. playerctld: * Add `playerctld`: an activatable DBus service for selecting the most recently active player CLI: * Add the `markup_escape()` formatter function * Mark the `emoji()` formatter function as no longer experimental * Add the `default()` formatter function * Add the special `%any` player token for prioritizing player selection * Add bash completions * Add debug logging * Rewrite and expand manpage with `mdoc(7)` * Attempt to autostart `playerctld` if it is present in players * bugfix: incorrect error message for shuffle command * bugfix: don't crash if no system bus is present * bugfix: don't crash if given a nonexistent format function Build: * Required meson version is now `0.50.0`. version 2.0.2 CLI: * Regression: exit 1 when no players are found * Regression: fix sort order for `--player` command * Handle nonfile uris in the `open` command Build: * Fix documentation of the `--follow` flag * Update manpage release date at build time * fix gir build on cross compilation - Added bash-completion subpackage- Update to version 2.0.1 CLI: * Add `--ignore-player` flag to ignore specific players (#2) * Add `--follow` flag to block and print updated values when they change (#37, #98, #101) * The `--player` command acts on the first player without `--all-players` (breaking) (#54) * Accept multiple keys for `metadata [key]` command (#68) * `metadata` command has tabular output. (breaking) (#72) * Add `--format [fmt]` for metadata formatting (#73) * Add `duration()` template formatter for formatting durations (#75) * Print player name and instance with format strings (#90) * Add command to get and set `shuffle` status (#92) * Add a command to get and set `loop` status (#99) * Add the `open` command to open a URI with the player (#79) * Fix some errors with utf8 printing (#80) * Skip players from selection when they don't support a command (determined by the `can-*` properties) * Select all player instances with the `--player` and `--ignore-player` command * Print help information to stdout (not stderr) when no arguments are passed Library: * add `playerctl_list_players()` to public api for listing players (#47) * Implement the "seeked" signal on the player (#94) * Add the "volume" signal on the player (#95) * Deprecate the "play", "pause", and "stopped" signal for a single "status" signal (#96) * Add the `PlayerctlPlayerManager()` class (#100) * Cache and compute the position property (#102) * Remove chaining abilities from the library (breaking) * Library query functions return `NULL` instead of empty string when properties aren't found (breaking) * Deprecate `status` property in favor of the `playback-status` property as an enum * Add library functions for `shuffle` and `loop` status (#92, [#99]) * Deprecate setting volume via the object properties interface * Fix the "exit" signal * Add properties "can-control", "can-play", "can-pause", "can-seek", "can-go-next", "can-go-previous" * Add the "source" property to determine the source of the player (session or system bus) * Change first keyword arg for `playerctl_player_new()` from `name` to `player_name` (breaking) * Add `playerctl_player_new_for_source()` to select players based on the source (session or system bus) * Add `playerctl_player_new_from_name()` to create a player from a PlayerManager name * `playerctl_player_new()` selects an instance of the `player_name` if found * Add documentation for the entire public library API Build: * Remove autotools and switch to the meson build system (breaking) (#57) * Fix various compiler warnings (#97) * Remove library version from pkg-config name and add it to the so in the standard way (new pkg-config name is just `playerctl`). version 0.6.1 * Bugfix: unref of a null player when no players are present * Playerctl now searches the system bus for players * Parse trackid as a string as a workaround for noncompliant players * Various meson fixes version 0.6.0 * control multiple players at once by putting commas between the names * add the --all-players option to control all players at once * lib: better cache invalidation strategy for getting properties * bugfix: Set position in fractional seconds * Fix various memory leaks and errors - Dropped playerctl-0.5.0-fix-parallel-build.patch (no longer compatible) - Switched build to meson - Added -doc subpackage- Cleanup spec file with spec-cleaner - Drop static-devel package- Added comment to indicate lib subpackage requirement by main package- Added library subpackages- Backport patch from upstream to fix parallel build * Added patch: - playerctl-0.5.0-fix-parallel-build.patch- Initial releasearmbuild01 16523192792.4.1-bp154.1.352.4.1-bp154.1.35playerctlplayerctldorg.mpris.MediaPlayer2.playerctld.serviceplayerctlREADME.mdplayerctl.1.gz/usr/bin//usr/share/dbus-1/services//usr/share/doc/packages//usr/share/doc/packages/playerctl//usr/share/man/man1/-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/3e710e2d548b60351fbcea70ad5b3250-playerctlcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=11cafada820b6034c21a74807570ea64abdf58a0, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d736142d35948fd26f180a457cb82c67cc11af91, for GNU/Linux 3.7.0, strippedASCII textdirectoryUTF-8 Unicode text, with very long linestroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RRRRRRRRRRRRRRRKsȩs^IPutf-8e212e6798d3fad928c324e92f6e61fb86c7ab3f3ac6771044b350335a3217bee? 7zXZ !t/fr] crv9w Wj~Ȳ딥*d~ vp ݿ!li0<pc=ʽ䎦ROaJ Z5(^ŌAQnni-K61]vߎ< ` =|ZRx)a$%4"-1\~v| ۢ0_6@ K8Ut W0\dlWdH,Z*0쉽?@S@м; tK&_>c[qBV0~UЍ?E~Ϫ=CZ1 UdvF ~v\RD$wyyh;_Xv*Tz8I[!AÈl ?l% ng"4_|ŞsGZ*;TQ9Uuqe2uA5&ÆI0 %y-&O VGn}6L\>S=p Pf Irɕ}s[Ee5pd_0̟"x;+I{<ĵ 9˜pʡD~#%gZ/?΁B46|N Ϫ;^KS$Mგ@M+59#U\Mw>욑R6q<;O[vfiA}1Ac7y.Z!r-PzA)$yyl::(pYr6~1LY~ #IP^NFzpd(UPaYbVg%22g1AZ 0+JAˏm\@>G:FG=4,' o]o:1c x Ftaoj' Bܥr3A5q,+1GElLjefⲜ $*9 N<;D߃*xajt7 F;T-fepjos1E-iM29(IcXw~)8/vBC8Gj[Z (3A鰄,rIE69U)h(}DD+6966* ()]( CiwB[hj%)2w"vWOoDRF"\(c$Rڽd̉* HľWlq5 myt@ha 'j<О14pj;8J[z2`(fiY.M?ZQrmiČB !BL9" )+ FʿyO{ApyĆC2ۓVgM-d8o~DHY.,B)B iBHB1/ Kl?H4XUO9Qv.6Cg'?mo R^otnaB2x-sjD⣼oN]#{5 Y>DF&5Ԣ xW?Vb>dM˫ڰO3G@{M0gpyQeyBQ%H.B+ ]HL+>s9~2Qb/;)jr@b6QJoW#D^CƽU:F򇄨bD|zP 0r 6Z$& Ohtcoq x7i=c~{+߅[2J}Jn+ZQ:Oyٸvh7|tex񄆌#^:d KꀲV.',ulj(0=yw_Y=\/RsNi֟ctPɢPfEE+#3(M ( .n+MMsFOW%3'[u *i[Fd)|șh;a̴씩6cg?[IIJk4;e}-we3+W*=3INϘGH"O_e]P+z|~5xڡD._S.71KUgq'|*w|),7fgtfEn֟ Jl] c2T*,E7|2GZl&[AIIlFAwZYx6r_Dygǭq3&|ci|e &o n |yj=1+(G#qHZNĘOOUnrD_ZZjp ӻrqE˚o2(OGwhY/D|80Ld?{k RHŴ^dӭzEFpS)'y5 +`MZ}xb>9-m̮}yWPždDrKe`9 򅹈g|'uN݌x=2c~5)u6M7(7Lzv=nr3 3+~bjb !_5eˠA=XC~rW$+omuU.b3XbԤ(:m6bEVn^1 x 4O$V S9%er5ԞkRQƭ|K=5;_3@Ps}ʊ=DFC]TSa\Xoǥ%d46nC(.{Jqѯ]‹TtDKwQ/~NL#R\|V#'|R~ږҠ~C+˔Տ8:d  0Z3bҗ5?73$VK2 n,Tdss >iY Z2q01.&d$R {<-W⎸jVQ,ŜC}(P;z'ӥ:Ï~,.Q3x ! kq5?^قXME9؉#$;fQ\vU+8\-GW< N+Feϻ(ĹN(&.$Лm5lް̌vպycEOXvr.E#61N j+Юvl 8}M6}zM ֟" ݭ*Jq070/NP3Bh܉.!,IbqE]MRS(ى>'.q ~ O}/jC0mC@zL% P'MVnRn"=?;"ǥ}BԟcP&e= (az;j‡sz73tDnrq~|7sϋ^ZfHy+vHI$MF13Qk0Z;ݴS֚*"F.5[@-8&i(I tڢ֞Y#tؽ AWpr>Aqf\[JVv9iG۫nل@W;9bvѬ*9$6dȀ&(Y5#ڶ0Fb)= :Li3Cv=upǓav~MXLT Rȇ$-շF4m@xI*VU+HLeT6juwRw h\-@ŌUf"YMv]li?TYAB ឵YFBsH_P>Z6*׺ND\_*9#r4Sjk3^Xyq ~BsHCeB$e|R:0oȒbүcG4U*,0B!Mw([P e)PUFHVA$G %KpgBuh"4/@9Eq RHd"nT"/٘YIl1 d"@@IZO|QPio[f-sL% P:lTB3A5 cNxzy=6x<`&-FG~ԴRE;R >!H {iNeKC+.i $`uuP *͘njwQ9;`jfSљhl ]*lrImrD :35FLJ0Wcn?w7a1팡pc\R r7d(xϡWZů~WeyL ($b b/cچ`ĩh.xȲzm6!rX.3~mf=/K~Eo"8T{Mr?G(^B*w7-3u-鮙kXy.yiجKx(섖f\Ls׉#c'ҞnJx;EGZS&_p"ծ&_l]Bn(jcHssIDeW-psN9f#.P)=BOhg-A]ac]y %0u>ȲBm=!(c[CwC3??vk;zÃJ9dh$-_v æRb%Oo0IYR*5QvЈ9f؃قKJcUL}^ADnEg±۲dPXƢMwR;rz\cq~ZbZwz][tBb I#+}%{S"G]\p'C~?k- 7K xu%Qy3Wve粁:>Rֻ!+X݀um?JWVaԝHNҋv.Dz{SlKqv>@a/u$n_-FiuD!3i懵 ݅5V-LkoMeUI9,)寕iJ>ܼ/&LުƌqRI4Nn@ x`RL(Dpz;~_۩|Ӧ~њc2Y»С\nWeޡ'3& ZBKkZ 9Ew`p Xf--:P퍒p?S->aZs [uki`Tq!R;uWa"_7fcK$$PyT79zW/'l ^bYv)R@!Se{KwgVdբ0-yTk|;ӯ{ `S u;f y1>^ɥ&ć(g;a%&]x'.q/!yn^{^R4DX^nh$`kwF2_7_cqۣ, fHBcSq=}n -VB8d7Qp:j{}6Ӟ BW/넩+Goolo+ Ah@#Jm]keA:ctɋh.]ez4gi҂:xU4@ q lr\@m1x NXs|nn|09WZa'8~m>V&["]t)I"3I*"[p ljC3{̀G3pZDr1U9d^ ihזΦC6Kb7O$C%|C ]XwL[VBeaO-"RThub%i a,Vz$n$ƈbyGN+j/oO&Qfj,xSFc5.Еֶ/1/U.[ lͫ|LSW#VۣE :'鳌m&JwGDWT{S%,qCfR#^0}$>/ׅR60pEX&Ƨ"Dܛ@n8=y^;1+AR Py͞: . f`HЭ'W'iʁna^7o"Ѻ 1iGNChbB*ёJr^Я󮭍&-LTi6Ro*aJw%szT@LAFDB0.!.YSxa?5ـI;ԾgO!$ H xNđY(~=us\,kn' R^ֶJ=GҷZVİV_f׋/gIs,FϨ³'܄.l(#{gf(S?OV;zx.RU\B@zhl&b#w|54L` 4 f|L,S_0$ ^/8\"ou:gcgr8@7g{$y), ǨlF7g~sA52qGHӷE$#l  j.qqg*ͷnF.;H7QMf ubs 4(.wdcqTObRD?X?1{N9xD 5jD8aS<[ ǯh ܦXLbXz]nY@tRbŚெ¾ l:2OyJ,-Dk.Z4;$P05i3j7< 91;bjM\b잎x^Rt""6;Í(!* 1܂Wk5D= Ci Qe荃o/$d.m8u`84ۯ*( )K g]MS&}%F(MK5fp͝<'`12B BmySQ~c ;1vqZUͨӐO,a ncЇtg70[z˰9#(JVF8}) `|c6GIYy݀Yū$=$`0wH28J_hͧ+*WaVHV:˃3b䈩x  0=2xyYU䰪+I-i}wڸ=AAIB ob"jAecʹcb}4~4Xř>3B\q)5gj #&s\ !#/|[KbƔT .F[.m,Tqc^렣Lۓ}b!u;OAcV6*.{U5޵b\)-돱mmk05\x2uegwn{^Zą+V]P9h_iM#:*}Pz ƩMZV]m,}r6bv TdtUxa)/@q,?P&ĕ{F'ޘCVi)ւ-hZ[|:?Apu{n 'Q9lz!U;&# GZ܈UC\D5)15(Yz2R+>'xK#ÈN4;jk>k-$VPfS~?#Ziu^+4qk\`NKͫᬻ*uCWͰRV gl1&V4o)jZGG^:N.v@g{=$va]eh\Y1i17QC{;F%lZބHe9`Kt.cɷJDWb ";R í[ɼ @s,t>bG{E@iB}t@*4lQ26+"D_(_S[[%6Q3B1$Zwe 3nFRy Fd3i.* mh+{h,Q<=⸍|jB#iԈ g$情^Q< A߻ (m>ﭩN=vjH.i7o? HU \;kdR ي h.O@NjKS:15noc> ]ɮVwOvk mbq "?,n:F]QQi#,0ELKe)Vx/E4싧{n'l%IcF<:o)ʇJp2~8o|;{*A`_8k{lRpꝄ1)Xh/W #5R^H`rj!t~dCw5ou9/gPwr4/ 0ȕaghLrڍ-rXc;!<Kl]7Dƈy%)Smƪ= ̓Zy ?d}KAb ނ#dlYI Flb~6?ɜ%hPxCj~/׻%M``d;=f/+*y8- (CKK.o]oIqxUAfL0HLu )EB49, CMd( }@OxGlK&z FOϿw VR4>2_7S W‰kjh~K"(TP1v vv;"w|Gԙ`vC;:erC7-{ }Q[A*f h/J Q@)[׃Iwz=<1;Uf?9P>x%uyr7WSl@Uol]mH{HanoU[wcJ 0r'B00]Dŭ$pI81Vt㞒ԃGC#|׶OBYF{nT62?ŋşmSͷnF(9#٪++Ftg"CSa_;Zh4Ov ]NLl=|9#JwxFm^_OtEcu\PEI1f&~BE!$b}t[ }Ȭʛ?"e1/bdNڄ0фxx 6VUMU #i~ߊ,!3Q_"v@0CQe)(Ε3ٝˤs:[>,n F5bO:ZЩ;"~3;2{T%~W)ݍ-Ș>1Lc'DɘcQKqY% gSP32Xq rGtgb'QULr=˹-MZLJ $(LUm]5ggn .]-H Wg+SNkPZUoJˑ cSURK/LBPN[8z ƯH4h]9,QlME .tC5U$Ȯ+ YZړVCpB1s$ QU+N9rg41}9eBu^DCCOF͞!4c[n85OǤ=p`ާM1 a c)mMY!]?6=}Xkɏ]LũWav>(D) @>>O*"αIસT5왉 rĘ8o8,( |:LN),2ُyR}]Yte39[ O@QzN4]ӫO9rW[:f=\f<堍`f?I7g#k!}2H|`U(Q'UP߾SG޸}]{ V=k֗<ݟ4A}w?k}Zj h㦩f^BM(6дN)KuJj"E2N<ﻈB2Xo5jFnqx*Հ܊@4*mOEER Obz/f";wIo-*E*r[!N\\itYr9$gV/Z'ۛu2GVj%2.+4tV( gb;_X)6O9jU:w* S>J&/,Ƒ:њ{p_ BƑV ѤL }(@йfbbmZp"h°]YyuNDX!O;áJ0A,.gr.zKC3S%~lёs$ג:0]#:k{>$ۑ돷 S#Q]lzd,o4pxU~,P u<@kup\3wÔs;'C*2JoqkubS0FM~'xwT*Q!}qsxrk`*s B>Vsl߾skf\m:K?j@1W`. d4wwD# #C WNE|k{֋c?a^gaNʞy=l/j9[3^5Q( r݋Ų u0&g66Eh dmBvBbᬄHT&r)NZRxY$hɓ<  㢳fޔLOwMнYNP@.SUHzc,U'> 螧6x̯M\&zCueIY}f xמO #@9.@| T݊/䷢v$ċj^, R^!2v BxsXX\nW X!,޾8w@Lk/BWNT+&ZIV[gf96O7v|<.4/ԉBKH=H>jq;g( h1B8Y4P(~0B)"@ΧbjKgu1>d!' ))9nF{Լ­P$Eq23!h?]Eybdkwm%mqĜer | )֋!"8_oICeQٍ|".i=5|K5,^px£`J z` v~f,t"TBf)c@*K!>'c&F8.i'|)Qlau@eisgV0I;S8O,xCp+- s:Qkӯ?\(fu7oIL\kע7$?Dˬlh( @ϥu >D uԕEsRJٽ}H`HPBS،Xu hAƆ_Kؕ&';#@ q.B `? HCNgy=vi|HdlNb>هu?_$bv\/0v\TI¢% v,Еndnm̠@2"/~цʕ {-Mߕs_`:/+/\ hhW_.T U4_z eu\vجhDW10ih e ah~鿖Q (9KjmPoLLIhkǒbJ9Ҏg6hHm*~hru8aʲۺyQPJq2]MtBjM4џ-N섴fw3F6jk6qFf!Zp3p:<^t9Tw>j+3K< S*PJۡElL-4~ 6&[xr'M)u$zt] ϑHQ(2 —pm 16 słVN׶m^_/'g eEi[~d5`)K\{8GE;%ÂWX"׎v/H&L\z0m%0Ct!L\ÍH +uUV*(c5w۹.띲ZLgވLwŵ:!NCNt%NL.lVò7g*@er*y,ZP%t[XcK w8mU_?J }7n|[$ L<"ͦR/4ht;$w{{]ԩ&_ƄI HÒ^Qi+_+L~a#KbD8ìA^y)r6 Qa Y|l_ (z_'CNm0HTdp yI]Ta,kbsGp\dR^08VnsG8ؘ0$q>~:?zGd|z0fɐs\~rioGFZ~i_fbl07Zp5_,<3 MȚ X6catSɴ%U6#_ɩ߳vnX$fܔ^~؂75u P#7ˇկ?2Ɛq$,1 TMj;vt9;յɑ>_l6;8i 4Tsa* d]cz[{,"Ÿ#uo6̨);"Ru=r\Ӆ,:|\`.b6<ٗm\ )콭`ID*iA'2@ޡ"쵽MM_E3\Jb>"B刊:<6;_dx-01"EVBU:VZ[ۚ.5H)Ǵپ:uYOuƵ1;hU8!^j%9/ '[bpQEUkIa1N.\:ls6QJ65V^`%?SP6PڭNە_HB@TW EV~@Ljj3^n/@roirJmȨiٮdEZ"i!1Hs0o8)lpwX؜ ! bl\M)&!A6SKy**'ށ`x-)Мo]>$xS\$ֆK%^Tz+@C[,GnM5 JMA k4h-o-(Rbrc64\wH8dK  B, `cT+e l ~]ڟ( n /T&XJL/ˈAcם6/ښdvߓ=}ƻe%ı.((|mp<]ʻoP[N:i"Xl!IsBѝe (boe/b$c!vC"O_%sO5 .,Yʂ`q?8HN<]{ Tdn>{@n/}Y.G}p0!h&IR &!)unjwԊ& FV\oh<3jeE.PZ*2x.fESX;P*)x'}|WX0YW 8*S~<`L4󆼋s2i /LgE$]7oS&@X&1Ylr{Z=W:e4rMeZUq 0GϿ3#p]M 4ゴwa M42K5+T;/6T:u\3G9dRɪpH ?:O%`L B%T5Q ;2R:9q0BQ"m/Tާ=̢I::h\>> hog &/TGgvs~" 5L˚ALW7Ww o7\@χ!ʙ qKY%>) \i?l4׍`3*xfȰ>tΦnvOA")'-yrH;~Ϝ1b잝Hp(#yexDֲ]P]ۈO5RSWgT:tŝϖ&mDZIw$Te@0ׅ&oGə2W fg6@zIzZ%h VHR"%$C%r,^#4$R$:=e%Sݰf_ c}P sS)sл(%)nDxQX<ٯEO>9Z*pv+X9~#ٔ<'T2CIR”75*\ [Bv j<ۇp| ԓJg+%_0xl34tv6:9_?4#XK/@nқ{s[߮t50VnD)DIYMLwA8LVGˇLW> G.tu| \_Gu:CoF"=ZKLK/Vjz:: Bչy?U@I>3HIKDlG^mibb\|דu#DX"rw[l>sagڪӏRs5_ nTKY3K:s™m[UL$Eq jsl{sj&|@!yAl)Q7YO&);srdՅcэbw{J;TIV3[+M[f9m6|sNA$X^eT c.c˲LŚ@KU[ZA%.ψ'OI6aK􆏀r&m۠P#$mh2N#_ Th4">-nE\&̦0ILN J<{n1QPDbĈ#kڛ+LwCbG7w5_@-n挩ԶB_!pi֨g{ }hBg} 1'QL&vyV)ZtT3ִؔ.6Hɘ}\T뮢Ntdߜd"COq祇6 68RH F~4˵E޹@4p;HQ2ChNe*$}|'e8}7&'KuÝ C-Xπj=WF {b6 w~=ݛg?n {r!O~,UY”i9$+$3N:E+k~?%?~-x Obo|BwwuH"oYqxz~:~YeSe~aNUK f,P8/r0, SGϷ}2QӠ+X{UrT$0vxoRPO?5Z^ 3#?rV˪ظ=,O8pSèt&^NX sy3[F ޥ5\9W ɟ /=Vl}ocR7' n$@` "^ܟF0_%*#`fke#sqgCYV)F}²Mı>LK ;DxsWt&BE v?^.X¨{JcxC†;^Lh18S_{H۠\&xr&3Iu6v*dLko5T{p6lG&jǨJB *#&b]z,7?t~ _*Yy =< "bqJG:f|`gIYQ*'5t9Tކ\J2)i (~6Ɵ@T}߮N #vڦӞL4De 6v0ҳJ jcI]~;efolzDUɧ1P , _)W[cIX̄XJ?`q2)ٙPATZ~F^I3w9lO?Z\dJeN|sSDsh#p Y9k*] L?640P}죶D&r"Ty}. O=D{T@H/-MoЩ_Ӥ;`øBZ=2!OͲOO%ϓr|oZ Tk>~}GJjCXMzK 4|~*3Dz G+nr ^wqHZ]>!ܸȤN@Ҡ*U*ۗLPLTOɌ{c%k;s̔ku"ߵpy[5ϮWOmNrqQ]"%ͨfNIf+'g&5yhqYF5zt s6 yE9J4'Ye #F֚/HwX>.BkFn"IB !dp\cLo`sOg:dZ6_yNMڟ}p3 [!GҖz]BjJNl~eWH6C? ag3qu))8x7դ0O]B9;B+K5Yr{̈Hgv*2V3Pe1ȗh :FGI5ʋ[ݤpl ۀ ߜ9If[+L>IZ R{ʼn2"o?[@B?_3mh>`/Fv.-ϰ޲էX43i8qQZ凒<. 45|{aTH\/:Lx>b,X-c!NT9gl͈UߋA&mQ!9~XHI:X!OZT@ ELZ(_odDNKZW\?k&l4)!f^0h54f}Œh`δ3&R_aϋl&\86pm+. `ell Gv4V}gJ#([kHb61ԝv \aSN*X,#+YRPG|#s!jNk_1y+jnkz˫<^v.jpxʼyj}Ny Yt֌KYhRxkxxJ@ Fߝap0qW}ںޓrrF&'w[ `6)QQa<{c㸳lTRj6ٗ ?&6v*TL{K W޶`YLKvY `}[xwK:LƩ"dJ\-yZ73){[9X]`AC۱(Q.(r0< fB ]RkH܏fkz>kE\ ;&Q;vOɽR_}*ja`7Gbq$B\氜)Q}.?PֽT:8gS/O0+(5E/G杰Xc䠔S"Kd#C+ 1:5U}