playerctl-2.4.1-bp154.1.35 >  A b|a!M@eeem/kOPhV mXu 0JuꋕϘlK?}۶kNZXe }Z oLmp#D3 n6 .pS 4 iB:YOQ_XB^{k!йz؉m]׭C=T(g}sIc@{Y2 3Q9{M3eMXݡܦZC 7T"ũ'Yy̅SeFN[^">nH@R6ae634e5d7742a925519bbc20eecd7cf4785882b1e9dffc784d8c2411c5966bedd381bfb98cd0fce0aad29bfda6a7e99c0799a6cb|a!M@eeeUE؃#wp>&H?&8d   YDHX\y  $ 0 H   $@ h f (8 9 : F sG H I X Y \ ]!^!jb!c"d"e"f"l"u#v#,w%|x%y% z%%%%&4Cplayerctl2.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|aobs-power9-14bySUSE Linux Enterprise 15 SP4openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Multimedia/Otherhttps://github.com/acrisci/playerctllinuxppc64le  P<} $큤A큤b|ab|ab|ab|aaIb|af5a7708f94c732d9351684fdeb9a266d6ea16723d991f33530174b6e83a3410af314ddd6a903b614f5e342a83e1cb32f4d9e3497e12a5074b9166587bf40ebb128e17fdfcfe0dbb119f421fbcfd1969400d7a981154a2e7931f484712f3b253985b6318e4effe78654034875c218261ae5175c6746739e1e08432e5b75457e019a8a14376f6d964a1980a022f5e5f773b50d9c0357eb89e9465ea3766ec4a08arootrootrootrootrootrootrootrootrootrootrootrootplayerctl-2.4.1-bp154.1.35.src.rpmplayerctlplayerctl(ppc-64)@@@@@@    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 releaseobs-power9-14 16523186082.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-playerctlcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a52b721e0f543e2dfc9e48168d52746c6f47c313, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f1b0328e018208701ee80c1a4dfe90f3dc93530c, for GNU/Linux 3.10.0, strippedASCII textdirectoryUTF-8 Unicode text, with very long linestroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RRRRRRRRRRRk5Yu|S<utf-8592e5060b819ee719402606e40226c3c9d5eae356d479b8de7dd9e0faab7f3c0? 7zXZ !t/fw{] crv9w Wi?Wr vns.(ʣf*? a_l3)SN^7l\LmzSW4LTtjdWjxUljTox@;VӤ\ ;eWt0K3ŎdȈ[v99m<&<_.MF)݊FFm6+vН5(ja_T_{*GJ{m3D: bG}RvS?q-i|u\xgmQp<meܑwq,"RA(Jܝ,nyr86rJ܂IP&|,?=tlq!ODyx|M섿B?d]VX" .L6i(pndjn hh"n:"T'p)+)TS5y\_5^ $p*h?qU,x"hrE,h4@­0TxN|DTsu[8M@`Im//Z*nKTp8XBw;l!ʞvF;h;s'nX&׹N*(S[@5R-;ԿιI#)˸vTD#7yzݻufmBչ/h:`@,Ug?# S2P~e[1 97FY^?G7ŧPR 1 1wkmiFVJa{=Xv;~ c/gOJAYj˧nCAs N lX2B bw}?),- bRl3z?C+%jaV>)S; NYTlNz("=guĥt!CNGѤ3d*`3sn+˂?0Iq܎S/yٵVwR>ñ in )Zm?3EЂS^ >S1M^Á_3bii@>2oęã& {.VϜ#W?ceRt Hg kziT =2B̎j![+F\͇ky`8j'FA ]K"$a톡N +f\TZ8toF+cL ͸RyLk9mer [PzEB V*y@,Gj}gbH:xCV HjC%I07Jh%CItĹPjq<*%8[JE2p~S7TF{ƬB5M6R5$ 1z^ޤvP=KܳNǶ~95 ar;S娮?ja }=g:0nX(fQM`׺E*~qaF̭|IPMr.}.ǔV-"5j+_*R庎yX(Ű#Xfk?1U}pExb{A:g/FEԵŝd*,Fߊ*}nXю"Ec.>0dExF5dWV `_: \v` ׹vc-u81h3_}egJ8RF[gWG]!O2}.2gh`o"b.|c;6ʟ~2u_c+ Fey4IS>/?pT.{Hc*Vwch<%b90=@}+}+O*2#Y:WkAt*/KָL~yO *}ּj^~B}mI:l&q]ǟC$@U^+62%)ʤC}^=>uɏ+4\oUTp.? DVM5M4 [` Mgv [dYn+ĪE c+)h7eotR0?lQXn,Z*w$oU\jƦʂdЏz}$D5P,4@uz'>?1\8+|Ka:fmsq;\3F7c"a۱J󲷠 K4!%LD{Ϝzy xS<] * \aLU\718ucMҷJw@4]J&'5Ϫd2ng9h+'A7΄~Bj )+dde/Z rLсA$ػXZ5g:o_JQTȒX=\t Nr+R :Ӧ1tȤ [9L뇘0XgS5>kV"h\{"n=*KaJp%?N^#`Gl?0iMUp v.b#C(S}^)eaSj: &X<'yr뽻y257$)}+ϐU4 TNnc [D翬39f4G#*pG3`|L] HoNhykk$.ePsdrtmn ?q3×AklpCJ4ϝmadbul;Bz$ E7A( Qp !ES-NZ&}D1[[!rDdͮ(~s8)R]ȳ5kP]d) 5k7*MV.'q=?ߧSʷ8ٱʂ1XM|mlrB g5hDٟPWZĒc V~Xf8kMdn¾+ s3)]Y*bsr $ˆ9n\kR9nBw$8:&VF::=2ko2"dy⽗1·2۾rQ{.k 0rWw%?BlLm=Ks="QKƒH[%%4<졁E 9s?xGCׁv(t ֝CB &S.N&JÒIg5r9&L p*wׇl)"m;o65ktG< 5oӤ(_G-݅GEJ6Z;)+ۅ UA:Y syn5;؜j?dۯ!C*ZwƆ쑿6cc";א`{ڙm>N 6xfdݤioVس?2i{dQjqTj/3!-+A>wQ vԪOS D82,îܗduJI|&w;btjYR_yx Dҟ\KSW #*ڧg92A5Mf(k[ۼ : x2ivwH>^젪%p5ع_5wRs ShҢB[0 c b c6Yi:!aGT/ә#<$)dAe%y`po CVJmDk|:Vi9wIP0rq۞Zd rP-71)d%j|·ǖxJwrVݣZYcZ˦r* dMtC"'K(! 0 Y(O/|\ @y.zXIE/c;p"6L~XTPfd=/OI1N#r!jUW'2[^FX++'@E!vwYsࠒ Fe֙Ů٘`LC,BD0btjt,}.O%wx[~K2:P/'rL\wf!^֗g`/\k萭1zuqK\f% K*`= -xnm4^EXsQC` |7d#DuU<gUXx޵~o%sf$Y %/iE"~q`]Kzg&tSzCYM )=U \]Xg4ʠHhFJ&,(_3,R^6/A9¸(c|=kj$ח a3#{x.fR@%/eMV\5\ePޏCE[ۇHi\fE<%Qtoٱ]⪌)|ny EK!U]?A3!eV[Us3\!(hNX{UksHagWxZ`Ҥy"ݏCJA⏯ y`J A:RB{#~ƹaoUaKaqIz4,f;{]H>-yԑ5ݪoP}Y>) m5(ӕ]dG 嵛 Oa\ 7FoΆ[i-/KFFk>kc:H0G_']iѧ0of˂X\G1;}AUQX>ݼ{7Wruen6>ǒul4[UEhTm hd&yNgc JD e|b䫧B6S1 3Թ!ƾ֎[M`u|ѼgظoRB]uwf#0)v^ + V!=lNy|k ZF%FzD{"BQJ(#H+DЃ-eG$5wVB.ȔL3$TVY)Yq V* ^:A$̘*04מ[oxOu`߯@aX-U; h֞wXL6^)0! ٟ?VJqm_ X*}wݜ0j,. hp{HefD&@ 6Fw(H!H, aO Ñ7Wl𕃓4dה&DrU5A#gE 4.h1#|uwEo8l*@/+ڑ[ pҡ,;պD5 od,.#oba]ala/jڌ$yZbC\)SwLz״|Կ&VEg֕5'Ed\k1Asa2ʗ(2)4/C"lnQjɧ9?,,C_N `H*\=+%Y)вS_:82H7MW֜߹-]qGýk$Ӕ7FKcRF5!F vnہu"Xtqu DPɴOJqZ #:` nL3wB)^# FWX-qxjĻ&_{1gjS{ɐcr] ,j4jh-6B:]{ea.&@|/G 1F w(9e`F |@)NT"D ̠5ؕe(e8 kaZ'A'.虝 n1z5yx.!ɧ,G]AqN{ݶt.F5rKO7ړ`QN`yy󅝫s-IU2 X8gN'Ƌ&-}|w nsIg"q8OZh5K`hjik|:l҄0zV@SL[MD]0hb8xaMaso'ʫ?] KgqѾcWB7~6 c֬x,?5{Jf(3?dL vB.@?8EfȶALR48+j o+s(R* PV0(psYYr;w.1ue.1AOWh dfEH>{˞dBChȈd8[ߥYShp*[CtIO<_"FY#" ?)Tk{kF\#UBgdsҗ8!h N0B)q:@M4U`̈=JO2CzZ5Q1aV7΋@pq^Va{(L.Fj:93-3ͬJl$2DBCmk9s?.*ižf|Rɐ,{NUeq6wa\LpMzμ2;w[KU/_ g ??F*be_=tϰq+mBK{lv<(b'pD~aM)}v le+_DzjOk|WbkQgHFVqKq}jq.BN4S}:k9&Q`BvM\'\-O$v;v[" fIUkNxR4h,2{#Hny3}JrMXCpu@.q,[NeK`_bx!/):V8W. M-ߐZ=0}e۷sMūdŐLoscޖG3=ن֌p+!Id-RgΣ2;j (+at vnJ!5leg|)a7ɧ?lz$7j<$maY[Eֿ:oV"t^?mCn(- 㝄MBjNZ~  uxhH rNj\>}i =͑Z?~aZ”(*JFiL~6' dIԨpςۣ sGV* y"/Z`Ynߒ^e0p ߲ˍU>O{1:slh^:{D4H"?^wWqv%& ݠj"$DJ [+\vC`(ۙ"}(Ӕ:'2 0F]놎,b0f_7SI).ۗlnZL1&Q ́Iu nGo!k m$+w (|51L|}H ܌zK͍ԏ} AĖhZ̭=7ZѼO'%>%eږ&L# H4zIdWY EGq+-D (v ɔmפTwm< -j دA+}៾<N S:Dzqt0 DKvb(SV3تd6Q igݿ^y;y5D1dm\<@lGuU]{*$ݎi/9yMc\{6n-T᎑DHG瘠.гC1֯i_L=m?N4o̞o9hi+FvɃ{za*L;`m ode~e>&V'} ]m0`U:e9ͳXzHsՉO'yg&.\ﷃ1wugdK,w M7 vB;X^6avčWtT 4/<;l [cUngE|fdg|\L 5}ЩaoQT Đ?cO>mp5/<0Z@pwh]յ\ d3m>z,$<DDC_Iw*YnM'[w{ ȟ|j; +|a՞>b%}Q=χ)*Ȣ*LML}SOZ;E \bb5V'R_u_m'J <0 br:fOSWMsZz$?ku{㺹WnȶlEN XM: cL9iLr 'ޟ|@sN 3'y,In1Բ_o@2oyއ i\#"D%)~0Z)>1p(YQRpmpsXo*Sx MC7 8K!V3jѶ7";%a`֦iVRSij''I *…r6Taq}t(l{e{ (oZc`@]? Y?RL*FqZhq"ŀ35hg47Q*ͮSQ !Pʄ\͝߅`sGY;3*A ,(S$kL^ Lld$Qf/o5%J~:^X|=7@z)(}G w"7:q2j> Wj*W79fv+v4k!c̗oYun܌OUAFt"ȕ2#q"@bdd~8S #?$6wR棿$8sS jVdo~-o FVoP^2iTNzt\E~N8Ip_ot;6 ̰etFYN2!Ino A`宲"?S3Ʋ% V*Ś@PKMBn=M۬ d->nqh~:ЭpOȡ` wy\,ZZp*5'ɟ "HEսu*nOѹ/O Dw4b׌ .)^% YT)qoLM0<$ldgFd"Dlj PƦ F:뛉ǔ2OG7/Ɇa:jPȱf}瀜=z եx\@Bj`kKQiI{(o 7 ;~F'Ϳ@Y5#Smgzn>[tw;%ш_o}cMQU)W[S|"%BLe.߈BlБ#utJ֚ov?9}Yr>x6$\@m.D<ߴh+I#@C58$'#)"<0Wpy!RVz0g` AK_(tvTzF켏:M/ǫKbGJ2Z j0% >0g:BIW(Tނ 'N4A2y`yt9v4q;d/)]k^oEB153Š1۴=M^luH*F}>F =4R!2ln6.W 54P0,+IrU{}yIX  cejmu#^h2 S0H٢n#5'bÕn&"1t|;PQbAϬߴYaP=.%h$lUbz sA 5ϖVJgQEE:p5mfb;-IJȰ6 "YSqHN=#M? ON!D7gg˹U!ݣ8j9$Wu,Ș0R@nbW.ȶy/‹:NP鹍[*#4yya#:CI,Ʊo7I>"$ d?Ϫ?mD}wvHy{ v$ == 桦h͕ 'f{\`p1T0!|KtD?Wlչ_ qND0h$mqwG0&#KsNwe,2< )M`umE:}TP@[|=eB-xI6Ƅ:^l_5Hp6ljiWh]gqLУϋ_ȮeNb3۪⃲O<+.$ig!ݾյ}@J@9юw$g{ R/$PJ"+yf'GUށ.ôdAԴ!/ZzXGZޅƑ"YSN262;Bm5RVB'Tkz$貊aY.qO 6&TԒٳA/<\aE$D ;QYMxW6~?V:*&mUSݜ$C 1!`8q*riCv?q,huR))QvދC,}! 0- Qaz9 O7 ( 9dٹjߐ{b}9nBiNx<v6eb a/@eR,E9%B^S5;t_GXt;`LnQ=K๿gL^Ȼ^VtA S_}1^[PI#D)#+XCaIPK'ܝ#w~"rH7ͷRj[@.Rv d 8rorkF.Fԃ+{CMQ>BMNhN_[%@UY/ SO03}XUAo $ْ͐I2EXlend lpvFj2"T`@p\ܒrӧApOx-;Q.=%6bv 1Ȋ+qێmJ2Yw7[ &li 04p1'aDʆJ PZFM7 *4.8܊ݓƘ O>g Y4t 9d4f+0 ǶdTiRdep04rf4Ft=I`+͂)u噁Bx`*`䄟Nc:wO])VFzٚwSҟ$Mujc%;p'=g$AG` eT{ lKZ`ZOvwJ<7Ѣ3Qd@6A['8?pT:[:+E*Ӳ5ܷ@,K NZĤ=֒  Iq7/^n[EƬQ[k?t}Mss5(>/P+jUv! ;6ИG"Q֔V =VqvcAWZ$p5?!۷uVۮۓ!7>:9Q %ŨZ&3>ifpLmO:] s*_?Mn!Iƌ¢|*5vacx&/O߫~bxfQRBM:BƼ4ٷ^&2X >YCk6f^*?$#eς$q_ccvښy9`QȠ{c|Ze3|4ks nͲQUAcZ^=SUd\ȟB eNy9ٌ#a&`vWy5ƂRٝMBj +x0>pc#1(V!e#Big =]{W G/0RGj|O̞U1%]}!I#^M e#Bu9M+aeNOxkޥjM*bSs}<r/(sxvҹ3cZBxK3@l01=plڈ7,蹣6,UA8&ruZFʜzJG |8ݼzr|V(bKOP6b|ƯW9}p ]jԻNӁ+R!omu=rV,б+[h9'r˸Ky]@fS U]69v 4Ldc@,*S;RbYSWije'x:RJT[rCĄZ h$PȔjbݯ'C\)Agl)mKdCNfyͥhae>~a'o::!w(0(L怕ӑQKUK1Vxy +o6R]s\4ӗ=4F٤[7_MJqz$9JclH3ʱrfyc8TصO•.<ls89/$ީi? $؏`5R8\‘;+@$'+ >$nk],2&pg//ghd]?ѐ*(Do:ŘF=r`N?Ene|FEA2_iX* U8n5W/{O:caCO ͝_ կ@Isԟu*.X&'ⰍޢygrjmyTOe `?20N!4)1C9YKj$]qO{̽_̆<^͉96gIUP TkH?tD?xKkU(|,QI_C=:OW ׎Q1c+$ش|?= AY1l] QXc]O 1 {ܔvl<]}u+u$YLv 5 3e^ aAN,5[J{$?D򒸙Sڔ͞_1-qD5NQ<`Z80Yemt-^kB&9bFWkO> g3H*V yx)#l\4v$^vV/金 l(ݾGf|INJm"آVLX] ^XV}ܗo9’CCc]׈ſ4g`O)0jjLE)> u~~`Y*գfu#!DJKx佇s!ێ i%fJ,j/LЖ1͈_SLe,d^0'ю3ڬDlW)/H8Ҫ=Ǯ]y ۍ ?чK|Й8cXlH rT/iAl`dVP,Ơꑶ~M[aQAڛF3VT*`ؿ4&*SnH4AB%=DP yȷmV[#xg:qΓ^0]@V{:e#xnNW;wИ_A;ǘ%| A\L޿&k=2X@B\5] Q?;ephFjj @4?:LF}f1N/Oeh+(򭧏-@gDShTDau`cWeo8Z(Mv6K;XBA_:˥3޶,sjm!* ץES#IܑLʴIiLՉ53xpG${,>0a,fU|Y_BWMn+~qHQ|1wBWL#%cSoY RY+lyChz+u/dG͆3~- SIN:!RdQ٩@Q91Nv9uo{?Tq&8k4jɦ{S~Z@3m#ej$^O5r}QJXnDo+UB6+|]`<fzΗ_n'%"Zr>ĉS,LiK~}r'?sN4iLj~ZE9cs%9. qh*|#5ڢsRƩyIgS<ڻ9tBfp7Q0cWFUŲ.),KkA)Χhb%B~FP6=; 0 0A8z58B^բ Tl/#P|ԇW/M3+pkxMndzr=O:|K{UIgWOӭSe* I~(hH:o,1,j03ui٘FKskn0T1ofvu`|} ޘ+9yׅ6iC11ɘY̧[IhTG̩wKF`5_ed `#So!5F.*3.XXrfqHIp8qO>J,6Pl5W5R:Z~",G[,` [Kѝe,Rp bZhO)4v:`!V&mʸlEK i0w9P,;_ޗuj<^1z6'9M"{g#7V\ps2q'*t9@]&ݪ-H:Ǯ*uC+5go= bmI˷5iܫŞoMW>R b:RX5GhRlrr.~ ްb5?k\,_p\")z#ØMHU4Q iua?ZgG|F͇:uf kL.h S;l`9Oaŏ;,'I!gKc^;wcW!ȈkV 8w谹qšf7vSLm :SVKGzWzk1m|Q_MO{;‚# NVˑ׬@ao|5y̭" dNj#sʚܰHͥIK0D罈Rqq4 |+ Pm^!o *8j */"J]aRi 2(=ܺ5TI`_}z =3x<X" `Xkv~qpQ Gz2~\IjwJ-єkܵ6V)UPx;)<.wls%x`n`% D GC!L#ʱ9Swq*n8e"lnd۠)/rHSuzڤ@iP>,rV#km8аgAWa_b+*.~4o]1^fK6qD~)a ӗae"kGj= 1&wEՐix MmY!}bLvp\A+{+m6&m ּ]W1jɽ2O㈶A!k녧Ɯ[-B}8T*{3q7t53*G_qh\A֯yPӠL*>C#b"&hH>/}8yEvJd0]5i"$ґHC%܉8DEX H4:R:BwgXUJK} nby7!*{Յc`bf2:櫚tYU`DoaS"t97xyrsۮyҟ&/m S9@KX-++/  'R?Rwl7n$iyeDS1DG½&aF:}8la{u˾*ˉ[KeC3nx}zY@DT*'9@f|OPv!ѫ;q>jW@ ;^R [E6I׏bN&]!GC#86̀lDG6?Cn=E^^/OþY*V 1r!sG-]Fy@H~Ӷ>(2|ol2d Ds~UܢU a马*͚Gk˦#\k|R9qkᩁfdGOJY~\Mxoȗl^o-.eELj xtXݽ'Tvsk0rO۱$lXʐ8e'[=D7 dяȂYad5)9.t%J|J3?\{1[ }he%Rh1ڔ2/$ـĸA=*,HZd&2!hVr`a+pcE Fp%Tؗf0{Us'wp)v< T*xH4(px[nɿi\t)@&`N栅82Z+}]>Ly?6_GXg$c[bJ,MHJ L"eڲ$u)P. 7:NkRRSb?s2\3+,3oŢQX27*䮟9qj&5pYX%M9@BT_"ڤV7wRWNo#gʑ*MpK1!?¢kkO:x}zrTzڅIzxCe]3".p-9 GqÞ" U(-li(6#yydTx$ MKMi#4-6zJIxh!$5qD%&>2F Vn/<Ϛ\"tS>Gnm1x.&CĘtj*-6:!u7am [khF^ʈکh^=Ҵu'(rm=;i<流^wJG ;\;S<Yp>L{jaK$J]u6ڻ_ \ؤPKͩ>J´r o 2yU XV}7)&z@h0UwPa|79@=v& U7hn"Q\Ps㶄vA"l&Q l]/1&O%1%k9~+ H f4c3 VlByޣBɪao3:WTKuUbٵkEOǁv\AVjuy_z͖q*n?jI_rHI o~hYd1nڪ tO]bSEO"$[l"/qw7Hk(f`:$T6Ht>Xn}«˻$7\\ʇ k`Tߝ~N~73_ΚSq/kL+՚Vу O*D_3~w(lOeQ.Up ՞[b78# k=O gضҞ 􁞢cjOⳐw2=YԤLz(sL D0sn<^dXudctR@TlEfkήcn5d?Wn!HB g~AFu(5.Qe33mET+NP\Ȝ-ʉe\@opVp'zEUH@'lBWO/ɾb0zjU(jk3J-L!cJ{L8GtZ8K|mP?p!\s%3j>7CEo!iZ@qδ γ@@S>W_t7 c _$Ҍ#HdSYA >$ѼxQh3wZEI A9֠EܮNYOPtۤkK[Yٖ/|qTޭ2xvGt^¶xٰL ԶPхԶPSedMf2EEjyUb)vx,r4Gw[C I@u ؏!_1,d^ap HtXr e|1?ScO7fL=0$]-SƢ47G&vf8gS^ep<*9Ƞ6] $lpxq|A1!1 ~>:|7'}W ýN%-c|GNa v1;9NBD\'A 0z+z8ksDXѿ'H1l@9xGO\|Zt @uU?ʢ []D4U_RE}|#c d܆ DVq ze`I2.!ܔщ2`i$[ VompD4jc~F4/pXsFp@}^C9(=S=bedA:b^/|MK4뤫It2$>l0p nxNf3ܷg63(i{V$e^P>;ǖ#4x,AfI3ǭpډz!݈][)I+@QѴtkht7![WlXCoT0 EYہfx 6Q+k8B]8\]iV.Ugr%x31Vc5+kb ^X#aaEz,+Xr5Sq#Ӭ,K>ZW^s׻AgWb tŘT^W nTͩw9VGudgFmޏ9D4Rd`ꈅ4^~'0& 4e79`{ sr_?m΍+qPDCzY w,WvN3O#修Md+ 3yelO6X_B^Nr*(xGN׀&r^ i$!s]ZQTlx- CS"~aRM}F?GJHy"BS:Zn-ҴݎCq'lVdP-}WgZ3.FȍnL.2Io kp`۵{rUE!_5$#I[-q9ޙF:&9ۿ VBwp6`Z@7{@:+_7v)v< :wIg"M Ν25<\'Ai s=;ǶND WQ5 Ͷ5aLM\{YE&GȢ8ur"AXӮ=^z'0vs]y$-x* x˙F$u>ݳOAU[D"kdIs8>zG(Fa]Sy.7{֦6{[WqBEhlši%_7Hd AQZ[ \XOD_ibgodgznԢ) >gWB5!m)n{6-4(;bm̼#'UlӰI/ ͭ?Z<g%))@()+:6ْ YF`t4UMp97² ꢪ @jOb^JUykع[gRm>*""ܟ5h~*^ ~9Nѽ ^zAxpѵ|S\sX⋄.*F9Wt"4&v$nuGm%S|xB5T32{./)I;=H& *_ /w6k8IDUwVSA%E(`@Q7#~FOU kkJ)YOSe ܳ[Y_N!MԏOtx, zZʋ6߉;9Wq(I,(%ẑ2M4h̓츯ĥ!]+,;)R[i;;TF\M**n&u{:ߡX8+I'> 8֣Z?o5X>R_-΂4d' N_Fu!KV6xKNˇ)/E0c?GF3|Ժz"7=bW(䭲)QjapO `"bwBPv׎q:1d;10(e#ZTP$|x@?O\"@vs0=aQmÏ-g1`o\+VC1θt{6+*Y%hKfpMݴ%&t[ uui?#[ )"=8E&J2**YG~Bա(&`wNjn^I+y)WM." ZTnF