liballegro_audio5_2-5.2.7.0-bp154.1.56 >  A b|^!M@eeeXw5}ɅHmw{?j9ס<*6ӊbbW; .]#咅6x-4੢g8\Rn ㇷa:NyR5Q j"gPp*3Hw146o a4HeXIZoU#ro5@+6 FCjKL2zpqU)>wv(ϸ׷O:b(iծQ:{%=,JJ ^99b7f714b2c8684e0c86f1746a146a2bf584b45419b2ec385a5f0381ca935b5704e5074b04979927ee951333af6a4426a11418aeXb|^!M@eee4R3NO&$|nV6^0eCFJ:ٶܖ'o~d]qZze ^kA|_-[W6xwJ/N]-Mo ,fN<ؽi`Z\[lTo(h}硯wJt0s_9H l{ߦrb'y;Heߴh޷ I; 0>p@6?6d ) D 2CX^hp t x    (|E(t8|9:>3S@3bF3qG3H3I3X3Y3\3]3^4 b4c4d5(e5-f50l52u5Hv5Pw5x5y5z6<6L6P6V6Cliballegro_audio5_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 pSUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxaarch64 pb|^b|^29f78ef681f6a33f549fc63daedbdc180c2588569263d16105ad4fd8995524fcliballegro_audio.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp154.1.56.src.rpmliballegro_audio.so.5.2()(64bit)liballegro_audio5_2liballegro_audio5_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)libasound.so.2()(64bit)libasound.so.2(ALSA_0.9)(64bit)libasound.so.2(ALSA_0.9.0rc4)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libopenal.so.1()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libpulse-simple.so.0()(64bit)libpulse-simple.so.0(PULSE_0)(64bit)libpulse.so.0()(64bit)libpulse.so.0(PULSE_0)(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_audio.so.5.2liballegro_audio.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]=4481c5e2bb285a5ee618082733bd8fdced69cf57, strippedPR RRR RRRRRRRRR R R RR0qde̽+vutf-8a5793f26cf4452657c97f5ac6bd35da4d4c0417e6e5e5599e431cd208eebc679?7zXZ !t/ /D] cr$x#FҜ4m,wG2S&#ـ=רcJ/48x40yZ252nF:TLecI Xǎ&ݟ=b8ǔ _& YӅXbP럪C>V*pnHg5VKUC XxT}2"Da?IΛ˼pYQj.Z).C V6qA>Oh >.m^!1Z.&N2Q'Q !Y:@y{_RW~KGA3ˌM*>.b]p S ,2Ptzlnk/djS^UyM̹"ӹZ͸sB]B͎cp_4C?P Њ1,W-$|gm1iḾ1{*O=LEwJAToT.Bm_շO~ &ֹ\Ah\W&:w\i' 6 #*70]ٙZشgb4͈82- 2H#Lq#L _ڵ_$(yᬲEf\H/hy BJSW{qvik]K|)Kzcz)]'kF4]`d/Q0S)$4ڒ7 :3,pFM3СTEk>wtd)n+qA݃#֘xvy\߭ޒbik]DDxjte \zNk,_QS&uhLx9TD?9ef#f7SAy3Q+2-\I=nlW,ح6lt_͛QVfhwk2 2_0\}l‰(i1 7+xv >Cjo6Wʦzމq.)i!>7e0bMG} 9tlt}#+79sPNdM^f3$ |TU+33jӺ65CKlvr-f4ԍ]XTbn. (|}Zy_ zd9H ٢L( L2s7q~FD ?s?؍G4N+;4-A^7Wkz?3|OͬQ9'akn3c=)%l˸tL[fj(N:/ :h )ʎSRj 'ґ}ѶyƲђf0ZdX^?5ktp1X*^.^2-Ǐ._(ݏ?lq9tѷY2, kz"niRZ ?4J} sp2w9ND#d5\hÅF {9qLF@g6&@L"IKCFa~H'$cQhfu" OG3u@hz˃ΩoxТ!U{:%0\Zt\' wXxos5˛kEJ,T D4IIǪƼhU.L(Օ Bk 8qͷķI-,mb S [HSNz.Q"nPNԌ~ tϸ6@=@EC[s"#S)s1F<T9}uMD%') 7wezg ߖS%yz+ DCye$kc8CQ& oB"2^4fyȗ2@e3w yG<#U$n2CLo* NkK`ZtdMY%/lafS/l&@KELZ!eQTXc5މ-Ec<;нi-^M_+Nމ(&52u^%E_Q =JCIˏiwr:(}O5!f+:P3aw j3k3v{J>A 麴<*Xыo8S(]D1G&2Şm[eya{h1 -W gM&ՖȳŠ^<2)?(_vj#>O+jb["P/Ao&z<c+7 %:*' ?Jr:|v2YJ7{QM"T~ZB2)f,Bҡ&F9cdu~lzg]ɷw x4faHE i()l % *f"V/!N{HYMkhIZd=_XI~VehHi{% nzh.cfvJOҬzxOiY|N.G /HD#OW:#8$YSF-WuޫąpvN v*f& ?.zv%L2 cfk )N(!9cwz0\Lw oH7_We@I|S ^P7RgÁ'̅dMrLaB|nC9՛-a>Da.ddi}ϵ ufy>eX||u\HbNRgwyןd庂tD3[;w'If .ϝn m%75B-)!4Kq/bݛd0>=g6+ _R*-aX͚KE#K:8&tb8kD X`pc4oA~8ոx,΃a}^g~= Yyؠ>ʵ 83_:5"9E1,l<P)p]VMB7}!Gʼnwrɵ~F>ny7E$4>cR"̏RFL602n49E8ـx^=P#*熪+  wE)Ew>4/jN3 hco+3Ѵ{ݷKLĂ穹!ֺՂEv~i2=vҫ(? hw]{crSĆMvHh>E rR܅Jm&[hk2OcQf7KvsY}1Q#ylk ^7"û4xkN|>gn8H"ܑhT,{shA:Z^ Ml1vbɨ[O9bm ,6)1^d->oO! 5Ỏ/ImՈ( ?|LzuL1,0וzme}9ЯN 4 6"+>Bf߆ߪGD3'6>Ԓϗ:I.QɴVFLV):QkȯX&&}K$j_[PISgOǏ$9%źEOFe)pj|E F;-ʇe* ۥ7;/T'wr9" _2;p-'5!dvmL|[}_8(Ȩrē۟,eگ A쳯ZƝ]8w.f^EQlљ,;5^t[Zoc2h{=G2Uk&X;VFy_>"=f|c.o@HL?ʿ kS#(=wXw񽜬 ey#ԋgj=30/BIl}Aq3o#X˨lA*D%^svњy[3>z@2Z">6w`pڏr<û;, #:2Ɔ<wIs)| w:3Z+N/a&Vv4;jD>BGnJtWEfÃ#bByMA $rT?`38%.:i ń Y g\@$2 *n}1i?Wҿ>G}2>Fd,*O:;jEaPIg35b8J]m=c)ۓEM b_j ˏPcœXtxQԡ/<|wzӇ4B3?:-1X޵_!'7բS&!Fe 6O%([4Pp2fŸU0m `zl}3a5w>\ yZϼF>E1eWD܂@yX$ȔvS%DZz9LVIv= ʠ{IPqJ',vE:d'&1MPf{x>y~,HUFz%5i[^rtq՜E#ߡ (6_#NMG^# ڙPpN:jHqФ=[dQ6x%R ǹb6BzML qKbFR,Pͥ믳uS [.O^gy+ X&n e=8:+;:!vm ;."Tcֶ.GR2^e{'-G4W"[s@{ {da }rvEC6R*̥W-yrf{pijusGannw6yu |M[{?'?c$=,}KpT<`1Wt ȞW0as\&Dr*1dעmF/Tdx\qMPׄH0ᘨ揄kYjӸ]"/m%ru+z ŞA-7w\.V z6iu݇! {⥭|U[EN%٬Iloe^$_ "+mbD*Zhz32VVzG衉1H{Ib 95j'g32%,OF|lJ%R3e` Űa2u1h&/ b!nV9u N\D]?sV3[jzz8z 8-Bx<+8: <4gwdp ZSQw#qq&|֛(lФ"1;6U)⊬U7>Gp*ӉA7v0p{t6}]OD{8;`A7XOx;wT,SQCB|Q|6F4'+HplO{ɴ h!-yih 8XY7P5fL08# U(ƃȘx26GpweH/bЌ2Ftro은g#ӷkĹA.̜_wߔ8^QW*&wbN|z*EG !L)e$DHCc^j*x3%P#Br.I?V 'V^'܆ގ.\~6AD6 }٦6C ӥ?eT8_,ldrn D3mu6ҋlN8n?6(q *1VC,h䭧PqC!3|\Ln{3M}BP:W2ځD?cNݽZ>V`t2e ¬,!1euvGBb.D"  #FvVQqAj@.DW+Fz2 [1ܤ% +2\IJi+Epؖ;,}!p~ҙׇ;B ɴ`LI#* ^Q Do .St>2\&tMȾNx585APJ\'G*Lb->u5YԺ^MwM R: 6D.պp bP-ӇN NOY @zODK25d˘.2KD,H_S+ q;#nV3qc$`7ktwP"#O_Z w 0?I:we.&_[*|P2SWkD%n9m^!ʨ8{q)ay5KW[6m!nXq I־bU/jNmzɕ mVcJ,G(# !g1ȦKT)*d)Ȗ4zb.VE%^4՗!T*"%|PɆy *ٱGV4?8 2w= Fk=,7͏;ky>yDPw*8c2x Cm钎@==.J9x;qYڑߘ7oj%yoCk1֝c0wv#P:.F+/=[c(s Еd~ߦr,m; <,P%T o"H ^)KRZڴ!<uعt@W*pQ& ad l81;]* o_`Om"b}nm0QFˤחG`p2HP$Ł<~-[Z2PL oX7Y񝱦o%JQr˞yƮ6K]"v}%"[@NBZN5 'fX +!{N/ 5lڠ*)ȶWw;gb0~ npGhů0hZU_ZQ]<*#h.q+4:J Ej6%w7 ZAX {& &#ϴsݼV >ΘlQjswu)EeP&k6ZM_ɞ] fD<'rl53 0#2{{PUL@{>]E |o o8O rwoIXW[% 09;4>ːx6%EE ךHLL]CW] i żaZ+U5ƮwBR(gt3ceMƤx_Q-ӍF4_s_)(Gw+H5wJ0g"UT'#gmcnBzx,Gڿ5 homPj{T~`^_J;ڪ^m`5&K? R-~ *jbVu5T TOhZΎnch}a-Qx֢3ByQy5\`(' d`BU9'kۯB={{T#]P_c87&R^!K#HS*}4A[#ok7 ;i[EW޽;ER+3G]FdDסAO ,0w"Sc#R ܒ&hE#R*Ȼվ,{ ltS|5>v3.P{z2t92IGVW%tFEYGMs,hF"+7 0K+pM60y9aĨ>nJXYٺR  8|pObd}r]ELyտQ쓗G#f~ G 7toUOpV64&4`tOkV lğtvRōzdoZZj"[-D٦O9:ǿ#,o]p`#BӤ qZbo׀ZP5pec-"&%<:"PR \ Θ5gJʼj6]zq$4bV2V.8 l _#7FAF~u^ M-i{~W`]@Qni03+ЬHKiG@A ђey|GXh`v3Vx1^?DJ+Fg27s#(?JJ BYXp-uwb:_iu{ eH i֢xG)Ð2= xu*M,B9uX+ߒ Fnw뭹-ȱ+u<%Wð A4} <뚥 :x•_bOv*Cĝ~>o|z|-?OwOhʆjߧ軙&KR[N=_v_lA`3]^l.gjh9^9pi:!P汢+r6&blQvS}B,'u)ZT-(!!h=i`B >\eȵYb\ ȑdꄤ&uG%S$*I(> *jUF?SVqql l4dO+Bs$\NaU}2_ f%P #Tn !ЛQS&"bNgf'Sp5]=gx0c+R;[ujM]o> BRI#x1@X*o|zUO*=u]~3 ]5wPh9*ݠ5E9ֈk_rjo FYmemq31j BFh/R@'W&XR9s$8[Xº0EȏEo5;&\ q=N QZWG=9qrY\^OIh8H%F,r칛tytn {BUubߕ֣uzi^nJjS.'8xlZϕu+-T[|xE9U U@ylX鍭Σ)]X`ܭyL.kyƁ]҇~H͸qf׉DF++޴9zڏePg mǢ0auA*$HŴbwOk[єSBT30-'Cȥ>{ikjϪ.LlY{ShІ"Kq׌C`Vq4 \OmytN]乻@6A\hKq=1@ 1]BTkː$jёAp)x;)ANfc2a|-g\Pؼcel7O0K M3H] 'Pg=۹|SDt$x6Hط̇ӥG; Yv]{BU af5x&Y{ 2U { +ŬgjJya$|>@JUq0AbP'1u&|L؆ʽ|hڕ k;rO3(|D\rYR{Js[RgI^6Tln~2$W:)*1]GuơI6eJo\:5=q׎:MfL^`B;_Wf&(];̡$ $Y7`Q+r+xoo4{!>8rKc·JpuqSĒdtL#cv۹Oܢ+,ʎ[,V 9B{+2- b!X``){(;rՖMv/t,yzfP]6d;-K"υDꘆ[)>׷/6Ip0ܛ1[Έ[t2Kt2>|󯑼a.nP"(&$8[=ľ.(|a[a+yiDx z٨Y6h ]#/P k;j2QTzp<#Wx <5. aE| [ݻ?p߯$mS =Ёꔈ4 (վW1y%B6| e7eWR263D."$X?;HZ vx,~_,xAg.NZafp-גπ+|~lOZ6orHph:s6hnv 3L\!ɱjo[bʶ<1=U^PoP' Bh(ATZGx}pըՙe U.QwNj6N{pnv.Dљ)mhq2tCsH iL/zGw[ewktxuJ֭{QZH6?zO9+ }2wժ:&>#&mj5LH7Ѩ:F/79`| go;nO Cq+r mU/D4:w d)ϧ7[.=x3t@(h؜<0neY/qf/^uB7̕}(؊ai<^̚Uʮ| G "HJ (/bQb刿y))|%J .Ok֓-.H_%tJv4 p 8ui (_AK{EpʾaA9j M"ɹ]n M ϲ6xLtOnBPZ!FD8T9*\9k3tuz ,[5&V{d!/:QMLCt"=)\*- tuz;~Rl^n3J`B;x=*< xcWDEv='0gd,#z'ˋE;Go WVnЎ;n%;wKR"5u~}yuD?QLcfq0'*,!Zc}Tp=s&+2 2HPEUF @:$%iY}/,_ui]U+butU=o9k@Ccm)z5k2o KȽc!6 یHD2u99_M#x-wx Ht'ûHHsTd.{g,}dDUV9d! }ߒ*`C62:4}u8ٱFh4g*O3hʒ@[̪HL\~bXt8Ǔpv4/:_BUVn=ФWHg+0eOr쎭`ҀҺB k61Os^ǩ`H9}>J'i'mɂZr,wb9aƾ#$¢Wb:y8"%Z6Tq^j!w4ޟב M&p BWv@{z 5Ʌ#W}!^BC!nJIx"v;Hij~FB邠#`$ qªu^:=0G{v M`@(3%dZ"phdyƆ)0r&YO1qH(O"'+7w9%1Ey65\:K1\m[H40 OaHdVMZ) o? 7@^L <$3dO_#BE$ "ۮZigJQ@5˔z^Xi)'baW3 9/"v1|pYǘbc/%6cx{S_%mCh#aO6 /LBڨlet;O, \X F6;/rS !2/urm47gCz{''8~BRrԻ ǂp$4KBnv0_ꤌHw<${2'~JaʉFhܝieam Y~寙s!%=4G}+iϸ}8@0ӋK_;=Ct((3xo߅?y9 Z*܈VK/a.M{XsM.3q+Gu=qތȦowWL fFӗW"DHHf 0c4kku;UúW_aUn5B ~M:n7uE}UNYƩ}{wJͤ1[M5f#->j>WVNXJRgq[!mpJ x7xqn$q~^P`Mv\R`eP6ש6[ c,Rumɔ$3[۰,"a)5g-|S{Chk X4v'rt*$mʴEG􉥺,KG@q5/ LśVOE¢{ĒPH \߁DC>F~nN؞@Ђ\VH@>Q ꉙO%7`V.]W(\7 xtɽ.8]G0cAL&x}ܙ<.8sM%Xڸ괿Arc{$ /re76nQ^EH2b4&*.<Ԕp8cvԑq V :TJvizc+s3IIhXA:&gW26w z4He#dAv6jAXt3TߡCd&MЧMࡊa=D㟂W  eq4`"1NSQE}}T!{5C7n-V7ȯ@p$uM(To)oRt$_"ב[n6fAMgV*KiXܐ P 8I_ I,T#L9tw O Ag&&MaP18=w:4 ;뛘g\Ly$5)vp ڼ_ 䶘- t\2;E8T0eXW&K+O$$ 51|dvNV8CuE5&e5%clXv>s7%'·!/ɜ[tUxAlGY^g|'oBds(Җ%  ØMUZs.Z> \G?-SAb@==kt~vt۫EC%o[4ZDKc ė 6`d-`X%R{J[@ZӬ '*s \ì=;M arF͇5huܥ3bA>4nQF=ǞJ1, 5ɤ0q='gĘA 'w*'6DGcv,˞z/oȠ*On@y QШ/rk(fEh#]o{WT{Gs!cJE{䵝Ūϫ>|{}Oi,$Dϙw[xFBit7UF_a>Ξ9W'8Z혡O-r;䬁]NS=?!EO/ KXyl& j?+-7D'$AXPZB$2Mv%h ],]8Q[CF}ϙZ/@5hM cY 4 " rVesmKN z=%TT&\k_A-s*zLC5vL q^d5,=`11c'u1 2e^# kk끀lT,~q[斯My\Lop}ME5bIٹj TǟqH8hUvʷH0ŦӢ&bv1Ƒ+n2S{bBzdti-t?$u(ULLŕA6 de@][7jvZ+o6EoS?_vijhn J8uUI>K@ɁC#X\Q(˹ĿP3ͱ#EW$E"ư<]sRfI8t6PKy"HmnC)vkPI]a8=mHlķg{^|7(gQTIK{@"\eC7'd,oިH"M,!)l$ԐʮKxudW-nڂKv XX&j"ïkliU{}.>}כIwcKy. ]ZXQQKE6 84ҭg14#]Ն p` rTʇ,2jGmum pK7,h2$pW C )[%kƸ4_zNU'zgn~~Ort7M%0~I2_ F@#1ojVf~Oy%ߣ@OQNxV֤dQڅddB(8=YhІERJ@=HZeG݌!lPWPN\RF7X[6l z`bīGG{<&bu Rp!w3Π$4+ mƷҝKeg@.M q M Ʋd$iî0y3* 4 &Tc]-V%AE\T"{/KnL "=0/QL ,.~vR 6Lc0[9  c1x>Ʉfa]eĹy~C!uq: bj1$ S TEڠ\gPFŭ_,<.D3I ߖG$T)G$&tq h9ɆZ8 Hej޺JN{ ?$>aH"lyE7ԧbV_.y%륃:>7mP~ miё^2ʳ"6ƀV8 Jޒb߻N@>xT͒\{:Ok(übQ݅ۊY6%5w$=5{/Ic$sĄ@H*6,<!QǠ&F[p?|o^踎9M;ALa%3CTUZj I@UiN"UXk#~!L, 9AU6!>O#yA ;5LG(_?gAa&2F h8Os SV;l`Nx;bx\ O:e!leu8jc9UEMH*k7--ftr|: ߸êPN<@ЂQ "謂ƥ"Lqң+5" 8!MZr`TXTYN`̄D8&T{X^t&s)BgCu;ܔQm oJFzG}YgdD7ž7; Dyƕ|e%UJ 生QM{S^ XH܇,0K/rTI:3϶;uN?8?D@9qkOA{=R ]<.ڐ:'u%LBK!Ц ht>5ܢ%rB"X{SSߙ@?\6ZaC剭rQ@.E]F#cVaKXS}hż;-g:B= ; ]{4]xm嬆TV'?wNN^_?ߜ_wnT/:;Fr9E $º.PlLN%Zۑuhɼ7uA˄P=M K'ײH`n/>L;i+Hҝib~4}NҮŶw vbdtE_q&MX\3/ 4N9R/m?eqVݔ$ȍW94[IoMCT\/3۶|V1Ujq #aK\f"7NK!O1un wh _H&G yϯO@Cy5i+L@$C1C$/H0^^72~z-}!}%H"5zR^lWʬMPiR 0A'jt/(G#@}4nQRPt:i֭:ALV|zr[|.nɫwV:-/rgbIB=:ZpOt%o/K|hFN ]lgS)*$?s`&2wtWY^e"0W; hzԄ޽^YLX)ԄTYԪdwlԶq8lpJ1Sr1CK+X+:dHS2'ھIyKڠXj׫kU%)QU<\# _EpAá^nR!2oل+.Z xƟ;mz*!*y[/0yɀ '2mD)ƭ#U$+.cm q֟_*֤M;;yfg 0M&o>Tlؓ!HUƕO>a66=iMyqrow ^KSgCinMA oě]skbq½!'2hRpG2 d= 7!|&]PUĉwxhd7ނ\B㌶+~Zb1Nϣ2,`qn0dENI7>6L>*/x4>4/HD"3XyNwX_b|ɴ{ L=a(%)acG=.W| qR9nd{ތ0ȨT(&WU(5B.>AdXl=Waf//h1V4& ɯS.]̙ h䄂|>kEzUtȑwJqfh@~0Ċ3DNewMe bLۑI)®Wq(MZV,:%;8wuxAКSg `#]gᙥPV/vV^ɿVpNq ֯m~'N O=i,rb7D ŖP y|Uy Wh /xa-!b@30>B2zvrBfNsT!7RBq#KzŘDFCL=oP2GT Ѽ<8nv q|FL-]:PWrIbo,NwW(o}Y&&3žG2$D ߼lTyd mn =N0 zݐ8IzDFRߤ(5OLS?6DB#Z>sZD"Mw.S?{^2P%,5eTW51F61z F/b'&_Ֆ('R8 wߛ7.'b٣hOY+sqI7kϕL LcmP |fZ9GT xbS9B!HN#$ (5퐔Hd/2j^+s"`bzxDC#iu9wЯŲ YJ`mF%:g٣5xTR׉r.t9P~^-(ݰE Л[ sMyZh}m8C%a<69m]25+Fgm+c Cszw0rqc cuv>@y6|ˍ{#Z;PM&Ǿ>[T ' XI+uE)!JL\=.V41Kg1O=ófwE sx#Nhz5;-M@Ff0>nngIrXקwĒxHUtOnt~T%y#uOq6a&N${eA0>Jz63HōoS(J`T[FXkF Vķ{33 -!u!7fE-nGKU"'rPOשlDG䋡\6i $ : HnWOqKՑy cZ+։ \ݩ]<~GkR^"΢zZD"]ۘL:7 $Rjtzc;wU=Uh=lVhG& a;X ')'D+T/R.2^xEջGV̀;-~[%Ҡ2Blngd*{g=Ű[7&bb.t}D޺"]9`< !)#LjOMQ7- ?7&1Jwy!E!PEB-rĢ>;j{o +1dDqfj$͠{tbf{ixZ "SfG'arS o;}.aH6[scIS0h,>jíU2FRh 8;vtZcP9<})gnx|mS8Eg֛ߏ;phvqɮ^G!d-$4Gv_J|{ 5=F=.Uߣ`` cZJ9;zge @Nl`Zeꓻ'!WFGKs_n{^)mʋ&0Cٍo IADN|PI q#|G mˏv kKL(ߤd敚:Mhʍ9TaҰL jA=sRi6J)zY|#YRA#1!-ʣs^ D(ҢM n曐;9Qe5OXr-m(C/+'Qw|?e2ďnga/44H֥ekm /1FQ͝. IQucUH.@ʢY.i7HF{)_C S-5QW@]#{Dr:Mkȕ|? Kٟ09E"22gD(TfIzC̺8zi ܖ%wB#ΝkFݼɟ(e%.ojoaF81/]}!3\uTĨ{B<=jL}@ᷪ6KҠ33nC nG(Sgr>>jgт@ݓT?j|km UfK}.?vuR(#d5J*}"kkeRxK# -'P(r܅.Ȼ#a$(D?pGZ^5L,n&[: z!S.3Tؿ3AULЭ?.N3m*AT? +)H$oȮˇRՍ$Ers%{wr!a]TkۍbD-=`G+^ݥ$l!+u~"а0Ҡ/ @04^ kE&*X;c.&,M"C*/z#DLY.PF2'%fd6֘y^+kϝLqL|/ .ҿ2: Dz7҉k> @")rsAEګ/8x7lQ8p+g촾4p_F-lV_BZԚGtX /@$q'/$Ŕ”ɔ su?]Qs t0fZm_j9ZCuFV? B'VMZ4XOR?-a"?u"U)5OLŊ jN|>mq+TpP:X{6;|axݪWnmغ%))АxA 0f=ӌqtO"E#"i0r(ݻEz\GF_S~j+;#fCTт׺N!CAͲ9<{Ӡ#O02w>7'EY)-' 7S/1=E'~]bTgp#ߟ]dEWɱgK!='a'#&Tp X<'KPpH(QLd]0D9]] 6}Iu=YH|P)#Kgs^&CV:c_& z\Q5к>NP;`-N()/6`qCS)L˭n)!LJ{Xrw\Ҁ?4!kaNEXP* q8m2tyClDWY )?60oRrDꁀvƋE}gYBz*hhK G#PگVN <}CyF`ɜc"W5[G]l{C IuR .xze%ZTY܌5ʯp@|uKh77Ogt6^]A򳲣@11{(bѳd0N?~a+;rxWQ@׾$yK c`s"/->sG>/+0!jP(]49Ӏ?NO0R$=[ Fq.Z!|$]bP205Q[L]^WDu8*TG.\B( ~{|\\NM|J:E1tUƇ.ZAGSgeHx36>>.4FQ;_TΘz2&ŗE!kF:se(e<Kס?lKTOtqXơxJ 8||.s+MKymK0dtl~M3fW@ewm]m,eL^Sh U,$M}n$jش4 :7"Qض C ӆPn=\pN:VI]98Il&X{ 6BD=9(WcgO#Kt* ѝiReB#Ϸǡf9 nC]ixs=Z_DJ#2 }w<2ϬPܱ$:3fKJ(CyR^N[cH-^I٥idPEG QĢP9gP5$J&w "k2pZgFx5#>̍%=z84k?8Uu#gRRT=h';9Dp ~LpZNW|tMVm@ =$}.[yH]#xtjN| se‚#fSzVǔ˺ˋAhT_hF;-ht=dtDG̖nHK1H$6 RQd!.s3D%7U@ymm-^[ s7vȗj_u>w~^x#gi q7`]%Q]Y О{_pgF@t0Mnԫd=B}@!H`9'NHXr\L}S'sM$a*68($s*T}=7#+~\|1߃Y{SjR~ uʋŹ7yĎY(Ek k٠0qI\vs!]~LCƅ<,\@P >2n|P"2{4+vK iR*U2:} <7$O1pXl}5©e& ~U^Oj ) DE^~X 87j:i=BQn-j$ {*SO}R .Ge ?.(k 9)*Wi0m{|!?LUy7 =C)W=DsOn<7 P4Y~nkp;HH~)>0M[W}qft] Ҳx}Ň*}CBoo( ,UCTI՛k E~s(k,!}3#)%$yC;zbm,U)R}+17o%5#x?s5PlwaE"%FݠYU MKۼK9Q;`Eh:>/e#FݙH(_mV8cħ/$`?J%zXbc7DZYaV0W(5s&A kDj%3DVv,һhpبM^Pr ׽a6zŲAخspVɧxն]j-ѳZ.uyA~Dq~Z5dH"PL/QxX3C?4)UC+1ruxn](9Q3M.hh z"tk=uH -E#8Lr'(Qޑ"~As_&>'-4X7ܸ,9kAsJP!qt109\2aT 'gж%Jh@6 +ujoHʵk摑)>6J^7uYּ)4@BkUfZoK9gŸVbZ4Zf}юz5:LUj &o;M*Uej%k)l.#y|J㼰mjZ^? `k8XL+\(#QPLCRa,_]8ެ '%e֝7(50 SpNG:Elq ~ўmr5ccĿ6D+/E!";-3s۴Pc)˳3оPKPcwU68nL>o <]!o x9 _G Ǯޖp]?¬`z p}g\ד~C4>~;Jrw>ࠧ02Ho#pVKGDMck j?o*$B!?2L6>mnmenJ@yvN -[2s;zk uԌ^ҢldHL>0螡t '3ۈj~0+^nd2nl atBfnY1}vo`+hwxٹ\q7XTѬ몓‚*2_2ʕIs hfC[ Fp/vMaK<ڗ"IYLaP6ndj.ioV3ϦTҘ|9ln妮ց2&:h ٞ%Gqwid4xjL!?lO` (_dhVCgiGK ^bJNg"pթY:Ƣ<[Weįe)j콊BR0w OFbSݚD_֫v&PeåȻHHMnlٴ2=qa{޸heC:M/'BQmgr"Ʌh>Z Eǁטa㕥+Go6UYfM)׋4*Lr0O^u ɍƨEHabĥG I&]]MbPY+\е1lM/)L%!ӴFb℗)RM`o`PO$OfoҼl5UmH JhUb_$ "[?dG}5 Q, 7=4cNS"pvdVHXKv2x4;,_H $b(C՜:G;{Kcˊȼ /zM_$:ѴS!KTꅳucu]_vݤi-׺2?/LglCKk_jBziODDL̔Ϧ"u'QGCPzD:73nB2zJ8vCu钥Te?DEyLe_Wde^_diҷ&.֑s`ۧUo9cZ>Je -jj-%0Qȃg\ǖHA\<y=+`B:h#Խ,"yЦ^_8d. ]eg0QV^DHV0 L{=6 _ m]Ec͔*z0 (Z Ø&[]Z8ZPYa.5dڦ(y&$cw3fekz}90RL5fv&.c'400[{H L<•yEj-:j> ~|y Yf& <ȐEO᪞fHm^6%;]px/W(A$!dA8ݢl>s*=3%˼Ǽ9?/tqm8aJۮNFznڦ$@RRfɉ- _%KƲ*adIJ̓r)m=\'j] Y_p8nu44Oy ^c(tS' VgVMc'x۸,3QVǏ7]Ry:{nUz{+m?[B ̐gGooکތH)EYF޸q+ +ܐWؠw~rʟ8" TnN scQ2+pey"ЋDaQ`"h`xȮ#^;tN`@<ᄁGo~0K8nQ3繒 lQ @=HF?^9G3 cd(9b3'bT53坮<2a{51m (sm)?O \z3ΧAحt;IJPwW8K)j"qĉ!C-߷S3K~2':@\̥ (Z7baT遒f&#-\dUWݶ}-93UU r5? ?ϭޯvA^٪8$frP=]րA?f.K *R Ϋ^Nꢈ*P!%N EEmp8dw/w'vc2/+%]NlX_Hn&otڰ{NSI}xq%#%;au Ң1ܨ3v^?Qxf2Fw(m' 1ݥw, /F vc;<`J3? VH3{ wZ 41)Tެy!#;f,p=cЏ.D#q" eKvZ`vV#+ u8Yrb21RaO: f!GPm5E-r&Z]E4;U EW[ L&%o- 4R)bP}@l@no㕒fB=o[{)|g71Yn$yee{ne7!Qy=?x/蘠Ox1tN(WU?ét_cLÈ9+R5I 1.k5u9q~A~aX"3dJ~qG|*ySݳ[ǧ) g&(DN#1LӲSQa_,lϠ ACW> 1\`f㨋2;%j"QD{>Q뵯 %y*4_X5w] ' v`"mI,$vtR pi޹q)_li j-MjtXIP/hI#P뼵h1MmLښ\ z-hE K9PdeS6=˜.MrzXΒx"aˍ;T 5nN~8Gz5:<: 1g/b% !\3`P9&8Qk,0){eR*PŴSv̌P2n8OKS<Ԣo7w9_87.]2$'C=fol;%vJim& z^sWFm.SAS_ Y2Ř޼1*|r$ %(5n.pmFʑc1B5c)Y8nY~-s;.|Em h"&RhTn'} O*"onB"ܻ"4ALIX ^uo~|C 0_.?5Rg/\%xFWvYBL凂Y*psϯJHnx<Wofh eSOeg0(dں:l4o&Qh S&ld5MlXG1:#:M6Hk~ЄLZ9G BWS$t86ѿfRB:| [g[ll'Gf؝3cwagI63tcu*1Inf9"^ߺt|gJA¹g ςbNsCIIs%N=4h YZ