clutter-gst2-devel-2.0.18-3.3>t  DH`pY /=„x*z}IƓYTx]W,BM,)4{e{@7QTD^5qbuH)QShTFҳR`&6SEyCh Ac(br?62^&B=|&uf@^c2R}wA+u,уa qF%wߓe2cG1qTuKZIxͻ#P ZP/cNlGžS!P>\,DCF71c3c4d66ef5f67432a459fb956662fd3fe69d39Y /=„^MH#- /:WڵN*z5DC`_ϯ[T3| 7ui~{:/Y NŀbY _t[|2" W" 6A_ne:>ңnJfkҥ 7!saM O;r˘eU7n} :>:4AÝiUƤZ>:[_c!q^G- b!:;>=@X?@Hd  B$. Gg!! V! ! ! ! !!E! !     P ( 8 '9 ,':@'B7%F7CG7X!H7!I8`!X8Y8Z8[8\8!]9P!^;b gobject-introspection-1.0. + gstreamer-0_10-devel > gstreamer-0.10. + gstreamer-0_10-plugins-base-devel -> gstreamer-basevideo-0.10. - Drop xz buildrequires, as this comes for free now in the buildsystem.- Update to version 1.5.4: + Fix compilation with cogl 1.9.x- Update to version 1.5.2: + Add a standalone gstreamer plugin. Clutter-gst gstreamer elements are now available just like any other GStreamer element, that includes working with gst-launch. + Add support for video/x-surface ("hardware" surfaces) that can be converted to opengl textures. (Requires -bad 0.10.22.1) + Addition of a new element, autocluttersink, a bin that picks up clutter-compatible sinks automatically. This allows an eco-system of 3rd party decoders and (clutter) sinks to be autoplugged. + Various small fixes. - Split new subpackage gstreamer-0_10-plugin-gstclutter: + it contains the new gstreamer plugin. + add to it a Supplements for gstreamer-0_10 and libclutter-gst-1_0-0, so users of both those packages will get it installed automatically. + add it as Requires to the devel subpackage.- Update to version 1.4.6: + Fix reffing/unreffing behaviour of ClutterGstVideoTexture - Add xz BuildRequires because we can't build a package for a xz-compressed tarball without explicitly specifying that... See bnc#697467 for more details.- Split typefile file in typelib-1_0-ClutterGst-1_0 subpackage. - Add typelib-1_0-ClutterGst-1_0 Requires to devel subpackage.- Update to version 1.4.4: + Build fixes, including compiling with glib 2.31.- Update to version 1.4.2: + bgo#660732: Fix crashes when uploading RGB textures + Don't try to free NULL GstTagLists - Move make check to %check section.- Update to version 1.4.0: + Refinement of the subtitles and audio tracks API. clutter-gst now gives the full GstTagList to the application. + Made the internal test player a bit more usable. + A number of fixes around automatic loading of external subtitles files. - Replace clutter-devel BuildRequires with pkgconfig(clutter-1.0) - Add pkgconfig(cogl-1.0) BuildRequires to have full capabilities.- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build- Update to version 1.3.14: + Big split between the logic around playbin2 and the clutter-specific part to be able to reuse the GStreamer logic to implement new ClutterMedia objects. + Add new API to get the list of audio and subtitles tracks + Fix the leak of GstBus in VideoTexture + Fix the key navigation events in the sink- Add baselibs.conf.- Update to version 1.3.12: + Fix the GstNavigation interface of the sink + Some warning fixes with newer versions of Clutter.- Update to version 1.3.10: + Fix the GstNavigation interface of the sink.- Update to version 1.3.8: + Implementation of the GstNavigation interface in the sink. + Initial support of download buffering (opt in). + Series of cleanups in VideoTexture (subtitles reset when changing URI, state management, seek behaviour, ...). + The audio volume suffered from an hilariously bad bug that multiplied the volume set by 10. Took the opportunity to use GStreamer's StreamVolume to expose a cubic volume. - Changes from version 1.3.4: + Make looping possible with set_playing(TRUE) in the the EOS callback. + set_uri(NULL) is now handled and defined to stop the pipeline and set the video texture in "idle mode" (painted with the idle material). - Changes from version 1.3.2: + An API addition: set_seek_flags() on the VideoTexture for a finer control on how you can seek (fast or accurate). + Fix the notification of "progress" so it does not advertise 0 when seeking. + Fix the AYUV to RGBA shader.- Update to version 1.3.2: + Respects the pixel-aspect-ratio property of the video frames and have VideoTexture advertise the right preferred size. + Reworked how ARB fp programs are set on the materials using a clutter 1.4 feature to set a program on a material, fixing the way materials were used along the way. + Removed all raw GL code and only use Cogl. - Changes from version 1.2.0: + Supports the ClutterMedia subtitle-related properties introduced in 1.2.0. + Added a "idle material" to VideoTexture, a material that will be used to paint the texture when not playing any video. + You can now set a user-agent when streaming videos. + The usual bulk of small fixes, small memory leaks, build (builds on GLES2 now), don't use deprecated symbols, ... - Move gir file to devel subpackage. - Remove explicit Requires of devel subpackage: they will be added automatically, the pkgconfig() way.- Improve description of package.- Fix build: correct filelist.- Update to version 1.0.0: + Uses the playbin2 GStreamer element. + Autoloads subtitle files when they have the same name than the video being played and are in the same directory. + GObject introspection support. + Added a new clutter_gst_init_with_arg() symbol, changed * get_playbin() to a more generic *get_pipeline() + A lot of small bug fixes and code clean up. - Add gobject-introspection-devel BuildRequires. The introspection data doesn't build yet, but it will once we have a newer gobject-introspection. - Drop clutter-gst-fix-build.patch: fixed upstream. - Rename libclutter-gst-0_10-0 to libclutter-gst-1_0-0 after soname change.- Add clutter-gst-fix-build.patch to fix build with latest clutter. - Fix self-obsoletion of clutter-doc.- Remove Obsoletes for libclutter-gst-0_8-0. - Drop clutter-rpmlintrc as it's not needed anymore. - Remove libdrm-devel BuildRequires from there -- it should now appear automatically with a Requires in the Mesa-devel package.- Update to version 0.10.0: + Requires stable Clutter 1.0.0 - Rename libclutter-gst-0_8-0 to libclutter-gst-0_10-0 and make it obsolete the old package. - Add clutter-gst-rpmlintrc.- Update to version 0.9.0: + Requires clutter 0.9.6 + Added support for ARB fp 1.0 shaders when available + Added support for YUV I420 to RBG colorspacing + Removed the 'use-shaders' property on ClutterGstVideoSink. The sink detects itself what the underlying GL implementation supports and negotiates capabilities based on what it has found - Remove clutter-gst-warnings.patch. One part fixed upstream, other part not relevant due to code change - Remove BuildRequires gtk2-devel, pango-devel, xmlto, gtk-doc - Add BuildRequires libdrm-devel - Merge -doc into -devel since it only contains gtk-doc - Remove gtk2-devel from -devel Requires - Remove %if statements for <= 11.0 - Remove export SUSE_ASNEEDED=0 - Don't use --enable-gtk-doc with configure - Replace DESTDIR=$RPM_BUILD_ROOT make install with %makeinstall- fix build in disabling as-neededclutter-docclutter-gst-develwildcard3 1494420397  !2.0.182.0.18-3.32.0.18-3.32.0.182.0.183clutter-gst-2.0clutter-gstclutter-gst-enum-types.hclutter-gst-player.hclutter-gst-types.hclutter-gst-util.hclutter-gst-version.hclutter-gst-video-sink.hclutter-gst-video-texture.hclutter-gst.hlibclutter-gst-2.0.soclutter-gst-2.0.pcClutterGst-2.0.girclutter-gstClutterGstPlayer.htmlClutterGstVideoSink.htmlClutterGstVideoTexture.htmlch01.htmlch02.htmlclutter-gst-Utilities.htmlclutter-gst-Versioning-Macros.htmlclutter-gst.devhelp2home.pngindex.htmlindex.sgmlleft-insensitive.pngleft.pnglicense.htmlright-insensitive.pngright.pngstyle.cssup-insensitive.pngup.png/usr/include//usr/include/clutter-gst-2.0//usr/include/clutter-gst-2.0/clutter-gst//usr/lib64//usr/lib64/pkgconfig//usr/share/gir-1.0//usr/share/gtk-doc/html//usr/share/gtk-doc/html/clutter-gst/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/1a1aba411b1d58601f866eb5d7488a89-clutter-gst2cpiolzma5x86_64-suse-linux   directoryC source, ASCII textASCII textpkgconfig fileXML document textHTML document, UTF-8 Unicode textHTML document, UTF-8 Unicode text, with very long linesHTML document, ASCII textPNG image data, 16 x 16, 8-bit/color RGBA, non-interlacedassembler source, ASCII textPRRRRRRI*ei?0] crt:bLLD7Wh2%WW#~'ľmjzjyD}  &H0d\FNeNd-G3ۤy;j0lf| ;xRF}:qW&jLݡA=;_c5btwiD˖餷mСK=|ev糸']`q-y#:E:0b!+ 4TBּ*!)56}zsZ:LG=LP=;\,[=.`nzTW#鿣pl4zw f1S˫kC!#۷k%݁$e}-ޥ[ Zv螢v~ɪ!(/ZslYdO 'NGn- m]_ud!~ O7F O;E<08Q[sYNiWk&!z " `#|d/[ףhTUI΂::4(oWwfSls7=bW?xY?ZMx]X&߈bI_oS A"  jbUs_wWs?L2y(EKt-?YobB#N lDr$Nذ1/ 9m[ᮛC Fjj[5팤Q[ 2+H! -%bSGo$$)oCV3l&Qf_.д)IezH*rTY}rp8 %̪o0^ I։ugpT0 pTYd*|skOBM2,)–L~k^7BV6=L(({;xGeMG%03}}:olR]|)0f9hH(]{)PwfkVZcDc|Sg唕RQIIEa2o&cS<%f?w_70Fn 䃖mTfl.R. %F1Hݏ.UU,*fp07qrۈ"1Hu}ݩ ϱ M^zwu22pRd,p}WԜ+yRσ1ݘN4VvIE+h3#7B\ x1t9v ѺZ48%j6?'E;ƫ4hR5O KLvBG_r!;\E9`@g:/ibrJ,wdtYu~[?m&hgSFRn7Er Ղ}Urrn$j(MmGa a).<-Df%*fC;MRI JQ!xR`}hѴ #B6kjpC0C#O6MVfˠTֹ Sնn8諿,gX\9%t$!}wn/uZOcf'[w&d`oǾgs5SDNyΣ'? P _>ώ1[$naedhT"% `c8Y%&ױ vw`_EsY<ГYVn\lfX$ƥF , ܉nuOL| vB jdnj!:K8M-QJu*9n9@(h91:-G,ESF@U=U$o*nf8ĞB?ZUH4}W AB=^nZvaSb̔V ρ(/?s\3牛\! ׭e.믄.Mh33~vDSet߃G hlpDnRVͧ{fk{c(Ff ZUѴ0( s@q_[#- t"wσN wc:t{Gjb\&ťK xoj@c"p| vjr(ghc3}g /RzEѢ(u$ۄ@`Zܰ'dl-A6i>ͧMi-J=AFT0ibLf\;XwGg ئ1iiZq&ղA⯼F{ϗZ/՗q /h0ÂEƮR2;X[l4#̋oݏm Хܵ,\Y@ d?"bjd^޹Q% !#(J Y{SֻrʠŢL`< L>R${{3^˃D;:Vtm/rRQq3l,6TM!5U~L NƉwL쬺$wR'bڷKwj|KivM.wܷEퟶrpBDU]BPIE)7,bRYܑje`H> W$6 󃗒NkܲP-s='}pa@FBICN<)Is?F7O j1/OشoVd+3*蓪*Zz.c, [7 Lt:7B6F8z~qeD[>8G$kb_?u0`fK1Y{\Vc<M 4G}hْ<~.Z>#8fwg{CBYU(3ZЗɚ);=~܄7$Y*dAB.HtOgyK-"ۣʟ&sk(Ѥv3\#zbljd%PՍzǛyv}6#Gc2*Ȃ/1CRy@ܠO¤R`J'\NHZ?Ss[ jŨ%!wIWR'-. Ӿ8?pG}-T*Rn,-T~GcݍKJWop2G{3xUͰz7ހ:ɺTK8ZyBȈ8͕?m=Q)4ފPY `JAܶc5&E mH^5n=ӡ׷9)¦2U5yNd&'e&&1$0Z_]Kcǫ_\bU]* I> nob2_9e.(^NfLT3jԞ%B:DyčXlF/JH\;{FZ$ޭfz&|$v~7S;jFbgY>U@~y@m8ݑ<.Sخv) vsVPʍ'+wۀڼ׽cJ,q U^M晷5g0;aңjM*nr[x;:DooNAR!а'~v,Qg)?ZWg@ &\j.B4۫, P@AR[r cH8i^8uxҧ h]q;4;GBDu@ goGAROlg`>kT*]dd"eXQpaғ4+QV7>~$UoȰt }0V|ؖ%@٩[n='מ9}mtg=e2ݣ(D^$S]! ZFPeK ۠3ɒ9 1|ΣE1d~篜% EZjH7kF\fu5 n|Mޟ&KUϤ&N [5q:'x(M!3%&<{^3*yc0 #n10ݟß#)vs}xK- 1@0Py9ct#`!Qd^w*~7 Ƒmpckʹpͤ"ujQ ``8'$AӮTPv;RaLSa(7W!_Ilqf#`yskR!@Kʳpң "jEҩ3+9 {n#B³"X3/ dwruJss+S88iVkϓBxI[ﱢlԎlH-7dɏV@%ad!К$*.l4y8vvۃxI@-?^5K9CNޅ>k d\:ɭBĪ Em+el! QZ9!\yD&㉩wUʼQV#1,=9V՘h\aPYKQ@N㎢3{c+vCaNrvggo'q΁E-'t]ئ6.j{dic4(E>w"H޻lm9s<+Y,72 3RcfU9Z.7\ Vy3Gm 0'ZhTCA/uBH۲M:;Vݞ ҥSݥRCBe[nx}Z15 Cn %$;r>vҼ[[XJ #Ut+.!:-3EY4`C2+%\:|?⏘A~샯/wm*\IM,#60drN.fWѶ̱x^TMyXRXye;'Ճ!HWj,^B;IښvQZoUɳnxH:\  .F`>^jxl$`G Є3cJr8O8:@3kmtNhkyA#U0iS؉odSҐEB`TF=濓$"'m:{znUS$- ׉~s1Ju,wֲ(bz+X#.VJdzxZKT2oBǙr1>wiT{R(XE;Bs_ ج5J0 ke[!] h|Jut]qt1h]PRߴƚw +-_4'Q@^*u(ѧە (z.=塀SlВɬpRY%m/uI=jAيXԠʻgpgw^I'r =.3欮]\UM~5K9Oѫ19cm E$ ?_-ٽC: U*/f{; .}Dɞw3N"! IÌ=*ҲDS+'  T("aXq+#H$ҤF.J{t[MSvD8HfBD\q" $(NinFcmA[O;v@xEKp#onFiN+ tL\Цӝ ,G>wA㼐1zA3#t?!Qa@?Ղd{<4;m#dʹ9iϥ{P d@CK3}:2"5bɁ+1iʹpG6\v, ډ${6L̒اN4owUsDŽi$a0c"?4Ĉs~1P%+NwW1ǀR C"51cCұ:9ZoVz^i8. D5ִJj׍#IpηF2*noߖVsU޼3\k!U 3F'sŭa:y %'{ .4mRaR*:6(/r ۀ\ XLGK|kg& P쀒q \Bh@2 -TRUGpa¢`a@jamGƦ6]aU3kp n*B?l/E]Q6 <-7Jq[mDjr:P-9N;!ȃfsnp:z5<ҿ;Vn`;NvcC܆ɍ2tg¡#g#)Cފ-Ri1)̢y5Q<~Moo)|e|b>t+F 7xPgph|f+9"~r-8ե+9΢|-Q~Tev4Oj8?0ُY΍EH_MCi "0Z+EU>4}zץ4L1 5^ .;b~(ËUPJ7璟%D =e`st H6wΧO {琏 єHHJ6d%_L٫ EEv;(æNv5(f?H%6jW&A6q43Lnb_I~qr6 F1d[`OFk }kC `ڽy2$:pq[i:~OiSxo$>^A4UWS  * :ftوiG9nÒ4]ߥTED;hܣ]u]z`RZ(J]~#zS1Zuw6֐/~jAp2ѐAtO8fA4 (w]b(Ĩ|d+|~vʊEI.]qM`h K_%R}{۪ݢ,cL̇DՁ-q!_VnV8E @ҖǗ ۅom5ߙk4Pʎ ww./ /N$l*P('aCJ,[i\π%UkrRi-v'BPK4Gjm.R_=VJd$&/q*Ya\I[2tJ 6Y; B%A|5V3\WĨ|ULS 푽3\Jd 1{x 8YĊmQuxJ6|Sta4;V2ˆoHke:w]ӢVπ|~t,USRPLp(QE` Um~Y3pN cے݃pjD;OՁ=T+\)!Eg~L3ǷRdY~??~"*yRJb#+p /BڤƂ<^,Ss ˱lc*h&Ce$(%c][ -:b[4Py& L7tƹܚ dJ܉UmEi=ktɂͤ"ܳO}%Dw w43 ˓D+SS:O W6a)Ve53Tӑ Htq7.^]30ovoYI<6iB682-(QӔٮآY_p z ([e9=;LJӅJq/5 Mь5]Z_z$?.HUv@PŽ |5sڐ5]CFn+lٰUuB?l0͕ya RcJp3v{;>kVd2, lE!98Y:ysMw/KGk=HvBUQmɨZ?|j+X);㸑[la)֚H xv1Y1eG Mm ֯2@zn1?f3ջq>~ In?iw}bW><~s0?PkuC7_\gĠ1/ּp@De{]wp֌kc';:!^?rHv>*as]Y{qW t;B|5VLY"ZYn`E#2 wUWUS+ցGV&TCtsI)^u׼9.F1L|~ e;?㎅ұ' g] ؇޽H?I;FUD^OȀ>r~o.v_=%I,Fу3O(ۄlA)|fl)I8##'d9qUӉg!?OesfFÊHho\UWRkv^j֐J \;ڻ2~_f̬IMwV%tR,6`ngZTeO|/IΒJ4cT?(Vʬz4a 6*Qx\HPzv5[ t9djz-U/诲ldK؃.6Xsm"6ROI1/LS%wiUf2hq+MQ%!̐`>PFVpӶVjn/ᐰ)xG=']b5Rr/a|[R<g3> hְr$Å~NytթB(q5<E6;%ozL plR=џXFyrq0#S TPP,gj^!87ZT*#?ƦgoI;zMBdɝ1fA{mqs32vN{nך5.)6-?VUڟaWTiu(K$n{lDr=S4ur. FەDw,xscFX¢;@m7G)NZP'"΅;F` eqb"Q;~;V3q-;2# Rە+óB+]9MɃ7i1c 3_`ffW8w8Hgs$ 9޺7[< ţѽ8S#ő}M֕Xg<3,^b柠%7'4q̏%q# Z(pGf( *RjS\޻HmWgVxg D~zʟ.״ 2o*ۡ0v [Ё% yuVC9+U/oUbLO Ј]'C%@PMXէ֔fk^Ǽ`U1WAՑ<Ńwٖ=0=[InOܡq0E&lH #oN'Y$,)3ݾ VJ`w,=ݜ@ߖ(f5l,yp!d1A]KImel(v, fZR>naV6^BttvoA*Һl(Ou7JrHAz:++V0rPcmL$Qj D,-*|"9 ͸1Y^Bm``5D,5FgnMAN,B*(_]C7h@yJ"VsU -lǓ26zv]*|J0zH>&苯0IICBqrCp0_e2%io7#x(=X26FP%VV5H֯,< :^]nbw-[“gKqۂ/H]PѼQ^RCv 5Yxp]P~GQkNtSD]K`h 9?LFlY*Ӯ\;*zC"[T7S;_='+p5SE/ߟH wd6ڱhpJ/iWl#XB=cH[s 8X#@w?0bu2"{R YkpkjR kӬ7cB4M"n3F ̝񣇥Jn`NhI}Ṡgx:ܺᛨH%t%é>nQ LM)}/s-bvݡCITU;MwMy.ޝPdgSX?r-u-r+-Wa(uR_rne[ՋyLVߟ ^ *j N'_GLk1 ΎWDчW 8t_2lҀ~ֺۓv_-Z-Mc'%޾v.REg'Ǽ6쎪*$_(E۸nnV&&A;N$+8|^ f,VЫV/5q#| z|\[ ߥ8xI{1DOUNA]AIB4iSZY@hSbjVwiSѦU)94ZY3ă8ߚrȲSч[t {qAF[5rNGH_NFUȆy+ {[ AkT֥N/&u]M9E 3@3 ĸ7yur#C̙\̰uit|G*Ay>a= [^LD35׭6=%hڲx+M&<#?1hSQ9츧_I{&)'cVrgJk*@vfPuGGv߹mn5Zo_(}đ dM"N.ðO_v`,#=[=S3LOel]Jz< MktOҔklJoUυ[&-6t)t,M#\ۣuQX8iѕ I5Tj)_ i$^DZL4+[I3_"VeTxn8O]ULxXW w`\%^np`p{z6lt2Ϩ ǹ.6GU բ h ?R:R@:\=MgmVDMRZ_zJ^Ojk#JY1Hwl|$],X9\Gsc[gG/eQg1?Ű)#c(H\E}S%ɾ !v$G]Zm ݙMa:STQ|'9N5_'^F|NVj]|þ3i$bi<2֦\D t9p9tYe|s,S>ZjNSv EM?gMWEŬ,K7JO2׮S6Sʳ~-f[4J؝v/dmCC > oGw/g4@}D|n7HE4!T=3Y IQުTC4_qOVB;Wg𖧦䲋iTwN]4޽ VӜyzk*4hnUN;EKq}-6'p=h sψV9+_>X]ךJG#3Lb,$u- FWGᩊV@OhO@Ă p!i;\=log.y,ֆHxpǞI*$ʤz#7fAwrb;u(2S(trj9ԸҳOx[]3d+xʩ(Z ڱ&-q^grR> Jkn%UY ^p@>JuFwTbGL Z[)+"t] Kg*t?]ಙT3 u)wpJ" Wk2<8D)vj+E8ײ/rzBMNn1yg0Ps¨Ƨ7zOdQ̠ rΦuKР8vy:hF!~ \MmR5Ȃa H U97cTL<1rtW隠ٲ^x}ptDg ًX*VͶ 4;;vjNJ%!=(aHAL/tt>Xi{Zr+yla-.9t<@F~COD/ìG_Gho32kEUhdu}&ݳ7&>1(S54!tY#ubC: 6ب%1(ҡ(qp簇;=\\OG_}p CDٺ1xH81%.#=l $Z1WLݹQwm N\QJG,(p{ |4|xӹ7n6Ra[?u8ڔ*]ƂF TiO:Tݗ89Fb|{G9ӧ-D Z)NplhCri ԬʚgV.zr_fn"T\)'}> O8fQ]*zIp\ቕudwݬ~C#.6y=09oiCV|5IB4PHr'6cMojruR#QZx[Bv uBm _cP$/MU6-% [d \vN-hLR۽i`6Jk'd- DD[K:AcCFm>-FR<)e)t*bhUvjOi&oƬ,QWd+%S'be0?)3yB"Wcd.P6}zU%u)<&kmܗ#^}$.nG4B0vh"kfDMpO;dhmZ(ۑKt4v%$R7.zR&_#ihֲQ:c) u3 B,;"O@oK /BS!znÍ_a?0Yx>"' .Ed*1b֢/lQhL{-CŔk'"*'B!˧\ *4{{Q2 @Fk91mx#pbi$X-lo[R|!:VcR)?ʕlOʀp7M>_2D\Ho@Ŷ-e1 ?C;Kd/YZy3އ!R?qIdq{Fgjdqs"I(jZu_`4 퓭$M9.g^r]Ѡ1)߳,7}ca:W| E![#[烌4ssS?PѹgۈnNegv)ڿ}B5'NG(p ss}TqDu@՚^N;ZN\-~p{%)K$;Kr}mC3-mQ:BNOyzw(5g$Öհ%bFk1fcfNvT"IJرˁ.-Ju#OúWlP t?A!Oqbz)SwY8ޙ7Wg Ψ_xoy=h[.*kL͉jю0x D5D\m1

qXN"Plx Gͪoԯ?W | Ml:~H`9.J8Q+ome.j$zPQSWۖhf,߾pСثbJ ipr 2/0!$o˗ QIM&\GKW}MQK|אOg(>jҋL$ bgzPRle/)[ ".K-㉬2r7s>+TFr]QG1_U tׇv { E(Z_ / f;4xqyZx݆!ZM潏?^*=jL.εKLR:njtʨL)k;fo 8j?7{3ܡ L0SxS}Ce>0tPg=Hoޕ'-gCclcn`b-rGt)xх)&^W(KZ~\n+xf)nֳ&r~XsXir4ɳ$WAaS-0K^d: Cq4Rzve\8?-:\|WJםoM&Z%AS\s6km\NlpQ`F(W(kp\/Eq_;&Q1&X1Fm*@]Ci=*iU>5 ĉ02J{JL5 .{k#=K3GQ\ İ=!}ե^kb"3}+?1@h.c} 4SrL&pp:A|ruRXvwpQJWxT< }n ls%P|H-ÂGn8!* Q}PiiѮ/E=3 ~. e xő fj>šRa[ٕ|Ss "ց(+!NM]Nx etKi{ꊜu.pњ{#LVj_?PaK'FB\%zQ?6_rO\il|d}Dm7q5XJ %xN'RH~u ΌסVk6̇PzQ5T8%(a03%2.։wkۣG+G-6`}B[ e VCds N)@t̆yyz*1 Zo;? TV!)UX촪P$3g'C"b`۰%[ԥmakx|@M\ r Ii&/愆&^CiD<Ş:p6yl=Bݯ] V ۾ԇ?ۆ>[:$UucChG27:VB-FāЀ .Ld!^qsU~T Q\r[Vѱ.-?&`WgZ-& ePF%Edymt ö 5"QC/g[:n^KX.7^5aۥ)fwvS(?@pyb4fzQnU-+#Fku5H@mR,%v&.cC?LeODbydyzU2"Xpx#7qS?~^tMF,?q8 {j.\WV'FxuUÌSIg#`0ћ{<835(|#Eo'-r-H1Ytb"/-G cZP I d6f@az4l}l ݞ\7/􌂤`{6WQo]!rfi}Z@D30/PP8D֌߭_ 48nCIM/B$P rݗ-ߖwЁV9.E6WyM)4(h;/`9QJ% >Ļ'8|˕'KfC` sI_e6VcB !G5)~qz_{ӓ[kPJ 'n1D=u14vU "ar*0Ҕk:=A.'J_snG{ςŌYh >|sv 0  4z>MA^b!0ؔK Uy[Tk'ݠuޖT Nq]=݂m]9ulM06-ÂEoGI;g't~>vt:C`I-:sf՜lȅaA,Aӎ{#,\g7C/;(!n9̇/lE^ =ghěQ=JWL8F3.b3)axY=(M,`؁ldЭnZL-ie6ލ8DҖ*#AZ)%#DG C;x\G7L}~Vjnb2ظs#}[ll3~[vg -SC.'4wMup'tA[ jyIzQtS믿^cYqu*=pM#&Z -%K 61)}񎇎(B7Oqn8Ў`dFykd'I8+ILBzjxn2jq/Kv H7`ȋ#%lYJPVBI};KEN+R :YPlAB zgnC.}tLl>*.~ [E;59cl>#& [F܌z/da(2D2..e3z_>ԑ>|W1^=G5ւjM%*|A9Ki-dl n`u+꺇S>k]i PYVa$Pla(˛ :~Ǖ$'-~2+sd~Wjg=L& Z2.EhJOJiVtNT\1 qFW y@ \ d?%lx'BnW0]~9q.1C@X䩨(\];| ;C|@Dz- s :obv;_-QVTbF۝W6U6iu3GZeX^I:8q#]`Q5 zn;]"@xm$Ud_yzQM DYU9w#Iw:[ׅ#T\k0L W&} rk4lonp"%OKWC:oourS1H {\YೳFͯҔ"}F]~Q$K{;ImwC&| S\T,vjdpi8ukvͼTܖkwrZ0=A{1*ʁ)sw܄>&sQ3 fW y4K,H;mrz.3pEŷXZg-F8?0H*ɟ V(bb$O?V4ψ3rݢaxm af"Z(LQW~i] LΎ ^ =ヤ*B=ez`k ]s8+l᡽f}<Hj$۵-~T F®?^U 0yǛ._EJ!.S8X8lS>/=5hDo`M pdIfD(` 85VB"H=;KP*wh_[ hnEC$FCy@زVXz2o):fQwvL"]xBn{ם0esÞK"dd;)@ }kA8T\6+3+ܜ7שo1 ZdEpk08‡0GRV9qzd5kӉwm 1$+ܡ:,Id뤝c=G}z௘W`,8e=bǡa~ٷ إjOM2Gj T*晔 nT }=VhclbO2EuBjhy5P8VM Tx ?t-(2ߑ'd'Ȭu?DhՖAǫ/Ⳓd|Lqq%)>ĉv \Ջ$jwsŤx^h& J|+hXy mx| F|6x9˂6]i7~ΣAWn[_DbC>/Zf,Kt¢Լk+?Lh߄c/]"n*F 8H~6WyQo|6甂 CDe:A34o~JsiYQTh8%L{Xl FZ7=ŽGF=KBW ;q75ρg@5c[sqjk"vzst~A v~'PT=hJJHI_z$YL:VM6W3-ԛYۺu c^JSKQؔ<5I\[DDk?/$MZ% gg9CRKJSӚ?"xmV󑮀֍q:LhW`)cbv3Jiq"/k>~mop6BKީo G;>ByvjxckҭC4y4 ! akΙKlG_dѡ@J 1 o9<ނmq_Ņgj?Lx$~t7X(4MHB0^KUF,n8-S _FEr:5hC uox:5hl$߫,-" a/B-DH(o{[D~maX *u X{uxoהbeE hzaJ9`Q6m%Eg*6tҠs`5,