liballegro_acodec5_2-5.2.7.0-bp154.1.56 >  A b|^!M@eee(&,3%Tcrې&&Q[O8m(6uA1Bj`r}⟚S>UBF?'q6p<1e26aa14f7f5643da8e47078c838c53863fc3511cb414a6b7560c2499bc7863ae2cacf90a3b144d97ba34095e568149a24f5a562pb|^!M@eee^}3hS8IB Ɋ|ăX2rΛ=h75Kv2/P^)hܶpԳOĩ6G'?~F.OУ%Α;FK?D:7Qлu7!B c!Hǖ{8-; D tPKr\3{Sֆ =6@R[ VGO"*ic -?D CRUxi0Gߢw9+r.G >p@5X?5Hd * E   :K`fpx |    (0 (1889:>2@2F2-G2HH2PI2XX2\Y2h\2]2^2b2c3d3e3f3l3u4v4w4x4y4 z44455DCliballegro_acodec5_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-030SUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxppc64le0b|]b|]1879e3afbae7bee873131fb156e3540fe5fc3dab4ea7de5b16cabefa1d79754dliballegro_acodec.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp154.1.56.src.rpmliballegro_acodec.so.5.2()(64bit)liballegro_acodec5_2liballegro_acodec5_2(ppc-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibFLAC.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-power8-03 16523176405.2.7.0-bp154.1.565.2.7.0-bp154.1.56liballegro_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-SP4/standard/bd02647df1b39c0b60eeeaa9ac92c947-allegrocpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2ad0e99ebcdb4997b0a9e950d1d5b459f4d391f0, stripped PRRRRR RRR%#Rw8X']utf-8b1bbc8aff3dd73888d6858611b95fb542b908db4b934bcc4c5a7f125fed04b8b?7zXZ !t/ E] cr$x#FҜm#!%Ѣ ޫ=i{Rϡ$XwD?dn Q%LJ>JBYN,kb8S>M$|}.(iB ]( "LU6a TN~ ,^|S'.D>wAuL5wb-<MPC49pfbΪ2ԉWF5b.,+ VvI縫jfU5`~yo'zuC "&>Sp8[&voPޒlh[zp,#NRz6E/í_,` 0< 1+(:M D r[NiFuOf:"M;[|,[-c8'WyΥQ܋dT5+=9z B5x0L}d " F]v\%ר(η1`tƒc_hjn1Ɏڃ7!i aKջYkĊG_RH+κWh_C_8O8՜ #yvo(%).z"ҏlU=Tѹnۻ`^2/ aW%4徺>:#AcvG䄟J#`Ycv;VN}#G>8Y {uUY ݬS?|xߧ?_eڴϢWt ֻ000VqŊp<|趉e"5 Z'nkY8q奿X)Yß#G!Ka^Sw>HS]W&Zq~׹_[Ofз=*"eE)7jV)a =*}d*NQhY$mGά$I XZNP#I0Mjrk hI`6nrw#ܴمұ}u B[zVMovs&!\,&.;F[X!csRj2T55*߽dç[-݌b_aqe |^-dqeb aPyC ^̜Y>Si"ʠtӷLz͆*wJ xYF˟#F`5V9ۂʸ}.g*\tU]fM 1 ^B>NN^%Dm+X1{=E,Iď7y2FC f{LI΂ ubCVƱ;c-BD80rKv/WtG:|`|&^U p6.CxBN.m)c/Y YAҽCtjӱ J"Ka$"$`dn31P&V W.t*A%9 M0 ZPǡCf Ih B𕔁gG&5NϬQgH :6ο-LfsJJSn@ Z ŗqNN^Ig9f; E" [>\L)a5YM1Jni_gU$PBK2?S?뷼>H`v|s 8&8TEƊgVC_v&h7GBhnvOFn<` CBZ48\lqAz? j#ƣlVlý} SԴG6~*jSQ5=-4MEx1îD^8_F|?׍{N1223Nj̰}uHW[M0P [`b%p@ ~nUX/_jO<~6f;o ԥwv&̉Q@m;rn -oD(z̞C}hfohZ)l3B#rlja* >Gk4>ͷsR%(Fy ~%)TבMDz|}R!W]Һ#|j}/8P$󜞀Ƅj(iV&`AD:7*,/ MҌgH˼1պӒdSTxWl ΃2ONJ;{%_}Ic~Ezn} r~b42hmEzB5x0'uZ߉_l`6Ahb^>yv=p{r8p 7sQt*2 WQ<-I>@|^u26C&ޜJpd iڋ?˲kAKF/7{+W!I15E{N֩zJ6B֡oZfyfQ Myvzi=)o7Kspv @pPLz߈~NO#%QŨW1u3$$,B7$Yr+ߖLF YX% 3=NZrnnA *`&X4B67t@0R|VZ›`3ӑO#׋-ӅS1X]Ҵ;ԟ ٘DmDI\h̴+Sa" ]Uڄ*5φnaw nCZMe5z+p1&&4]մ+>CUXA!MOni> #/y26Rx3l$l#vK2T.ïB~NB%{EHz%\,8taVK6J]'ANz@k =SS71_ر2=~vp3a).UC?G ~z/{ɝC4U>%BКv+C_K W:LKk Q'>}j^5*FTh%6Y%N tOЋE(∠ u slGA'ӶE  ptWyHAMK}1} ]#V"b^$IGƨB滁ס+i4 FZ\m-crMX8_@ʔ:b- UwpC:ٻFDv8<=lk͗浡Gh-e%ѬՉ29x)x łg ENP#B=aF3uCvzbEk%Ү ?/7Si4/pKa(&3؉?`/QT.,|ؑ)߯Ogt6 ldFgagBҨj/]^R%Pv.Y p53?#n_ʗB/wqa"b8b_p5i}=dxm@TU+BF7R+nw -e1oܜ$0)@myt=K.굅B˻J{Ҍ_AlrHxd階-ޮP4 O5GXwl΄p{Yl#Ѯ$ $#){-/F,*I- odg'(4}r8|lQ|]OZ,탘!4Ta3{ey^K0䊡KA%` Mg>@=?3 *HۉSu \߶=Qv?@%k5xFeZ<$M~7H'gϛT D=hCCЈmTsQ+e7 >6.-u`pJbJȵyo=w1<0@^" _hcط{J +o%l(lteUÆFvF`jg-$D{8wcZN=;ee vZ7Z?C9ۤeka74j˟r Ē,@۔F}^`z'/΃!L6+'ID*-$>=*9dLvKMC Bcv<0HU~\Ctd1$d;k]H.!N]]W#$AȆssYU@uXΙ4L0RUy4ΦƬ')+Cu`)(Li۝tXY'X0%bDhS9vO}$ғEOs F1`pM%WHE+" lfXPHtc'HIM6`*9+Ū]V~JMr8KrKMBJ*&+q4+LiҹqqpUp\FeYށ}ڱ2>FλȕylXG! r=/G`HN%CuL\ʣ@VREf$co o-72w2 D #!Q!|IK8z<0ϫ@[r+>%]u ;5WE3W>;](y7ZlQ$/w/FD>[CU[PB1oayғF<ߢhxOJ&0 48DA.)n HF| JwrPd&w@,e!s[w8QJM `ezE|L.hK^TdnHYQgD>`ȎRsFrFx1'< %P&X{aIT7OL(D| [ʨPo 54^XCǝO698kK>Cn& o= }Mc!X| ]J wO6봕\8a,eك[]s}^|aZ~ vg+KNTTlڐn*` ګ/[c.LZ(F{GC%3~MZ:YCuiÞ0Y[5XmVqQXRY#-NKŋجhCe "pԻ?Ň*yIW4;lBRJ[?Ӗb"4kF׋sDa.GX G4Fp:"*P`3FܬƂH)o'$VM߿{ѱ^x Lz* {Uήh7wqL|!xc1qDj Ni~oLH1\iuBA3LGu֍6;gaDaI5G=4[J 8ɐ sJ4? X]קoDG-(Ԣc5\Р|)xgxnU%7ؽIHDENAa ZR^t"݆S!x)ZH_?J3Q91@=UN=(Ş0m0eJ ?x PĻ:!l%YO %ʻ ,OSx\hB193u„1ꈋkUǭX{SK#"E7 `Ǧ& ד2_8H"N@K&U4"Q61t_M;rJɦVY +- =x4m"!TtN_z\3XJέ_Yl luFVX!|UP1zN ) MRJ-O'8%LX"k?-NoVâ:Kq)-є;ӰATm<$8"~t7s?0>ehE~L VGU._nw".7UUnJ( ^ͤLyݗW||N A~6g7nF4ݩBi/]^lL ڒϺw| a7OLEwrO\m /xƌLq؟sOƘb'=seBTnhbVy?fy,6LofQ6Zrls N/_!"oΪ)(yQc2:k; kw 2(Ubߌ280NBvUx:zSZ * )JT]bE iU~?lZҥV"IMGkL¤0؍,%njuJ,4p(8Pe2et+I: { 9ZYzvXK%n~Pm 28U-OBi,ذG~EV,;7Sj3/+kM(^F"[|jqIy=|bQ9]&i^KU h ;1pKmiޟDI 0"`Dt {6 3 ILyy A j@LZʳ(3]~_!ou#9A-/*tk+URۣecxp+؛Lh&Eh2rea&Fڮ` GjLy( qE5 3tZ_C,?E&$]8sZCAWWI|_p HSs;"r0tg ׹޶>$ \0 6j#D!>י^r џgqRfש]E%ޭmo_~w`C#D/nLAz6'%VRS9{_]Eyk(_k`{bozbc!ѥa!nAzcǎ 4,\og deVv{'/I2駾b̳Z~ ƕg'i`8f[RBjߴyiⱞbE_J8X]:\#$Z"[>L=8 6SEωSX^pG!R [fqU\yހ]6kD#Pjȡ0x|ϔ`򇞒RXUn$m_mKb^+$Im) [>S<_" BaºҽԚR%h,maO&8AVN)̏~ڄWΟ2^fݴi|>+zyyڳ]sO0X;=5J'_̵d$pvGkO|_!+<OVZ2e?a!t-}F x&ԇ xgsu=)vv>W7,ٟ,v_ꢆYMM:DcUWm>~5?)I4A+z#b1BҖ7 C.brb蔇" Ty'j$G;^Fǜ*$@H4~ :_%4>ɓUkH~ puۉ$}TmXr9,@9J$7[52c"o|D%9A<? j~ tD~ 3>~ElJ 败ʱX&k ɥ|C'ӔKW /8!W` gYܹJvoy8 XPX[FؚVmШosrnZ{v k،'ްгiAxf|$t{+4'`^#ޡ%.+C62_ծqp?eS@i ܧ WI25pM0\aaFH@qf⺥{մ$ `hb. : UK"NH#pVL,YQ;W(g ꯂ-!߅m'W Z¶qǺȑmk.za:~)|`ϕŀ|=ݹamwYkӪDKYex ̼^Qg:@T(ؑ[n}I~š ֩gF&u{af57:2pƶ!{ث]<@{8ŌMcG^uhĶ򗰑M[DyV)q\N`-tKӎcZ2]c-y3x)1`(QFc8`2*.42KfsJj&vJ`VNAB?b=rL5'CN+Y+70C]M@^)еyE;_Y䑻}_ c+*\Ftz+cN`9 -f"` -A]Z%*\+Dا~Hr}JFعxh@JA7H>'4F ctn$:~+Tg}hne5v Iޟr ސ8V'S}ޛOLLYz@3>W}-,|ʡtot90lI{=$WenAq.Tƽl/  P&B/ a7K`Vrqns׌|;!@N@0˄0OۓE&͝I~̔a @. bMj/N;~vD׸0zKďWAK0",5bCD!--<]< ;HۃT3gt//1a&mOϜnQFpt}bKIYѭWz4'=\%줹 `clYJ8|*W_‡N;< ,(l<јѧYk ;oʟÁ(>+ &Ynwqs};ҧ8?bhֈ/gS-Q Ek .5sėu/^б^4*5aCRAS&|«qPsM,Ͳ`KruwhrsF~ 3Kʈp>[*=hL/I z)HLj,<-\ 5܌3o'@ɜў0i%"g|]nW(C{ [oSSd={8>=\WL\[Q[]pٖG8,[!9uM$,Zs@://ƑܦΩr)m΍7v rakŃ2JRJQ;K夏]}Av7'Ti ރߜNl `)h>ǀ'4/Zԟ>|Rĥ0ߊm%t?':Κhgԝ1m۴XC(\@)?PȵK˞iEh)f'fLY5eQ7j[xXrj \XQͫp5Gp\G E'TJ)'Tt)81Hͷ+ݶ5n+? x'3glhKڛRrt\PKN lT 'Z<"C }ˆ ۅJ$mNszO2Q7cWxTPx:'*svs{`T*7X o;?(?pI92QXкg(|ODY6Hib.xnI/OLjU$.rꬸYkI拑( 3DΐUR TDx,MG8S! tcP{v0mQɌ yH%FJx pJ/5W(FR _O ֌amvwޞ_#B)tw\;c&yNO̼؆}{,};)7=+{ʖk~k5Wsf[>Xx|wE)tx5a'ֽ uN&lдNce)?u)mWsLsn&.1z)#utV^*qv`?t&rgZަw^FWByMH^1763\(Cef&OO.X XA=߆=gr!4*}u$/M[B_ͳ~(@s!8K2Z¶\&[Z֮e.8L+N˃Dz%x$-xGN#gr$\S!"!_l~OyS)rxTH=߽x :8# PoTXF@e88aAZ+h*6ڨs/\y[p+2*zB.{i ş/ ʸSz],c#B7"κ gD (WMۀh]q^S/+'d82pYiWRҠF*ˣgϐyEdW QfX3f/2^BD+y(iq.9S!{Y [َ}Xl'ON^rIOLn8R xװ;i}4{Qi1#CY\ED^!-iH؄k#l#L'C/%4eZ=F?3l#w:-( K56փ$rfmGwsW7 Ja(bYqtL*Qp ,h:(oMpQa/ bJ>5$%Csjp7N: {ɕn`i,Ð>#j޳qK "%\ht(҆]{sV,&wQ ]>$ðD94hPݥؙ%ql-ߛLuz-w{Hq1MwN,JGM[QYn#RYXe| 0kN[cڋXlPy21 x$\(UM&# ]vl٢fyR{O :tc0L.jLI3CPFA㲻5$ n`x2_ )@hEI ZۙyG=%yH10]/>J3Mqg>YNbAKQx'uTj˙LҞЄP 3` /(4KK56eL%W'J8@)(<4oP1OY/B9;:D!^G.3pŒuߣm N^1PAOP$o )2\0b+hi 6DDoM Վt&-(d6y +i6 =ɤU#gْ]{W (kX,KqR XaU^G;rsƤ:~$f zsC}q< LXw=aj $U]Q#jC_CA/9>d)?=7u\1Utg\iSm SQ)^'bc)$-H Dљ%Ξ*Rm*ZY$gVC?"(n!!BO]EhbɫʐWDdbJ ,n}埿?#DBI~hkJH6Ҟ{Pqw#QcS WQVcѢ%[\nH=q%';Gox {]~?5@ ۵/\nwRq1:6 I%> Ӧu0˝Qkh7_8[hfWKSWy"+uPXǬRsɣe6vGmҴ|[{ P+rOkA4z69(s58&JeᦄH AjX0Zt|џ6"Y/M`Di {cR:mJ>ӁccYJ5ػvOE>@3H%i|./BHnnQqaFZbE$RPmj:HI'vx*5صvnE І,I[ڃ1~_zPv,b a$ |ҐϷ'mbC͟xzGڅ^pU-l hx вa8b"'ŅDZW9y@_ũ2Nm.YY{r:`U69W 2ɩ#A~n#͍[uˇh9%H>=Vu WD]-у5LvDI2mN!Hzw*Z*m9sC .fWZfwAy^Uǥk77& ] +8ՃhMʕSdA=ɢ]f'L~ho*'#7gt8"FBJꧫ:f`ҹK*"' /Z_3g-a>?];xE 1y }"pN&ze7ehqhshg tfA&jnF9TAOYʓFC#h'B' {-̎r}{ 6۰|cX(Nc?0K)iެ9c̓(Bɨs PVւ"]EQ?cx2; ~Yz#V&9E"P g:B6( ujJfXu(D4@hFdHZ(SF 9+Vbc߶ YZ