liballegro_image5_2-5.2.7.0-bp155.2.14 >  A dkTI%z w.Tޣ1o1`'WD["CcGqc{(Ul`DRN . (Ӊ`ZWNU/0UbI$"1A6O=lc9S{.CMZXt/jfjU%B]sd)죯P UruJFqi0ԇ1?5ooWIvKhfZlV9~Ts$J{{C^\>TvVڕ5w_)J>ט*_Ga!-Rr0: GhG,f= W;Sh@4,h  )I:eN[uOuvt`3961bc749d3b73175d94ddd1e7f166b6e54781c6ba3489540d5a08cfa0800d96948a56f070b7092ef84c99ee7ef66e32d19ebfb40dkTI%z gQC~ uCYñR*(%#TJ ¨Hc옼SW/ xxQRy:f-. d㑁;,`oHf>\'_h sBuw9Ol$s`h|dOR5ZBJvsϧj9gGm"@)&T/ d:X<q|Vjp5u.)C]T_{!4:0Y AQ[v!9#e0FH m 4+0QRh rgIJt4_/ӃR!>K$;:Z/Фd'p;rKwݠ;01e&0߸33`YD4z#ΈW6R3['{s0W.v.bQn G&lp@5|?5ld ) D 6G\blt x |   $,'(N8X9:>2/@2>F2MG2hH2pI2xX2|Y2\2]2^2b2c3d4e4 f4l4u4(v40w4x4y4 z5 55 5&5hCliballegro_image5_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.dkT]obs-power8-05SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxppc64ledkTAdkTCba54c7362bda8ef18d3b7a0c3effd1f15e34dd3c7f27c56622d47222f4ac04f6liballegro_image.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp155.2.14.src.rpmliballegro_image.so.5.2()(64bit)liballegro_image5_2liballegro_image5_2(ppc-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigliballegro.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-power8-05 16847555495.2.7.0-bp155.2.145.2.7.0-bp155.2.14liballegro_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-SP5/standard/bd02647df1b39c0b60eeeaa9ac92c947-allegrocpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=40ff8115722cb01c2298b844ae0760540a71ae6a, stripped PRRR RRRRR R) Coc=Kutf-8b7d006c216a20ccf3ab13692dfb107bc5e69f1edb57bd85f2dc3292d397efe93?7zXZ !t/ gI] cr$x#HY!i 5'D'(*pNel 8\ԗsorD^OJjS"PO_ŮF}R+.)j?|ۗX prrXݟ6+t?:?O#d"뤿j{ן׎%'pdUQz4ry+6( t>(0zjN|$hk# Gv/sV%%DhU8 Q+ y|>`]J]̙t"?OQ|HP󢎾*ǩe1w<~-=6rRb\Z`moyót?v(XBRtl1pߟЬrQf~mKF/rrɘ0㟢(QhC ~zt5PGFV: `@=㶬iUAp隖Sn` h 0n݃0#TO1%( \g4z͋3jqQZթMz`) |y7]ƞF}CoE'̱JO@o.E|yIgWM.GWzN`6)N~(p*Ч9ʃ7y>N8$VNT#?dHmfg~2V9b? =ovsfn< l:LC&L㦊e&y>N]"Ô{i˙w%Z1:BTώ#1V/P4͝hv~Jd IQKJK_whzF, ^.T+6;$;?ȧ+Ok#>dT{/P_9~a 㠕U9z/)G43 dU)PtrkEqQޗ(hHO/"*bZrŊ,X-D-'[0+sAU5|SCLq}xW"#Y:2 XL=]5Ȝ>S`[ER)U7)MmB{:QRA$"vhn MzWYS+(ߝr\ĆHfRr"rpeXG&w/9sL M/+̽Kyv ᭾IBCm߸!rfXxV>O&|],kxXW8p*3@?ff}xS,,>j$SӜ@r,#Y'Ʀs~*gT>.QZX$er")kvcrKˆDKF[.o l[t37#Ƕ&fSUU<-2Hmt9ar8:m{P2LJ Gx9-cOvf-[ |&[" 9 =QBޝq! Q t/2K[>Pl5UIdb/X&0ߓTN`IBoRmzP6p*sGtB7m- _tiLrXM}vwb2̩5,ErKՆK^9cu `krVgx̸m4MĶrNJoH60h3]-T߼pȭ!tE5K1CvQ*Ǖ/"W2r_(4IL#_^|C4Xip[lyy> W sc[˦^p/9$+NVm粢5`T{hpC3Vkmς:o+1w&z C[OVX8)w:-L$xքbFF^:kyjG| $37¤Jp8vS) :19h:9 8dcvftʮ~{}@NHSj[W^:'esWFsF빍Ƨ+ G('O^^iu /VC2>G'js>k!2h'EB AGrZdId@ 7FxaƘKu*SO1PG>u7D7pvJ՗N$tR KeR&p w'7_ߪA^ +=pU7oGрajYV +y-k5 >ӠHNIuu &YFR6H31Old{SGş_';Ϟ 6W;ٹ\FUf[FRڃA_? `|-^OD'!^Xie~hj]aКav{.ܵ)eƚ$֦RFr^|7FK4[H.2̌< +c`xPPFLS:p*J;ݣWȰ,3Z\<̥)ofAJՐeo+S+nwIJӲ9ߤ+uˁ8/_ʕPy1@#q{mmAxW4;Zu"qϊܡw0NAszḷmiG'x&´F2﹆@[ǠunVѾx̡VC8&C:?0!Jx;\5zwcW {) aZi^+ {Az] m s84X$oiɫF|kG2dCiɐt͋6U>.ˌVwiRTRRG\c9h>m$A<N !lQCٗe*)j$X*/hnzB:ROf6;ƂB+aݓa%OkHԔ"}@J<k)r0'dvIaQjHs݁j8>sG E':` k[ ;tk*}oxݔ,{ den Rjf r߄'_DF#)*Z]}^ Mko>a3"sXR|΃_.:=jU z,#)Ow*nSnC, B+܀d<.(~:8WAŰ #ᬁq+-}l4sg8F܀:?HUzh(zRW&c휩D|^>H1:_|""e?ݞk¢]! @0@:/"lufq.nޣ^wz΋/Zf QyQ2gWa9(y,L)T,$ ܇,t_u,͵C1ETwpH!Q@2[:)TiCWG6W-,gNKϳ溑LhZlD݌] Meʅ2vQYAjwj0FL)P^ 3AX:.֝[@8}.͆#vOi,r B79,/.tf-Q7=䋃TBYnd`wt!o` j5>LMz8j 1,_or /,DavpmPoW@D4 aс1ckz[0Y9߷Q 1V(h|T̷u;iM {o2(c_ ril{т(Ş ^1q)9)gaXf0k|ٝUb#,w.NCDO/*QHs& k}Th(RˎMS|MMv.b*E=!S#| uKE"?;_`o?K[+}'؉ 7'nRC Gyf\pxxF"5ϲOk+h. vV rBL~6PvN=DqWwE*.MjW4s'A)7 ׵$]n|s \Q!k/Au򽸥r&nj7Bn\5}~@1ƂF!; /buK&Q5 +.hzlF 1kb?_F$9wX!cju]$cU}eC02Ҡ 2c%&G$ kz+O/&iZ3begXwb(L6:͂[, T l[@^^y(Z]Qk6͏d0yr1/Zדiٰ{f) ;:KÉfD~֨['13j PA@BJoG)9jIšʭ(CUiXqedNܑEe(z"6NwMQo$4z+033VJRW֒Tia*vosd 2DpCzC%p{ xV_W˘÷B?+ Iy9riMŎ!.9{?ޔ5ICSs`f ,C[ HV\DXqsz0JQuۥG'CÙlG@!<0G#ttl)q#ܻ<*BZaaI&uWrB\‘zPI'%Zj 'zf~ =e T݋,4OaeƏɼ+a4LW~ 2~!@,FGE:o5'nO )2Ҡ`ʽX`U@’+ӏҖw-G4|oϐ997~2oQSzrhaY|@ylݬ0ٹ#g:'C)TteV߅goF(G~CZ7foкnT/ Lc˔l3;oʗYixŲ=b%p2y<(2n5uYI,E}'$'l`I|arps 맶yWu;`j*($l>zT d1>siUF>!Har[VFu2PaY1e.P A:S]˴aΌ Ґp!ZFғ܆&Weur@A74Mud*/Yx{pXL7mQX4VKI8#qȭ."jbR3)R,px)Cj.! ss))Xl2u:UG⸹aI/IŸfa>܆EZ)0CH5S瓽F >YD3+y.WPҠE81Bh!mIM0zu-7= l{WԶ*qiŨ9’5ލT)^F2l8$uoC(@ؑ4Hnf!_t~= g~b,rדAg9u*0  n+`M IdQ@PϮQ( )߉u6?*Kpux#RFoخBϧџ%)ĊӫD ^C.:2P3#i8Ad:y?pD ko:[ji-"Ӧшף[(,%$gTK$MO78j{@婈Fc^l21+ؤT!U.O/F, Ib=Y 4c>zEXqJEa 7?`ZKAm6)cOG7f{[,;=4/vg®sS) )]Ml!.sk$6ŹGI. ⪧5Z: ^U?Xyz)hmVEe,dWGĤnYa߯SB *ۉ +P%F R<#9g0I^QUkIΚ̑sOʭvx7fb*U<ԑ6K$:o4/k$MfU9SEx[gʉHxXp5Y*HI]vWv+@0`EHmωoCT{$A4^ѠXԞ\^A6W6eS~Z'FE Pp` {|#{莴q=sxuZk& !HQV&. LE_ÜwH;F2%PI ԽE2 cz4suسDqE̓S6Iͻ." ߚ$'M%=!ݪ^p*&!mZ$8Ϫ?ʇyajDIX]:zJ6ʺ&ɢ+o9&xJLr~KIPlӍa=HP>YH S\~}V0Zy_FXxUԴ)/.%^Wֻ3Rz;VJ†LME)d@w&ɳ'D] BƂ?hqBKS=Z隮L2q?iR¶Z'Dfv<%#{31#cͣH wSI;I˭+'WjU{yĚ<0.]N o`Ըn<':xzO\ЧW@ғ{Oǥ)FO$y&E7fDLq~Mӑl#YAo}/޵ʦ?f NI })ydX[zJf#QA}`eAz=3Cؐez*g;ǥ 'CāOw2 uuka΢kG類La!߉X?D@ރ;|^ sH|8'{W*uݠԆE]0.ИgwpU 3b0Xd)/'Y]tuր4 t1q?ڎ '"j\qU.xK* eyPpE*h)D?+eTA=.L[`&]~jtZ=6ÇVap( ԓK+揟A2}}eͦ{7ɹ#Jۢs3Xf9>`>fETԟօb hkXg}0aYg=s2Aĝh'uwepEӧP#?%gNٹA!h>wdve/qYA@p¨aol(7Qt;M2`8ڏÈ<4_9踴>pޣ0l'+|z| nψG({2b;Mѣԍ+YWLO3|ЪVTwc3׺ΉMRu ?=ɷ4ۦ[fO d<|KT H d' k*`L|N<. 裗kÙT+\z,2>X䞈Kg:l&JDOlKf|x62cނM Lj aWQLj" ](T5T0HrCKup0 :&vlBs 3h RRl樧PA+F@ɺPhMK۹aR0m%wI +UK-_JqI Wq |j15F2)t%"ֿnq LlJdvAׅ͞I޵%v3ijG>ml}~z+aY8vDOLLel]S1偆1 Q^g& 0S jFi]TlN-VSh2L [o6~~hS nL:.EhoE@%cvFRs ,g+1\BG_*\ܺN^b>U!at1C~EEFPcyP@|å@u{ybQԶV\>SVr `]v7S{Gby^Zzëtjqeu%x Zl/BFdTIĒ. aַ\'{@_Q)M3Xq9y#>UFM9X[oN$3r3%?2̍X!/Iӱ{BbX"3A )8[7,y3n\ bBH 5JHWM;L6iR h.Bاɤ.u/j]㿂'ި,w z$! m3W .{W϶dc+pA? f42 =4^IN<ޞj9AcX1zS;xf Z \ny4,TLNzjSn-FokTi{:L(k#]zhūt)`DVȓު߿$OЉ{!p&Xfbhɳ-g2acMYsu6VسŘW`1R{렔B@ګr(e/|ϭj7$}w]ZSooAbfQ.PEUrs֖jҬ7[4N!wb&%jI @s,ú K{,Š9J"єG`?B pJtv.HlL]6Ӕ(ɰ * I'cAeX)vUZ$JPn(u3)Vzl'joSC|k Icje|Qz$)OT L-\}wKddoA*&WLGЦI!o0XbR; ^=.9rD-mQJ҅uXءēEw*6VFzÎy;Zj%IhQIqj"ЂƦM7JIKVۄsJrZG?DpB'e q[! 8ߥb9vq2,@ZǼ\ pFyTwFäbh_93bR :Ow6_t:i0#W]2}5K0Sĵw P0'm "(EJmˮ۫#c6pMO]e'"zX${yO^FʼV6TTǵqy a0G U+a;6_ rOfyJS /S $)l7+QmrU7Y2 `[i/e  ɹh،q!":WȈħ*x?Zxwu5=gk.4N\qU"Hl0'>ql_ }Z4!#9\pȫ> $|dA3ӡEtQNW_^1þ+9 3˜.5ra44zWH7&lc+V1&)> g=A0_@Mqw%}'Hw93Cy,>lxuÌgul.6X{a}PXЖ D&_ ;^ ͷ}KȜr(=m !|;B\(uTujv ef(oB9Y߂Y{d#"a`/=wq#T_)5~bCpVI_} gOp N NdPыeTu%V+͉M/5rʑ^lz[>%8ܽ;-P׽jb R)` [ED]Q!z|9ҁ&nrgqewjHp9ueW>ϯ.剄<d{A7t໎Q t:"ʓWRqo.#ZW˛dI{ɪbMg5R6L֛]dWmwA1=K+꺖! N `>UD [*ǰQeIК=_aťczZ:Vg N*9KOIIPG\[f-V*M䠔k4}1!B/nC$Uy|ջD暉 WyהqJekX6CPTٷrd^M% A O/Ɇ &p`.*v)عzcc+%*Aا2cHեI.RHN"UYD]<g?%T([HABm[ԼXX-H> 5^ in2_r Tdz(9PLʲy3_MT8_qem\ ɇvP`I( kQT@(Sx;uxәJͤ aʸZn5XhH`1{ X BX|̎< uLh2+[d-*Ԇq|A1([hg}5HM5M0}J%z' ] A_FvA*Ը@L{16FXc>ݖ"!_ٜPzL4k4 mQZ)n)_ǀ;Z! l=a`HTm~Sحws1uSyB}/iǴD/&Bk=W\Q^ǎhgw0 ר& (ꊙkͅF9Dn>,髲bCnaNm]샠Kt!wkj2WB=w[R)i·+KlX/mir5eDO2m;ThldӝGR T K+v~2W̋VeZxlCɤk@cHɌ3Ȓ):%'tbZ\?@ &{qmN?gc_FY?ITZt /2[EE" V@ӾH{,99{sd9j"=\/6<<@a;Zp?#lH'\ qjA,\>Gv|fxԐd;&׸2JGr~F5A4~@0&`rRD O^ ?6&X89dlc> ż:ni;M%x_(GVC{Zvv'bʯ~r(ƘJl3%%M|Fl˝ LA$!7}l >!^.m&yex$ߤt_8tk;i|7‚O`@0z2sd-aQhB>L!SK Aa5rzr#'ƯӒdE+E>f2l4*uz+-{P*M5ܼt`{AC}CiWSD,8\( ; d` #|gS,`3lc`J2y̟0ꥺ9Q1ɁnFJQ-| Ԥ2QG t#3]׈*kf )NGA\~;~F⦺ @+71hZB3M1HV3Ɨy*&R k,la/i4_#W7ZLjC Y=䍽%Pt4Lqk0g0t'LJBBnl5&Z>5%lLdDhxhRC7Y졳aT_?oj]B0v kqp1α8N1e6*(7:svWc DI_me? 83 a.%|Z&ay#Gt'>4Ԏj-&ڻT VUpR^9MN񓾝M ]6[>4'EDx &Z) {hkD$xAWMH3IaB5fWx ^p>ڦxA k@d"Nm/_Wg^<c! =9X(tA'K GPMz>-ۥc=C+.cC8nvtQD~ESߍOFAe%#Kj bJ#tDekl, '.ce0tU3k@Np]qㄪUM݂s&|Vд~PB2#<>ۭ:a141ds*.p4+;vq$”i3&_ !8Y{=t)TYW\k~kǶ.Y<ٔ+bLd0a,XD7 ^q*3'(VԳE˖ėRIkܴ$BXEQ(golc` 5ʖYC?U,?/ڜY{M СHmkSb;e) s~[#?b'&5Ua$LR pjSjqw'V3we'~7sEt.}u_hv7&Mt֧[Wu%Ys+-uC"ӋTBMx?DMNWLOczpTOj.: /wZT+q`۲?B;O/z]b,D\I)٦?tA49h? 0}g1b╒K*u&c/RkP]ӎ{XEP{p!qn,-b {5zc*d3 9 Tdz]"e6jDZI,/W"5뺿Z̺n@8Y tcH.Wɔ8x%)<nK& gp77X~4f._UPԈnx8Zp^K糞 9L|h2DSt\(y dejTJT"` #mC3h# }#ŏyԛ!6 58ɝKWn9\Xޝed1VhP]R7_ eg.d<{7Ysf97OEHb{o?ky ~Vb .if iD(IKS-;ad16-1̧/-ޣ Ko,R[26-;_8L\TB]?0W}]UG%ʖAUٿ5cciHDU$flA1nU4,S-#C'c(&ާ@eNדJLHR@t;2~8F)4eMg|K/Xxx?jke wN}ZTV`J;ʮI'0 t]ĎRA;< u'-Q] T'_z: Հ.u~9QJVV_:)>ނ zgGYЧ#N|Ȇcf6$gw|:ejRV<ţa vՅ9Be0MplU1 ^P* -#Ҵh^4ϙ"\&7x{H8t]0#b&|u3+3n57F@M yՖ?:mi6+6!BO/oսiiv\l쌋Sh)V%r~Y^Ka. +zЅ_pŻo4D#,"wۥ =O ya1(y:V3;%Tnw <S q3ZKM>spݒ|]r q`3mgFW}i=#C/R5Z|@"x3]tb&⃲-W³{%,ʚ3!m82 {?4Y:'YxUů[nMK6cڵםW碯=W.5Ti{RU{j<Ȋ[D[(R3<{MFF!~:.!NNp&uF-򠑛%|c~H"/𸎁|[_?œ+pc R9?UA{d n)xnnc#_ƙ$ ~o3AZX]sCEbZ5D3ArRa' 1<D Љ=l-r߿xhA}h/Ǭ8&\kfХ]&@du~P֨=3Z<")dTi^({aVf^J%mM 8JJWhc91*b=}L2iLw+fO3賾}/M.Lf €7koZ"OVnt/C9/7t!6fe;,KCCNZm猂(A H?>i{UMx[mI5 @8|Nȱj.G+H&ƍ<>wlp24׍SXQ} >nJw1ߤN+пխ|]HcØ gw,J@1Ŏ'81<9M6+!8=U!etط{Pɻryi+LZv?g8P0 $ iE^;D;isz\^υQMuC)<4<56ay~_ qpuј#]W9oZxm0þ@eb.*\VX;WUUBkB#8TFIő!BIZyd"!Nцs&Kg@5@crFD2PtTA-vTS tG֒n!Ɩ}B'n6rbWLc]y9zQr:iXPa +,sh%~ɔBl,BNmDxg7 }_bC- , C5>VKWk{fT|یMGxIB>_Q ZAb"HZ"b=1 :I}/ [LoQw`e5pQT&:D>mobGb qɲKhoj3OI""y>D@Ũ-*dOf#0=AGߨB\]#_Qww&+'>+GR?(~RwN ޝ$g_u%S怬2VW5r.7ԍe5rG'X.|H&Ӵ&aԃ@gl@#4f-~Ԏ^I ]9 5|p1 (S\UKh݂f)p0!^-'X*Jt}h ,*Ί1K)lgh"Eh,@^ UB8Uh+OzLW,;Cv~^ .¼,qpEIt,CBقt ={i"[#"$)gb߄3띻崻FxyQCR98> Qv3stfFV^pu )0>'xG7FueWdET"aQ|ʷkK-1檿j~l$̋.oÖj,G!9lܤDpAk [JH2K~&o~2`Pf F0(,}>.%X1,&Bu-i{FQ"(Lpċ}[_BPiݔ-:}v(A7_:+:_r,kUC5I"O1Q]dwO?A&s"Р-WNp=3)_}ghJ.IH+6$TezY8f]` ;"HsHY( k˗U HI̪:?yO!޹e$mh\0[Bߏޓ|02s 6獕C>U%2 0(B crg׶'|heGrsZ`FXT3/_UƿX\Y7`YZxꮽT{oBFHQ.f-.F7Z@zJ]2+ÅhGOOXRx'׳U/.OA:C감];P:k5ӂ@?70TtXy.}|AEodlGw:YRm:ӓ~}sOʹk<,.^#%zyĐ;=429J7f:pLep(;ӈx}ռ8 p7 LvxYmrvO\ʡE{SR"%]ҧ%t라_x=݅0kns9 Z>0|FPZcWa6JS%Y@_1YBzThy'"KA ?ԣW}M=g9schH'*?>CDHM?-.85܃HA"II/ )YT\Q\E- WuX0H̋]AOۏZ7NC۞Pp}.fCr"Eoυ3͢&:IݞR}dž{|z= )yei%Q ͤ9^lz-ZP/)-.}Q⃏:ӄd Jd2aes hT(Usۆ <ˎ0nUW8 #nҒaM^p !*YO}zgZaLףfaWNa@MS2Ou/Cl(nQ6v5*Q~ֈ_3Cߌir`П5@GN\6x{h7Dmo&?iNem1Z=p-X=StyceMRkLb[27 ?Sŧ-JI9Y*ipo4d7Pf,]nnr M2u~%"/]5٥£5 y?c9Zi6k0F1/I w}%A\<[k)UW};m{%$e312z* t@u[ $3UVU>ZK)$Ww~P}CRmBFz%ez~;̓olα[h NSUF"zpJ-U ȍ' ˔&khx&۹!GPXp: j|?[V󾩤/dG\2;r;>Fr&  n9..=N.f,570뒓鴵D,xqq#qr%<Ұ_ ˫n"Jz18!k!!CAUZ|%0Ҧ_Dmxb}p̸[@mY !=JfH̶ ^ytKsxuVBBbױ&!cNg/l~Zr,h1ǟW >3lNIJb[M /uÂU+z7]$ ntOq{ n~įc1ۻemakp'A#Z* $:l!־ 몫S8WeO=Nn<9y7Ȧ5\;A`By}~0 zң;a(H"yRK$Waַsp&N|OLkU_ocz'@`6D*,{ 'yA/1`vѴ`yM6 rF>گc$ "ti-SR+JY!2nS-/?U[O M|oOwNʬi(D*%^%V`#h#Nv-´_?+Q%}RT{8e"'ߒ%|Q橔B3rFMw3^jΈ> 3ui SXj;hBZ}pBRqmT Lwh${PsQ@ Qu)0 ?rW\m-5J)P,iL藳j.MF'J9Fg~эcMWDt[L~j6ґҰr "`>"~FZiQsa=;cJW# p:bhQ{gXּ҇P".>;A/o|h 2'#x88vKv@$\%N˛zz'Bu./,Ҧ.phl{XW`Ogb'X?xGl٨U k\cCe o2fY5*?)9 ͥn-SP/X6wm/e$)G«ƚ||Qٿf&{W O*0bcjaHJ8f0:fȎ7kB)3~\ō{ K.C]"ˉoӦ|5QQNY| 2hu Y҆Ol] X|!/o:;rY+ D*hsy_Й'm'x eu}$V2Z}‹X< V_Nf<-]2<FoffZT!6(uSęY)~TKXAN', 'ɟy=hZyYTՕEFo:/ ^"6+!#7^ևrG,-Y0*t~&t<}3Gi Pmླ LPN ),d854rSyfjgdǗ 6I~(P/xIcvru`0bcju㗃 ,7H7gs&ۨ.k8Y>7]wVRPA: vL7r0.<5KExI-Pk;2(O$Qj#dLF)q\ѽB.<7ԇvefkJA7G'4'jqj T]-H3%:hC""E1&{D_\W>Wj>,/0,jY/[ߒ-3Vձ<|*䶢1Y*UH*lX.;:m55.Kp:‹=$)5Yy6{̋׫3k>i# D `vMNAIA DAF.W|/