liballegro_image5_2-5.2.7.0-bp154.1.56 >  A b|^!M@eeeG8\"(6`Mw77Z1Q WK%dx0ewJ_%A`+J*UuZ].XbǠ"#B,ࠔ]Q'ߢ$ 8xa;WxI;Ӛ6rD#X(/F\Li:T]8{HF8 :b ^&e8,i˫NnB9kmbF $3IĖXEt437a4ce45947898bc28a15219f0c57ff083662bd4c6c9a2aca03825561b77843c8c7ce46718d2e71f947ee7e01aae379f97b22aec؉b|^!M@eeeŧ[7Ih X[R_:51FY{E 2 3uZ>FDl&fK"NJXwfuoĔk:t6,ca -$WwS+s ͷ 'd(ҿN)#m`hcD (h@x)xB[Ac"#*b yy%ty5SI%v7e wT`VK >p@5?5d ) D 2CX^hp t x    (|s(89:>2{@2F2G2H2I2X2Y2\2]3^32b3>c3d4Pe4Uf4Xl4Zu4pv4xw5 x5y5 z5L5\5`5f5Cliballegro_image5_25.2.7.0bp154.1.56A 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.b|^obs-arm-11`SUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxaarch64`b|^b|^38da9c51730a11976b5dfb7e89f5a420872e94b2379dad40609a01617a74f09bliballegro_image.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp154.1.56.src.rpmliballegro_image.so.5.2()(64bit)liballegro_image5_2liballegro_image5_2(aarch-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)liballegro.so.5.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libfreeimage.so.3()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)libpng16.so.16()(64bit)libpng16.so.16(PNG16_0)(64bit)libwebp.so.7()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3a9@`@`x*^h\"\\P@@\HW@\E@\E@\E@Z YLYéYo@W~D@U[%UXTT@TTA@Martin Hauke Ferdinand 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/ldconfigobs-arm-11 16523178785.2.7.0-bp154.1.565.2.7.0-bp154.1.56liballegro_image.so.5.2liballegro_image.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-SP4/standard/bd02647df1b39c0b60eeeaa9ac92c947-allegrocpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=49035408f1d50532d133168b0e73ae71c8ffa13a, stripped PRR RR RRR RR RR0qde̽+vutf-8ad868dff466e43f6729e92b6cc5e8745f9f9d11a1a9815192375483e5c0c966c?7zXZ !t/ Z] cr$x#FҜ4m,wG2S&#ـ=רd's?vƓ_WbK\dMި^̐Z?o^Q5`t?s 9ou9̀^‰Ǘ|^šW<Q|`2ݭiGf騁ɚf0HrM{u;Q{l->#mbc4ڋ7&;+'L}v" n,eϧhb x:mL{ʯMp [α#ƅ"$=JKZ(JrRā-#i6tJ132،] o^*yݼIZPjgHQmfǥ cq }sh Wd Vה(/!ը Ƭo5H&?\tj,A&8"R zj!yfr. E/h\{sZxsߛmM5d=m'+k5F8Y ꪃZn_fzozetND<&L#xt73Qs4 *Hi_в,P sm%> {}|C허(D,QkC5*4<~VE¸fx].kN|ob!ETS uu4ħPJm7̮Y"n%5'wgF:Qkv>oKtSt f8> _o .pV=lTOt#w<O2\4*_GN|wIg rCAy]Dfq"03EAsI㍝@C%atl0Nh`\cs;mq{)Y/Cȍ{Z:b xa -[Pns/XjvtxZ9F(ʐOQt;хޫ_ㄟ 5w>-a/jB@ ama.?sqX 0>z8%28UIK3>qF0M-k1j9wz 0FgIk{L5Ov 32fV&}6H>!o*et ?UOax<|$훹khkJDKQD#-FgMާxx\#k:,UvSo5 0X~Q@ *)(^Ofxh;lFcQBD#ςni)E z f]ܖ Ğ7rƓCX,k o9r]Ľ̂D}f^e*#,tGL"n؃mU@X=*D^s1nb9ᾂ#=lu2 5bDZ<5ٓ$rYwP\HLcZJb-j&&Dd,Iׂ'n$"RG ֥(l.oZc4 ЄeZ5t HJe{⼤e_PHHl'3#呹޷ʉקDD'zB#kM, WЋO4 Z D(ɿ-׮9&A+R(pW"D "_o}ply8kG =~ z 2]O̫ۦbzo@g G|ˌP6A: !{qOHaƠߕ?ۆIMhj X w-<\-.x3CIʩ20i{P6@kl$)1dvTp RԠ=;$Jֳs,XGxKӲk%37Cm'7*l[V4\f&hFe JM _6 Ovj'=~|Fǵ H?JNt?AkǒAk;HP.txM1i 5{E'fFm=g}{L+?!^CÄ+%T%l]cV5 V@IȤwpc};kTlI?,Gt8t3"7B լʌB; 1ΌvT_'RɥUI*c%𲁒x!#DX򋢚'F+Z]? wc F)P&_ӰMN%/ݠ)HtQsh=%~ݦ\C:;( 3M+M1 [ qz s;f֗Z8~nm,߷jTR{$c1ޫn'z4Ljyt-PCtz}Aւ9>-ANbHJ 0T{J CFAAd{ƶ62Vijmks[R"}Ri<^>F!f@ NQMSKqV3Pd.Y|(N&UV)nށxN ,"pG]ry #og}uJ8z5r Sg6\]&G{x6/cBQ!ԖL{=/q'8(C+TJo)9,sDbwyw,oUl)Ԟ8|xW(u8'B<,f@s S>d/[âd-Uv aG#&/ t+(%n!">ڊG(t5f*AVW$l>̗ޘ %|{.[$=6^?z/u;Y844fI􄰵~O>17h|֌z_פR엸Z" d JQs\p ]cfR"`6H'iQh^^LtGb9ȓTtqOGg ukJ]=B)>}3HAEFM*.ߚXY[9;Gnh"-i e{ۇs? ="L#?[F uqyq['-1l,ko<36rZCz UEGD$~-(9S#RZ0b0ϕ0Rb" "Sq=FHi b\klʞU̘Qt6s4 8 iC̫˪<a LHXUh68Y5V!qjU{ThF5{ 8PъY5fh +v*fbYUND[AgdF7b4u:kQ!d˙墣h*9\Pw7 76macbܴJBz(>l_!]소<҂-a!L'p+ymmV(qPa(Q͍KӚ, J$vt3c ,gKmXF.|o_0D1EP)7GU<hG߮D125VhEL8[;r@yxZH @Vo{qQclS8GA械Rr#n&JPM3rdr6D's,8Vy]OaSCS 9:*%5~ɊOqR YOZ8KۆکNPi6gZ>'azj*h"9x>iH^(|xD|Z V/| ,lSFszOYSϲ֦X<02 &>d@F?h }(QVeauLo*'͘*mx=g2鼶?g⑿~PN) WzU (#%pvS*=y_ qy J_?5֓?fN1Pv׮s)fsisJz/~C9.N9C*K);y#)Pmeܙ%1Q'%{2'\ 0YKJx k/xaa"dp;"lN u?38ej&dXonqz:ky:7lㅝb ֘",MetLRgMI 吤9.FQ#D~@?><.$[P"ٔsdwMײUl0fWWUZCݢm CIB#VfWMzM?Kewjg:+RxLO,(gAwwNOB];h:)J/ׄͭ)~٥g&k@')4d`=m9oN2tw`ck>~Xdx)O,&(2jPKGS8B'͎;b$r>.G;YzoB XS2Ǡ5-PB nVMފ=H`hb 1 U6 u0DLyJ"N `TY٩3숳xW?mRNڱ]_aOH/,zC2Ls9RB_Q|>Ƿ4d7k Sp5xאrަS؝W<~-v;\ E^ 7x.$]p:u=O˸f\-7yt)Yq, R8V8 Re)P{{`aqLe7&Gl,'_u)ތ?5G<@WHV9TgMG 43yQ .fUwn@ʈ]VT*9]LDv%Tpsa{*tluIqWoit-|̓$C5<0!,i=ūKL5 c;6ͭdJ`cDes\QwD=d^TQpC jz3zekjI V?$QbZS^R&gHFJ+fz^t}:Ӽ[Kx]pVI%Qżn-[q+Na`-&SQ]-,ÈaoϹJP٦s/8}A4H\l|+X/"ԙ1MNn钫 - "٠[< ud?*-(L&+nfǦYs}ă{tt`f<~DO ڲ%V[([՗!fsA"MM>I ն.8WrGE[ #;tj52g,{\?EnJw*6 75g&b_awº2ɹlz(^JX b89xlWx j2' :]V ٴ.)C!uq%'Ϟ~hb&1w=!C\qi0 3a!ۓq/s-9(nKc+zݠ֫M:?}qmKXJ6x+"u+ )t.f/}[|,9`ns٨|;" ?g*h f@BV5]W膝Fd h7mj0r/BS8cx-cQU&2FqqYֆC}E3]њ>VI԰-+-qNpc Q!ws=Nⵙc'`ŷsz*Fzz@vmvLAUI|ɉ>7#"Q3Ug1fyVQeYDƌ2γMKW frVsSi0`ZE:Mmu`R~Vx. fq" }&%EKKo޵wP7&#+q*8$$`4E Y,SS$@QH[!.ى1t?s7+.NN1@S;A?Fk 1`$͂ڂdwW7})&fo ̵Gy_ g^͎w#!\쀻*>E G5#r49G vyeG)%jYf|,$ =CK͝\i"{vk666$ VԿyVI')+ɋDl\A+Np:[e:Gt&^i̊jF eT27)zN|5a!b n?lz&X l4@*.0 aA[nW|Q J"ޚp 8QT`^`W2{~M~g>?3(VAkMhmX3?[cSy3Ll̕2|%ǩ|FSHcIZI|YA О{C XEefCBaM+vc9|ua0&y8@ i%riE je]ͰvZrh\Mgh 9SVNcNYs;ᭅ.0TkNmط4|nR@E+ 4G P#I, Ͷ(=2'≔I,,Oofl9֡5XQg(@KHOQ;Zlg3} |E|r=I/<-WCn%Sd3V|F *H!r^, 8=Q'ViX0ƙ2vG&i y3W8m9O` ]l9|7xŰ %1eSJaQ*؄(bVʩvk#D!(gZgQl\1ۅ95kuGDZ,\qiyYmF i_hBG|0)#(84}WpI c>k# DV>'ɛcrMV2NzSoɈ |yc]mmӞ%|ՐgDžOM@q/(VtHM[|T i 2qo|b,rI w %!}~mjQ.:j(Kol*`zTe0NSj4k uM=E/-('́ >{aeG% /Q$& ǚ&kS!(uƬwOkFv` .t4D)s!6bw'Ӽ:{0%ۣT'.a#\܊[D*Tva/H]xQReVstcAZګoȎf?qSW>vpS4m&Kҩ/!rߖ [ēytzmN҈PT/X:krhppS2 n mvDH;p1y!B.غb`rrLVD_c+[MfOMcłrWWo7 @ANi. ͸ !¦UԦݿͷ/V{Bb@ȟ8i)V^ w"g"y> gX~[)3vYJosj Id4]Bcl>4Jq$;4ZueяTo;POr)0\unvVea}oפc/˖9ȧpPS&Aoaal$RӋf %+>ϧtUH#nAۛ-t^s#(+\~:%QjbdtIä&6~]yHv=~w]x橦6|3-DO<{ra> Jѱ%<*OO/@4-Q O#*-x"[z;yf_| Bj# [oKÖCgOHf&)%+ z_vZޜpD)>}禢]Չts;0g1.3`_˵ejm'r\O:4$!XRT,jщx>Xb&zg*^"}O-T#QXɵxBiJ4v:"֠x6ħg6TyNM4+Ļp]'Ggr`:D(gйL(i{ᄒ{!KkQأ8F 5CPlmOA'K$ 敘Cܚ~KDwBb IA_ jXXBC^#W߬rZI6Ɗmq) g2.φRBC"#NfOs{ \czߧOE>sOPJi)Fek۲ | x&9Z)f@.h$%@5Rs٭ɏTܭ 2hbgqDUvzYk%x:g9$STv~:.x珙St9ڔ)đYӍVC5:z݇wS8C ]4Ps>U(x-8ɨQ$Ee~TVr.K?ikT2I6\+~V}5vZ]EMP~PAb9c~Ɋg1B[iU=jGD$ ^VWFWiOhRr!6::Dl@:ŏ X%4jUTW=O_1 ghO* VMN Sf;OﵽW v<^v Nh޿?]l Be=#K"J]gx/ddz{ヹ-KR9`WEߠc#֮|(tx{[6(B{vgxIYS?!;:b*M9Zͭj|u}IZ-,`=1 Zw›$6:}.3K|B^ݱrP ϓm ˈ*kt w( ޖ]5l=ŏ e"#"狭!^ș SUaX#kvmXKʏ^6%M%-ڬBzHO gI6l\ZlB.x'Pָ*i\/,g\yP+G)n}QN騏D!fb"r]sYVl7"Adi=;Fbw$3_" P7=l|9ZѡOIP-%08q>Qѩw#{c#3p49,V΢ƁgefI{;BmOW;e`^:zF)M.Axy1iR(3ue/֦ŎKd! K]dSB-S1*LWgbK3 eKtxX|Q[}j Fc2?I}aI%1t*.afhkzMa±ODprUBG>mdw/|?A;M$dK:--aAqH?=F~Rc]uuo "=u$if(Y"p: Xkr8=`QN*O'SGXxٚiot{T7ʀg(d](o٘ա㝜~o)^,] }ےjTDq0 t;, )%-ሬԯ}'Wt? X6kxPsԷU" 2ԥTlUE ڰRm]@Bn54[Mp]y3PrlneŜ=щj^ePBD7D/ᗝo|egnU_I'~!lA8^\,Z1s] 9,XAvO;uQے@A`Ij`쯍ζCzNF^$;Y][̝] !ɭ@kwQR&rT-Sc>0 |G,1&d}ByEyԐV$>̮h|{yWfaYL&&KJ~sGP&p vA`HO xf)JqABa'ի78UBr4$sXkCu-By\(7u tiJyqcnJuC;6@;IrBT @,b8[HJP\hmKsܽsZ;/g V[Cs^_J#!,dznġ:Γ"&Py $XJzdx)AThYXe-]"{%yQlN2ᮚ>KRd؂&b.aþvBxLh;8A<է]ZO"vU݋\;IS$"o E15O^WGN!ĦzW8 rPb-v}Xo >+<;b?. єs=xWxǙzs̲۩*Xɸ,\boP㚽l.:X:4OdqE8.'_rt- iGll(iq{KM?uUA3 W:)N,N+W;$la l[=nV3J8gVҕ} ^ #ܜd -ж"wc3#}^LA"s9i@j$ 5`kgx,jMbhvYɞ-])^uAO,Nr "صJ{Wwd&Zo.Etػ0(1u<ݻr b(゚5%qگU:o~m Hz!Sx|L $W)b(@&wS0{.ξ0Y@Q tN}*Y 0ڣTKKD\|НB=HR̺14䷅ي"l»uشUDeĂ[}rYm ))"($/Ng3Da@pFaʎ^\fRֺ%aEcsId^sH7)H29g[ E@ErڧoXtp7_Ti[dnZn.K+ &9Kjy1MʷM:XN)+l!b4I _2 x'_6)[!h;q+;mW!i2ޟ(̄\0FJ0w" 歩.J(lώ,=Jmp\` ( a1NZsZ!$B=f% s\ʺ:BN6IJ"7Lͣt&@1nxA.E&աU)ɬiv7R(oli>7~8[ͼȆ=-)+YcZ$H[g[e^ȡ>ELNt6uÞY,rcD:Wm>o>[qخWFEl=VS;QD9"-F KVhga 2** H?z)ѢUoAѨzz!Cc>pݙh橹I'~8z޸NK݌$v&>7HP1ߪ2ڟ'c4S+Q`]H}K"`2 ]gkN+4 B^a]C5%fg @VV66htκ<A7Rg=Nf&uPXW8*3wC8Ca@ɶ[]U/t \Ѵb݀9GN1j@(&pVZmSBf蘄Ոk,-x|KZ"-m8ȟDenAaneMӡ-V0Ŭ*8v(M yF*Ui'T4W&6nh?poQ`]' ?l)yBVpY IVj59Zo':)vӑ hG}0}S ЪKˡg[=RaFP(HEVpSvYWQT2V7@]K2©%h\ V Z^e? g`@&v/ܢ+H,Rg,g*]8XPaTq ;U4[nl'%AԙʀD9TE:: ;_|nh54߷)YQ!i#OQ,s8v[힓Q%g1xuiVam K^MęW1r{aNq °+YY YgrF$ DŽC+Ԍ%ʤ/7ܣ FEψYOӆ/w>7/+,f9/5 l3],r䔧 IWX5e)>o61>OGK̫He2Dm#q&hr؞ ;JmbXj,Za&4uOQaxϪC+)Dr aWcKQj<8 9m㏸:?N~"\K:$E~>s%gحxFLVqWLu3J˜mԄ%"ETwx|ynxwEݎi #[*5uS" ^owNrj{7Λq$J5kW0r~Ij8gj|o: h,wtiM?پ=Py Pف`/pG@8Sds'-HP{+O _/LǮ(y@2zm·3 Rȳ>D;{@2fߜ. ǽO݄Xo#'# ,6.bb41}PE2:_( gIT,AM@ÈB)ω3volHt}%xC+@'x"w_O`VDPBp5>_h!={h؝JN-H"{8j̦z&B(g0SO^4QȎ*jS%ZOա|jF48y 㴕43~MBGї=ƶH=_g5I|bG$T*SkЅ5 0$#K@ԡjнc"xz<1x SXG0 P7F_4N֚#e$::ܐm{:P4v7RaM2LQ>.4p}`ڎg~nK:e4|UGt`99z:vX0+5߀!$ Q7\!zQdX2Xq^'X#K)l8C7ץ16Ma?Wի*ܗWoFᩋ R?J Gk.s#}4Q:OX*FA 1iL&WVpB{ MR3V>bag OGCp[&eB6ܴViu/үK7ֈRd "y g=ʝժɐg|}jڣd>JG(>qY!x ]oE(WisRY/O[ f6.=Ys9{A_fbBqI/>ʼnC 컊[6=D|~ 10s7~!`cp% >9ל:䢶A7+x)+(gad-t 髷H S;BL>9%i=~wH#$#v>e.#ܚy;U|Y[~ 3ž&3Qz<35^mR d+v]Sh{1yQ 7rc`c0~1HœWi`Q)}TۻQ{'l&+3ɌMrw[&)}mƱ'j #wڷ6#ɡڶ)\8V+K.Ix;P ?qCPêϊ{ %M̸7R.G }1M j)?. vR`G(Y`ILeU;$XR&mɛnf+ -䞦JS6et. or=,)Є T+[MbnY8=7+F"HIO؃FG c=M'VNn wuSە O"׀%Qx7eNJH{+Kmzr{\DC{Y-.]Y?7ƊMiT*D@PaXnD;Ah>,[enl=UCɈ=OWԎ6(s& z?]٫aUktErFqp8o!0,In>`qz.Xu#,w6^G"5(*r>ea n;^ޛ֚Ozl?A6]A 2Υ;ly#LmRkDI@CZ7 7Fӳ_U7J%arc3 gɌUJ;iS¨,"5Gϲ.,H+mMP׮ּG@xjH7*F~炭atzxDzg_[R⧪pBdy]1םE`D;|,7D˛~9[ ' ΔԵ hM*N$jFu)p0oBX> 08 ܖ惛8}\Kws2F\Z$ȘwnVֽ\H@zEoGUզ GRHO=r*AN%G5@zmF^Y!!k[$;qX1fݵk5q+=>LI3X&A^.,Ut^ȱqQ]~@F x .n1h0\sKӟXv_4_!Ȅ+m/oS,nVa۴?%jʊQ+MH7#gzY츽D SYC'!z X &->?9byI#wmH6ƦیMtaqJН!S I [p0ev[dx;iL4ʀ TR)爮)#YP^2Fmh<={'jGTrJK֠uO1^]Ѓ^kw?|lb(Uڷ@^ھXn- `|[3"KA3:+lŰ4U/hwEp-J{4Qk(T٦w@O6ɜrDjo5 v=ٟD7#(v7"*df$S--3ɧ&\sg{CKP&3Z/ B{)eya%DVrފ!~nK]Na+Ҹ[K1 oXЈ 4P=X?z,_GUPhfnhƼa>[Kѓir14͆eWʝcx"8PФyVox{*y3Cf[,:<7w|ws}9ZQ:q[t^̘]FmJt-R`i2$ŭm >7=+6i}0|b@f毛EjHLR^k>W+#"1do@\F EjIL 5.pF,M W֖N|`%"AFscǥXDzΏmEo>YԣhB>hy;@1]N9P/䚸\n%͌e *(r0k^D鱨6'AXsRo([(6 F4nIy鮑 ipx\j($R\鏀D3&Q1{GtRRqMKTn!GḠ<5 )ĪtL3ApϱL%G^>_0 4D֢;.E-T{ᒶ YZ