phonon4qt5-devel-32bit-4.9.0-4.21>t  DH`pY`u/=„^Ub +NN$ͯYҀVB|1qA#Kq45>7l84 Yaդ#4Bczr(xbhRLfj 럞=۔uX'WRj<,YI l5` kښ>s0Y[@LK/ ΆϬ.%V: h_t#H>80|?0ld $ K$(04GPZ s    " Xp,A(s8|39H3: }3G-H- I-8X-@Y-L\-d]-|^-b.c.d/e/!f/&l/(u/<v/Tw/x0y0(Cphonon4qt5-devel-32bit4.9.04.21Phonon Multimedia Platform AbstractionPhonon is a cross-platform portable Multimedia Support Abstraction, which allows you to play multiple audio or video formats with the same quality on all platforms, no matter which underlying architecture is used.Y`cbuild32DopenSUSE Leap 42.3openSUSELGPL-2.0+http://bugs.opensuse.orgDevelopment/Libraries/KDEhttp://phonon.kde.org/linuxx86_64DAAAY`cY`cY`cY`cY`cY`c030aba28a1385c42f210bf7b5e925e67libphonon4qt5.so.4libphonon4qt5experimental.so.4rootrootrootrootrootrootrootrootrootrootrootrootphonon4qt5-4.9.0-4.21.src.rpmphonon4qt5-devel-32bitphonon4qt5-devel-32bit(x86-32)phononwidgets.so@@@@@@@@@@@@@@@@   libQt5Core.so.5libQt5Core.so.5(Qt_5)libQt5Core.so.5(Qt_5.6)libQt5Designer.so.5libQt5Designer.so.5(Qt_5)libQt5Gui.so.5libQt5Gui.so.5(Qt_5)libQt5Widgets.so.5libQt5Widgets.so.5(Qt_5)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libphonon4qt5-32bitlibphonon4qt5.so.4libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(GLIBCXX_3.4)phonon4qt5-develrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)4.9.04.9.03.0.4-14.0-14.4.6-14.11.2W[@WU@U]TTZ@TCSS"@SSf+S?S@R@RRw@Rw@RIgRA~R8D@R5@Q'@QkP@ORO1@O))@OJNN^NN]NN\NC@MM.@LOLjyLD>@L @KFK]KKK!@Kf@KK y@Jݦ@J @hrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comdev@dominik-schmidt.deidonmez@suse.comcgiboudeaux@gmx.comwstephenson@suse.comidonmez@suse.comidonmez@suse.comcgiboudeaux@gmx.comfisiu@opensuse.orgwstephenson@suse.comtoddrme2178@gmail.comidonmez@suse.comjavier@opensuse.orgidonmez@suse.comtoddrme2178@gmail.comtittiatcoke@gmail.comtoddrme2178@gmail.comdmueller@suse.detittiatcoke@gmail.comtittiatcoke@gmail.comdmueller@suse.dedmueller@suse.dedmueller@suse.detittiatcoke@gmail.comper@osbeck.comdmueller@suse.dejengelh@medozas.dedmueller@suse.detittiatcoke@gmail.comadrian@suse.dedmueller@suse.de- Drop BuildRequires on obsolete QtQuick1 module- Update to 4.9.0 * Changes * Builsystem helpers are now installed to CMAKE_INSTALL_DATAROOTDIR * CMake 2.8.9 is required to use GNUInstallDirs and for the Qt5 code branches * automoc4 support was removed. Building always use the cmake built-in solution now. * Qt5 and Qt4 builds use different CMake configurations now Qt4 is as it always has been * Qt5 moved away from crudely ported Qt4 configurations to using extra-cmake-modules' KDE compiler and cmake flags. * Installation paths and so forth are still jointly configured as to retain backwards compatibility (i.e. Qt5 build does not follow ECM's KDEInstallationPaths) * Bug Fixes * VolumeSlider has seen async behavior improvements making the slider not hop around when changing the volume rapidly and the backend is lagging a bit behind. * The volume change now occurs upon slider release rather than instantly. * Fixed a duble encoding issue with local paths that contain percent encoded characters being double-encoded [kde#356218] * New API * New AudioOutputInterface49 for backends to implement. This interface implements long-existing frontend interfaces for muting, giving the backend easier access and control. * setMuted(bool) mutes an AudioOuput (without the 4.9 interface this is done via setVolume(0.0) on the backend) * mutedChanged(bool) signal emitted by the backend to asyncronuously notify of the mute application * The interface is only used if PulseSupport is not intercepting calls * New methods to differntiate states of PulseSupport * request(bool) is used by backends to request PulseAudio usage but no interception, this essentially enables device listing but lets everything else fall through to the backend (the existing isActive() method will not return true after request(true), which makes it different from enable(true)) * isRequested() is a getter for request()'s state * isUsable() is part of the previouys isActive() behavior, it is true iff pulseaudio can be used (daemon running, connected etc) * isUsed() is a combination of isRequested() and isUsable() (i.e. active but not intercepting) * The existing isActive() communicates the same state as before (active and intercepting) but now also takes requested into consideration * Enabling always implies requsting automatically, so request(false) and enable(true) will ultimately still restul in isRequested==true - Drop upstreamed 0001-tear-cmake-logic-for-qt4-and-qt5-apart.patch- Added 0001-tear-cmake-logic-for-qt4-and-qt5-apart.patch from upstream, to handle better -fPIC flag in Qt 5 builds - Drop pic.patch - Added extra-cmake-modules >= 1.7.0 (Build)Requires, needed with the added patch- Added pic.patch, fix build with latest Qt5 - it now requires -fPIC flag instead of -fPIE when Qt is built with reduced-relocations option- Update to 4.8.3: * Set target interface include install dir * Do not assume we have a backend when setting an output device, kde#341296- Update to 4.8.2: * Revised the logic used by PulseSupport to come up with an icon name for PulseAudio. If the application has QApplication::windowIcon set with an QIcon constructed through QIcon::fromTheme(string) the actual icon name will be used. Otherwise the lower-case version of QCoreApplication::applicationName is used. * Fixed building with the compiler clang by reverting a previously introduced workaround. - Fix Requires of devel package, there was a wrong "BuildRequires", and they shall be found by pkg-config detection- Update to 4.8.1: * Version bump * Prevent a crash when failing to create the preferred backend- Update to 4.7.80 * 4.8 beta: PA interaction improvements, documentation fixes and standard bugfixes- Update to 4.7.2 * Bugfix release, no changelog provided- Add baselibs.conf- Adjust filelists to kf5-filesystem changes- Remove baselibs.conf, until baselibs for libqt5-qttools are provided- Move to kf5-filesystem, instead of kde4 one - Only BuildRequire those libraries which are needed - Adjust baselibs.conf to reality- Update to 4.7.1 * Fixed compatibility issues with older backend versions - Move away from pkgconfig(...) BuildRequires and just use libqt5-$upstreammodulename-(devel|private-headers-devel)- Build phonon4qt5 package - Remove obsolete, and not needed 'ready' file - Remove not needed automoc4 BuildRequires- Update to official 4.7.0 release * Minor documentation fixes since last update - Add Source URL- Update to 4.7.0~git20131104 * Buildsystem fixes since previous snapshot * Version bump to 4.7.0- Update to 4.6.80~git20130930 * Add preference system ontop of Qt5 backend loading * Unbreak documentation of AO47 * Don't crash when trying to create the singleton out of a qapp parented AO (kde#293004)- Drop 0001-Revert-cache-volume-inside-PAStreams-when-trying-to-.patch better solution is done in kdebase4-runtime package- Added 0001-Revert-cache-volume-inside-PAStreams-when-trying-to-.patch, which resolves a regression in volume getting restored after each knotify event (kde#324975)- Update to 4.6.80~git20130915 * Snapshot of soon to be released 4.7 version * Various improvements, bugfixes, API aditions, documentation fixes * Qt5 support - Drop phonon-4.6.0-find-backends-outside-of-kde-session.diff- Add phonon-4.6.0-find-backends-outside-of-kde-session.diff: Fixes loading of plugins outside of KDE sessions although the plugins are installed in the KDE dir- Add Source URL, see https://en.opensuse.org/SourceUrls- Fix the SLES build (%make_install doesn't exist)- Remove optional Zeitgeist integration due to its creating very long build chain dependencies.- Revert adding libQtWebKit-devel dependency, QtZeitgeist devel package now requires it.- Add libQtWebKit-devel dependency needed due to QtZeitgeist- Update to 4.6.0 * Require QZeitgeist 0.8 * Various buildsystem fixes * Improve the PulseAudio support * Fix some deadlocks * relicense to LGPL- Update to 4.5.1: + Runtime backend switching has been removed + A number of threading fixes with KIO/QIODevice streaming + Fixes to PulseAudio device enumeration + Proper Qt only library without any KDE references + DBus is optional now - Drop phonon-math-include.patch: fixed upstream.- Remove the PulseAudio 1.0 detection fix, superseded by PA 1.1- Cleaned up spec file formatting- Fix detection of PulseAudio 1.0- Fix obsoletes for KDE:Release:46/phonon- Add phonon-math-include.patch, add missing math.h include- Added qtzeitgeist buildrequires - Moved contents of phonon package to libphonon It only included some directories and some dbus stuff - Cleaned up spec file formatting- update to 4.5.0 * comes with all new Zeitgeist support, which enables multimedia applications to let Zeitgeist log playback activity to further improve the semantic desktop capabilities of both the KDE Software Collection as well as GNOME. * Also new is integration with Qt Designer * many smaller improvements to increase reliability of both Phonon itself as well as its backends- update to 4.4.4 - split off xine and gstreamer backends to their own packages- update to 4.4.3: * final release tarball * small gstreamer backend fixes * ABI fix in experimental API- update to a newer snapshot of 4.4.3 * Set device access list for pulse devices * Introduce Phonon::DeviceAccessList from the KDE Platform plugin * Experimental feature: AVCapture- Update to a newer snapshot of 4.4.3- update to 4.4.2: * merged the diff to master into the version- add diff to current master to fix pulseaudio regression (bnc#604046)- update to 4.4.1: * merged symbian fixes * improved pulseaudio support- Added a patch (upstream/Colin Cuthrie) to prevent an endless loop when pulseaudio is not installed- add BuildRequires for proper pulseaudio support- update to 4.4.0: * bugfixes * improved video recording/playback- package baselibs.conf- update to 4.3.80: + one header bugfix compared to previous update- updated to svn1052215 + add the 'file://' scheme to urls that don't have it, so gstreamer doesn't complain on pathnames with characters that get percent-endoded. + make the xine backend work with local files with filenames wrongly encoded/with mixed encodings. + Add initial support for DVD Support + [Gstreamer] Fix changing audio track + Xine has equalizer functionality which is used in Amarok- split plugins away in own spec file, this avoids build triggers from gnome or xine framework to entire KDE - minor spec file cleanup (remove support of outdated distros)- add versioned dependencies4.9.0-4.214.9.0-4.21libphonon4qt5.solibphonon4qt5experimental.soqt5pluginsdesignerphononwidgets.so/usr/lib//usr/lib/qt5//usr/lib/qt5/plugins//usr/lib/qt5/plugins/designer/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/a5d93db54f4f95221356a87c40f18e4f-phonon4qt5cpiolzma5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=c08670e4845dd4e2f9ffb4708378dd7cca316f9c, strippedPRRRR R RRRRRR RRRRR ?] cr$x#̢sjѭlٱ`(ev(*AdͯQBKK&9bGpKveKyʲC&H-C#%ۑz%ړ:w5t>mrb!u'SWuE`DnEi:VrG9[$eN>2Uz7 1 ~m͟e^%(nxpOWqG.n';FxoVnF`GIf\ЏR.`!M-9V >T tL3?Hsꡭ$'rRM{(x   r# ^P>8t圆fFW, FzQ7KK1X(u؂'5{]К݀.'+Վ+@Fs6 uNu>$s4EI [WH}2>a,wH4C*b1t=b*zrW]L,?fwTG}b0}qMT$X+Ж9AM\X}y?Qd5-~W>*,:IG9D,D.-ݐF]0Pw=VEeU 3W vR1Ƞ} iL7Ybg;ǟW"E%?4Hb;y*١l52f܍2d B?,@hNfFiTAàKzAYY="Ϛ>B,xCo?[֖ h=u|7>'6o`W ßn,O,:~sLZu7(. WZSK75Dt *-Fn5U؇ ݫYhGڹm qGV 7 3C6!lTl-E2ÙSs1p⸤QʊeT0HP:D\x>_MgWN<ZӤ>tbd¦|KouX~.:_]_cy<15n\Ţ%[ .@r6W6=ר!Rk߳蓷7I[6v0^LC^6%} >)kx+"k[uO?'36Cw٭xyZAH{"ꣷk 3Uyn8_02sbbXIk.(TpV*cs6󠳯B\yS,ǸEլsp_7z ͙] G`A#8h|£Q) ;^"|2m1kƔ' &˶&6r"@g8|kJ:%f'cpSO±7SD4Ўbrq^KtJCG0ɼ$|\U",jV!7%҆;*Gn4S8& zŋA4b'Ш_*fbGn`V9ܞwzV\]-6}rWުK(ae>ٲO\.4?e׏um1TOePia8h yPjh0 I}&,v\QfqGCUA *:~2kסj0d\&q[gw |"5Ykym@npy5?N 5|쁫+(W P g%+4Az3ME%ݞƊQٜv_)auVR<ߏ]"'GMFcU--v/L ʼ|< `_7[g8OXyÎv{GBmO;vjX l ȵ ġ |Jlߘbe 8q38 gcʂ)Al/4wŰ/wI+wM=vjwni}{q'ԚMV-5`[AɂlwN@$TmZ)x-&*Rɻ@ /3hL\ ؇ؽƑ`u/[Y$zNV-h?&v ۾d fS|X߄>:'2XN(I;tŤö,S A^1 .FfЕ#ˍC&иy()B(P쟚@,㸇E!Efiuj 2+/̵l<붶 ]=Е-ЌGkc3ӛV5OJٛ5%aZ(Rzai 5M3,F;p}q IHȕ1It66Dg١E%n )*:cy&f!u7' W*.YXk(7&2"(4CT4h3  B!9ݎsmH|}]1~c^h^LVMkkIiOdgK<0`bEzӛkl)uF{+n{C3)YܷVD-} / ̫GڊXnjI&ȺK_u?8R F:(-k͒q4#GPt-Axw%nϚ|[zI󱨺a7ңvB'eS^@3DN0nncQ?=šPޫߣ1]?yi@' ^6в%6G("|#i`_TCKg[msq0+)>ʁ$h}g'ȑp;d,M+bsh4{',AALF-x 7tRlZ] c?Vbh&Dt7,uu09`vj<TIvNwp[eJ=y81hƟ|r%jеHgsYw2߄` o(Ƭ-&CbR=#BM;cϫ uM8hTXiGV8t@&XR !4)[kv$Oiٯk \~Ue+%n̾%%N=Z#Ɨ4#i )-ؑ;8[iwvOȚw:F}x[ ݔj}NKǢrË Q 걽 %䱠+YۭD hkK81cTWCX(g) gü6|l}3R ϲLKZRs\z9X{gł.3[EeY%-#y=>kx6cJ L>BJW79CصT-VhaV%[sf6+̛8]N+Ja  8)%f3V6[ ٳ-2OS#X7乬\F@2 56$Bݨmdx{n15'd r6}E[47Bp9U"ODq`7]q=/m2"V-q0(cQ^>G"|mcUF;B\6_QPZHxFo5LL9>CR 4&XNJ}_IKqlmB}. w?=cKe<=TL!˒YM}X nIx%4qU0v;H'z$ aq՚{oPu{E].{זZRw4~)~OtY }/ N(>+6qk~[L7/-xad]< (_Myߐ9^\`wqce֟dID#c;CYq%@b#0^(:{!) 8ВZ+x Jcz a~M6V8[Vg29U &;V>aWF0RO9؂!"` %y,!W2L4ˠЭTG{Rj $qjmf14i_gA^k(731}I7~ELMuah# 5?>}WkcUڙ @ ?Fi_ \pT.U, nAO'x֗!g)Y;ۆ^٭R0͛ JC`E/}EW+ k#"ۑu) g9:&#@l}LY!6f1l͈=\_H')nrXG`ڵ{ 5С4LİR."<ҥOYGoBLKv?rTӈQ1uAst#+'BqK¬1EwA#6;?58c M*$3)ϱ]?(9aKk BD C[%I?iGv4˚$V.;‡˚p/$rK0W7 '<LpiI"IVA]7}Łv7`T<hŸ{jwR2jII>D)/lhzo.S\qmV̞]sձ)' $f#/F>*soa'G|tp>{ӿo+0X&bғtEnNoTPW' A|~ForXH7>i.¶ji>l F>dd|q$s]tIL0@BԗUMG` ;Uim7Vڃ@wBt}](5ogvXuiq@N*7;x!jKJcDWp jeqQi/~l0ncASQsU$&Ca\ܹCdS5Qpӣ?aUG0p &\{$T$9;vE"U5[f%1h2gyT)B{]ǜ|b:crIz?J0溽uДLNyPjޔI񔑲 ۍ2w=8e*/$m$(.mF++9*o#\ waE|RsptekW* D8X:Tq:v׽{*@y8\@!465L·+$[;!M}&B| {쒷Zd\Ql g$+ʽ?lLbDz5B~1C,ZϙN/e   (JfP7WӀ;MV0# Xk[Q]^bس 2! s&Zi%H`tO9 'a43OA=bWzJTrlaTJg)/Hv;Cf6(*C,c3!&o=Y/q {?´9J)Qp5H%{:ʯ6 AFڼ >ܗXbs?6О.-rK/Z?X,A8&n7ɾCEtrc۶OPg̀c|tDx%#`8 Y X$B˸qiJXV?y%|2'ӵkyу6l[JUG{GBե/ao+L1.9mO3myaV+^3ӣPX7dJ5c .zuO1Dӎ0O>vu/>^R*6lO u)i[2MsU[Ski9pG҅Xi,>siZKkxѻ Oz'CjݶN)cr} 1. 3~?M/nc~^Z&ҹՊ6LG>Ʌ(bԉ J^t%mm}H2yj5< Y`Ӎ^֘з336hbzB^pLX{U^|w|m p,mW81{J.t-= eT?G/<H}.Lz+,yp+򺬦$;e}Je1=f 軵p_ bQY?S%1A-l9'Nwl״MlENrk?ƒcWBۊ Ж;szxxoyeJc0SQ\m]w6rFrS&ُTYnq$p+<F'o|m5,wapbIȨ( *_(l/o ªd@(,o_6p&&oOKY&0Rp0l><y(1eB5a9+jL'l}ح4I  +]ʯ2(?7l% 9mmlu5 U6aeF&t#[~rH],~`Gˁn\0(e5NP?G$tUrF2d* }K:`#s[:Ӟ\\1qXD!GTͲ7xh !L#9ɕ n% 9Rr"IfX G*um!q˽:ACօt7sٻLk ED_*n/h! QvV"&l Z^-'~Hѩk%N~F 'o4]2{g6, vGH3"JBߗ:uc/3Rhg.6p*oUI>Sq"~t+|7¼д48E&)\ lՇ?&vD~Q @@axt_֑_W3+l^B+zPlqVI"p.Ȥ?6wAwi_8$i%mj*|7#!zgS&=N@U<)E-}r\#5Z2*1u_/G~CRôѦ+,'2u_ǫ~Yf%捠m19:=/L sZ wtCmlleoAtab-Ǎ彔۹^[@r=fUKyI%L6w[7t#6;`D80ߗD[NxN#*D@ WNŏu>_O<뒅X+Lɸa^ 7_fh[Q)F&g AK=CVj=qoC7z1ita%vru5>baŨ5U~⺻0S7?mֆ;ޘpm!)du@ PO}c" Y5{5o2#'؊ H?V`A@9ZL,63!nɸ䋕zq*A3 j>dQAJZ1'hn}Ee7@^xkc3qfW nӗ\r!}mq>\z3zQy%c[[Db AZp=*LFp|.%lJۂ{lrc篕By&1AqB\Wa"kBvGD#s8buC{Ҡ.`~N0y:# ͊D`Xe] **4Gזm<o;5YWWkfS6^g8IeSM;X)8n (ۣ#Gs|,Ո]ܧϱCwΜ}aT'ۿݩ7oDdX fҰXC"wjMu-:^#YʸmR&Q ePf U6M h `* P/ZpeBsHoN"* BW Dv*K]Hȅ5ńzdPД: J& DBF'-!>SPHv`4ӥz4|ּ!=:q߱Umy+1?m[M>j[tJBW ,br@[vúpG¢s"H1r uH ұ_'*~M +M+H+<|gI@ 3IGlTlqRO 0B)Έ߀N@ޅ˩w2>z9^sŠ̚陔{Jfk6s·obhJ)DRĩ}rKֲg0Oǟqq8l(wUyua˽!HH*$v9/b3*]M'0c8fȈhC:Śj] <,+ŋӢ\ %u5=_JFg,DLڸA+w&=hbgU2̅8i !GGYL, 'U?LhտM70QK#Vr+0w*W(){iϾi`W8z M!x\KA0lp#͠cE1Yȉ`y(@IfFGaoOc&Awʂb)gڡTlu*ݳ1M8 9P}= *H7;g. }! E/ACrn냥XsGR|['ef@5ķXޡ)Zb gpF.ULfz"dЧ}}.{sO؟":3sea)pi3J!_lN%`F P/τ[J>cJ$yX3hxM㝫EDi>EFZoE)u>{F[Y? 4"`}tV8f^&Q .®Akdž^393Q3鱪T%A=K.$q>/툏^5[ Ѥ=Iƈ6iؑ zmFh#/8{oX7 l+(_|55lׂ)kyZG=2RpdA 0||=rkzˮii=jfs 1I9 sU³Ԝ{ (S٫@!(ryÓ*Nv bZxBQ? '}8/V>9& :[7_pղSH 11^uv,qt#^% /VFPx羯*}]b)ϿFCeؼ@/k\|P+e_\*t9uhg~d׌ݙ^LY5xSyyhu`(ء놓؇Y77@F?#~{@-$Tz'xCεAUfiIXniL5UB=낄1H ϐ>+J@"_ `n1Upq'ļyjnV~M 6u^㗯#Fx_zgª6HP/F#cQ&µ|Zei/fhKSր,uQWDh2m*3dlB wClIxXs멺hLc\4҅v9Sab[th6ߦ~*3,&>̪Ͷ`1OlB\2\.5&ñ'fՔP?u `4o=T=G`sYCFj k$_$d?U;EL7B>+5@8e'_Gn'u0,o{&R|.>Yb21źLa/q0gpw6uxA|ԍy53QR0]eSxoǂ탼5D fUWsH{ +~-g-CE,(4PrXZk bAb L4Jd4(\gCt[7O%TWxPN7N(~`?,[-4ޛ|+Ad/]NC⣲Y#iȾ@㲄-}#=K0 2)Ŏ_Fm{ԷzNoj#ba37~SsϘLyK]z1n k;]0)uɒP/iYcgX:eC?_{vԞJww6-Bڕ3xi/z8/aM= g^0wrՠYA)ѰM}L"Q|CZhi+/ȃzuԜ]ALw<*{rN䟸ffڋ-ei)V5GTNo DAO*6 >냚Ys" ۧ@7xm6;.CQ!߰—rZt&]Kw"[!&]Z'#_⺋褐rDWŻp5QꅷbJcfG~-5wD Akczۄj/^*oiwzP8F5sAd>G]39EPpYWi,;6o֣%3x0@d1qve, ~pY cm ݴ4R:BŬ6@FgiVFr%VV p{l[)y.7jAϼC$;Mj=l=bZ)~3cby Ŀ2S760|Bdc sRc gB hn?/j|य{|+~zΫmÇ rԃ]UJRHhי1d٣i}YC=.L&yC_4ʶ*uΡִTgNuH2drpC3Px Վ~:r\[9{%!ePW<2d/bȔW'rs;e"*K %^cp{`Pl1H&*[g5 ^:OgzEݰ$ pPO>V=S aP/<%[ W=%GV,M$RFdT=QXnnZs5y"|b59w- j}U?qֲlp+溕j u`{Vj`iqY{-l\oZgn"x J!I+h)h4SIZ wr];2朵O8? Q#:&.z]ҡ0XP`Yx#|bMcrr 6b|6]ހoto7k,>C9%*<% v8eo*wd-<)<)l/p4;߶{"u FG{A["y|2x9Ձ ƴ"yZ&2T!lek(¹;N@3#2?3֌<[74mܯZAZ$B p#G._ƛ&V,_