playerctl-2.4.1-bp154.1.35 >  A b|[!M@eee<(;F=V \;5/A v{٩c 3 /՜>GeHZM7"jL侍bP?K5Mbnn/5'Ŷ( Gl*LDvԃxPIb'gC%Sy72D;4V,8gp>&t?&dd   YDHPTqz   ( @  8 h  (8 9 :+ F G H I X Y!\!(]!@^!b"c"d#-e#2f#5l#7u#Lv#dw%x%y%z&&&&&`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|[lamb08SUSE Linux Enterprise 15 SP4openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Multimedia/Otherhttps://github.com/acrisci/playerctllinuxx86_64 P<} $큤A큤b|[b|[b|[b|[aIb|[1767ac75853ea3dcd19f45ed08e597b8e055d0f12061041f2ee6fa1eb0a43b45c82cb23ebb07bc8ad4439379afc4a03570db9f4da2ae0c92a6e09250953e1d5c28e17fdfcfe0dbb119f421fbcfd1969400d7a981154a2e7931f484712f3b253985b6318e4effe78654034875c218261ae5175c6746739e1e08432e5b75457e019a8a14376f6d964a1980a022f5e5f773b50d9c0357eb89e9465ea3766ec4a08arootrootrootrootrootrootrootrootrootrootrootrootplayerctl-2.4.1-bp154.1.35.src.rpmplayerctlplayerctl(x86-64)@@@@@@@@    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)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 releaselamb08 16523170762.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-playerctlcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ee18df6c8cb7c9113ef3d6d392731c143c2f650a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b8347159a5bcbbf8be315eccbb25e77908bd163f, for GNU/Linux 3.2.0, strippedASCII textdirectoryUTF-8 Unicode text, with very long linestroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RRRRRRRRRRRRRR[ކѓKLs4=utf-8d0e929f8117ec1aa792ca94d3a1250528488403a86e5f85f7d1d19ab9d251314? 7zXZ !t/u^] crv9w WcAv5"z9 k}-it<݃Z>|"*s=Hɴ{hFuFZ-騡f\F?(eŷ-z`[zj܎5N,/ۆINՑ$X2A[Sעl1?wX=x?c^ȥ[g'$o(i5>6%w^Wch<9MQ7q[śn- K4+R\:uҵ)EКYN6@+[ph\]׎ ؈<#>!oEnwySbkE\28}_6(9C N@Բ;ݙT`* [7,Y$Hp얥,sG_& |Oȴem.fzB_VUeWI%xG^QTO2'$su[HgN(0\[x|-$Փ(nM_wZUv"x9)+^|%΅(́c1URL}N[3@IS cgN x>Q3u™:U=%BM|yR0-jvuJ#G%87`\0ki@-L1E|2Vxo>jVHf[NRl4,zx\Ύ8|p؎M't7wTQ]8KBLvdM;*1o_|_TL-O&-F a89*Nb51\NΫ)q ly ?Dϻ:%V6-iI1rph0( ~Tar CکZg۷o J[=TDZSs"W l:+@Vn2&B3<ժ֗xO]~%ORfbuh=E'_.Y9g5bpӸSmfWq-2bŕ[F}n+R Sy]e yw}YRSa廄nc v0;'W_&ws+C!6; G_I"H(qO9vyp8vtOZ-E";h]\.x'17%Ke/p,N\T 2H:;K8w9r 4Й"O 0…M"t[/ݱO2^nemQ@jBmod@&>4h'/]J7ŏaʮ~{˧TU2C+!1w#+g V;^0 Q9R@Mf)#jHj#q/mY|E0xsDuD%g⯘Ȇ(qF-6d&NꍆEW<.m_7]H +[.@==8SlT T.sFkn"@1C*H˰!d_c[HdaMkl295 ;8U%g%&ǜ)a^7Ϸ_,cc$:dRRT٪8c+3XH Xיxڲ̂;L4ИK@VnkX 7f 9K58*(K"ɡ?:V$MuuahZʳ0{ױ_7yuj`n\r>趙r &e4\d Vaڽ_%m/xߩjϥ?сP|)t}=J 8<@Hp0?/%u͜ #m=vYtGλ#]jǪ.4m,Clk'<@lϙhYBkpEjrZ{|p{|SK]qem'~ $*z/SGoJQf>eS(ᢄ$qzp0{[cfas'%}##/d~UЃOӰH*b!5 iE+$^We[QijQzw\1= FfI-}?>s>\k!CeHzڡN20Nmس7nن:i Vfj9f$X6u=U1x~x$Yi*K"5`*axC? TPEImg%Cm jM=/@ /ZuQTC4h"*S-723Y郓Wv weϧeAҺjn UKqwY4'bQZh9f0XW*| .d/U[q5/O.{}ۉx]LSW'o)X $BK.82q=Ԑ1G" jۚXx0ZqJ5{] JY&$Ԅ~ vJncAuMǚVjnüjp97"ݼ$jҽ[%`\PL,λ$ (`Bv pp}ٹy]i!0ƥ6N;n57&GɽC~Ϛ>(?bDHs L ޫV{}n6sN٭gVDr^`v" >IU]|P)+{&mCbGܒw ޥM/=gJ|U"8:&1a(yvؕF|)A, %*$p?ϜdLv%G~̗ &cw2}S5Dh;{>)byrEN# vxW/4N=U= $GۺoDf?;a-B :sM!%cJ_Jf~M4% /jЅޣX9H`ʒkݪ;@_NZ$VCx 'y iB?jU[ܶcңትHcBI^L:_7dVlCުK\An9<%޻kns9e!;W=vcW".9lǰ|K QD;0)Q`;q7("+b[ν@1[w7w%sYA`z5uDnh-,!~ F|@4`}css+大(z05Ԏ_s^[ρ]uEt.V(¬{j(YZ>D\P#yB~>Ax}xrA>,v (@*I"o=k <3:nV`d`&JHqpWLzSєL-%]Eѵ1'`W.3R ʲ#uoYht*Xu'{^P1k(o){CGnR. YdI+CL?Ub09D.qLšvZvD^ xY6 2P\m.>'[@hv˾fP8ndr.:!8" 8Hҍ%)Ѧ/3O`X1|ϱ0O`)ȅ,7OU@ ':ؓ;KbZCķх|$lp~3rc7R:6VdzD|&rf-PDz)E  !1ro><"}l+H vOY&\ w -K.xpGj҄\q4jf\'x*qp~OQ 5oWPڬOU]lXŚt=kP>aN%aݯID=m:`JԿJƒej| TvX1׃dSPUTqGb^ï\э&v eCրah!?:˨C:cMKb,V=6kz`pvXcߊN.3*mBK&PIDazVh6ªD߶ MɃ #=3ItPcJl(}`; &ȶ@~0R}bTW糷.-Izt Q7f6Ł"6+B bGu) f3̜!1ΣrKzd…:tS'r'%aV#/j [_Ō BH(~?1U䃮{jH<9qYoěqq ҄Ii;%MN$&И6dn,D fz;RI0-M5dWG5SeG3* e E+wJ t\8o_(?6o`~MӲ!_bi WI23}Շ+x:g씢i8O[He\/q &O.e~W[F[C8PLp=)C&ҲI8o͈U PjnSf:fEKq\0X,s[&qј.-g6jt$Z}h6g$AGi {ERlQQh%ld~ q46uYni5oPUH4ЌE=>,Qߕ3F`3B6_]OtqjN)Okoi Ⱦ#*\5Ŭ+: Q?FKk܃jiQh?U "-yݳvqcfѐG-P ݣ):>t 8&&Ɛqmarz^*("MqoYҀ\@SzxX~7>0"OazC1U)p_zv O15MZJ'I SjPyPTj^ac#n5[%- {fH$mR<!$9w{.DDIbSyAs(=ٜ| P+LZ %O 3r ʁRdcN/iip9ksǚ^K-4^å?0| BN7*{+]gqhAtN-zjhFn?i1ʩ9;.q ÆM#v)\RK{}@x.jIK½ !VoS+n%|# ܗAqЏȔe5:?sȤQܵ@M2`"L>G0ꘄ>SX\!1+Lo4X=T#T u*vrzI͵y ږC%c Vø#ZPfȒ&_<"8 <@U6@EjԚ{M UcT*nUפֿT_| G"FQ漽JFݐG7]iout%Q 3?l'RhqN*LZT P 2-S֧Qpg8eAm%Iu^0e}=|_( Wfl藋ww>& m0#Wf jp?lnAns/sku4w0ݶ鷝@R] Cu "a8)NM[xЅVd~zDG2 0\eGʮK Ga3 p~MQϓRmNۘSap+ QcFf .l=!8B\:ØΑ`Y&E`nse?an*I|4ZAN^lCۭ̓{"Y@phϑNvxi#AXF׏p5*Oahh]Sj r,r a:W+i \ Կ0 uN Ƙ- 8$7^#UX)qX9k( b_!/uZ- Y9~>w]ngϩ0-0cU֙^wkyfgIDQ]%> m73jWqI SRKmM b(땰H[r ]z^Tx{)̇^Rn* tE0%T Y 9-f>i O{=/]D^C>l6q@jNll hNX#o Bӎ `e?Ixf&HڐZR5/$hR>Nq Cj y\Ǎ4=߆.p9EvKM.11RzM~os:ru2怹A-h;!ӽL'͑_ jzYu)F-YGxgEv=f Ǘ('!+kȅ.W%ڂg/`ln6ljSrtƴ/%` ~c=jcq!%V) &vwö/ˁrr +3MPD>dv }mJ]/JaZs:hI[ܝZ*`N]#, DlrpdE\<֍v(&v<ΐ#N P@=Dtr {ƎcT#lewǍExVpQ0[h&mq8\rUoNL<=Wl:P)-PaXꃊNѺpe#?kN\_x(#L={Id>,<\B Z^`sW^Rч.;[sj$Q&O$UvY9-?hAfņ˥󏐝}nqDtL,Hv_.zih3ʬfn3ci  KkEo?^\sr C|<M}&4Ae/{(e7 7ri`\Gˉ[y c?$.FqRǾ5 nR4UĀ*Q`'li B17 0.ߖẋJ4ko!6Rjjb}>hRU /Fpw̝i}K绂}Rdqim[NݔᲣ}-NupS_ip39+3l țE[ܛ ;P4IYԍyWMO^&GcvǞ93Tg"zP7W$ķ@kR/DǝtN:[Ԫؽźb`9S4Z!bAr!9S?+~ЬOZ{%B#]цV`|s>3P]9YpVrl*mݬOrp_y;h|qfYGU7\ ՚geYF 0֏ѓ!ctwQn[~&G5iIT۰qfTʩ XO Xxq*!袖*2^cmLՔ:sFs>;$Sx`Vȗ#PŏiH :xn^N%|iЛCC$wBF8""E7+y]Ӡ\މ*njpN1czJ0_!?Vgfnܜ{sF\コdO(*T<H/@ >i.\S;H` 5rN;/IQ#V xx =ٷqh@4U(m74P=ʼnXo@\9|$YkEieh,4o[nX$y9^cV}Lߗܐۊ6e.YG fӿo}6L3h6eII:(oy|x#v fqo="3)FCMP˜BFz+&+/@\9A8i),{tP| SkaHc[|B9NfS#[FglMGwr|;ykI8J1a;_dyY>[rb7#)yc,1_^=m#Ґ5d~K%̒S8@s ENA}6E"7K[6%/-{J8Q\hڀ>ᵠxmP:T_H X1K,HXe*.CxAxL¦)qglJ":eM{bVtýLE#2Ev(x`t e!^~.ϳ`mӀ9Wsc篦^$Yp%ٻ٠5AL ZmN@dRΎDJJzn)։vfMdۮ)CB(K.m{ B<`*kպ94Of=NRg|F ;!E X :P#b<i0˷>:·rN& 0aqrg'*}eß G`-Cn?t߭82{G7u,{ ~ݽtE@Mq#Lj&Q]yj&tPӕ-vSC_sp{ae]8>,ш {Z'~2k"m֢t`~~Jxr4-",YΛeOwhtdm./r=f-́,˳3i {pԾZp=_rQtK!|5YNMeY}5v i7 Tf߫t>7i'$GM60" W 4'^S~+fwy&Ajj{&xG_ƲUfœ5)>۱w1rg|T՘8n>f.<9`]+kHV=KItuP$3UKުs ֯=j(fsbbRmKy>w};ɡbn7%o,F+a]eZ-\פ~/XNDxEG!jĥ ;2jzTrzzGbm2k`b1 ;8j]䉦89{4I)ZCE^sk&&{  ![Ĩ2Ѿc K*Ȃ:v 5ܦ^p3_ [𷌷"*!#"ty{=z*pF@G(@JRB2ջ.P mo9[)U\75HHTc-۱BZpRGtZ`"V<2y<=]n3&%cQ>.KG]GWbEOlξp&hvg|a׆4;`}UMghjbY˳d;^ ڨȨ*rqeX(f`G_[5kGl >Z4IP$@J~R(wr2FFt+o/?K=_is{~8/!/଺aOU)Q~d,0Zꉯf6%1T6 4: PFpaY`$LU2fߧtU)@}"l({ !0?U[}2N¥+D%Bog5W|`/.8L~$ɫݓmkwNK+\ٔ ijOoNiOމs7yc8)C9d*hi25yQp=Weȴca نu-sVO@8+ZbnUyY_^$ۑj؟aq}ZWi҉p~ccl¯@sB2pY3aŤibJĽ=X%E=+Y 619լμ>@T 9ƟLT@NkyۓDk*,f\P5 }KrZQ1ŕ\9-+$=Ai]Z4qN x%C0A F ͪ^#V܄yO(>8-RDWf2oY^1HS}K f4'lL꧙SM1p"HڴKL׮@ifk? UKRgƎ3c{ 7-8R}_wcvF9Sy*h*]!A ü= 8%~:tq7Nl ^z- AE;+ԈU&.d%Ǎkm)pW2ɮwx+[dg.vl{s3傞Ӊ#'G>| {Jq1xj%EXڌ' \ S&J6SwE/mYlM( /p:ckK0_CkLl׹|q9婜|`%𥌎L @-U?xMŠB4>Щ/ɍk~ `|[܍a@\WK`7a@,n!Ndai:Di"G4{Q'\^RhiK!=k V(;. 88hi0< iL`m۽Ц 5*p8[8{?KŀpS9UBaJ_D'J#zP˰xF \Rѻbifׅz@ۋ%ty w.g .UѨ9#Y[)A'W#Ndv[ګp=c@vjGd\ J[($IFEzmaW~7?;ӚV3໐DԆK3ĵPH  m*n}\}`Aj@d */N}!.Og;W;̊?:hm.?~yup_=0_LLQ11aC-(Z%ޒ]ҏgq;wmq)4m}b!N?gdU齣 Elh:k'nkny_rd)Pz2tH N~)֑Zv;0B@ZٸP8`Dy.JmƔ:U2^ƢY5 #j+) <9S~CG_Rٟp`GcXmT+1"2xZn[H0@ B )%e-y*=δ@/WWPӰg׺ϩ/U햹j(^w}S:ɒͤwp_Ns``J,:s 8A`<*fx8jU8MK@> Ty(HmEZ lf.cL'¦GN?Ec*5"9:X=z_){s%ؿ4wƟ۬(~"tҨǁ+w{iK,; U" awXu;F鳴zrEvH=Oᖃ}.) & ,,:udNH};LY":nc"ӥZ}M|NbW8w;z㠅 ",YQ뺱Xa1ْJ[Ԧl7+Ɛ;hy;aENgX?{h~k;ǣ ݈*P_clhC2rM;b6 ئ+?.8ڨ{] 2/!VA veHPxf iILJVH8J˜`Po!ԥn/ tץQ`ިw0lBwU GZG`^3mls"f츒,w`uSr1[H5<!p(w#όƣB4PL Z&~MdQV~f7m9!Ι+K.LtXj {p42H{U~.|e}Hhw3%Ct%GiVtN/$AyejbGntFyJׯB6nwBuڂӒ[fh%Ar*V@6CIUEdΒ}dQFO? nF{Kd2sL5;(1ԼB7~|ŌNC/+~ŢɧwHg_\r8G沫y}Jauՙf@؂R sEl@xd,X3Pl1E Wp8K߷0TUUGpY=9ԓLl%>9l]nx!kzIy1&N@3i3VcG}LhxjdŘjG€|t2!չCPo}دfx-0q媏"X/#G~)cԐ=| ckȽc3 ث#gهKjȪ͵0M}g62 u7ǗV4 $Ȝٗw%G|q1fl*T*Dt?t 10paDSyq35\Aa2*Wը(~ʑfz<ѶvyiX98<\[EFʦSȈݧy4p'<_Kʜwvc*qusWZ)Y( zO, %srS71').䭻kS(۾NoLUp=4Uߪ\OB@4 Lh7J7Q6Dx©_:UY*/oM< v䒼2'uh)3ڊwۏ%.ۚ;@؏ Rg Ĭzl^ ޚX J>^HĻa\!ArV($Yn( D~+a%/ mhEDsw꼅6` '<++53H}GH/·6RBY,ujgE x{p$V}zF؍B.mg>m:k~=oZy\Xx@MP1ӅyPGG00>G"n iXNT()r%3y/ɻBΑhh0J,X7$O|xt 48uAǹ2%5ÌĥLht5K;ɁИz(|(Ly|jbT! X$;"vSa* ^)7FXH.AN z<&rXB7Y HzX)M+ ĥwVSqx'6."$"aF /iOAdouuRQWûAq#Aa_hM3I=tway- Z5  Է~8][7&{; Nd`7=:5#ǼO[*Kh4wdmMu.EW,1Wdz8KOi)f0:dH%_Ѩ sYJ^-)\C;eEPR#XG%GԼ C6'>!_׍M;L<69w6X>:xΚ+w7yӔ67zJpG1R^sFj%t KE^~dSK\؎ES~.`# ?eZ)ݺd~'ݚL dX7 s1*KA!q.>|aowcK )%e8V8h||a{/6L\h%(e?jw[LZBQb\8,{؛Fc=әp؏yllF?)XNmJq 8yarˣT !Q1$imAiA_I}IqV r|ne`YS0 id0M(aw@jPjDFGئd.;hu+\)UC@kEn4V|ߥɈmkc;]x}UQTn5!+g%P.蠴kyg›&j.1 vs)RfAxA_(1&j<-}\E EWÀ 6te2{%f1 z>Kf8-:C㝳5 cBʷ/+ uYInptDs=$\;/8y]vo]i7m Vrk-_{H\ǚX3 2#uoKl,W_S?#"[&!{42,jGiW;DC*u܌'ZĹTYBΦSv-$\}fݕ&,J;^ʑs_C~d<5H0Z'v6q0OП'K"5Fހ!/7 O:>R%AX}T4DV0$^`EC'X2׫ęJpPV@|v.`C> 1Y`ג Jcu/K O[&ˣ8梵MT$/|%;m1bNDHC_1ߒKcqdyϣ;AKB\ēTheB2;n aŘ1kFI :ja:?@+g#(^%0p,q:4 nQy$&=v1K>Nɫ="ydNmay/4Bo:s"f8՜-5{^m[ct$u/a5XY?(bN-9m/b{|T/P\Άgלn{EIJ^(h|4* ^U 3H_꘽͆pGa^9#|a _M~ PZÅVhhV;ZӼTO?y:efȁa ջ@Φ5 \"r:Ȼ#l7 v^qK;*9BPrgefxz1N9Գ>׹BA$˒sʄ14:@tEJnbP1ed0#7)'y aL6O#t[?E©oD>:t5#C_@4QYcJDe"\X*"(SLSJo;kǘ%XBW|rE~=Zx0F߉;6;8Q``%)UL}K _8l}BQ{M MJ'8GTkymTf*.*l@{ߵmEY 'e;Y"sV 7򭱎8[8n[KXvW {M4%o{x%\B3K;QsgK$cCpoӲl,?<4B~bw҉YZ_b̺Q|A*Eȵ01ئO ` [(+}J!K@B9R'b:LZw9iGRxKlJ5&lL/[LTqǯ+$&ᯎPu/{'ƠRG]?N\IF&mֳ/9iեJEbV,'~c([ х5*0e_ 9N"ڙ4h?1 B]`D_M7B :$2~Z?${.qC6S{" x RO4:di&dFf/.H+pP~ Ǡ @;vvkQ$yxPVJt IwOihCV'=BZT/[$+nj 9!J߰N8XB|ѨJ̲YU-RTK+:R0o+&Rޯs" |" 8Q &rwYي;ql' o e!> m OQ62r?%BZH 0$Lb9 }lD70⎹ Yon혙9{XX&!N&tqnwњhgGVʻs`  $0ׄp ЇpdBΧ1q-}_yÇ ,bz 1*U>?ގdqSydE`z8{4e?ZTG(xʍ~U_(}²H\W++EZ\w{Jy%WMMގU'@^r)Éل j wX|ۃ4D%W>?_?)]$Fnz{'٥o&j2]>N<غ 2hی6ᄻ*z |r 5nRle8, ?A89Ok}%uY3=mRAְy4l\jĨjXv+2q!󎶮vRLmgi'wq'&:**Ty2%=Ovr3?f9zmk07j (|{\B-q9c0zz2uX(8@SQ_ǠÕ{Hdi#A*^~d,y݁u=d>㼠+IgMS(OfWV0dCL,R2["$wX&%,G^viJHL.a|x} Lt4` [=! Yqwݕ]R;#9.ZUyt4^|G,ղBM7ñP1mh8O6%l:!Wn HvSjC?KĆnpl{WHPJy^`c2Db9X9`կ]j'ǽE&0 m֫!xAg#?dڼZ=jǗFGMNQP@dHy¦wݽZv Y|^1ueCS My/a1؏Cӄ~b*6|Lk UTB濙 .ܮb1ZxP#&* >Y%jQD.|mjIh=lo)sA/<4SmBng%0krz0 XL^L<~6pn/` #ُ7?PHUL(AT1V{v`m$ yb7ݘ4jWNfmWs2] KnR͓e'ҽaG=59[&~dݸKWd󂕴uR:3E 4ҋ; /91p&WBOkE2TT8CB.Ʀ@[] x4m_j5xKoXn`!*l0Km&j̔vħVC a@!}OL5Ʀ"Mz?oYM3ؠNP#dfXK-UPRZxY׊>tHt`g4MgdPHoMv37=]E ]Fue`}>Նskݒij^ꎬYw쯨Ѥd!*Ыc[0`)-'l1SBۿq7f`!vm |HF'dh.4oin G$ECxf&_Nzr4b(ߟ|!|NWV3 oɬAW贆'.a=9D `]hɳa(.Ixe,&fW,/Up3t <3W`iV%~j kEÑ YZ1|Ӌ?rfq7k7ڿD>gwM5Ont4~e |7uSY(@-. eX $zgbY~sr٨TH}2H)2">RUb-JszaAU<>!gHcA`+ݪxO1t(h.6ԥx#爭#٧|=}|@jӼ4AdM~QJT.܏t?M: sN=&zD{BS%F04aj& + uc͋e[- YaHmc_ j$c`ٽV*< Q tٲa@;AޑBet v=lқGlǒM<6Ț0zOX tx(dgd[)Л.0B7O? uÓT]QS#yT :9\n\Í}k˝K:czdbƀI$^ugjݑSթ9m׫{\_U{ڶԏnMe!|3إ}r{UO5GA0h!dT.Lqe}vS)mZ[UxDI6Gk8kJRw+^0Ljf>C I2ϵA~ݴ3e17Or_FOn-~;!\[:2LZ[)\,êMY} B<DZSb-Ckxp^+KP'acxRɞ72;C 0E>N4%A$V,OuQ'p#Mq{s~x;K{3;ȺWvÈOQ$.~J@ʔ%h|K[`_H0]˟Ä|'ӕƍwE\]oMDȆٓ0r2Hū/k$O`<.Tz IKk.Zj[P]ʾ}4ԁ6c6{4lt>RE/G=&vRtqOI ,ˡQC1TdGbFhqOS xA~BThvBޕU@3y%&*sk^P9Sm BRsuFŖuŵ7(EnMZ]46H0XIIdZeU9fX']GALSĠܦ`f8/9َf9m g,^gY|x "x>~ѢO>NǾ)Z~aqZpa 5{ 5TtcHNJGqk!`e$<2=[fޤrh4I!VJ9Xؘo)U|XosB{FTyUIiRQ\UX@LuyOjb>ewɹp.m9E/4fCM6-lv<{?\KPtUFba]N*]FlT<I'R{Ybϼ=I+zn6Cȯ4]T^~T${E|_;Pjd lÞGO|KJZH2jl̺4NB7H6HWiU6>XD!J*?*g y!Eub48rD |OG9esLbO$׹..5d9Bg# cD4vǟ* ɞ'QSh.=2:`%k^S OOts v7UhyZb4?&1q [ZkHL)>kPiV I,$R"pd8X4BB xf5vi]\q 8<vWESrFz ߍEM9Û#ѿ^O3A@bqr΄vQK W~ .zOs=CɰqmֶtBIQ%+ 9<[W %SF<]:X^rD5rԬYl?Z!۩COCtġL ?0&RLX։ԧn IG6E"C :.'ډ;xdo^( lOr}qaZ7rW@ŭI I2tu Bvsh;Vy6xDx/e(?$մN B]]ZIUXC)]غ?+^& 6t6m^1i5m 6~BtۮP4W2Ul){!J] l r*OiLxǽKsQ "1 /Z V~V`x[G1M\FQrN^~Mr7L3$noHYs9^U0'EO|F+F'xGQc`'ӵsƃٵ7Q"?%;S!/$Vo*[M 4) o9 M݇=DnQ"VzⷮQ,C;~U,Eip<^jZa7 R%~;]? GSqLkjaLAU(R퇷og|J?f.(G=xx+?U)oꗗAoB BB/ * S*to@;~Yl5v&=4/Q;NŸ_N#mxj0y k)wҹ?ZP~ջInVnaK!,]u4vUeX~?AJkaӲh{^Hp5X´TNi|(+G ΖrOwy|]4KRW{chjRn tGG3`f+*TCF*F- d!hq$iP~X7`{P"4R[Ċ6 h )%Xfm|AGy^¼)hj+YK8uU&򔦻|uh_pEwq]ӣ|Ccڂ &d2p@(c}n Tf(^ /g~&CBP13e^'w+k;139Pd⨗N@J =1l  sS~ՃToDX=#l\&'kqJ>Й@E\3 d'$/^ YZ