liballegro_image5_2-5.2.7.0-bp154.1.56 >  A b|[!M@eeeh=TQye@}}vgB̶!0'sC:3X% cx)y;Gu#\b8Y^Br Bg~6al4 ()s6a36]΋,-S©`:QWj) |`A Lv Dj'MWyn{4PC7s߶x3ʪ0~7謦4taZ񶇖*Vr\%>˂ݫB^ JON79a539610db2be9872813ad5d8b7493cacba91af9ad620ba2b58fbe77a0d393cfab18c41d7a74ada5358e668e40ac7bfe550f4c2b|[!M@eeepCs?fhxRVjJ;4 V4¡KE oYA $@ vS1E=*s2#ٞ SYr|LkN ҍ~ҋK!p@5?5d ) D 2CX^hp t x    (|(89: >2@2F2G2H2I2X2Y2\3 ]3^3Fb3Rc3d4de4if4ll4nu4v4w5x5 y5( z5\5l5p5v5Cliballegro_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|[$old-atreju2SUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxx86_64b|[ b|[ 06eef2e3ae385e67b5690dee6a9d4fcc9e0871d89c0fdc505dc8f4664e9fd1b3liballegro_image.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp154.1.56.src.rpmliballegro_image.so.5.2()(64bit)liballegro_image5_2liballegro_image5_2(x86-64)@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigliballegro.so.5.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(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/ldconfigold-atreju2 16523169645.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-allegrocpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=97f86018324984d3cccc84bc060f028df83f2f11, stripped PR RRRRR RRR R R RkpήD;outf-8c58cb4752700ddc6a544b1d086a1e0f836b85f0c46a12ed3ca8b294bca2fbead?7zXZ !t/g^] cr$x#FҜ Qޕ0{J/~ɛ s}J~oԣ[Sk$Qy&PRw!;81bKjBɉ- b ehYmzq!nnƇ/=d ),"4йxBh#Q`?Bj'V`?P;w 0*Gm1:/¸Dyzn ^HTPfb?vEz Bu 1.yV4:}_ 8!GΠL%@ 5yrl#׆xr1VbӔn0a.`%Xlёl>u<<ҿ Ίeq^1-vo>& E8 O=1tR(VcȨ'.vD@I, CٕI=Vtڤ`-St][o~[ h (;̈́H0I)'MarGiU*i^-_Kr;DzMMFo;PR8,)Cѡ(vQ%T[#;}>D%1%{\L]@b zFP;G?6 cƽC첒DZkִx@LޯUs(.^aOl<o6kDa4 A]:By~n\Ԧ;gs1x ,>\dCxŝ_$yt"6,Y/XAT}ݦ9˱g{dv6a R0|HHp{wy#[vUa0ੱĄKTUU;Lj>˰t֙ hdZhfJ𪃺$,֮0qמ\l{ Zl/7c/*{&BیVX/Яu۟vӤSPۏ; ([D^( " 0up8MeL)ۈ+N)T{Ҭ)/uzB+BDFr}D+zZVIp®m`mj=J- %3;eoWF#M+`,hF9 TkiR?p~фf!O5jj2+՘w(#T2G-,ޞ"Dw_m) $*(_uȡ"_`ѷ^P>2W ",u',k\)jp3%ASr`:}/z_]rk>i'sX0ذ;75-w)H ߸j3䎻IaHWsɥg+=Lz\xR".=y0]|>L-,PA08V͂L$'L = *Sނ6_7EJ ɝ=2T.1;ٹyA2O,8pO'Z9a107%-M%dU^T?p@?{tjz:SIt E9p\:W.dts@7F>LJ"0UH̤Ҷyׂ\]3.3$:q#kw 2@ZOIC| e&Try|"oڬdK-Gc &)@uf_a׍S~WyX|譻;QfM#"8uxCf}~kadrrfg4^[z32%G5}5˜!p,T/âmXZX*FMX+Cm!ЯRܾ <tK͖[tfX! $@BjQV-(3fnvl)ɋ)^|M{+.e&- n\⧮޵(Pr@oY=Ҕ_Q%`c}n⿮ё ,2 T\j/RT1z5x"k>5[N(QZOo͹%E:3yO's8M_xq' N7d`OT]Dpi bbfu=n5owfVpQMCiTgV2ƏmmF }5ko$]svb%6n{k{e72f>%KZ[rUM)4Sjw7{3v.qV|.eq5~S+UfP>$9a1 /T31wgE/L9vnu SNlo)Iu (=Ǡ䖁傛s~rꆄnSYi&~:A>HM ʦ8~AAUWޔ@^ #igV46H:t;}@=1;GtD&Gb?a {Slij_\DKUhhUWX1(֜5;"RMrub"f5cGqYq+x"xTITY3$^q %|/T`J9f#8n? ča˗Ŀpv.qƪ*PR?B 9FO Tml択iGH>m qNQ[^qq*f߳D-e:+sc_y|mNv{'Rz+dh`xori@~m5LAJCX|܋RTLjF$6*J,0uX@B쓥P$bɊ C3cx Y_"<1n"52-eU9TҶN?qD+4)${.KZ~)^5]$wR-J:QzŁ~B?{#1I~SQ DN%,tΏFyy?1;2;25#6`{/.F9a[V*;}=9R"ԗkCQ:Pm/`qtīľA]Y\uҰȜ!?oJHdh R@2Pn SFYTE+ywQ|"-w ʌ,ZB+D2O'ݼ㧂eVDI,F[nۦd([sVY-~lBv5rL.2rKjw\J]6Dwf6Zrɥ:1vŽx߀Y 8h5z8_GҮ6$dY(XDDe@m/."-r?[sMÂ`9*9Y?>~īze3&"Ay1U$E,y@ǷTw,Bb#>: Mt6KގϮٵ3ߍ#^ ܄ݛӧ>|ԡT@$%jFU6)>O綴_;Ͽ/g8K{dZJJM~dʹGlx"0j\SZsI hfFhG)ǥ ZIΒ*oL:szB[Zd;LNrt%ȑyaᦿ(9g>Nƶl5`[6U^/7F`F;蓿qD}[+be{ӽBJR_mJ'ی`ei2CE{,ZޗDH+L!{8S᳻%;OF$Kt]X}LRt]Cgًv h"P|/H(+~ﲈpIIĦEH^C>Wy5=kj)ږo{ .ooUy =\6ּri&/Q/m[tXRQEJVY`x Ӕ,.ChEBoC݉#6s4!=^0Z`>UdP2̉QxGoI1ʨW:ZNXZuJviD)F@m $iK+ ),I k8\aD X*"<=$en!9;{>8 ˈ ?b{H8kĹn@*!4Qn>T g<™ǴPcsO2 2B@&#gC@n@21|*vK. gYߔ! ̄?YG *VJg~Vu. VM>Kmock YNYQ õxNYE OǬI-|_/*Q,9̓9x0=sq!$(cIEZ(P%/#45o=8lkF*FUee:ũk[bڷ1;n;\N ),^"`$5:9$7@԰,"թv3储8[;ⴷ(Iw0*eW:T6g^ߵ~fшt[ݝ5EYyw&|ˉ0QCCliKS]g>:8/6QcQ&֭Zx1CVۏT{p# yн0<@2.Z&_DxxwYp#}]_Ҳө'QKv'vK0=3 V[k46@7h]1xC$Qq\?yJ&Qk[UIۆٮ`u g[ubM wDxdr5E2]F3x=NLySK;gzyZU_IlHy:hSW"#$f>):|\*)ˉ*BSZ64 7xo5%3QiSW(O4sJa k&30QHC*hm[D D0kh{@Z{pݛs>K3?X;Jy4ܗk?aEPB;{,PCP&`aL q{>x31IH{gYb W"-HBPkedr*{hEob|g'gR*=$6e"e\D}o|o>p^ 9556"LrFuK5u1!ZovMZ~}O%_@%8xNmPA##Ra1d-w+(mc >u%$1Y42@ꯕ* WۭFuYe]u/#!om6nD[2Gk(^.Lޙ!+VκZ\4n`]#{,Cjj |] {ԑpPL@3 BDߋ; [팧"3B meR$ G?|;FM~\@w~XwƹfWh@( CՓ%m̭#sL}Z=JM*ㆸjN<>YV1˯o!X-3bAf02Y`,;.O 'M`bFV\طBmnD~9∑|GIZ~vy+ %;&C4 w`~]5K6.͍Ha9~U|}qty*٢v+ m=zZe-zg w;,s|cebbg/ %T6~[e:k;Ymيj~$%] fono-Ώ}G79lE}d!+Z~1AƲ5$&Op&vtZbˁE?"IE$!Ht!뤈Pcƴ)+@&dg-$nzΎF(5kzW"Msfq9}j]*e&~˯uN_vAo[ X݀g1. 4iwU:tT0% j>^ :*axW2Ŗv?^'۲3ep h6K0U>.~$Z1(3e &uh lkPiB&H:PJUsM:(z]awAlJG<i"K"vג;.{XUaOMby(s1*L8;}D8X;;` GZ( h0桽#Ӻu8zT>+.Nl&`INSq,RD&KoLy8-Wn^1 ˌ@IKXq{2(!ok:fB]׭io(JOs]т`hD+AOZ,'w,iR1 cɕk>QΟKړ9[J 0ڍ/Qj/gI~c/n5Xa>o h|/rɴ mC[ }d"38"2IŲD]1޻!5wX_'0$D A0b< ᫘*i`MZ![5ط}w!>gUWY`QQ6J쏲YOqY.PvZfEOC[=2=r]߭6kz0>kóR\3B,_Z([*&Q~,Կȍ BoV @#G97ƶg~]m$ϫE''Si:~fvs-h`3El@ckb @d7༐~wx!5x Ѳuoh*[7Vw8+>˭ZҘY,t[ UpcM|nzs{%QaَjS |n2HF垴/5)!*~V(Ls. &\Dј%bR)Q+:V,OM u"*#nERk*6^gz6uMτDFG5d⼈KDŽ9;;D8P,r"QӜV,a ī: ldOXE?O z[ǧQ١lk|Z$Kנuh 1ML,7!Z诈"y$Br4x4i%M"ڪ&Pa>Xg\5GVQ\!HaCN2*D{~Q 02 V"(Y-IdC̪q4PzGx:{OrCSx#%E#f.;.=݉a=K;R "5˼ M}g^l՛Jع1w,aY} T[Z[bV,Ǿ0r _ӗ̠Q}d+t9c{Km=|Z}J ioO3 ž腼Ae,;&eFx 2 MB}ƎjM|,e[yp8/G (kvyJ+JrɋX_A1=R=blA%8`'$b&y5M^ CA2vƸ!pp<r}o-n̛o}_6VurˊxLOy4y""? iFN2`W3.2TWpٜ){}\9eɇz/)m2y4QX=S.ε̈GK` 1:>|m¼qKʆXCfZ[ lopPI*# [`~1v> ̻ؕx hh}8W0^0(}&+9O%tJoUTM(=V ܟWZX&R+o6˭ۘbqpa6? }Q_8AJ6VVK}2tmس 1z$,[&R@m҅y"(nnSaԑ#PdQ;2҅.ؘ$05(++m\<Z`^ʕ ;!$+ڑ9l_ֵr"$7>rȫT6O]W8r/~`SohJݓP6ʭKEZj\KcnEPְ|ݲË^g&MV\حvK b}v!"NEn1}VU#~nD} F_n?/p02  Ɯp~l7l`0{G-NS%3F&$Յ.oZK(Lq-p"XtKGeU"rNL"Äح(0JtOeP#]+ r7>=E/nb`[5pĄ9@Ah[%D!`1Jh ]^I/t7 "SBQu4!x.D #Ul:Wrr}r0t bvd(@t m\@ / f "'7 bન9pTxzBR%HMvZ0IqG^- 9DlߴRBP!7*/ ~E:.to#+XFƠaD'e _%LM& hYo| o_U)W{}VߧO:>ۙ#Vfm׆J~sn*KK돘u5v>Zlhi v1*ʥvK*guޝږ]4Գa2KM"P@"Zw}dˁ"?0ihslU67ȁ: Hl/ dH~~xezoh"z-E:kf j3mV٬j,62xY(w/!6,y?,f$3b1^*DCH:&j "5ƌq JlavREx ?)4nS.adz=s[.VUc~nx4Ӡ=0Ց,V3&H8/Ĝgy x%KOڥJ 3kPyy*4l=ZS \ܜ/a `EֹcfUP!fn_n?[}yF*>}TzM6smfxﺞՐSfڟ[rтH]h?ktAb7,`6Jqwjq#kv0Caa͕Pl qPTʑVR5k_xnРFWL Qtx4KT"}iy&PSa gɶI{hƮc,N72l/7f>+L'G\ӱ'~٫m~ܹMwKC>#Fj;fT4HnP*KZ,WPuaBE8º Zm;zeg L#^**?`&IXKEUNn3뜋Qx w0fD:~hOV!o80T6ȜW9ѫ2jgq̿Gwg|ءpB. Fa3Vy A*vcAe@ġ WAn#k[rAp0z*~yd43%PK-!+S@"t]l;!s4qr&:Y_6ȫLG9=ˉxBݹ+I>ChF@ V_TEYFl=n6q&*w!23 XbtF&#%pȅ9D!4Esir u!36+QԹΔ(UɅ!vp7.R_?_|[ـPF ~ 3. !BzxKTf>n=!m UF~/IRFU3#Aj`)RU(%^΀6 @w"Y_$I>7뷡ʶCAҞ[tZ䰓GR'n%q&VZ/Y 0@Ţ.~8yQ7am'& `vi&5j rȓT 0 )]QYx/TmޒJw޹^SCӵtdj(='BSZ]6}gVNF 1x$Ǚhj.h%J{6t.Ljjxt9_-."K`Uec"2.MƢ=:4)ch%&8D|JR,l9Hr ޘi fkERJjt6$eT ( Я 3ZꧮWUaԭ"[Nqᛩ9~:_)](&}.t2Dpt9]])ooadWU_0G7yw'QQˑ(x4[}^zƼ urCLwbvh 4[3:QhTJ2'[h0& dN|WXB"炩o3^_*ݩwذMD7moDG|EK)%^\I r0L=f?}yH_((T:U춖4OUY7a}'CqeIPy{t©gV8WB^>iegűL*< A/vޢD *OTD*h8  2 rЂfU%D0 cqoe-ÄVC_87)8χ"U_?˦&K<6=quW|WH٩,?bvf]y܏rsH!]#n.HЬy1AًK/iYeȶz @4q&V!\@J 4UJȸPd8:#AqȀxb/Zv d 7MO$g2] 2pBﹰz9 ;ld#T OEm:G] @V ^}&|C$} 9i|GLŐoLa1^bq0VOM /=!zڛTg"4s? *48,CʨCU>sH j̩.ZDXBKJ61G8Piu+88~IX ::"O~vV*31Z|W nH> y`佻EMkU mjbN/{--Ks b q2'o07ŁrT y b%o9SkR2 na ,$a輆`O<%Wdž ^o(N7wKs[H*%Uŋ.V  $]En"穥!yp~EgZnˣ4FhA\Wr<=y㵂 -m{ɇ\[M,_:rzE3DS*>96o{X4r2:Z aRJWw#NET ь+\Ɏl2hRAgUMi>H*԰ PG&)3rb(?3dIWoWs> #{=I%u/swSl}e!g^Ht)(^`c5РRr ;osp9/00[:R1ƨv͠ ?ԲN0?n#_i?YG  ΫeDB;M5 ps4,kws3K /#kfs>[i$JYF %s)4]r}3Skmu)2?> u\h6\ iIG 8]g^xvd C* #v7YrZCD:wIoíx]*6k۠}Lm.W~ǒzf[ZQ{,anȜ(c){xu& *R:wRqnkǼ3"MǚuZs^W˙>P~8h`y5[{_ ;#NRetܙ7H*#Bl4r Fу׌?O^`'ï}1b?aP 0Pܖ$ 8)$]^X̛[Nյ2DeD  .f “`! ynS"dgKifVLK 5SZC2;N`^`LsTI"Na$oO7Ro Q$E&/w&M q2o*YHB  ߺ~PjJu m:X+l'DɠfdF=q펛5ɛ| ƀ*jM%8pIT .Z_5ms(}ich섇W\H59+3JAi&Yr5iNb\8jmM]Q,>Nߗ"sx]-cPâ;_±|r>gk'x9 8xRlro_pĻ"xK5 K!f۱@.4j;bkFt,{y8*C!CNG&zltKl$IΑydBƲɫ'dnWSw&LgWd9v0 8$SҼAR6ydt F z"{^R;٬W34Aqdŝ)m?,HɬG]74Ӈ7Hfb{j":VH[f~n5Gd')"um'F2;JH1aqE1n)dz"(k `?=^@QyXX0_x(:[s"O!9 8ɦ`iީ LG76UɇȜKNF_R#J٭MBAxP.4i z`CWKR%hxL[}ihyMe :Pe🎞@[%nz00/y_ &њB/3V!Ls&BF&q%ed7y~Nq(Vyo{m6*iʪI}z ofJpV\p*ݭq~bFɔ`Zᝆ#D%lr 3?- RsJm(\̖l֯Ӈқ/P  NR~#5n`Uۻ0ŀٳmF` !;qs6 ^h3f/_`ۭLn< M4þc| d(^_Qd vrmܞw7+9.O :j77nЂAx'Ͻ<8O_; +%f2ƾ6W[P.!}2>AJq5Dю%0PO[7VMDwPac(5ohm"pNʭJK(;c''z;5>"OP=OIOT}`1R8J_td8ULdu:/LDx2SIQ6}l?xKx>΂Қ"N ~%lB*tm6%w3JoT| n&ܲ.: d6?yfiAe\?Z1ԎD*]ɫlF\ c\L Nnl0s{y7FUDxys5d+F⨞u㓡'ؓ}s5vP"$ {"r~;N7=`M[~|eZ$6:::-͒J?ܧp|ӽ/\(}ډ]E=6vfG#5Cl3Ծ[1LsY ]C5Whߠy $rAhyTtK+!-t M"%"x1ph5~  =f*O-/%ERC?.("'MJ {W,}hTE?tVj8.Ȟ7G1 4(ef?S<*/P3zVe eQ!0?`\sj,Z?`nQU{` `\. `uqNb #%&.Iz9J~40SeSCb'"jQt#ɧ!%F]㥡~c_ܒ|#^~'=.IsKEznp"j p٪]ta w10"*%CeGm[)S,] 5#ngH [J3,# S:ͤ B2.5ݥF u|;Lo۬8%%C?uR-!i1>h#D-'t'PKv0dͼ^ghW F2|!1Nm;dt!,-)픭oVCS` k"ak̊(^7dXh=XitD48BusF[Z`Cluۆ-LD >uE|x{] Wt轎I!rzjxV^Tn܈~E:M@i^w:2gDBMJq B'I"@,YevX3>N))=!)W#WY% *0'ܭpMLI5fnA8nCn󆳙.{]Ȕ)0͚ϐ`Ԯ<)uEwٟkHP|t[^|8K_?Pv8d: 9'_3}*oL<(~ K?ߤyN$y{sC|;j(MܳU(i=nU{1siaUf*U mDW)9dh)^BvPz|Z縟GB#RF)AA\mN4SH|fJ[fmom] ovX=sJ%W0 k B 2Ă `&i3!N44hGc徔Y8a-KK*|xŋjy̮,6hlKMxvTFמ/"gaGt5\~ 4v2ANóE3ޡH ^ sQy0uq*c6AMN Ϊ.VHa:]4*][?Bܸ"@?W#DtK8|ЬoWM2JS]*4MRkս_s` թV0NxcjQSoBVㄋSӁ|]ΎMYˑ鰌ݻYd[y)&{pa*)q^hWH5;ƲJ{S僰dHI+p:%=B겏]ߎ StU1 YF:Ni\gY=HL19zt+7r5%Og]?>p)A?w ]?gJA 4uSAaƻK^ĺ0zqHX5D^N=S+[ro#;:J1h]IVȥ/?jfEΈXW4XS$-t,ՖL5>#G{yu==+Maq=?CtDYOPՕ.v6{9'JEP+fc2VVgKrY^*OWKC4LבA6pC-}dA="WDcZ*%ڡc|(8d,vmQmB~)up `5;ġM[J$@ Ѷ YZ