liballegro_acodec5_2-5.2.7.0-bp155.2.14 >  A dkc1I%z fR=bWL[0'1 W#\9 뭐"GrnL%t 695uA'ÚZ@7u8KGk|?v_e>݃@3%H7kir@X\`bA[V122UFg!A0ȅA<~$:l[dQ&$$ 5ڜb^BxaimS`i)M@g]4q''xz) 6yi2~aNuq2d?H\y/kVn<$ uB"0!#x#XH -歵5"xbaP+賳X5+ zi+39QG&&?B>SkSpqYpXDI?/^T(aF)Q?;@VLז E l-خ)2GE9m;izcs6d00da35078f8e93f668121e179f39678d0c3c1c6d286d137be94738a090fd1ad354df304c0e34ed5824ec3b65434522d2791ca2zdkc1I%z &ҡ&Y!;,WۇZ+F_t뷁{&ܛs' DWlrYCR ДX(&@}v^"Md_=[fJYR NwVz~u#9[ΥH/ClojeUНk&`pfM"lLVvc0MVȁXw]ch}5Ÿ."&rk\}{ '#h_ 2%l#Ǽ.6N$EJ wj?bs܋%bfR ^ufʣ,"s(CȚI71 nEREf~h3'?9Q֪(f<y W(+0B` y߸~х%(P/:ɹ1TC1\2yTQҍ- >p@5?5d * E 6G\blt x |   $,[(89:>2c@2rF2G2H2I2X2Y2\2]2^3b3(c3d4:e4?f4Bl4Du4Xv4`w4x4y5 z505@5D5J5Cliballegro_acodec5_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.dkc obs-arm-10SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxaarch64Сdkcdkc07ae124cbb7f387b13a424e9977572178e9513485e424972c396a1bfa3206bbeliballegro_acodec.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp155.2.14.src.rpmliballegro_acodec.so.5.2()(64bit)liballegro_acodec5_2liballegro_acodec5_2(aarch-64)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libFLAC.so.8()(64bit)liballegro.so.5.2()(64bit)liballegro_audio.so.5.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdumb.so.2()(64bit)libopusfile.so.0()(64bit)libvorbisfile.so.3()(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-10 16847593085.2.7.0-bp155.2.145.2.7.0-bp155.2.14liballegro_acodec.so.5.2liballegro_acodec.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-allegrocpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5ca77a3c2194836115d3d550e5ab9d6ed4af494c, stripped PRRRRR R R RRR:meN٣LUcutf-8956f5f22bf4a89641d7d41e04e9a67ef517e6995377d168170c401ce1f72a83b?7zXZ !t/ @] cr$x#HI~sZЮ$#QϢh8K\pm ,{+Ҹl9)u,/x^ENZق (șЧ]:"x!jЍ'* ym{JK2 ׮Ln5hW{ B$~ͅB)_G[\R H|Բr&h+pxPЊ'I^9r|M]([EpԊaӣG"@ 5oF0 A1d2{3#/wX&@u~S *7 P).=ׁ"I 2ZEbآš+O~i<-)1~Gw*!5>fյ+wDŸBE/J]>}SO՚ ˝Ah+[<A k3FwHŒc'"`K$ؚy֍&m:/K(,tG g:o77T2G0+|2Г`Vdd| Lgc%}#d~VCo?O3ggHt)FvZIZlՇgAAŷh"J K()Qf]!J?L o&S{򗿁 y3 êРb1ZwhEֺ;\KV8} aDz|wK詗ݲD]X% KqQC@cP!¾&Ia+Y=ZсOD^8Z%vz3C&;江LF~$ 14[ v,N3 ؘcS]ӨbBD{z!fvNv֦!JH=-@}>arN Zp$&=D܋)B9Cϒ8/[Q:-ÑD ySXm3N`eND@`l  E ӎ&p|Yp+eomEU#<߆Jœtc@AB#z_x9\sK%ϸB9^OUQesB=-OH|L"S!C V;dIWZq@ uxy<4Jqy-7Ijbbicٔ-K}c:l@McIa 삷iZml>eԈx+ә-!T RL|ݵVNBHq/d๤!В5_-#Tz) h+A5{d^G<δ]5bJ[&ͦʁ JuP=' ,λ{H58_ʌC Fָ!,n[,0"9_l-) 贓;P\ĕ rEVY["p[!1 Ą"q0,zHp|jb׍4[iMȨ5R`˫bq {!2[]1dKD+'4ZQZ(e!k,93.SH:glW}y ~{ ,测PQ).r9. Nf>sC,~/!e,6K pr+b42X֠l i6ͷ,,4h/#k*`ʚɥC])bF@_f{*ApHcJ,*ױq-/yzȸ\ B+BN-:r)ЋLO8^De][` xw6bnfi6݄`Ե6hR~ D3eU2N|,(kU#HAg?dgfAG2A/0E o)v4u/y+wWu;D t:T`XCƩ&C%AK5V<]/Щf.p(JƩ4 @tIFm9ۑ[%bt[*I[@Df֟fB,sgjW.f+D#}ug{g9c_wcn9 6ѿ<' h1WDb07%$9JwxT$ 9][閶FG&^IX.Wy풍O \p͹ {]99kM-*(Zۢ x֢j4фڼk&hBD<@џ>75v ݶ }4Bsi/ÿQ TӺ`'.%%HGQ1-$ABv99K0#Uzr+ۘZ+&"vPc#e?]LݓLS=0`=Մ= w٫,\̿ $n8xLd200p]9,[)Jypz}z]ɗn9s7OE?aK]g+ω;cEd/}[!T򜠖zZ4l x@Cih!_)C{ U0[zPki}MJ#Drw/$~Mp5%56r A%(\i`YרvAn h ){(g> Ya&G;p%8s:< E_@nc<׽ô0ҏŝ4nrh=z=C[?,hgщOv DҙΰrU$7 y:s>s6EPٗ Yvy9e4 4=;qq̟ؐ#Ip5;7h4,^kn^P-b)}=V!]wdɆKhL*XNA n|!{@(#A c!{"SZ{.9YA}0X~o(gg@ he~o.hB>)UjC (0ᅳ^AEhl";OZ|8SVtcw?HɁawFF(. -XLg&M!)8P@A+3CGhciifV۝2U!}jĻlz@vy8y38P -lf*8Eҋ !P4μFHrGo:<.gլ{mQȫ6:&B$E/a7jGlޕcgåC)adW ,xlFʟwW^rQ(kӭc@@fNqsdE0C~2NwK5 q$Ja"1l8Y1.+gpMxâ% Y's>^ PmÐI:jWз*|ꩫ4ILȠbԿR1=ڭ+=\Z2v ^?Cf# 41V@fL|6 %g %. 3Q j=$5QljTPlWFDJ+H_ . ЉCT O)ið?!G#eQ0ɉ8O=/# 6H>2/1K16%#dqŶNg>Ί^SV'S qqx7{#k۹s{F%4+~L%z'*Aס KnD9T+hZgIJ"915 ;e&=kp)x!0VJ4d]u~QkZAKfhc؊-fGӓxQIũ2g* \Fo?To2#>Uϑ%𭴧̜RS-z,^,ã҄V,1(z=̼":"5 KI-]Et1uS_N'-{*iC̀՞+[ff[vɘŴ{<5h&WIYP_uO'h荙#H4ikOme}⏡,.mNx:.h-K`W ASXH Yr20Ss60 | vjMXk'&| $mu4X[3Es̼HV{Ovd}Ҁ"O.8:s1WpzG*$%faΦLdælLm8nas´'7+tg}uE`6Mp  wpwp>zu Sg &c )SZN{aLV؏I*su%zQ1 CI 8w'㢦 A=(T+w.@Α*—X+" 샷wIlkfF*rl% kl6^CmY:>ϻtW%~q #9hNZ3ZzlGW.OγEu9pA* F7C뿼KX%ByȒ]Y3xCö:Mȴ'1SJgږkICcӄr#K+BHn }DH5gb0ؕx^!g`kݚJhwVy[8K7=Lrnz\c,n.ݯ8o7\SILI9d( .c\ϘIo(ߑت#/h7c}sdBok;Xwp8 N# L4q)Zb\=ӅMe:: бs5:ΒYf4j;.6 [|!4Y 5b6?g.STey_AL#/X\>fi$8.(/ QIe ]m6ҍ$.GikȖ4o#t0_/T9v{E&Ӵ@J$3rTBȿܶAkte\Yݜ{!e"0B^W<@Cxsuc5?k*8 P?ZGD~l6f(gφk>VJvvb& gPU6\:| ƇMTEI'#]Id(̹taE}Vd%th:2*+["oCep@I}ItʟFjfBSyUI- B(ŅG /[qޗv%oN{sM.<n \v#Sumpk",sB$OH~i |Rh%Z$WRvKw 1.d2(0 <|GD Z@7wV´|hX?p-)'ZρpӅ"i:Wfd[@>Zrku'o"5!shp7>KҠoj&3s!"G}ᢍ_jTV\}NLHx;^|>߆KRnMW0ݒG[9tϒ:[}X 6zFaшq} ݏ`1y5)wQ `L~k:\~:a bݤmUh=KʤИa==vK Zy)0L(iC^MeV $Gmz"ɉy7?>n6iu1 vrA EF?— *EXGg*I,=us]/blphC g1h\~:P/2j qg̴*.:j3{7,Y*;bM} dRnnUēulwCͲHZ,ǮiQ٫|wE(L*7թ s%9C0C l fLfV%L;b.5ȓx(ɮKUwZ'@pg&>F LBCJEሽݕE-u1WE';׾F Vg].:+MG@ltqF:!aq vBm%?L_o;V֡Jx#K63 !ayܐubZLWc}ځ Ɗ7#qrVaevDY\wylWuTW;j&~Iԥ7Of)ޚnj-FwgS3} Q`T"pb_ue\oO- ]T,p%7 vgD Owcw]r ^_^ӊ{/xo&-DSwn̓I^VS?hΔCCMG熔'1V9*ހлD&\'؛k!/a}ݦ+Ɵ2Қ祒찛ɭ"hg{~Ů.4l㗑S!C,xHYz9P-ڐ>ŵY$t,]t_[Y6m~{x ^ !"Lϡ?]dMv:oy)u2Pw1nT##. Jsصcro3s[}Y随qG,D*ph6o :PŦT l%tML-j`P1J.?ήFkA^N\_2Wu@l)x3ld2Ugʺt#𬻑xh+G )w.ݰ Q>\]gzgۻq3Ț&["AR‚mB~x[J$)H +De&k>$8.I\ԫo}f/yi|x [g˵E(d6C=IkSE9Ju˜DO̜لwwx`*`;,]*ۣ넕8!*`KX9/u(>B)rYP-J"sAozIg=nxk WunJ4ֱd\;RZ(LFn-[|1ʀA<)u6%JB ' PIegRfl2^Nw"\NB!jT_~s@YcޒSá'7q]/\9)PaȾb}呸)DZEjE pcYiAҦ1S8RG2<7[K+OZ#NMy- ΙT i~L_e0OFr44٬9wMc) *,F]QeC.ds0m^ >T[oV(Tȿ%-9?/vji#v:eV}Hذ3Ye M5E2:l >TpvGq%Ә\j \rr;jxs:bĻnjT|U]w>;MG$P=Cz/m*A ݑZiGn -ս! ?uIlǓ[$ {v̕ZSi/\dPp`՝?f7ar_ EhTt*6wb R51[K3e%#K guGɚ5iپH4!K\Zj'&i'g RgMKzwlRxPƑO b5kWH="*>Twc$ (AJpd1" LP5S{Qi_K2F렔հ]rgv1NѓBiXS:Yl3ؙ}0o&s[ 8߬F_"%d_ep/R;مpt c[6K"_ʔXzއGΦ!'*ZI P fWs*Q1 [4NF)3wR֐t&U}ఐUCe#\q%k7g2Y?C=-ZSW~9PeHr ^~ O\Xuηo>*~׋>>7'ٮԫFL!}޹lenRHh3"u 9S\Gr(9(4(iB,ad4"9-1E"qaH+i 6+Qpyi\xyHٺ|wB'R9,Kc\ίӜ`d\{f6;vߚJy"LM?ftraږbo@ɶO."4뫬*[Zk]n=o.ԾE V,G-[-$ /f_DBWfq쀐(#G[\F#V|q; *-8qOR8# @+6Rd$ˮ(fEG1$!/bd0e:Qw熚 & %/= 5n ġ0ca|K fDi=]{r\圽b(+`w7R%Uؕ !ji08xg'f"`5@<ׇb?yJg}V Escg{.a)Xk1']^ۅ=['-LFLXnO'眇U 3D!Ux芚kI3eMBD}*EqP2zӂsHfAsIb;Sß-TKp >/B!-y-5#Xz ]DVLk ̂ `c+EkK }IM-:DF*o"9wݩ `ϕ_Xjb\WF('ImqOJ&.nTJL" v攡O{!)pTl XĦU`셀[#`$Уh]]Is 6&¢|[X:]̻ҥ`dƘT evk2PWuA z&*iie9}*[Q|,-@>DM5k[F1l'iW7,oN :Y/1miXqӑjzo֯{&,r^{O4b#\D0ݒN/w;8/wq} Q h»vӰlLפm9Qfչ&&' Ej [ Ywz›WF Zavn>7hAPEʞ"v@`7̸$_FV+<['Rt9n +'??`=􉱟6>+̿4;nR[3LCAJyXc[{K09kmῺB8Kˈ%bDMnFŠGW>uxgZ}}oW46g }RFWu~s@̦FA}4ސJGvjQaY4%_Ȗn]=T J78`k-2\˳d!w ksNɞaMP(B\'_9{DH% #6bP"3zdKue4W"ZP>QYqߋnfĬ "+GB6>Skecs[PPm͝єjx.[!AU5 A# )AKPhwЁ۟U._o=i;iwt}WG~&A9 ptP5i?G>nL.ͤٿwJ}ʳ[X{r lF0b[ܛDoyQh {툓 vo%TI:wi27{zksC\F8NV&->TFAYL ~>s;4l ßJ/ {>睝3K G6<₄ * "71 Q!Og;Ec뮝Y4i0.%b&[$m㗂8F`^0s.b_ {J">o 3ʢ1d5;{xFkzd2oiN0Xet{aDŽz:Gr4{e N {SDHtSY:Ogjv\[.6Rrg >A!Iy% 1]=_|B/7=V]sפ{9\ îkxSe5Yf #O3?'EqDu,Ǯo]En֓ga@7ٖO3AʹE|MzoS|*{D"dw@ä#~U*En؟SJ؟c=NzgFƋoa9 uUЩN92MvנV;Ӿ*P@#!oAO'^F9{,:!)wKV5 r滎~.9̫uz:ⓕ[txe2YcyXcl^x},uG%TPV #ߦx_zt\~eyuU< S_vį9X1$6;C86[v @C|ɾ#R΄8W bKg 'ҏ՘+`kPݼccLNǨ2\q:sH^|K(09-Y)pv3df5mp}4>AT! |z[> Q޶,߂m U3w] >e2yK tqlMlZV6͗eD]wR0%٫̌n6Th!XIK;e# =3t A&R[ "O$yvB63B;wÆWoa*tс YZ