liballegro_font5_2-5.2.7.0-bp155.2.14 >  A dk= I%z ~fֆʟ킧y*鎫*yw &-q3|wo`!Eea2ݝ{ϸ{? :玼mbհЦGRM۠<8;Cs,a-\鄡֕^pّKnd%E넔v@U^~盪ə1冇P=YN!PZ֮xqG$[/l~@^&hE꨸#إ&JinVʨN3~ K<S7N<EI;"d|v?eR"e xf8WD;9=qԞP#dPl,59Y~ih xkO[_Wm~@%6ZM}ʘ} j53B0c\Xs\A%ȭ`YN6)Cƻ-{9eMuT=2!r u[TWzY+~ k $%SV?ۭ2e7fcdab83aa85f4f400f897077fd75f87e01dab833a783a961e2b0faa9f4bea4101e801ec1e1dccecbb638dd19c2f5df458ea2fsdk= I%z 70Z$014pX)bJE#{SEiVҺz ҌpT7lSyHHzGxY]y`,@g^g'JdN2utȝ>$tTR#9o&=J05ѨpnsrGS-Y CҬNnGi`TonL6?$$_#ʣ-F!pgG1Ն7ٷa>*UyE4 -uYnԼmCz[/Z}DL?-z _OA5R=1 !1>H pR-RqQ%WI_Hs58:"3VÇig\\z*͢Q 0tO[؁oMZbZ$ٔ<{֩u_A~1t+M"F=Qu5R%/K 5 3dS?Mn1 SBM );tGG,ZystD7pkyp@4?4d ( C .?TZdl p t |   p   (89$:>1@1F1G1H1I1X1Y1\2]2$^2Tb2`c3 d3re3wf3zl3|u3v3w4(x40y48z4P4`4d4j4Cliballegro_font5_25.2.7.0bp155.2.14A game programming libraryAllegro is a cross-platform library mainly aimed at video game and multimedia programming. It handles common, low-level tasks such as creating windows, accepting user input, loading data, drawing images, playing sounds, etc. and generally abstracting away the underlying platform. However, Allegro is not a game engine: developers are free to design and structure the program as desired.dkFerdinand Thiessen Ferdinand Thiessen Paolo Stivanin mvetter@suse.comlnussel@suse.deFerdinand Thiessen Jan Engelhardt mvetter@suse.commvetter@suse.commvetter@suse.comrpm@fthiessen.derpm@fthiessen.derpm@fthiessen.deicomputo@icomputo.comdap.darkness@gmail.comdap.darkness@gmail.commeissner@suse.comnemysis@gmx.chnemysis@gmx.chnemysis@gmx.chmailaender@opensuse.org- Add missing dependencies to allegro-devel * allegro5/allegro_opengl.h includes GL/gl.h Requires: pkgconfig(gl) * allegro5/allegro_x.h includes X11/Xlib.h Requires: pkgconfig(x11)- Fixed dumb dependency- Update to version 5.2.7.0 * Avoid some undefined behavior errors. * Return key modifiers in ALLEGRO_EVENT_KEY_UP and ALLEGRO_EVENT_KEY_DOWN. * Allow calling al_map_* color functions before Allegro is initialized. * Allow minimum bitmap size to be something other than 16 on non-Android platforms * Fix ALLEGRO_KEEP_INDEX flag for bitmaps. * Add ALLEGRO_OPENGL_CORE_PROFILE display flag. * The experimental Emscripten support (via the SDL backend) is now documented in README_sdl.txt. * Fix bug in SDL voice driver. * Audio: Allows playing sounds in reverse by specifying a negative speed. Use more sensible values for PulseAudio's playback buffer, potentially resolving some crashes and high CPU usage. * Acodec: Fix edge-case looping in Ogg Vorbis stream * Native Dialog: Migrate from GTK2 to GTK3. GTK3 dropped support for menu icons. * TTF: Allow initializing TTF addon before the Font addon. Shut-down the TTF addon automatically in al_uninstall_system. * PhysFS: Fix handling of native path separators. Stop using deprecated PhysFS API. * Primitives: Fix segfault in al_draw_ribbon when num_segments > 128 Issue 1215: Correctly handle small scales when determining subdivision level for high level primitives - Enabled Opus audio and freeImage support- Update to 5.2.6.0 Core: * Fix timestamps being clamped to ints on touch inputs with X11. * Fix al_utf8_width argument type mismatch on platforms where sizeof(int) != 4. * Fix building for GNU/Linux without GNU extensions enabled * Some refactoring to simplify adding new drivers. Graphics: * Fix for OpenGL version selection and reporting on Windows and X (Edgar Reynaldo). * Report OpenGL version in display options on Android, iOS and Raspberry Pi. * Fix creation of the bitmap depth buffer for non-square bitmaps (Kevin Wellwood). * Fix ALLEGRO_ALPHA_TEST_VALUE not being interpreted correctly. * Fix reported bitshifts for ARGB_4444 and RGBA_4444 pixel formats. * Fix alpha test with the GLSL version. Linux: * Fix al_inhibit_screensaver function. SDL: * Fix requesting GLES profile on GL Allegro. * Add audio recorder implementation. * Don’t link with dl, it’s unnecessary. Addons: * Add a whole bunch of al_is_*_initialized functions (Mark Oates). * Acodec addon: * Add MP3 support via the MiniMP3 library. * Audio addon: * Allow calling al_destroy_audio_recorder on NULL. * Fix some stream garbage audio issues for high playback speeds. Image addon: * Add support for FreeImage library. * Always prefer non-system image loaders. Python wrapper: * Fix a number of bugs (zachs18 and others). Misc: * Convert our internal Python scripts to Python 3.- Update to 5.2.5: Core: * Try to identify bitmap format for unknown extensions. * Add some missing OpenGL 4.3 functions. * Add ‘al_create_thread_with_stacksize’ to create threads with a custom stack size. (Aldrik Ramaekers) * Add ‘al_get_system_id’ function, letting you disambiguate platforms at runtime. Graphics: * Add ‘al_get_monitor_dpi’ to query the DPI of a monitor. * Add new API for making blender a bitmap-local state (like transformations), which can simplify some code. See ‘al_set_bitmap_blender’ and the related APIs. Also see the ‘ex_blend_target’ example. * Added ‘al_transpose_transform’. This is useful for rotation transformations. * Rework internal GLES support for better portability. * Don’t force POT bitmaps on GLES. * Fix repeated bitmap locking on OpenGL. Linux: * Improve linux joystick detections. * Fix a number of memory leaks/crashes in the audio addon when using pulseaudio/alsa. (Julian Smythe) * Fix compilation with Mesa 18.2.5 and later. * Fix OpenGL version reporting after display creation (Edgar Reynaldo). * Fix requesting specific OpenGL versions via display options (Edgar Reynaldo). SDL: * Sebastian Krzyszkowiak has spent a lot of effort to making the SDL backend usable as a nearly fully featured Allegro backend. You can use it on platforms native Allegro implementations do not support (such as emscripten, etc.). Addons: * Better logging when failing to load a resource. * Fix a memory leak when destroying a mixer with attached streams. * Fix a memory leak in the audio destroying a mixer with attached streams. Acodec addon: * Allow modules to loop properly when the user hasn’t specified loop points. (Todd Cope) Audio addon: * Better support for big endian. (Douglas Mencken) TTF addon: * Added support of HarfBuzz in FreeType (Arves100). Documentation: * Source links now point to the correct commit on GitHub. * General improvements and clarifications. Examples: * Add ‘ex_blend_target’. - Remove allegro-5-ifdef.patch: upstreamed See https://github.com/liballeg/allegro5/issues/987 - Remove allegro-5-mesa.patch: upstreamed See https://github.com/liballeg/allegro5/issues/987- remove dependency to dumb, that causes a build cycle- Removed baselib.conf- Fix SRPM group. Generalize description.- Add allegro-5-mesa.patch: Fix build with mesa >= 18.2.5- Add allegro-5-ifdef.patch: Fix glXCreateContextAttribsARB error- Update to 5.2.4: Core: * Fix errors when reading/writing 0 byte buffers (Bruce Pascoe). * Re-initialize TLS when Allegro is installed (Issue #865). * Add al_transform_coordinates_4d. * Don't initialize the trace mutex multiple times (Issue #874). * Fix 3D (non-projection) transforms with al_hold_bitmap_drawing. Linux port: * Make compositor bypass configurable in X11, and bypass only when fullscreen by default. Audio addon: * Fix ALSA lag. * Add an option to use the desktop window when initializing DirectSound (Issue #877). Font addon: * Add support for bmfont format. Native dialog addon: * Resize the display on Windows when hiding/showing the menu (Issue #860). * Detect when al_popup_menu fails to actually work under GTK (Issue #808). * Don't clear the top-level menu when destroying the popup menu. Build system: * Don't link in libm on MSVC for DUMB (Issue #847). * Don't use the LOCATION property (Issue #847). * Don't use SYSTEM for DirectX includes. * Add hints for mingw-w64 path locations for DirectX includes/libs. Python binding: * Fix the Python code-generation scripts to run under Python 2. Lua binding: * Add script to generate LuaJIT C API for Allegro 5 (BQ). Documentation: * Many improvements (Andreas Rönnquist, others) Examples: * Add a texture to the skybox in ex_camera.- Update to 5.2.3: - Core: * Add ‘al_path_ustr’ * Handle NULL sections more gracefully with the config API. * Add missing ‘glStencilMaskSeparate prototype’. * Don’t add blank lines before config sections when writing them out. * Enable blocked locking of S3TC formats unconditionally. - Raspberry Pi port: * Set default file interface when attempting to read /boot/config.txt. - Linux port: * Make three finger salute and LED toggle configurable. * Fix KEY_CHAR events under X11 with compose key enabled. * Fix clearing the ‘ALLEGRO_MAXIMIZED’ flag under X11. * Read Allegro system config from ~/.allegro5rc on Unix. - Audio addon: * Allow setting the buffer size for ALSA. - Acodec addon: * Add DUMB 2.0 support. - Color addon: * Add XYZ, xyY, Lab and LCH color spaces. * Remove "purwablue" named color, add "rebeccablue". - Image addon: * Set compression level to ‘Z_DEFAULT_COMPRESSION’ in png saver by default. * Make PNG, JPEG compression level configurable. * Make PNG gamma value configurable. * Add WebP support with libwebp. - Python binding: * Fix some corrupted regexps in the generation script (verderten).- Restructured the spec file- Fixed changelog style to match openSUSE guidelines: * Style of bullet points. * Dropped information about non linux related changes.- Changes from 5.2.1.1 to 5.2.2 (December 2016) * Core: * Don’t accumulate time in the timer while it is stopped. * Use dynamic OpenGL ES checks, so binaries produced on newer platforms don’t crash on older ones. * Destabilize the OpenGL extensions API (BREAKING CHANGE!). * Raspberry Pi port: * Add various optimizations. * Fix ‘al_set_mouse_xy’ under X. * Python binding: * Add support Python 3 (Gabriel Queiroz). * Documentation: * Document the behavior of ‘al_set_target_bitmap’ with respect to transformations (Edgar Reynaldo). * Fix typo in ‘al_use_transform’ docs (Ryan Roden-Corrent). * Examples: * Add kerning to the ‘al_get_glyph’ example in ex_ttf. * Various fixes in ex_camera (Erich Erstu).- Update to 5.2.0 * changes attached via %%doc macro. - Introduced %%cmake macro. - Set "release with debug info" cmake build type. - Introduced liballegro_video5_2* subpackages.- update to 5.1.10 * changes: http://alleg.sourceforge.net/changes-unstable.html - update to 5.0.5 * Graphics: * Don't re-bind the FBO in al_set_target_bitmap if the new target bitmap shares the parent bitmap with the new target bitmap (Paul Suntsov). * Zero out fake refresh rate information from the nvidia proprietary driver on X11 (Peter Wang). * Input: * Fixed a race condition in al_init_joystick. * TTF fonts: * Save new bitmap flags and bitmap format at time of loading font and use them when creating pages. * Primitives addon: * Very thin arcs/pieslices were not drawn due to an overzealous check (Paul Suntsov). * Documentation: * Various documentation updates. * Generate multiple copies of a man page for all the API entries that it documents. - Update to 5.0.4 * dropped allegro-4.4.2-agl_no_dlopen.patch * dropped allegro-4.4.2-modules.patch * dropped allegro-4.4.2-monotonic.patch * dropped allegro-4.4.2-no_c++.patch * dropped allegro-4.4.2-pkgconfig.patch * dropped allegro-4.4.2-shared_plugins.patch * dropped allegro-4.4.2-src_x_xkeyboard.c.patch * dropped allegro-4.4.2-underlinking.patch- info deinstall needs to be in preun section- Use for patch(es) %{name}-version instead of %{name}-%{version}- Use SED-FIX-OPENSUSE for sed- Rename allegro4 to allegro - Change Summary - Change URL for The giftware licence - Use for patches %{name}-%{version} instead of liballeg4_4 or allegro-4.4.2 and add descriptions for patches - Add patch allegro4-4.4.2-src_x_xkeyboard.c.patch - Use check for openSUSE %if 0%{?suse_version} - Change Description - Add sed, fix include xf86dga.h- fixed rpmlint warnings/sbin/ldconfig/sbin/ldconfiglamb21 16847494735.2.7.0-bp155.2.145.2.7.0-bp155.2.14liballegro_font.so.5.2liballegro_font.so.5.2.7/usr/lib64/-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/bd02647df1b39c0b60eeeaa9ac92c947-allegrocpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=48053ac0fffae5c80a7bee94387efe5541ab7480, strippedPRRRRRpOY utf-8fba25bdd55a23407a1ac2d566453210a0d43a2d25578dcb760bccf0fad7df0d1?7zXZ !t/ઃ:^] cr$x#H("{A!*O٪LW)ԄZikOk{*dXF^G^p˽>0aIlW*Q?y_ WZ-}E"~dl9۔gBR!t$ ?P:D Jw^ ˫5a"_Ica}^N'Ȑ äǒ0n'":Y~s֣LN ~Ijm꽺OFyocMq{e)<<ρsE/-bmM?8;"$(5/>`p'x( Ӓk:HhbSpgkW=Ck%ȭR"Ps`:GVzt0^,:jw_*BU|b~:7c99t+)Գ+"Spfϱ}:IhVm #Ɖ#\I9ij P:E[q!y7$)ph G>ҙocc3qa"+/Wk J`+Hn…M.$l<x^X]:[%#DHisʞl/_ ݀ Ú#&ZE'Q +7=.dK!NCxssR,&41g9TExV )fv.iHC }O"X?C њ9 goߌ}oOpGM dN,se۔(? )sW6{l{>~αd 7s=5w平mL+}>P}A[dz &q\w= 9^6%Q>ZK+@~_rť~SGho-ѯ^,Ê5IG( ڹSk-|5^34PEX}2r?<6o\z\ oHΤs|g'y`Xm9C"`.Z[|Zۿ e| eYcIKᓰgep3hcSGHȕrϻû2vv^t^HNLyLErheM@-f5~EJ4/늧ޞMęk7ĝHժ~PD*dW4IXZye(G%ho"xp6㽒j| D*>k&nZ d 5%|0ȗdj%a23IJjL]y;"ˤstuEB3.,_fg̘4l:.0@sJ+)L(e)`8r^jr}4Ưat!E 1Jhk̤ͱM/VZǍ?aj$#תy)XBv5> @)e Ǝ'MOydIYr?1^45/(6t[Vjr;Ҭa,z0;!VVRw6\e`cʊ)f!1F[d #BWvޜYz_ B%nS1TvVwPqbuXQVμ˞AKkdʴ9l:dVB˜H23*+2HיCsν"B1:%5Z4knZ .Vݮg~(g$%Z*lFEn6MYUuZ5D(M%z6bYJ 4z qHHa1koP1m@V!r?*.H4ЖҶe%wX9z¬VaT&}d@$*ybnhӮqSHhn>+4f&w ҳ}9 xAtk&sQc2Lp)ݓE3¯ Ti;‚4pgaJeͰ*,!o[-5v_;BT;ŰO%tqXhΤzo~'V]S&,e(18zgpyqzԭ5 Z 'X}>&dэqdP^ 9tATe7mE˰[8~ٵdD6gU*s]Bg\cC"| /~tc)]qyGjP@JG;L5UKQŹ- h,}H/y`wEn6=(9~.Z^vtCb۬δI_K tݑ D%[OK]ȏar ֯imym5'kl*\,c̎bՊ~_-+:ozL,^w!xr'k2$0wo7 B= m+%$4C ]12Cr ī)!3흯n5K!8c48u p:*@!pҿ͚yf~2WTt׶`'.] zjJ ʋ8bxCJk u'gkp,MCi/*~t3Mg$a,,Ϥ$ g :G~uȷ,Ba_L+ŪK)(B׎=> W%LѢ8n:T5 T4snS,>_i$rs+0Yf%Uo"PT5hySsz)"]oE4;%Λ0HO{gOTK_[ tv`xWQ1]@:q Hæ)-}?8[,) zޘBk3cWJ#VLPioݭMhUV)~85 i.~°B7:?(AeD/La{]@HW2⃂yDxw؏XBJ_ mHRMvz$2nfh߷qJ<`.rytP 9flr5еZ{AKq߄}Ka2|.3~6UUHYi:YCSm obt1e+J3r2dl_ю/l?I`z]U[|qFly0 ;YD}(1\˾xhC#q-k-TVf%,I-Q%H0-t(0L ~C`;jv>tG γ?EwQSLHׁpƢ| Ca(tђ[!zg\<]pm{S^O~(x q45=KޓA[D\pj'QF4s 'jz 1ڃb&#f(^ZP5ژw*Qp\MM-B3r.s)a4pe@U޾@PKs0P{I!%&uĆ jJZaɰpC>%|~4%@Lb^~y ڭ>F2lmŸjX=%񿈕S}|y(+G4 F $X9T.'WNw%8):0"64^WҌ zͪTv]҅]3pˠ.W*Z%_w-hXTRHz5i[v%tf,"gܙϚ:F}p/&|k=" ˍZ^vlCc4ۜ+;{ vV#tGs5c _겿Sڋ5BqK>m$њM<[~Z,SLl, %+cpX0rV[ ҏ>i^ThHP`~n1؟18E)@>̵ѿʹ͢E,/UYj"bw/PPH]*fZ/jАc -y~T :ˮÙ"!|He4kf=4Uu)^D 5!]*A7to0#KlWn 1N"N VL՜V;b0]u!LaH!on|\@lO1UN%?PDo>[ hzp]F> ʹ1z,6e_ooG-`UVֻK'%&W eG+yMSٟHM cdfYfz!Z+?T[`.P[q걕#;oOz#1ABXVvc<2]~~F6Ͽ| nKҩZ=C8iJyX78XD,:uւ^ҙ"qb1>a15ғ8x Z¹9/|2*>]u뺾> %C3QZ.^aO]I`ڼcvt*& FY wR&wh;)3SAY;]4 HH@s)"WN0ٟQV}~ƅY U]+Vd;ZUDDǭ*\Ϗ*H,cY dt'L|,wc/sjcͬjx؞s lmG.s")B3FB3wmJ/^"IfnIwp#= &qyjng,*=O5 awC[ayeJ࿦="B/UnEAEAN4C+V%i2IAr3˵ *GNN`mA̐! 0HZ>}֟ PB =TWeg8nD#FTYmZF$gz%GmF6HΗ.*˜Vi~2*)}jOۊNyKOR!f\&;O6S>rݯW5@{8iӬ<)QXUzVnQOfُ q1^mS jF ʲƬq<- j(HL"1iBљ0hi2󬞃U]eOz?tdzWVlg̚sa{?@EךtNd9%/qOU04ć~G1P5e/J~HPԿpцdQ/s~>+1jHQۋ76%_3baC:@(fLy7G]?˥AL%@0!5,~cK)(Su񎈍>}Gezi̲'j]I~A(Ŷ\ePߑAQw"}2 B.ҟs4NXaaaH/e_wxİr7piP8r|7ȍn^kI2sA^X_;^wَz.n4#|=n:?z'9" ? Ŏ;gax5VwިlJ.P"9rd$6Vb<<71'Z{=<.lVk,YAPq '[vpaagߕs؄bJP~er^sQҲ}fGo&{80fW//7L^?m&ʹ]za 2f[{~u ?LI5V+i8ZWV1JzUU3qR$yP2>Z>? *J:׆/^4Fo`U8?ɓZU :urpi'ז x=!GNk@Y{1|Hl[9HX0zz G@f*ʍv<=ljO>_gǼ9>l{,ln]:}e i4z3QZHr\պ..rxv?>5jɡT#M{."zn)lY:&nߚ(I"-ah<טr7]j=*`) ar)Ag kDo4Ǡr-\bṔ VDL)g>Xf:cUB`'DƲ_D'z+L]d/Eae/Ez1UqQѲ+@̹?NoʤZ(iUй&-e|L(F\[*' }JɭKoqvA3e*%WfX 3e7[x/k> E}̏0BTmv2P"6MMú|-PrdZ̄.^c)[s/1CNWX`6"s6%Bu\AW.*܅ }xHPJ*K21uľq1MWԓ4o@Aeˆz/6ousgHZE+@K2 ^Zo,.Ig=҈H/Akj`\$s g/l44rXD@(v@EiG2QeܾnD1ɽm o|;[ sMJ$i yڻ ",H2 ޺JJj(/Lm&4~<,ap;ԋ\ܻ)`ǁH=|!4>?\)AdC`j$\TЛشNn<4R.\z8k@f$vf<}`} j!O:!@yyI|> -(MY] \' 4L8O!DNjkGӗhnn/&N5# JCCɋMcs {|7+olKՙjyK(n~A]m8X /2q*BQҬ rbbx툰>6_;i x,%ơD{$Cqei =MknϺs*4xTI3r_1jW)kI!kk2B%-TlՁ6'KP_rMM0Xf˻]w7:Fh捚o R)?t&lֱfRolֈiuErgy2L0ZЃ6("Nv@Cަ*[A6Q{9\JخCǛF;2)]Ek4stQ|sVݤZrDŽXk1;g(ebe$@F!U;0fPsANJWrݷ0b$q4bOŽ 3:K+{k" >[${fmW{|g&%>"Cm~\9=!EO1X?JLHssNCj =/AREˀ$,C l7]R5yݸTEE3t5]PHhtX *b@;CQ_G򀘆 , P?Aa= XHN`UM5ˁࠣ&fG\b𽉉ٕjWj͸r|+.L$1s2|ٛ1vDj$x?L*XLZnx}~$X%:j8oծԕ"GH:YV'`1֐nePj8^(3WPAK x*>g\Q.-JqDv$bkt䮵~"-rj2I=E8ꧩ`Amyj _ 2)*YxTXsyz9nH!&R בDy[^ˌ*|oUp}^ GYz5o0K8y4v Lm@A~9s=F0<>07(h䅁G瓣WnFԋV UV<>TMؔ;Ҋ2wǏ|J9bwPbN Q_sf,8}S(}v.>RdU(fV\&D6w{ފO[j.6fxho੻Ovog2&CKS/hDԱ]{!Arw@Vjވw0H^~X./w ^gNJ\?jޚjb6vd7dП)ABhex6]S~IN74KxQ ZlEFwFҎɑn @,p:]cM~3I밌ͯn)9R۝g5uAc~wm/X3S;53j+˸_",5r^hx2Aa H aH&A:̶WEc=j752Uɥjfy o\G:R5웍y|S?h 둥T0DlWP`+ 4hn!^W^0ip>KU|xbyjL9ߚEˎ~'xcDQ$8!J!r#&k }wwwf"`r&!VUo&1I"OW!?.G^KU/0ٓk<=ҝձ<Lne2Y`.NyV -Z-tl1Nw`M5"xo,*)< JD ͍3@(L(Ϭ t=˜1Jk4d ̖uZ:h{cq.WA&ʔ9ho+pǮʻi8(=5?N32}aא2@c>裷%d>Ii%R^#`"/ b6[s͵O\a\ ʇS1XAi!H)"7?T   GT31wH1+ΑVܿDs%X.,_&ޓ:=DZ@[̨KUk+X@ܔ+&b6/BvObf/1SlPGl }*rH3Wי婆CɫuM=[/T>rɓgON?.VrWЁ)f/u̒MxB j덼S?[ >RGq $,܊޷vJ(vOf Au(l[|eW TT1pUI"!UR2gpM;g mHdR|ص RQ׎$HRb1w)0+ynF7ptJJ ̴337/'J":e!uiD&3t#5In1mx T tzI,2H[Z6wG>F֖4T-P׭1@9ЂHpX_.|z v7&40Yp_[qڙa2M{bw=J2 Ĥ''^1)p47jT㒨cIݩ-(R4ģwsZg֛ٻ%FCkx?o-ݑ7af P^y 2;L*Dz.j5N|:qkEj<4gԴK兠F(VC.°({g B㱺QwU7(W3TL~fP(w2;uA,3ˎ04>0njuTxʦenbQW_jm#CDuy["}󝧼bTo E:ݖƒD)kf~3IHoI9yo&SwJͧ@NН;='GcLdB_t͠?0FleШ?Almh]!S`1w7::` hyR(X]mG