liballegro_acodec5_2-5.2.7.0-bp155.2.14 >  A dk= I%z gz:XA+5@9:Snb_tZweć=*S7kIၔ!~(nb9Dy>~R ] Y<"Zӡʩwq3wZ^ez%h #Pp|WBL$DwDNu?cT2X {w$\dU ,v__e5¢-=Z!m~L_D_Oȴ~KO<rYܐcp/xT Q.ɭvmP`Il  (+ ZE[GTLv4G8rD0'2T~dBsE[E]k:`@}i1's\(EOry89HMιQ`w2STde` kD)rrbMJ-E2n:ľLQi; cPQȄ zKb.pp/sM(oTomۓ,LBqUFdf02381931327b642aa370365316e414b94ef88fb94fac00e145c5b58889577d3c2daae80e233c6c17fdb33d93ec2d6f55511bf6xdk= I%z V+AyOI0 A}@  2nu%N+\ oWo3ձMe,OV ]Qmj"DK+o]M=4$nƊ#>9hGďZNX eRWA@`kS*VV%Uf3M]yOY!w4:aZa0Yu7I[Z{)2+>p@5?5pd * E 2CX^hp t x    (|E(m8t9:>2K@2ZF2iG2|H2I2X2Y2\2]2^3b3 c3d4e4#f4&l4(u4<v4Dw4x4y4 z55 5$5*5lCliballegro_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.dkFerdinand 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/ldconfiglamb21 16847494735.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-allegrocpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e90a43c60cc5a9d34cebf2490df653653e983b4a, stripped PRRRRRR R R RRpOY utf-838f04b2ea00d401fba249484fb18edd9fbe93f3899dafef4ecd64fbb116f595e?7zXZ !t/>] cr$x#H("{駃 M< Vdck"Ʈf%,P8C.}ggrǿ;K7 v_d]1mpP/HWxDKXqgyR.5[9?K4CA NHmbה/3פGWP'ȿlO;k|Ub7oEda&;Kpekm$ixQB?ɽ.drpX|.ŏQd_%WgqzFɦa&>&rk\|LMr)g[bk">Ȥ%bQG 2*I:3и ,8MH m`%tAQVeQ; pWg,2~%V-Bw3fiIt.]HbD܁<6wy1dמ{ K[:Ȱ^9j^Vx{vZXY&UݙH(;֩bz\$(MaEzvi{F,#)WY,^3v N/Xᢄ~HN0͏ sɻH' }_Uc]Ep=~\؆km%,"F({f-tm/ vN4źݸ&'85VuGKU$5n[+ea` :E>Lށ1*$dMWøsdN2^|4S;ZA'dH#[R(9, d(F#!Vzzm(-'GiE2a#vҝч:xSF-TFvNm2Ě4_T=o^H z!%-إ-8;T_w䇌eL|#+6ΊqVyg+Q" 2h Uzר4FR}nHk5I!kFlm{ #s732hBҞaqC/:ܠ5q P2v7 fd\Y+]gA0Ik[ct٠%M8VǤC?j⢉>yG2w[*)UۛnDpbx` JѮy ynj5SdD.J]wu-ʺEvr*: 7V h+dL%XWW- ] (w'`nD*&{/XjY'8 ŦA9ca&EߘT/xY-q= ˪X۾AHMI[&z^"`qD!&ήl@ uIߊT/FZmdqW; X&h~6Iҹ~aw=j{@@u{/n`\9 >c8EYHlOeDcuK[WNnxvx7eOo#~:W, Tzs2ck#eea `=Tt Dzq==8`Өсt}E}r &H zbosbuفDToj_5Q_12mk/Z@&]V=/rBu ;du7:}).ޅY!uZyWk]8v9a]q\`.y?ɗt͐/Ы9=~_Ϝ|5l_nd:$/rdՋz 9jFiBU[ä1^i F_B}UjFhBom~ A\{DoXF ľB]ŭ2&; =!KC* 8Yb.)f"E0lh=7I'j׎,<'WzŊ-.9ZꉮQvL$JܴMojCEu6cY!e{vB4ӱx (=MdP~=RZ44A,jFCo6wrqy3hJU&9t65ܒ(?8Uq^07jqЩFr&80Ĥ$z u>*O-p] gD ^_3g-Gh*LE?Ed\e:"ďr=IR/-0yA άQl>Y-C5}+S\Z#/DP)3-Ty@*'ILP釭uޢ'3EkĆJSKi50r4\;v6t׹o0`vEk2t$ZlGgS1P䚖b\r͊]FpLRR5曉L_]d,I+nD% |Ls`F` "4 O^U"y&c b2[Q !hƟʻ>{xbō;~b(5m7LSY,IĩvpbZ.Ɍ޴-!O%10,-e{e=7&dd8Dv]~qk_kokILHt+u'`H/0 _^؋J $e8㝶Sn _L4@yQB4p$ %)F ![HQ9HMčAd;ȼEb=`̔IF{q^E!U pȏ^]#s578~4n\b+`´ l!(h/mTpC^6`W''0tA?as`[[Ͼg:'s¹SBEPG0:'WL%n]<%sÅ~ v'z@y]iϤȏWjE1]9W~l9뀐urXЌOi3bQz@Kŷ#bq7v(miQFI;df0O ݝQZgs1Ӂ.dzQIV X2l EvR!^PbJ|NMgi}&t^[);EXL.Ma.n;ۇĿ3E)3Ք,PE]j8fc͑&xk:?P>:}0el1zN4L8HY\ĝhrA9k /@e:ʫp:m5 ]g9o85S׀?,Vh?]"w|^24WeLC4ry?-^ ,X,3]p@P**'EEYp,gOڸO{hI 78iC1#SoM!^w,$b>0!ׁjd7i252E5 6D->xvچDrqp:'F^=8WL$"2YA"v.<%Ǥ+$fO0cI4J_߀ʛf,.Ɵ`1@[H0pa"^d\Krey63lwp`B"~z!N]I_<FE|&g2kF2j)o%%q-2;DRd:B?4k3s\nogN71Y!20ӵSRt6X1r8R% j}d %׋,dE&Z.Ѩ\^!޿{/BV/oV 2tƀjlvck" U0F4JʆFğiZmB}̢8.@J^Z2DiW(r%WI'- b/m+#_S@ g>W: *ĥ]_y -URoz+8=':C;~H%ZLS}K ^/_R-20O@u0(-V,bΙ5 !棃QE~VZNf\yA'fё7g)l>\hl7NnEHq{m :h)Cs]&IHaQkɍ[^Fv=\>h\?+DDxq?2tDO`y0XNy:P~ KL@dE0ZÁ1U5vuxFSn Wcp_Akg3M1tb,]wx(pŕUkE+.=#X@i\JIlQ2kM@g<'yG 41~]T҇5:٨i-DFAbxLWhuQ5V}[-98"grnZ/J0RVNe@:yCV@T?E~㻽AGbsן)0PZ@t;= qE%R Bӭ 9QJ%wD/+]s tx74Xe$h48S^S0t u>>&7) 4Px zhyZČXΰ|/cN壑VplG߮=E"xߡ{&@ho?:Lhmנ V  c3 K-cFV\p/MjjcR<=#Z[gQWhi31],:疅&"ӛ<~G>ɹ3dHaH"ԫǔ]Ψݧ RM &*qGP]l 13?6vx0qhsg aaE}nhjx?fSg㭈NNI]n1҈vC}_z {+TF52tmnK>7 .3H8ᐮ8g 3 tSKXq%suse5õ[@(B5BCR.# (-8Œ̌%MW"ӠeNvQ +J46`5H=|i} ya Ɍ\Fv:z=r ~+wY0U=Ǐ#hBVE ĂڽUn3 HQ$][çXZ"  hkmRP-_ѷx^*a,E WO'X5\H`hRQ"F:-.5Pl2J؝*2!~U:[Taߕ18iP'_vw=昍5P^R`Ach/ᇔ}Ǫ3kOwJ֕j;F J_R~g6 2tn4T(yQ\G1xo/Ny+N҆ ޔSKS]p!3A9aL +?l&7pW.Ni6hV/.oţ̨@3S:"1!*$` Q= ?6`L̈1l1#`{Rae&q5_". Eo3MRtd{>;sr>N\DU17(]u@b1$Auhwmx:`biX[MU6J?'a@qf~]~b7R60Il-8Y"p3Wi&k+"rkWZR}$oæ|W9cQA!-%pf6tUqVm5)cY]Fg˭]7W])_v{)W\8dhe6W0(}X\AG輭(l,O7W9&CҠ v=Ck깡XMr؜K."3/@2Q+<|R#Ǡag&B<}HӺG?P C L$NA:xgF=Ke_. ϒ 9/T9Pd˟ᗽ Q2&݁*$$͓*iveIW4%Y칽/pj'G2o d&5%&g+%׽j?| ;QM l,|krG>]lGx.ڏ'z+$ޞnY+#+oe6| p7XE@C6[T!d%0yB:*%hL8ja+6E_C9f|eH)`Cӡ `t1a"VTw}|EH&(-@Z<vC+V__Z~3C,XuPX_sVN^JZ+>ж&[fqzZ{N2PO;٩1^9ņ*ŗ^ǀq&,yE`%B W"]k5y^HύOyoh|hnsHDqЕ1t{ڋ~4x.kH(Dxb [?3.wٚՉo>j/V# ;`ά.?:@]O*v?Jւ ??[.%(U_<O O)c2zt-U u7`;gJapQj[b*,'Q:]1}ݧ ]T\X,%8vz}2O6Ea,qf .}0(smLMB֓{#q2 QnCK0tJONʐxiω sC%ߊGAOkCd|9D%)Ի&F&Oyr2j tC @XwDNM!"wqO zY:݇"eǽnHG>7c?bz]b/ܪuA,/@ъ,AG6ǯOՉX%)p0waxvx Go4V15{6ɡ/FJ8# Μ0_{țङ NH-Ds)<:6ѵH<ר禐ֿ%BY6 yo_k/D3}ˉFkBrdI+rNH3k`]HɠK[1zk| :(T-"&-QC2;@Sp3 arD$6%e7ML5x9~rS5]&ޢOf՝HQ0N|>]%X2Eb -E¼?A (R1O]uL7v@iH刌?|)ך+\>93DNwbBC&R-HU@*d?>~8ЅpTXUλy.~*^7l\OI1_C< rڽo>y zhb2 ̼K])a_Kd$) ʞ)ɔª{ud-` 8"=c'y,IkB!޼1YTY#-&ڜ) 㛴1\@ (GZC_*O GBZҏ}б &ۀF)IV%ݼf߯Ag` Q2sp Y)iAL, %)q^B IANṰEfvSz>n$U҂tC;UZQl|MN _M8+_XJRS_sjJ>\׳y.Ū<|\ 5 UK0 Z^ۤG+=2]v:-=E)WMsfW7<_RvQY̊ϐ+KQ|vy)=: 9 o>G0`> [Ri;^R#deנ> zFbp$8 "`Ʀn|G2Z&LŒ[,̪Az%Jf|AN7sѦ)2hkۉh/ƳKgLoj_q֫gl O4PŵE l&Ӭ*ŸpUܨzXҿ-Ő\t7d[[e'N}0[iB<6[%2Gt5S8Q@|װ p_ldYpԅB;ܹhdS@.ѿhiD ,.213. :݌xadu=ڍ|Z9[F6u#-'uqK+ `yׂ]Y'iUxmKcDk~9?4HFEk6uo!A esdS[g9pp=eL*̔p׍UA+v_O֦JU8^/az3 i=15Ӛz >ZURl139-Hwϱ zZ"=hݘ0ͥ_5}Ec3q?'stH䂇@]F_{j6zfznPJu!/)X.5-z >F0j!TO{Lb{mƆ<E@H:Pc,d!=,. ld\w=z(uWoPQqCe36My] i6.GX$HJ@k>8 .>ʹYZ;g'* dz7SN=pRaJk5`.9Qo-x sWPU^"D͉7'2Km(˒F k` =w^o[ȗMʈy~CD jw߹إ?'{!=AKOG d1C!iNj5kǃ_x%F% B+c.W'ٴ.OMC`]?Bgh +$=ʔQ~4[0?8Hcoh|>!iMe c4u.q'=`k)~&T+W~2K66ji^hPFo^cZE5MTDw%TjwvUkNyjX@)!w2@b9a@|T_iAYa"/3Hl!Ig1S8":ƾ)5"&â,HjuU#*zz?S GcՂy{5Q!Ӈ ݮ\Y[PxS\^oC4W).6GGCPA'GinKa鹞)-3Y;-|fDh2%z |Lʞ{ T$aءo:B&SMl:^( <;OpO>1=h7l]2g~xKBƁo-\pKC3M&P^Sm}!4q81]} +bfo}?] 'vEeP(n`U :<%$S" !AMӺ!6D!9Fp/;ƾJSÓu@)S`>o!Pr:[J:7{wc0b;1ȿB-,>_ FwE_Q?x`?l;,-mkC,TZQ'[?o}aYOtCDvVM̙)z 4W) Y:ӃVZdb'j+U-Ӹؖp=oQRAhufŜ-خP':άLWhޔAzaQC&JyNy+K\ r ~r(ŋ_SE=Q$l( -,G}792-⨥4}*I+/,2c'Tb^Rp-{Gi!* *Tb:}FsNNci(u{[>N"S׹kZp}j/aHe:6[='ax3D"̴5'dI^eɹRCs%'{\(^R8!Rہj 6@@82lZ>DzHlvR tFwB6xJS^¿M̃\/ Ёg |ӕZ}6萍i1. )m!G}qH8`]L rKgRO&̱Q0HV&>>8?>>\GWUR@I<*@rlL}xUFb)򐍪09Sk;$]rHN)pt L"cW15E U_BR %gb+ bd, a(?`+o+沫*oFX1|mZ?nfc| &ktQs 6Ee%!ݘFIj,9D[`y-kdI)>yXP `=%*^qMBrZ%Xͧ>1d{jP΃1UWPP2~yjT^g3|,:Z[7kO/7e,˕3k {B\+G#<{aqZp:˜O3szz@ Ta^VI4ɿǀipb߂mцp4Aqbxo+ዃq|N_+(A1Dp+ݘ\ߤUڢ\1hkfs i]Xo]"|,\~UDyP;Y3,f꺃(YURWl_g]Hkq y( $rJ4RY;!OB{i%g[ᴲX4US5l_-ڧU'oPuWz/oRN'ҜH7V>~IQG6팖s@vx̅`(S&=O}0F YZ