playerctl-2.4.1-bp155.2.13 >  A dkT(I%z EuSi)w(BG!cEXm o:T0ߘIf!]QSzJ;S Vb kby.6côO"{SBqt;_ȃ(]e)eJߟBB˨5'Sr +B]u2'd1b418934f22a258eda20e8bc75acbac0a20c872c42e5f63c32f5c10a051c1be5636a6b5204a7635de109fcba6c97b0cba36b0611dkT(I%z uޖ 7;Q8W_.F$ =+@B}I4dEGX0C^abamg Ტ~v2wEфxo&@qiA,= _sx;yelonp^ް O=\d;/MY ɗ3aб4sі5Ë4{̬! > 43"h$Fφ<VK, 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.1bp155.2.13MPRIS 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.dkT!obs-arm-10[SUSE Linux Enterprise 15 SP5openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Multimedia/Otherhttps://github.com/acrisci/playerctllinuxaarch64  P<} $큤A큤dkT dkT dkTdkT aIdkT29d847fa4fc8f1791a16e3be2cef2c591d18d5139603db5b6ba74fe834f4923a4208be0d611c61fdfbee7d2700ac1f7627acfe15738903d4921e51f84d05a24928e17fdfcfe0dbb119f421fbcfd1969400d7a981154a2e7931f484712f3b253985b6318e4effe78654034875c218261ae5175c6746739e1e08432e5b75457e019a8a14376f6d964a1980a022f5e5f773b50d9c0357eb89e9465ea3766ec4a08arootrootrootrootrootrootrootrootrootrootrootrootplayerctl-2.4.1-bp155.2.13.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 releaseobs-arm-10 16847554892.4.1-bp155.2.132.4.1-bp155.2.13playerctlplayerctldorg.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-SP5/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]=d7f2a3352c32ffcebf8615509a395bcaddb28913, 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]=243ae185e8ec831d8a036fda5c23fd89e80c8d2b, 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)RRRRRRRRRRRRRRRRn@utf-8b4659de8f17202bc73597a4821ab934c51fdd249ab224df6085977d775af3aaf? 7zXZ !t/_s"] crv9w>s}gD>9 Ee뢕]dB |†!Mi7ղ׽4i$끪7x$Ag3]@%.R عH&~z+mwml9l4Mp|p}T_U)}!6dІaw@?ۧ:xXV/Uwa,Y|UU!b1hH'܍8xN34.$cbk_(۶G]1X= 7]ĩbLfI;\0f+!f3"51dSS6qU &̘{s ZA4/cU k> ^]z_hFw|ឌCBxx-73p2n9BK3)2.KRoȶ@q~B{H ۹>NÀߦ̟&8 $%d2VBbByYALUʞ(rۓH֟ajǙ_D_,YA|Zre/Q̵uyBR%S*.o߼?9,Lj yJzHmY ,_}{bymZjZ.7T|3YjMMKmXL^MHc)>+ﱟ@rI]bw!E| \+9w *KJDCވ? 7i1|.zcx1j3[Qd <3.8 .y*A7q<4b.dN6LKvk6 )_/2Tv5هҤyͶ5}YbqO,:>W"Is=ρ*tbHs~eE1'Z+Jؔt6')apf[U} >e@ b@q,}@l*'wۗ\NNjm&yu6h:7Vq{&} 8}(@ӁlabU bk4d:0ϓr FR&4 BRV*X%*~E4wm;ɩx;IwypD}3h9~ ۗn$~jfc1#%sܑihN 8 iYˁkq9Рi`+KpQU0L%I G`@tp81`nӝSM3ohٜ6XCW=SbeE{ k9:y\[1Y>vQ$r+]>1F9r#WQf=i%pw4,+9a=VC"ndNakX5v$~i8᧟`VGFd呚Iֿ@`i'WFDAT厣y 2U]`04k҃-eܷG,6)|Wa詽Yip.HrGC Q$_ܩ9$Ί(&;u6y0mDl=XjEmLbNdgeIՄd{+CƒG!mWIr lqN9j<,uԙ%jX^Ľ 3z:򦊶)4:k{IrA NT2ME >>o j~ٗk̬tv __e`KG8` jj%ij״V|l y?, b hK0f$g^uԋWA1.86rpNkҔY"W $E=ՠMmL7O+'B@1H/xOyrƻE-G(dbt_t:[+N 0l "p2I\39}|_ +e\e |› "ͮڨ&Vf˳]0"nc2aB 8L10e (t'lM2PzyoN{Yg[dT@:u v62EC^.69AYfHkk){lϘ0r8 f/ ~rfnaTUu` 8I $``/7!eG^[7z3 %1/ 7#ѣx]y F/yZ4@;ՈkVʟe=U$T.+OUo 5Ű] 57Lyi'i`_-U; ujT<}oA("-q+4 ڢl9-;5M( r>;Fš8Yh1mtě#=&< ^`kqm**/&5Л?ߪUXN;-,Q;`EƬJZzfkzb86d*3tUQ|ޑm B@#vØDy%$W uǮ~[5s-wu1)NԴx<ŵFQd2V!hj<.-ķ8z%haհ]fTsEoCmKg;z96h㎮1x`"~=c (xm$ZNK;@j)LO9X*8& [@܀ӴGz"iF:164zjLYySpW+`0`JD͚a{UH54>FKt8&^_LNdTPKÎ u[_fg ,(k k`RWNEH9B|bĞX,¿PF}Rfc69i}|bATڋ:K.gLS? ʖBR7lSΐ&T1RV3o|7kK.N"Ft4e*ˏ&~h 7d!۱Xɲ5}Y_( Ш2^N[#Ed'_m&ף-xi4y(4THU:4C?SNm1+Qkt5Ss_ L>!!Y 6qxUͮd#gqC|o0跳ppAQ C5${5Z;!}͑s4JS-Hz'XԢ!2W5ČTLUzQnT+BK\0تsڝ , n&SI0} +Pg8<89fRaRڽPxZJ;zvn f>:e'9?ѱ UVe=c t="݋:c:hEXMzg򩧿ͭ\dYkZo-목E#vaU< m~mY4MO')p8\a2|< 7*0 ;ݳ)-#[D07s۵2LJ fz߲]v/Zh$;Bxyu&e#@~]Ks9zu^SOg7VG1BqYFpqd'l~z_Ewbmx4 IF;!z₠-Od>yD^f(Kg/0[ЅZqj27o`ڂ--eu"ifnwkM$]+r)z[3 m,zh}.\݉C u1TNRD{Ncibp3ucʀ ˏR 5nba1w#Q`,oI[aŸ_iX4Kg~12t,$bH1f<hpaUbׅVnLf@碂},?tصF*s N$^ \jkz ,;'UJpP!aq2vp=Z<,I(4?JcvwQSkwJQ5vv`{wmt3OLQj`=o n"I fPJ\I_n Bn0c;`x,EEK,ȵWdDXs߶ߜ SJLwCHS_ZF*!n <8ϢO|Li- NJDK7u2?i=j9:o%LUzX 7PS jB8PL z,y~6RFYt4ӵ߬dX- qvaGZwADRlߪ!{Zl,"lTކ0zѵ6r.Z u%\wIwvoBP^&VTp?UUi +}7`]䰫.g·$2N⎢fU+tvTA|e@s_fЫ5o|oxCMѨ:NCtQtA'm\{ʵTRxɔE1\yAtkMg!S^;HQc> :"_o"RIXHԆ+%)}D5A͟!hD1e/MDI,r1Gײo}bG)22DQ5K! u)f *Yc@DUWҹ\-j;qA ġlA(srF[Y/k`oUvu,<3-RrVnؿ |)$簀QqE"IC0iU(/KEhWS=R/}>zہUcV#K&=lG"X07wx3q IPbG1=ݿJP * P2O&(28tgV'Y͆+bZog,v ްr3]|`H[LYOSB9pN[`9:uϑH4={BWJo9Qni|Fb .4KzpVæWzBENNEF<4wd9Μ)\jgD40/ /C p1_/]Xhsdf63>UG0@DZPp0 Xn[<2]^cNBLN;z[ӈW9+ ~YM~2h"z#lb))YlE#Q.G3nN>ڶ# "`\7JkBb|8(O/AQ gL.-M#cD@_k+Wek\x Mp|:a'pN?Eцշ}i_ M8[Gqȫolx,*(CaChHz1^{Cø¾G/n\Hj?g_$>5n)vrI$yǞ#^v?=[ PB*1 `P\DlWyE5inKjuo #߈b, b~ 1 w u *[Ycԧ 9[E YSn˅WP+Yrʧ}Q3xh9?w:v;lP(Ժ ߣ(́5lj#T3-7s49W|K1e ߿}|-CtCs@5ݺ!@ %U},=!\k]7ㆦ1>ͥW'g'}4 }ɢ*lx7nTe?F> jnamԊn*hj*̤\ES_3a-I ~ƹgsjFd h6E `x#K7KVsraޞFK!/MŽTL2r@kxRܜVL/AOQ¥x"qlQGI 0sۋ0|%=;t=g̽>yIaKp:tYbyxd<+geje;Z>Rb9PV%^QCjXXa!ۆ_ $&;s.[f3*^': /(;JL#8eX SF0r̎&afhX1ؓ 9$Ctr{P2A7|bAӈy"lV'Fm*C4U6clU=㈏1c$%r<È*g:b/7K3G“0M[ 3\h{v qM͜;YUĻ`/Bl<:q#z j=i8 1^LPjCH8T4'XcXimB,=vt/XC54rW`a?ls_\.6QA7+M?ZWWkh׷eעP%O+h޵VY-Z[[LmdxS<=tx  {o{F:`iaaxLT$ЄYjhRq\#]Ӏq[Yp9!EP^,U@o?@H[md~0lD9k," V*ΡRZC}<+FI)z ~jˀ ?ړF'KCMDUυֈ&IX# .­/PBL?`_վ͠屸|9<jd}TW I5L_Ⱒڈ Jn x@R@,qTw<1B%Z[gUPߗx_ݝ.R1!Sԅc&{(B0 VO Ag% _unyՔ+(h[ > vOUzWKk660:(PۆVZ@MW,0RF19fJq$39d^B CF~ƅoH^֭HhlI>逼D%m0V(BL\Kru)U{gof=*<XN@yd/uU*1u$Gj9ntpoSK[.sU']Aou~0=V+ǣc8axtzmߚ5%{ߒ8D,uJU@y[,ISۀMë4؊2aۿro:Xt=6Ԏi+8ee|ԍ- caƉa],sgGm1l+G:a9"ōi+FQ7Q FR Y70h+:q xNa ~҅f &)$rC>nϰ|ʃ̕ٹl:`$ m&>XOd B ?xh%KnB}zZ_`Vƞ2_ W^߇&-)3%h,,)9j7D0Bd_ 4}QbkxG` L@(isޱH ~\@TMYiikq)A,4C$9u FsnVa*.[ "%^?̗tMhXx~:oP%;Ϯ{O5e8X@d'Aߜn͵WP, rm)Xdֈ!&qE|=J|M $"͓mpW@ϋ_}:oO1:M2Eh] fަuQlY#؍+YiA0ZU,;ob_1Fds~rƦ'(o 68@±S˲1,% FzN;p,w̕DWRzm!Ƕ6jM%~wX`<3HVc ~pW#@Z:, w .߿>q6O]xJKSO)zeʂTx\yEr؀0g5A ; o@4ߛi<)Ms{ƖvQ4>FPLI7Q&[41v"%w,/Q,7RTbqF` 5'dxQVB,Gg)@T[ (y+fL3jw(৛5إ>FL$AK-mK{j ryhf/S JFj#q[clCj byvUB=uSR*]W2"Lk+3Yb./6XgT=k9&QM]\U5]1PyJϥx)ncЎhdgȯ%$؄PElb 5%7GS֕L N  L]ߑ&4 q:Ku#2@xՖZTvB K⩩ [>_񿬹ڕ ocq˶'y]|"3Q:W w7d|G`)FYWr ފ^RZ,::$Gep"!W$7`W\/"u%֤Sm%eJ͘t `ޞy82h;9;e[\ewJb4cFYY<ȨK^Q5|sήW_fxܧDœh_OA)Il7}I< -ӑ!AU5Q¢wݦKVlБ4rcBynk[ ]z>~MɆqvuM> |Ӱa#⸃cl[3L;&&)Q^4L4;bX6#98aS'doiAM ^$ַuoO01)wԺЏ=bqਧFmBͯ Uw ۠~``ߚl,Lp?O`InhIQσO߬g_T2gPiĢֺ~؆V~9Cb-":X), Ak3zKMG*P]3ڡ=U.ߚ*gZ (9@ q=ߦDcT#ރJfH.xWa~$[+i$mNB"Y"U/qx~Om`I&U=S.P 23~}pQfz]J$~ ^%?<2!QW%!P,w_N(ۮ-^afn<o?0CJ:PΉF<`U^ˎky,:)uŽhz`1TU`9cƵ MT|d džkUH!~H$w4$N+ɣC!1٦O_OENU f7t~lH-g[V$\fHgG -e*~Ty%P%5 trb`c#/%-'6tA?mlU~'yﻧ_AD!ŰSb!TMJ)kD^+Ʒs`4EłNIve\{y3^-\'O ^չ0Y=0O颃^֬dʤX|T.XR7p>HCgd.@%˰MxaS8; zC6[4![h]VON3\ ^B/bQn9 I~yLt(%mkYxrȷ (M _ M x'7M?#DIWH}{!ìD?~Ա0c̎*<>*?h0U5BWߏ#~}vv^zKkzD e?~\SyW|ae(z 0ڬ|M!&ZȺ"I"%W9gexk'"Bľ~lAN5# g78Sc>_,F= -Q ~Xji 6m}GȚe6ZiH*vվ^qF!󞕀WwBsn[#'{WRuZKQyܯp|Iȶc M=Q$JB2VƜf,Q d]#Hw2LfM{aW|{Eʡt͵gKy\iUF~]d2'{/O  iѰ !t  tyڛ}L덧x SNlrhr_]*'T%]}ee6a4jVXg;fO?V؟7Jlj!smPAWFO( KfEp)Cݣc?y1 a1Oc@P#*5 .ң(췽iZ0nxZd%p \JF\D:cDg⑈AJ@0QwY(]1cǔ-r?uM>Utyŗ0_:sPtҼ8V z2.֑*13,2;f+;" 1:Fª!^^)K9 h 5˯/#N^p  MDrE eVRB QmΌ/s95.7ACBPo2t!v\gBS=ۏl}HHJ |y)f$32/ΦFE` x4\Gf4+VRnfᓘܫe.jm24y\QҸgRodQoQ*O ( 4Nř=揑{U^ׇȱydɳ<h K !6NQ+')\,-b(x}xrJ_~qLP @iIh6Ra= sLį:RIkÒBLfO3*;gtsyܠ}R j"VNH[}ꣵ=or/njw[I!wVO8ӠوKzy SUL{Aọm5iI[x>:8*++`y.1iP;|E A# #jW5cBoQful&bmJSQ wyu&(Q` /aKk)B PA^p9ū$m\'+xHF?^cYIԔgY_g+Шd<Ȥ%䅊 ( Hd$/@pnd<_;b5*ށ1?8hdz^!^ \Oa#lPs# BnF?]컈͋mhTDҽvkK"律0\9R/$YAZz} H1lД㕏jQng9i#c2nmsP3Fsщ>dE1) $h7Q?y){ۧ4#w ]d%^=h>XcOGzz6qql--FLP * kIƖ-Ď%ye >`AWG~g_?4U,1xK1!Q# q䮈'F@lWr=CnwT/]Pd;.*2l@ܮҕM\(HXp(XNjgx~bgLV}pb{R|ӕv)AxQ1Bn3Ep_=ՊПNrpgm|m>ӘM% vyifT/1P͕PUĤ]AՏN4,;ITQ=8G BZeZ zg4oVVU/FCNq' ilWɁD &:w($ PҒfyɳB3vL] ^V* Xwg,Pz|d)kE\`ɰ猸I !#=6HtxﶢL^gK`zg+FisF )O7$t2q,2\1ctu֑!F)-U&+``_X/l˅tXX-|>u 57_"Q'ŕaiFM! nUCQr\#aܴY~X E|tLc o,Tﰡ]dQsШ@΃С ~1z)R7kOceAM#M͠Xl %Æs`h׍yj 7e>@Q|7 ,pEKT̷Ӱ 8@E6 e4O -i$׶+z{I Tbd*:+}΍NK0><$R;@ !/hj .3ns^?e?M^ڄ1K-& 3:orUUU/҆^@?/e5P9'(s%ty!sƛe"2X~v[6$!\#4/Qn /E`Y(cч CC=շ{.pĬ7oO88$yYG-a~~f#3ݫWZ%6ÔD4 K(ZVΆ/8#FaN~?DzPRa5,f.yLYG˘ .mc%oB.;JK⺻7r^ Hg NY؀\V@>R\xIܷƒN$C<<+WRF>bhj^Q9wu#*9 >22-' 5J* :#pb\T?XH6AD.hnɌB7qO࿘wݫ|{Sz+fxsbhRZvaWeHS ˺{t7:).ԥ K^UT@'*T:*Of+8Oь"0-ӫgy{wM8gqbܧAHnW\[sK@Ď٦\^RE57.ἡj} N"Q}0pYP :nJўXnۘSX s^ { cZ>DӭxISO驚{C"1YYJ nc,]Yog|/Gk \A%?G$:!aѳHcGk%.!E۸|6ż䡃Bј|_Lp!k<]3JZ.M>y՞wWHb<-\l"<-Y{ &vd/Zc~ `cW$ EK5[].2'msϾ䀑l5V]+dž&LJXɳ\ϒ+hfGaܘP -rP͵Lq'Ғ̄T\OqN ~eՖXZ F]~/}T)>{Iè&@;2{CYV7Ԉ4 < ISv$j-MxQ #9Q?pazFS >-L= 7JV}g'-0RlQE%> ,Gm-3x_^Y1fbGǽ(ds<޻u,Kg[0=\{Rܤ 5 I'0qx<*(w"jZ6/dR Y"j{ eJkR]HPopIM?W7ZB}D}h rҜ7RكM؝SYY!̎i +Dݳ,7E_bNam⊳ڇJO?񧜰mwQ+% DVԧ8msͮUc&_ծwyRG(k5{4c*J@Ue\ݠ,ƃ\ Ya鬕ՀZ*Ц"Q|.ە?;Rsy`KVZ 4hp'*N<.ܵG^20)5]0] D$ҧsRbJ_EGpTטSd5 Z8lT4qseV[$4zdӕsk«߻N>Nk$, hՂ 4VEpHMɣ8Y3zi}tG)!$T3xɒgt߫™mk Zo9˭d?͒|-_XG357-1MdЂ KSńJh[MH*ulYX_٩X'n㖽x@)Z zcL/C&  l.O8XGZz/|zvWaGT V!l.@(^L4zt1'C |Gf׭1@ȟ!^Z߈uM)h54 ̺k,SG؃:K lz5U駈;~3- LSoj OHmVr(ج\1ă;> )fwiد:KEOW,~ZXy3n9O!F@ ^~,Dѻ1},nX+&:V[/U#S0|TA 3iT2ϜϘrI3hNM~Էhg uo|̻%|g SF9sVTqR4}l^9UsWyBz3U8Ӡԓ>Zf"'2ʼnU6ǂEx:%x d04KzF"$.jaUo;p@yoYNƨ&61&'c;XǍ"QNJYHB4)M۠5!A*1"Fz9!Š؀1y?(RqUMEV-YM4?XgrO tlV7up,@g kդy=ұg[Lnjd2% i5}+:^`/]tD7nǣOA01_*ňEa t-\I5| Mz[b{ HlzޭRHSd$ 2 {a\#&՚Ŵ_ߣ̎[qP@4ћe.i'N-#i{DxkzWWڲj+yƚ񜐚7{sm>־K IS ZBcFUaߢ-s"WZt~ GtW/xfa_HC n>zsa0~H~0TFqf])85UvNm1ƸLQRXS&0M6IʌRbv&vy僫9#/j߄^PVjU*n6Ũbg qpdž &9b\-Of9(d&3av1h<v[=lld YlW)1!U k+B:UOZFu[b4gZ"q~`0t'Y5QZ"@1 kܮ«r[G.Xrhbpna<~j"K7Yx(g!s c;FeaTuΝ8#%/ wtpN†{ *]rA"AzsBGWu` S=15+'`g]4Cע[2I7TJR4 Pd3!=s]n􌱗mkq^'$y 3'EN%T[}˧1\ѯg~lX==Y3rCׂ%3{ɤ~N P3Ҩ oIw2]B"L>+onK)"׈rZsWl`å7pr2}sЂSO}w -! ku:FG0F#O)Ǫ|&_sUI?nj¤80u^8_2ZˆH–5Z.s\KAav(@\@jlF)c :s3CyC.fs].ЦOaqT4}޾|, }$~{̄uU iF[.gL.ٵm6Ukɶ[d <9A #$݇\-FVZ_)`qt T( G&s">k6薣KЎ$(6xC*>OS},Ϩ|K&g2ԭE ͹$ݹ]`W-yKidgOh?Vph`+ٸb FFHòB(); PirM'x1hO^3g8y<ю+PuX4IŻ]]f㗹!kVL黌ˏ:2y\.g}#s Wj)]F )`n $ׄ?9_tw/P$-IpȖ),KՂޒMfFi"91a* U=R82瓧t͌'5;ɋ~A:\ wR)ZfHady7f{"P)QTxO/"\Egϙ0ھ^&}V<]deg`&>ҷ?y]7!qPD0w5 HtF8; QM ՗6Kؙђȴ{$dT-lf[|%|Q}wT3Wv?src㏫PA'߆ꔿ`qR 0ꢻLq= ~Չ#rm<"n1bTF+T#& Φu6e|A "$ A fS`5QBIGmvV`CCwS`x]gh `VN-@(ʰ1ˠ!Κ5:['rkB\t)s ө  XH~\3U*GF@6ޡ *Uҵ ޮJ_x+.|4/"ߟ3FeԾ,֬B6h}$Ȩ &ZU9(|+׎]'Q1+6̓&I 5!QufrΖhV@(Q1f"&PWh$'!" fE.V^oKF(󥝪@RN;%Y 7W~':kmjVr=1FY8:?I@v46jmeDSOG3tcl2g.A:Uw2Itxwt$/^Sq{6O+Gbu.us(#E&߀6 =;J-4BAR5 -`7=%Hҟ q4Pcb*z}[^eU30F3 sjr< {D@2xeqC]~~޴A,iԾEr],7n֠}`:*[@wI/p?x fZrI@'6%Jjʶ'3%?Š{ ,}h…`y^o}xK}?A%PN~54TkBI7 $e 7Y:)"{A#҆1oͰjL{SS#W:6 Yec6fuX^"mxNqSƔTD=1b#"av^%\N(&/63 }XZ>E%cÃS)y$ogove^uef'?K5ulQ~,Vז:dfq-b DSΩw< *9:J˝STu'vw9vw_S>$1!ҩAx63˛a BJ[yEآ%dEUgv0NM0͖4@l~Oe"~{G#W:P7'ÔG]]UGmF-)'sB.$XԜ\4zyx$kIȨIӓWhWxFw=ܦa1Dv&=eu{ܝ[z;IUцQso4tU4wyS)A"\5v^N9chAkL9S#ް?/6Idprbx۪׳'3w|>s8$Sie)9 B(/*n'0(LkKFLzB,E7嚲WG9P< t%1~p`{"\5B"|9? 7;V\`g I Gy HB@cg|q<( ։1MB LGD67ԠLcW`.3dvZ:{03i+!Y޵S")8tOau +Ba-.6x~>ws.IGc!4=N>yj))7)k-4V ϔY嫆`h9qͫp<@ íw/PG7lq.4,񸅡Y#˦_Ny M'f_`_=b!5,' 3w?rXa~Z͔:z޵Zv! 7BTKU'wUF퓪DimW¿쓒(SU?CZЈV<e0J0`0&*Fz =C?sMUF80MDAL0LngBp]ڕjX"_\VɍE[[l o..G0u56vk4'sOb_3]0Psukz0 JNȀ5>-7w0XR oz)[; Kr2o^qʜt7솦+q:hq "NmTrn&qJGRS>T$&r3sbf67:g*tfZYuH?πaX Q]g()I6rPd( R^qf3p3\mKD\"K6u5xc8{_Lg۬[.^qXS1?לr[/(jh2!ݫ"C4O\>cr(Qh`Mr$Wy6U j oQR>έK3;zZ.@9LB#+[# +j(y( yYE|`scjF݉\4?YRX_d0ggN]|qu˱lN76!xr }+m?R `"5SpDn-Olo[8q 셈}b tTyȘ$}u`/V!)Hv[j]3O2vji ̈ YZ