liballegro_image5_2-5.2.7.0-bp154.1.56 >  A b|^!M@eee 0SR?0,}Qbe{~aAZL_rc|\k8J[yΒ:f/J.c=~^a:r*R(1e(kHaJ5'P6Ժx!d$cKsiI!=+` [osC^۝vcee|%7:ص53 !m9,e EժrHy=6xe 8$̓ x7W;oC* z%贱̅mT2qpNvf\Fq0Fz >p@5|?5ld ) D 6G\blt x |   $,'(N8X9:>2/@2>F2MG2hH2pI2xX2|Y2\2]2^2b2c3d4e4 f4l4u4(v40w4x4y4 z5 55 5&5hCliballegro_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-power8-03SUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxppc64leb|]b|]fec749ecebf3c85774076f1bb227f718aba9874899f46f65480e564b2ddadf1dliballegro_image.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp154.1.56.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-03 16523176405.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-allegrocpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=99a1466299ed4aa2f7e608b58d380ca5a7bd3fa6, stripped PRRR RRRRR R%#Rw8X']utf-8ac32f6f8a416bdcb9af3d53b0487796efe2ac54ca3aa0d9b4cc69eaebe661b1f?7zXZ !t/ gU] cr$x#FҜm#kH%H?h/'5GkM !HdlrN3V=,94"Slig'S9aKHjY0V8\ZU"/`[y?HZ õvPD×@0|gbm/` ghR pR,Î0+9< Hź/] `Q0, ›ܕ 6h^j6Uԫ͵?)<(mof,F3w i;^FN4Vz2c+uchX(:Ȥ2Juh)J"b`7] - #:"/@)0JJXV_%g 22&/FQ6q]tV-P8D !b]h$77ێi:=B&6@ ݚ\ә[ҧZJɸCKܾ՟3)y+xM~<{vW9*%>Yk8>gjT)ȋ2{(lPR6"G?]2en VYsIi! j5{1ZM^`M53M/)t^q4P/q8K&p`?%1Ձ;(Ͳť6y2M1J^Kk?wH'ݺȬ;`7J;Nd4h`M6>^W"nbGb[ ϽMWX:4{Dw…KWeqG6UӕX{ ܣ =VU}ƍ$ dujގt-Oyc\''Jfd yjZ?I,nȏUG>j||CueN(G:@>~]vu_J1߄k^lp[ç.]xh1OsC;sӶgե W<EĄy\Qb.%*P2/ #CCwr3L 7 (5ǰ {붤-PJ&cf1<>"MƍM Jo9Y%AA;eaJ{݉$uY rT >~?Z-h"*ndN@n%O Gf@;ܐizћg"m{9GD+ϫD'D t|'C {T4צD64O "'zNP7vnD:UrG@!鞨bLz6(_څXzL-g</f3SqxͻEk[G|sI^41䄏Qt~^Vc U ^ܕߊ/2I%Zlc- 7YZp7X%<s 7nM 0Rf)rke<f[rC4~\LQ{Z7p̉*ZQ̸f2C|9DZfHPy($ٰմ"35DhʞeLpyDkfQGA%0hK=OOl2k0Qmj7dR]Eu ܜJҢlfQ5;OG]Ε%0]3ٝicsMGQ;Y_rci)İ/K݁/}GH F `p ,Um;X]J:` Gh7>wI/dmsx )5\[j' ;VC?i܋tME`P"hÇDKPS~DgHC?:R+,08<1+fux]eOPU;ᜌÍua g1O}/SuaATΑqMďhyώg[ 9Zzx|T{:oB21%.>OY٠!-d\FPb97c8aT.3(k$p--YVa(-  ]$xmu.>i㷙߲˧/q+ms.ߝ2h)#lHGXoT*laM곿5xݑou|$VMl7zE^jGg<dze[OH4gTF $,[CՊAq.i{$Ǝ7c܎½<\0f}`:()/nN󮺲$F joQgntzՃпZtl ^+b9]oxq3e_]݈V}օxRl%Q,RRP41!^aqI7x`T:vr,DqB1継!op)Y是xRؗs5>qe2|p0[II<@ "Oq=kO0@)~mJF煢'"po>2Ig~|gafTiD]:krܹ LEX 6V+x'Q1Q{C\iYRAk:WעP5 x?,)h1cc/a{1Z~ $Yic,+s5iI7Z=3ַ6H*T[mn=*omn|h9!&Y_G!hZ 3<6ٕL,~1 X) Vue|ګP'@-~I/iv#|FyVF>)^bW֯g2R*!W &&ޅkQ0:ϙ(XTۙ.pآvIBrR׸䎭dY!jB1$V_FO~Xތ%X v*o3VHd_?,)h xC:6'KJDp#taqbg\$pㆋOUMjg[qcfj D*&~J1ѨaAH QLHf<D- ^Ieh#?tNvU%ݬ"ȝ_*ú $ͳSU=J~L>okƑp+"e̐W1Y-?O{ j#ԩ(f/S"ב>f؉ 2.Z B⳹&_}LWkېv8E&g.jx4! {))1&4C/{c)UiZvC/=gJfTTRsO:Y A[k)~-~7% Q@h(*{,N:6v)>H\m3Q[fp-.nFJ*J] 1ܹ 9%L~C&՞25W~p{WʠnqAHv&i" R=eNoB!# .Kۘ@`d'f&ыq~0OLmAbHO8+hZu$t`o]Xܝx9 Ӓ2/ԍ['?p H*z@׼BWmo6Ӭ/9 +@5}DCOÞ ӊ9?_2in^kRz2Zg9cb/(][B~,cE:sV%}(B5|/+J06;YdB'su(aτN.'5[nZbY:[RYTgl bH"}u,rB5v@$7m!NX-ti:ϒfF~+*Iϗ" L&^u0<>n6S)Z זOQ}|_w4өPu05 oP3rB6rWtK ?øS\lF qs ^{fki@iLCh9!Wg9gbHW6V]O#‡OLϭIU M4&;4%)YrT|B$F./U3xϓ9bq=$:wyG% +%m!^wt%-z4޻Mߟ/[jgRUjf.z;FMzZ@ ӛG4"V*JYWm$Wfn%ynfDvqrʓƿ2'{Zk1) P&ag4 AW TyV1<;vCjIH#‚}qJsiA/ϣYF`q4_@[5ͅ_!A5V1HG]hzߟ5B3E ?ŁˮâOn4R!@QF*.}DL'zqQqebϏoaܚFӣ  !ZP4޾"w枿35Of{}<4/1`|4쭫^Lb%ѽ3 U$dV|%27ZJnn.Yߢo9miS_?E.xyʝf_[xlF+ ޜ 8ὀ7S \-)M۔K!h?65Ee?mѺ$wkn')R,FKss:"1U/ܭQ߰>bHXcebd΋yE1$J(ݱ"[F U``dgd˙'S،`!4<96¹c)y؞x|{rj-jxky=~=n# 6JKoVSX02YcFijmzpVr̖1LicQyVq.Ӷ߳!>7T]e䬝ꈹd (&R';O^~mŘİWSr@ lѶOyfm%|IaG;U2O%}{ܷe-e%.t- !NهTʒfq$ly1V1]rQ^([br {T(%~*Q V58ryoWOq2s  B9]6Gc_@5LKa9}CĠD3Ҍօmv 4` { b#r*8b Th:! wN`*:p}7p'nm8mvR ։'?5'|mKko(e@t% ˀ /mӢa-~O1|XW;" `xy`~q曜؝+ g:y%9e0mGqP1\8?Zv;vVou~Cd&aiB ;p,]xF=T}& )ݛVQ;!ljl J,NrO-4hOiAc|&# Ʌ[\h.OcߢFjwkIxF5 RCADž3Q. ԖO~4M ŕRg:ŝ++7=-σ3f:M!F,)wpqڣeXQB @e):ֆ>"*UN1*NXh&ZHz0ޗ)/nL"$' 5O *;✯x i:xIw /QhD#o;Er8`Ruaa{N^B#F7PVJXASrQe\ l ? ``f5&CDӎ,!>3%$p m*[꘲16!ޓc mi9%Q8Qptt8~F' emk4K1ס%Hm=3xe'p34`ŖcRGovUǻlQ`1,>Q'1RaoTsǓf˩*'jՄ\ 1 b?X[),zh$4H0 %$|>KSG{>EQ!>h׿"2O1{<=;f@9 QeЀykLA(4]_-s)lI[9>#si8-Y xRZISlj[@ٻ~>6 Xe%LCC}:g.кy&*9{t (›ɨܸYo|Lk;?(?.$8+/, "a`*aRSG4 _!4J'LFhmDN`$7eʊX|"c;`I@DN/61wQm;C[GO%i*Bϕ$}S?8$DXGբs|hd#G)ؗ/<[:bh.SW?`M;Q`OWqr^B=wcGrpU(>U3#B>Æk&"JݤJ=ywl?4Lvqh$1d(qntp(?Qld(CvN!su֣fSĖCw,h!&TxPseTwMlnƂ 0@E9CSrYat"kH`b{BayZ3lg"Ў ,ZB+;(jRNfl@sx4--sn9мM 3dz2\њMހuߎ;$$N|qJphK}*_ -So忼z'WpitL1)uGW @J Y5q,]*ZLESe 9Q; NPtw `IM2kj [ټb X.>@F(4HT ų.#:JoPhrL6hfhl@w_CFRBH t&VRVvyvcyıC{zmExɡ{1i xILvྩ3fqw_?]svfL>l hL]$ h M)|SC45^nIzHp^ B]vi$,`&#N85Xn?Yov1:eBDj̽a~4dKu79`tNO,F_Em#J(/fxQ?9Z-XmLXSM F>~j yt[N}YK_mzX`Eb5堹., FE^4K1yL#ҦP|h"0/)<|Kgd5S<|^Mg 4뤥?'GJ5ESX;j"B4whK75= -y'KvOq)bJy#|]q_@.B%˹}ګ=MaOi9zBLW: A ͯDTkfRmn:_W]۸jUݜ1b3K'j`ʺU:{ x=]l+0Nj gerCLhvT|dj81޹>w7w3sϒ1>)IT}LV*;ײᑫ?ta)nѫDž CN'Ub"3C<"C)e osCP|T0MlQS4Snekj e&M'pxUZ^YJkHEG簍_@!T liV8h AށHsj,Nlp gUA9Io3gPxC(QVӡ7CL{$2j'i$@:iNfߵ!dt (D]^?|R׭!@5Rogqu==cN6CM R.-8wPr+0`u$4[< 4hRŖ-$v`BFLʳؼ_m]֊r ];v,'昆uGSL*KY= V8+_}v涡`J[Vd B]U&Qh慗(EfrS:YY](MWo s}h  Q:z?.ӪfI7^o7 ]  0n1; K{/Q'958v,n>[n~j)q$oVb㧨@=f fSXXeIQB ]#Gkwj)$qՍH.󉮕·Pjst#VGUcj]Le{=nUJ6:rs?e3 ES%YlMdb41b56l4Zes$0vB{JIt ƻL=BAoB7 Õ9 бU'E/O S6 վu,cx~V}O˱@NDX6oӒ011Rɒz*nnw0Q\ȯK#RYm̀u8 #+ ƳSzaDz"#]i;/Wnb6uitK} l0ߠl{Hn +≖ы uglw]k=A>]8SNRe>foOν((Yߥ:!\YzVA뒋:i{F F1o&a ۥ{#A2lzQ&oIw^؀yK@t* Go aXX~O::V,9;kJO4;/+G;ݩM]xCUa 4sEf|/`l #]\ؼi`-9e9E7L:`i'Q:$b:ы|^:ވJ0BVIj`.@`9G8EYhm#${'Ho\h "W ](]z69yRq|Eh8 1moc$O:wAFZl=~W纥hGʄ5\ӭvTbBO HҪe3AcuXs C#oly1ORzXNV)N:g8~% LtKy;!%9n]K lC3F)*!\)]ݡY; 1w6i݆xDRP54Q'w/.$׶Q1pCXΈ9ܮ`3.]*,c< w`FI)*EE;#Ȫ}໚>OBVN-}}GN[\yސ:hJSw<gϠþ#hE̚d1ґ(J'UPWguKlYc}E[Sr Q͛ϓ-Nsȏ0H EE{=@ |/WIf]׽PWf.NTl -ʉ: (h}PE1]Zۮ ,ġ 2wN0EFQ8+ on=HZ4ь Ũ_):3/#2 ̈BɝS0 frR奨áSpD(lza=_[JJ}yGqB|Y@LT5@dč%Nr8ϓ!J.Qjև)Lgpj  s"/L\`zw%jTB9phN^?H޴3,ZC:xl[ x:b!e=Z8ARzN"3m9VMp1ln/#d u W|t;UrQ~ZLLR& 91SˑeW*e.7WBz"hY>,%em2$( -AMWs l?WaZ״>{4O XAMJ=W&)|aڕr6W3U*Pxf<(,Ǫߩ[NncFe^`Ό11e}Ihy3!b'?cXFU[mیr{ku[%߹Ulm?oiޖ}Cw]K.p$XQ~`~ iEsKğYσ5Tk}@NE/[ǹ ueKK{D;^o#,TYط!x (@vU>۝uiuGn@wa_(V'Laj ij4ld5?%~zsUtaB wNx?cͯps楟ap/oo9w|a8x9 c>5?LJD?w#t<M"NmxynB#0C| `N!E(;qz>{8 6e\^W~vIkQ+Ks8#ĵ*z|Ht/!W^h,Y0 0iO .p(ϸQLk]c;?prږjL8 ^̲qxUK\~GOdlޜ z=ztȭÓw-K޵&EeB ",*v[SڹA1}R?ۇQ >B~Ska,pί7پ;h)Km54%C)?lv6_e~޸H n-+u)K,^WIc-r(~2;ck1.H'mc C &+SL80Zg/Znzkim(!RN>(o"zkZpˤ€*Vo= p#@WPoFh2~_^/pDs9FLH*"эWqْR _g~Ő\̧g%!tjc@*ft>kVif?Ht#3(*`E!]?.Wh7 TS|ߖ IAsVϾAMH`fn^nűbv>lNqcl8̡Y-C9Ɯ2No7+~bc5yo.PU+w4e =T|fZ-7y Q qz,՟|#9mb7Mq?aKu$RHvƅYko48 da->ۿ,^=ǫ֚} g7 CSt&?>0&gq$ h҅+4E*ax[S%y,+%G:3D5ċБI{ܱ,&@k.~FW!yr.dAnU$E[}W?ڳBK+h/Oůgi C#R cFMeUҙG^pdg駷>Fq;ލ"t V[1f@Dcdfki^".Z׮ͷHKZ6\?ӲL|M0p\})}.4%t&qI;HvxAfQh$4[2y-yN5wݘ=vsg?6'W@28zzԱVyp><*O`A'GFe;J ' ,h2읉/e 햸bWOƜ!*?\5Zeˠg]e(*U@uflJשŠ=,co _~?eTGnB<#9(`=*@&k-G|47#84g>n3 1pB+ 坼k ur~.=&|#ƃRb4+߳A̛/T;2w*qyX0r z\`=w5qYRǽ"%1OaOL2T' =Qn? 6ébRfv%Y ozjB^r{/ig8q0-7ԫE<;bb'6qsc#z6exX2m Qu7%%S 93|ȁָ-~=W&-Ӆݝqje]+X_t~nmjg--\."*m)r9V;W@UaR|7y5 +S6H>o{ vbpDPWֳ>mh(ӶQ_v{7eH)ԗs)Nc^M 8ښ 2C~]ϠFo3 yFeb#WDMe0ԝpMgz2SЧcc>+=ٸ*2^Âf.&~Id[pYK/@|Z!瀚Q0Vr4zOZd5epsE1;Dmݰ|\2I4HRyV6rQTHlycJ 2tdOW.M{N<$Ncxcj/r+eBL3+H0|I-IP~}jVn*-c 6CR*C(#`#AνȲ%s6!VCk !YP,ck?ㅍOuq>7U<]qQ!s8Lgר|T9`^&gۋ{F^I7,uĖnN6z` _׷5GTa1 p>4Qק.VIqVh?;' 7$b$&B~!`pCޢYieaqLu*t~⛱p̍߻#2cvFSy(Uq`MY#k *a]F61 &Z*>vrkvWV}:;9%N'  k(?͵&ނZ<ͫk{ }g/s؁%~+=&0?b{jn,RB*9NSȚ\GIiXv+]U{ GP&&H<;r 䰰y,<'iǪDeo`'vl]yxLrc7{XqԄQƌhJꅿOi BKg);-Q`#Fr\ M<59eSԋ=kf;s'+-G[tWYiڴn,+WZW}qOVdaZ= S/6+i7=c9Z~:<١+E٤ oOC)R>%'ĈwnSߧ̆ S mh~%k!*YC(9 L=1IлW!0.FrT /=Cnר=A2pR.ZA$)tU/(<| c-H=NNx̖D\(nފRubOPZOzzPMLM~RDvLs#T܃K+{ :ʎ$~i-Aa™̌t2oO;Xed$M,(AibEyQ(.:wq0^ % ʲ_,+%F /ڀFH88xNt^z΅oݣ IE[,RŖnT'xr ż5/ZV D% :/ч*&nVL4'W'?NoKR>fEJz*ZmU9jaM_ j[%sEkaC Tŕ@WU@f T:!$TH23m#.m=ЦLI'M߷ ׽A6XmMSul7%fd Zq\P̓{7SM%v B՗EH nPv 3OEbyҳt>27R*`Ꮪ~B}QTZiі*|VgA4[ye5b2l/gt)?""Z/4wygoV/.w :N-܊7,]T'L7ų_)>pb@{ t?2DeE8k  {Zz-I1I:@CBl3B>CiܠKTSp?{CV~1W$pEDO1L I%j(BM:c\@| +{' l c`w1g:.,W=.&?P/iZ%) x sWN@ E We,cJTFZs|Yƥ9rʅ V })iP fhMNoɽU; ĺ3 d颅Q!epͅ,Lٌ"|SLZ,֎,H<(x J*-oTGۯ~Ju-̚g-ò20*e0oCx,ƲրZZH׮"Q_k_*RdOtj {pXںL$U3)+݅> kZ¦p[)6lBE3>~״\G5X3ڍ%JA[p޳{DܖC0苔'gfVhzB$6*cdXB<&ꮿ$XAIw,-8q4ޱppex#;e:Tsx3Jco,ovaC2Z0e"<0Te`e*f DY/FfO-穀an @z|wf;duR0Š*XpL^#t8MLvF( , LZ_-EWmu<"XF&e9p QjؑSW{<@VJ<.l¼RK3͋&ź\0KGh랬f+n?.(@ʳ0wٱ=[9Hq-^q(T<ˎnQGpp qv ];xlvq{vIp._$>HK9^s IY}6=G,䶧,U%+Q*R|[ݫ3~٨@ԕi'ʔ@r-lhgeAid!H 53lFıqsXP 4f4Fa^K>;27TM7linT$N/f76 "f_A_)d>^reDB;Y5SR$r}wQ6;!z7߬Q~ۘQJL~X5[Nz_?"=Zݥwg<6ރn=mB6vũ~ݯvPp$''N&gݔBK{Ƭ"Noj$MA`'X5%<lD.:xtm-;&>GM3vO:8 jIdtC5,z5Y[ ?eNrsy}୳18)Q0}ZwQ4- 2m؜yS0A 3 [QCAN ͡:JzJl}5chh_i }=da 7wWPa++]`f9XA# Y\:o)حz=IfDa1Yw$HoS,k5=ëh$ wNI(H JʿK)Mly-V {KCq:B%I6k˙baeqT4mWq4骢rYv|Ͷd ;ߖj~ԟȄApcZ\Lk"XD)D9yL~Wv1vw2V&6V5+ߪΦlXF{8 bv7F2 JSXY+%Isɋ{QYO۰^#R5{4p̫#z WU_6۶sK =Ա̎x{9j J4k,I7]iKUKޡȤ)SOL'+T ؿ{@Pl팴XKf4wOR2թ}֜60)P /X`])Dm6ZD/|S]=I N6H<`~U:~f/?Lvu.m~pPO̎I)70NMTvY̥3 pշ_Bδɼ`T+LMg[uz^@X\(j,sh-eA<`TϾ qt '$R (ˣ=MظfWm{w4M̶1UN^R)gv9¢Sn;bo;.|ТyMki5p"M4+]H.°Wnw8zSrd6/1WxF;^iB*xo>C0PcVz~nfn?jbLKqTN$垀xĞ6e ږYin/WelOtoeGjȿNfzr8<,3*?x6 %tJB\j褙غVQX^6(˽Ϋ$ k/>R~ k6Zӽ)сMRvY`Sj']P>PF̚u5?nnWE3;R&Jn}Rh>RB#!f3".޻yppg w4ЯGXj%r~%Jie!ӎ:N?}f.W4H3(0Bz|Xøȕڄ*oD좣^jC zBVYffv5Uq|[ΩhĖ\M.Nr{*fx3|m ^,zU{Jm_c̱' Slئ42GH E)+OqrC:{sEY7y5~];  1<_e}[:9DUs: BI"V[~!D>16L=pVQuw