fluidsynth-2.3.0-bp155.1.8 >  A dk;lI%z &X9]0?mg`4X$nin}sSp'h4tz,žʘ!zFTdݜqrQ{zȼy'4`n)tըkbD;poWOA7ܰ0{33}HDToʱcx@֓,WMY[BJ_Tk 3ݘjnj4ֱ&Km٬]ISh-V@o7hHý0 ^C;rӡ0F[ &D@[S6О^r fgբJU N+>kc 31 dz2d6)ΞhfRd :,44` N~l򹸭+AfuUQklD{oxJںĸɬlKɑ{ 1~T [;-G(224c47db616339584ec1a738b79ceed0c87c34939ce88cd410d00830fb0ad69d6dc05ff82dfe255bdfa42b80db328c03c19565dbddk;lI%z FS[D\Jg=Ӗv紼#¼ L`/^a 6%L PÀ6\e R6P:, G\ ˒RĿF-m!G0,TSc8QyE=Xf A ^[3Tk'(qt<3=ff㦧*E++V =[=Onėlm=KclhO on&ei 5*ɾRCˎ1{Iuk?7.-~;ޚpw>ʑ'?U\5% [犒ÃuZ'7{H ?^5ޚԽ*^n :L&byMB}4jivŤ(HT' G=N&P׻ik;I:̼'iE%L04tԞy)ZWAih7P<`^&l[2c}/.,Pܮ$DQq=Epւ9Zw3CH>pI`?`d   V@DLPmv  1:   ,  T+(]8d+9+:1+=ZO>ZW?Z_@ZgFZoGZHZIZX[Y[ \[,][d^\ b\c]d]e]f]l^u^v^Lw_x_y`4z`T`d`h`{`|```Cfluidsynth2.3.0bp155.1.8A Real-Time Software Synthesizer That Uses Soundfont(tm)FluidSynth (formerly IIWU Synth) is a real-time software synthesizer based on the SoundFont(tm) 2 specifications. It can read MIDI events from the MIDI input device and render them to the audio device. It can also play MIDI files.dk;^lamb15:SUSE Linux Enterprise 15 SP5openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgProductivity/Multimedia/Sound/Midihttps://www.fluidsynth.orga/linuxx86_64getent passwd fluidsynth >/dev/null || useradd -rc 'FluidSynth GM daemon' -s /bin/false -d /var/lib/fluidsynth -g audio fluidsynth if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in fluidsynth.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi PNAME=fluidsynth SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in fluidsynth.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable fluidsynth.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop fluidsynth.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in fluidsynth.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart fluidsynth.service ) || : fi filxZ?'g] 큤A큤A큤Adk;Odk;Fdk;Odk;\c)@c)@c)@c)@c)@_xdk;\c)@c)@dk;Off9faa7bb2646b6930823490895013f6d0cb3febdb27061a1d3861ccea24f19e974f8b905a70475ba11d7010fa19d302cca3bb454a302ed31cee4bc8a5ad64ce5583e75a3e90e6811e955adb67e60e7b58c0071fe7a5afffbbbeb5a509ac7944b1eddac9ce1689e1d88e2b82315fdbbc9e8339fad2d1aa1fb5884ff11073105ea9b4c2aa489643d514dbf5579ca5db4834c8616be16dd85d7ca2a415722cf9a49e068d8ca7432f68f93cf4dccfebb8b14bea8422ae0eff61a0e1834de01f7f52205befcd176d8dbe6d13719ac3c5b29fa5d7b4bd560620165ff89a00cdbeedaed8f3bf00ca513c2d6e41ecaebe147b88191616d97edbc7e233b2dfa0827ee8159b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e93b47674f6efd4c29f3e48c339124cec5a827eded1f29571cf4b0a2d261219b3aservicerootrootrootrootrootrootrootrootrootrootrootrootrootfluidsynthrootrootrootrootrootrootrootrootrootrootrootrootrootaudiofluidsynth-2.3.0-bp155.1.8.src.rpmfluidsynthfluidsynth(x86-64) @@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shcoreutilsdiffutilsfillupgrepgroup(audio)libSDL2-2.0.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libfluidsynth.so.3()(64bit)libglib-2.0.so.0()(64bit)libpthread.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadowsystemdsystemdsystemdsystemd3.0.4-14.6.0-14.0-15.2-14.14.3c.@c6@bʿ@bf@b<]@a@a@aim@a@`@`}@`m`g@`P`___gD@_ L^^T@^Nt^@]@]@]Z@\@\q5\,[T@[@[i@[Z@ZZTom Mbrt Tom Mbrt Tom Mbrt Dirk Müller Tom Mbrt tiwai@suse.deJohannes Segitz Johannes Segitz Tom Mbrt Tom Mbrt tiwai@suse.deTom Mbrt Dirk Müller Tom Mbrt Tom Mbrt Илья Индиго Tom Mbrt Tom Mbrt Tom Mbrt Tom Mbrt Tom Mbrt Luigi Baldoni Tom Mbrt Tom Mbrt Tom Mbrt Tom Mbrt Tom Mbrt Tom Mbrt Tom Mbrt tom.mbrt@googlemail.comLuigi Baldoni tom.mbrt@googlemail.comtom.mbrt@googlemail.comtom.mbrt@googlemail.comtom.mbrt@googlemail.comtom.mbrt@googlemail.comtchvatal@suse.comtom.mbrt@googlemail.comtom.mbrt@googlemail.comtom.mbrt@googlemail.comidonmez@suse.comtom.mbrt@googlemail.com- Update to 2.3.0 * CMake 3.13 is now required * for a full changelog, see https://github.com/FluidSynth/fluidsynth/wiki/ChangeLog#fluidsynth-230 - Remove hard-coded fluidsynth.service and use .service generated during build- Update to 2.2.9: * Fix regression in WinMIDI driver introduced in 2.2.8 * Tracks cannot be restarted in MIDI player after reaching EOT * Add a system-wide configuration file for Windows * Harden systemd service file * Dependency libs for precompiled Android binaries have been updated - Remove harden_fluidsynth.service.patch as it has been addressed upstream- Update to 2.2.8: * ALSA and WinMIDI drivers now pass system real-time messages on to user callback * Fix FPU division by zero in `fluid_player_set_tempo()` * Fix system-wide config file not loaded * Pluseaudio driver now honors `audio.periods` setting- Update to 2.2.7 * Fix file driver not working correctly on Windows * Add a function to create a sequencer event from a midi event * Precompiled x86 binaries are now x87-FPU compatible * Fix fluidsynth not responding to SIGINT and SIGTERM when using recent SDL2- update to 2.2.6: * Undeprecation and minor revisal of the OSS driver * Minor improvements to CoreAudio and CoreMidi drivers * Fix sustained voices being held after ALL_CTRL_OFF * Fix clobbering of PORTAMENTO_CTRL after ALL_CRTL_OFF * Prevent Modulation Envelope from being stuck in decay phase, causing detuned voices and potentially other audible glitches for some soundfonts * Fix a compilation issue with recent glib- Update to 2.2.5 * Fix a build failure with CMake < 3.12 * OSS and MidiShare drivers are now deprecated * Prevent samples accidentally having their loops disabled * Fix framework installation on MacOS- Update to 2.2.4: * Per-channel `ALL_SOUND_OFF` when seeking/stopping player * Fix windows related encoding problems * Rewind playlist when calling `fluid_player_play` after all loops are complete * Fix MinGW related static linking issues- Drop ProtectClock hardening, can cause issues if other device acceess is needed- Added hardening to systemd service(s) (bsc#1181400). Added patch(es): * harden_fluidsynth.service.patch Modified: * fluidsynth.service- Update to 2.2.2 * The MIDI router now handles out-of-range parameters in a smarter manner * Keep pedaling effective when the same note is played more than once * Select soundfont samples by frequency instead of midi note numbers * Fix the sequencer's event ordering for NoteOn vel=0 events * libfluidsynth's import library was broken for MinGW builds * fluidsynth.exe short option `-Q` not working * Precompiled Android binaries didn't work * Fix openMP detection for XCode 12.5 * Make `audio.jack.autoconnect` connect all available ports * Prevent MIDI Player from continuously suppressing notes * `fluidsynth.pc` now includes private libraries for static linking * Fix typos in code and documentation- Update to 2.2.1 * Make ALSA the default driver on Linux * Coreaudio driver failed to initialize on MacOS 11 * WaveOut driver failed to initialize * COM initialization in WASAPI driver is no longer performed in the caller's context * WASPI driver now supports reverb and chorus * Handle SysEx GM/GM2 mode on, GS reset, and XG reset * Old behaviour of `fluid_player_join` has been restored to prevent infinite loop in client code * The Soundfont loader code has been refactored, illegal generators will now be skipped more consequently - Replace deprecated %make_jobs macro with %cmake_build- Update baselibs.conf for the soversion 3- Update to 2.2.0 * for a full changelog, see https://github.com/FluidSynth/fluidsynth/wiki/ChangeLog#fluidsynth-220 * for API/ABI breaking changes, see https://www.fluidsynth.org/api/RecentChanges.html#NewIn2_2_0 - bump soversion to 3 - require a C++ compiler - add RPM groups - demote fluid-soundfont-gm to "Recommends" (previously, the user was forced to install this package, even if he used a custom soundfont in the .conf file)- update to 2.1.8: * Rapidly changing channel panning could have caused audible artifacts (#768). * Fix a use-after-free when loading malformed soundfonts (#808). Affects all versions back to at least 1.1.2. * The number of allowed LADSPA effect units has been increased.- Update to version 2.1.7 * a regression introduced in `2.1.0` prevented chorus from being audible when `fluid_synth_process()` was used * a regression introduced in `2.0.6` prevented the MIDI player from restarting playback after all files have been played * fix a double-free violation introduced in `2.0.0` after executing the `info` shell command- Update to version 2.1.6 * SoundFonts may never be unloaded correctly, if * polyphony is ever exceeded, or * voices are still playing while their SoundFont is being unloaded. * fix a heap-based use-after-free- Refresh spec-file via spec-cleaner and manual optimizations. - Add Requires:fluid-soundfont-gm. - Add user fluidsynth and group audio. - Add files: fluidsynth.conf and fluidsynth.service.- Update to version 2.1.5 * loading DLS may have failed in certain setup environments * fix a build failure with GCC 4.8- Update to version 2.1.4 * fix an uninitialized memory access possibly triggering an FPE trap * fix several regressions introduced in 2.1.3: * `fluid_synth_start()` failed for certain presets * fix a NULL dereference in jack driver * fix a stack-based overflow when creating the synth- Update to version 2.1.3 * fix a cross-compilation failure from Win32 to WinARM * fix issues while `fluid_player` is seeking * fix a NULL pointer dereference if `synth.dynamic-sample-loading` is enabled * fix a NULL pointer dereference in `delete_rvoice_mixer_threads()` * fix a NULL pointer dereference in the soundfont loader * fix dsound driver playing garbage when terminating fluidsynth * avoid memory leaks when using libinstpatch- Update to version 2.1.2 * fluidsynth now exits with error when user-provided command-line arguments are out-of-range * add verbose error logging to opensles and oboe drivers * fix a memory leak in oboe driver * fix a NULL dereference in the fluidsynth commandline program- Update to version 2.1.1 * a regression introduced in 2.1.0 caused the jack audio driver to not correct a sample-rate mismatch * pkg-config is now being to used to find readline * fix various typos in the documentation * fix a memory leak in the file renderer * fix leaking memory when sequencer clients were not explicitly unregistered * fix a heap-based use-after-free in jack driver * fix the linker possibly not finding libinstpatch- Update to version 2.1.0 New features: * new, less "ringing" reverb engine (#380, thanks to @jjceresa) * new, stereophonic chorus engine (#548, thanks to @jjceresa) * support for Downloadable Sounds (DLS) files was added (#320, requires libinstpatch) * improved integrity checking of SoundFont modulators (#467, thanks to @jjceresa) * rendering to stdout is now possible (#553, thanks to @mawe42) * the following Audio Drivers have been added: + Oboe (#464, tested on Android, thanks to @atsushieno) + OpenSLES (#464, tested on Android, thanks to @atsushieno) + SDL2 (#478, thanks to @carlo-bramini) + WaveOut (#466, tested on Win98, WinNT4.0, WinXP, thanks to @carlo-bramini) * various performance improvements (#543, #545, #547, #569, [#573]) Bug fixes: * generator modEnvAttack now has a convex shape according to SoundFont spec (#153) * the default MIDI Pitch Wheel to Initial Pitch modulator now uses Fine Tune as destination generator, allowing it to be overridden by the soundfont designer (#154, thanks to @jjceresa) version 2.0.9 * an implicitly declared function caused a pointer to int truncation in CoreAudio driver (#591) * fix a stack-based overflow in CoreAudio driver (#594, thanks to @fkmclane) - Enable sdl2 and libinstpatch - Spec cleanup- Update to 2.0.8 * fix incorrect behavior of `fluid_sample_set_sound_data()` * fix voices being mixed incorrectly, causing audible crackle esp. at sample-rates >48kHz * make sure that defining `NDEBUG` disables assertions- Update to 2.0.7 * fix broken audio output when reverb was active after synth creation * fix debug console messages not being visible for debug builds on Windows- Update to 2.0.6 * fix an uninitialized memory access, which could have led to NULL dereference or heap corruption in an out-of-memory situation * fix a use-after-free when calling `fluid_player_stop()` * fix the MIDI player not outputting any sound after stopping and restarting the playback- Update to 2.0.5 * the MIDI player erroneously assumed a default tempo of 125 BPM rather than 120 BPM * improve integration of systemd * fix a buffering bug in fluid_synth_process() * fix a major memory leak when unloading SF3 files * fix multiple NULL dereferences and memory leaks in jack driver * fix a memory leak when creating threads- Update to 2.0.4: * introduce verbose error reporting for `fluid_settings_*` functions * avoid undefined behavior when `fopen()` directories * improve compatibility with FreeBSD and DragonFlyBSD (#508, thanks to @t6) * fix build when cross compiling (#501) * fix build on MacOSX 10.4 (#513) * fix build when compiling with MinGW * enable network support on Mac by default (#513)- Update to 2.0.3: * fix handle leak in winmidi driver * fix build failures when cross compiling * fix a bug when calculating the lower boundary of attenuation * fix a double free in `fluid_sample_set_sound_data()` * silence a warning when loading soundfonts from memory * minor performance improvements- Update to 2.0.2: * fix building fluidsynth without any audio drivers * fix a possibly misaligned memory access in the soundfont loader * fix a memory leak in the pulse audio driver * fix a NULL deref in the coreaudio driver * use cmake to query for DSound and WinMidi support * remove an unintended MFC dependency header * include Windows DLL version info for MinGW builds * implement midi.autoconnect for jack * add a cmake option to disable multi-threading- Update to 2.0.1: * implement auto-conntect for CoreMidi * fix a build issue with cmake < 3.3 * fix a crash when creating multiple jack drivers * various fixes to dsound driver * fix multiple potential NULL dereferences * fix two memory leaks in the soundfont loader * correct upper threshold of synth.chorus.depth - Remove fluidsynth-last_client-reuse-fix.patch- Backported fluidsynth-last_client-reuse-fix.patch from master (qsynth crashes without it)- Update to 2.0.0: * for a full changelog, see https://github.com/FluidSynth/fluidsynth/wiki/ChangeLog#fluidsynth-200 * for API/ABI breaking changes, see http://www.fluidsynth.org/api/index.html#NewIn2_0_0 - bump soversion to 2 - require cmake >= 3.1.0 - execute unit tests (make check) - remove cmake option 'enable-ladspa' as it's now enabled by default - add conditionals to spec file to allow builds for other RPM-based distributions- Update to 1.1.11: * fix pkgconfig file for absolute paths * add a cmake option for OSS support * fix broken enable-midishare cmake option * fix double free in fluid_midi_router * prevent malicious soundfonts from causing buffer overflows * avoid SF3 files to be loaded incorrectly * fix an endless loop in fast file renderer - remove 0001-Fix-pkgconfig-file-for-absolute-paths-347.patch- Add 0001-Fix-pkgconfig-file-for-absolute-paths-347.patch to fix pkgconfig file generation when absolute lib and include paths are used (boo#1084081)- Avoid using indirection macros - Do not hard-code /usr/sbin- Update to 1.1.10: * avoid a buffer overrun when loading malformed soundfonts * fix synth.default-soundfont returning incomplete path * improve reliability of fluid_is_soundfont() * include windows version info in libfluidsynth.dll * enable jack midi driver to support more than 16 midi channels * minor cmake adjustments for MSVC builds to enable building fluidsynth as vcpkg package * fix build issues against statically built fluidsynth library on all OSs * enable fluidsynth to be set up as systemd user service * cmake: prevent double usage of LIB_SUFFIX and LIB_INSTALL_DIR - Install systemd service files- Switch to cmake macros - Use %license to install license - Disable optional lash support as we try to remove lash - Format with spec-cleaner- Update to version 1.1.9: * fix building the portaudio driver on Windows * fix build if no MIDI drivers are available * fix return value of fluid_file_set_encoding_quality() * fix use-after-free in fluid_timer * fix memory leak in pulseaudio driver * fix memory leak in rvoice_mixer * fix dumptuning shell command displaying uninitialized values * fix a resource leak in source shell command * harmonize fluidsynth's output library naming with autotools on Windows * dont set LIB_SUFFIX when building with MinGW * avoid a possible deadlock when initializing fluidsynths DLL on windows * avoid a buffer overrun when mixing effects channels in fluid_synth_nwrite_float() * correctly clean up fluid_server on Windows * implement handling of FLUID_SEQ_ALLSOUNDSOFF events in fluid_seq_fluidsynth_callback() * support for registering audio drivers based on actual needs- Update to version 1.1.8: * fix build against glib < 2.30 * fix dsound audio driver on windows * fix a bug around `synth.audio-groups` setting, which caused improper multi-channel rendering * cmake 3.0.2 is now required * compilation with clang is now possible * build fixes on OS/2 - Use pkgconfig for resolving build requirements - Minor description update- Update to version 1.1.7: * consistently relicense libfluidsynth under LGPL-2.1+ * fluid_synth_set_channel_type() was not exported properly * fix calculations for modulators * fix SysEx parsing issues * fix mangling with illegal sample loops, causing audible glitches * fix inverse logic of audio.jack.multi option * fix channel fine tune RPN to use correct range * fix timing problems when changing the sequencers scale from a callback event * workaround incorrectly rendered audio when requesting more than 64 frames from fluid_synth_write_*() * adjust ALSA MIDI port type * avoid voice_count becoming negative * avoid notes with a fixed key generator playing forever * avoid TCP/IP connections from closing in an undefined manner * a lot of memory leaks, NULL dereferences and SegFaults * add support of vorbis-compressed sf3 sound fonts * add sostenuto pedal to the synth * add vbr quality when encoding with libsndfile * re-implement routing reverb and chorus to distinct buffers in fluid_synth_nwrite_float() * add IPv6 support to socket API - remove the following patches as they got fixed upstream: * fluidsynth-fix-build-lash.diff * jackmulti.diff * reverb_mixer.diff- Add baselibs.conf as a source file- Added jackmulti.diff to fix inverse logic of audio.jack.multi option - Added reverb_mixer.diff to workaround reverb issue, see: http://sourceforge.net/p/fluidsynth/tickets/137//bin/sh/bin/sh/bin/sh/bin/shlamb15 1684749150 2.3.0-bp155.1.82.3.0-bp155.1.8 fluidsynthfluidsynth.servicercfluidsynthfluidsynthAUTHORSChangeLogREADME.mdTHANKSTODOsysconfig.fluidsynthfluidsynthLICENSEfluidsynth.1.gzfluidsynth/usr/bin//usr/lib/systemd/system//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/fluidsynth//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/fluidsynth//usr/share/man/man1//var/lib/-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/5f9dda501e9b00e6c3ede18fa1b51fc2-fluidsynthcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=dafd2a6be5cb897b2a7ee8b529de83ede0be6250, for GNU/Linux 3.2.0, strippedASCII textdirectoryUTF-8 Unicode textASCII text, with very long linestroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)R R R RRR RR iAtW)s!fluid-soundfont-gmutf-87d86f580e56a62328bdd0c3c9cb8f6a41d5a765cd27203568f98f7db31c50ebc?p7zXZ !t/CG] crv9wB,giT Sަ(F 1A n~PmZ-c~M􂶃heqₜ#ؔ' ng> QĈV&.#wB65$?S~QkPm6VMKBxx A,kMH P`J:YoƸW/M([qts\RH3ț5ViHATlki϶(bc@{Ȱ0O??֞B (5A)eR$n?)K3q[H0}+RO"/v[~2 Ɋ;C(GS-|3^.KptMk8 ԃbqڹ>11 g(%0FWL!ǦƌD)FCI&BB!b+6P4eg;c c J'; `2߳&w,eCp>Mf`&v>jQNg2ucjGIKjLw676ᆺqin{jz2ɵSEtݼM SjfL՞^BwěG|v,mJ1U,ׁ%sG0FGhs"Y  C-au9HƞD""5DbbIܡ%ZrU^z쇻ε*h"}:ï%~jMڦ+vxA$"g ?@% nv{63U!IËI[föP-k%{ͻ߾P|a^Pz:zVSŕr!=&~=M~*INs'gJcL(yQ*>JiJ1ZT:w ^a d?\ ?@0)WyA)$C7k{9P2?a #ϣ|9@❠w]]n5 chmx?&gy~/3 >~*|RG\*QRN~cuE$~s4 m1yU9!~"JPJu- ׾\3{LRٹaڟ-XWҩJ F7ՙ@ź_ (TPr[UUz|-!!U;eu`ajʍQ  MW>[7"^82ٺ * P_tM iZ FF^=2_Qtlb}+{3x T]S>@Fo2u44gukw+o_ | 9ij/ Ck449;oƍQH `]Ի~>M鬞F ({XصIТn}ʊ;| %]\ Ƴwp.j"()uX'9ԯd9;!U˹Iw) |" =kpFbhZI: [ t@C!3OwVxTEdy$g0,];Zl ցZ2w+k,Z dПFy.d"ۀP) &D=53ԞT0/ ->J@hns[\_M Pw0 vl$4iJW,lvT\p&K9a4Ҋ+m ,SUKn,m>]$ qaŭd"y#v*I>x|hTCU*"``?%A:E̅jZΤu"'h?A瓽^7 EBaBNKN;23l6>tjOˤN:ɘLҶegq"YXU0_~ÌUeW8@b}FKExOSD]%}FF9HS5b-1Z.ƴ} A6͍{f0`+<ȃqaI-WKkx nj*Ȑlc~ô`krJc]eDkyu YCsT^*- 8=p~u[8N ظVcKD,ˎKR1 ̃a["wsa^IܘK fr>_xG~nCR̂^zo{B 9yo$VIіփcRxfûa%ݕZߢdΧ"Em ܋˛N#p0t.>kEw+5?$^#DȊ1{P8Vy)_J5)_y/ao OAb U'VY1nl^d;I4iqc* NJ3z%*&\{3M|{;74 j D ׇeA|uKf- ?դRO= s S CX'-Ԣ `XFLiW;& ^&O!>G"|njz` 4whA.HFeW:2qP'j+fC*yG1O'438Zb쳴v 553*:E`Q BQ Iҟ+/i KV{|B% ĪP2Ner$7n @qFJ50(PB14ɚ =awNA:Lj`` qFjo9[D!6fy^́~_r$ea$. dL\H&ZPΗ81cA2uL+ou x,"0.bb-X 0NjulwN$jRTzm'>9@6Vj!Fx2^RA SFy?}db0SC2E !Co Ur{F,ᡧ}c`/pNC{&ùՌ/Ӡd]Ё>"Q% iL;`W0:, LOE( 2K |I*iKMĬlTOllgg;{/م}mאXIX Nj|L&*;ڤ55k~Ey|E#&ՙCxӡ6F >z^.~ z ϸSfb"NZRRj.n7\@[i@ JOݿ0s^fĂe$_~H hRIt-QpSkB0(3PqѲe0E&=Y]4{]MhUԭ{+s =2wmf >n~ {A|5-Atk>Ec +?4A-i}yT-g LDKK40a ʶI2zHm9S|Ow,5Aib#9P)GVsr2Z"J˳d巁Lۮ~;ʝ 7 F+þA $jL4XHn,d~UhxR1g-umY;Ѻ9A@.^hq9OG3dg(kd'qL8{nO}.1/4JBS75ʪu.ᴓ yr(Q[%ۑP=ZHZ3c AӚ_ts6N3dMA{0u`{-gRx b뿔`Vt3D↱eI_#-~PBBaZ-geuR츪XBy *2g x Ân ]uS62 0@A>8Kr7N>܄XшpKYTzE%{låH1{A4&Θ]z? =E;G\#vjE3ef ;O[gs~:>ΎN#[lS?F"~'0cITQR%c~"ΨfNF 077m4 {rG`4Ƃp-hm0tc",_;I:-fIWoqL"WTj!RdKu9eFEAGa?O3x'z/u*|,\YEVpG:$`O:зmm,YR0K*#Cm$]z}' s'8% [T^+(왴J6D{Oӷ6G;geB&E˾l,/Io\(sSCm`(Ru}Y$EĖ?lMLZg1ZsFDxBBBT" '%Q".l;ǢˀIq۷GM#RwͥPVק4_*(*)(PS}Jd;V#AZDR4t$kI.o-9~gя( yx|)]Bbs4Z{^Bng(P814mۑN`ӟ(yH98 kKLg{gЌ'sQ&E%OճS|KSLl#%װWWX{M ,o"ys Μyaϴ@9Z: +l.[PH$]m4I"A1O ijyaqOʪ>~9Ψe-LV8G60 ~XK@5<[B'+j`2]swc'oIR}fA&? ĂO*{/^'ȱ)S$SN!(,stkyOm- 7/&Y'l=As\8 fSAL2.M8:Sn [il"q)eFyh(7F%&not9 سyDH 6)*@#r%{~'_%y< 4-3|t'5wZNrzOrWeP735Ŕ|Z{'v'Őh&2͞VH ZIlmN|ܺsio+f\kJ&}8 EةDFT&\ߢrM|{a=16{ /uoԏI%ڊO"! Q2jKg7z :|Yۘ7mtR;)sfK51oorWM)cUs%9[IK@gz)|_4"3ѕ#y:X$^3UjR&'USD 8sϨ<~zUQH05gp5l86lJp-ӷ6ZaQ^ƅxʽaD3>UTsT9̽>0_<픧ڠoHe0x[eC|Wr +R/ q͊ؾf:=3'sUfxS(詇R5lёI j'a C%~yeB%\b-k1HWx^Xj]h*w7,)lJp/MJڴQ0\l&q;{ 잁 Ѓ b7Lx4@.3Ur.",KJĽ@zJF[pkb` zkA]~)E3 Оc>êI4LS8dʘ؈^|'120.+: 0rh(Q`3a]Budt0'GlNSIsn\e9ٛ/<ّkj#PEiSz6MM¨:YN1HcMb-F`z!ln?i,Tq x_?VŨz>o 㭡v:HLt u .Du¤ EvS$=$ecSfeE-rpO F\V5cLG:әJ"![Y gi}f+ ʛUoQg+$?~"{mzKyd4[u`<TެtvM].+Xx] [KI0oM5GUu^$ e85s6*,;W !zcC:`\<8ʋ HoK諟txQ3_'ϭC1[צ] Me?JSC~c>.(ߠ82چ{##{%iL$vc[} +_rl-~rAY{ [# {3p7}u@ga'*8y}(4Is,K' a1T/i ,&[BSNQjG L4!:rx GkV6])L1i,fBb vH`({ `8 C\}y3p^=_[0uY"f^UI.I&7b­L6,hDEdohX+^LsFA JOBJ> R)FQ)cªL U8raםcA-Vl kUX~Iđ>ejfЀǼ kdꐺgzbPJa# [;gg<˅Jұ_^:0й' ^ vlk,]~]YO\k~dXwe&_?i8&u^2vQ2f~׆ww!%%!1x+G6q,Δ^fQh߫C5`d: iy,` S[6.PfU]1Wӓј C%dۮ f9Od6qqDR`_%&jЌ'e cHM~v`~'_ZV܎EtGϵ[˒S)"0GZE 5|fcK7s\IbD.)c1ZTF]"γE}Û` ęk?|PT=S\VrJc}Ֆ]Ys,l(}Tļz?QlHhb7vp#΋==O?XǓðɯ>=(ŪD+mz~q8e˸X)r_w=|Mrw ߇(؉EKJ,G{l%%lV{ .isU9 /*oBZ d'%z?  B%|55x0/ij @FWz&/x3ߝ$_@k{ܧpЅ{8˨%@Oh*HE޶JBܔjfŞ0x;!.3zq DtVN"hȼ;v$m,57WA Ę\-j%~Dzo!=P]4wI2yY£Xh^C5_i#uH桚iocs[ 1lq̦ D1 MlM/Ӕ qK~g%hE; cZ/l:zt\9hFd' Ӟ]nOǰ C:dviQ 3b2jL)'I߿*H} C nؼ 7\TW~\ & 9{:v HKLYIĐ1VxV.~Z0h]jQbL@N( 7 Y_auW 7bLkOcD8X ? 7P*~xؾM+fKo7a>m76?{$\Q߳ӚG``de !z}} ubۨ/>248TʩzEV٧4m-U>{Pj Nsp&x^̍WP,M!J7+f W%KMl!}?!"JY3 wj/\?uGPʙҴq4VzYQReF-5__H@wޚr(,w[ ; kP%+l:Bn;Bl;,+`98-IwAa)T] ]d a:>-iU{_wrTUgl kW?KJ:> 0,0`D1ӗzSwyT!p$ 1ǎ"E:9c X@ᮒ/2]rPX3 Hͽga{`T2ͺ·S#t".mPȪP~[ $o9[u{6-ɨIe0, dZhlNG/0P-1 vRQk_DuŋN%Ѹ)x3SS%5 yf'GlW=2Ze2^m\*ؗ\LV׀!JmFjNNM!,;-!1ض J IފϏD@% }H5{-!J:^Tꦨ`$Q;c^$(DM1ؐy iFL򑖄+CTbnݞ&az~$斚#F{+%L)}yK8h7xb~uz^iN7 ,P7Ovlī5 x$g~{,\$+-\w[sk:AL@ψَacH[k ttw'}Y);>-/hPk]M ZB`8ϊ 3!oXZv菶*3!}SQB]ryB횔ĚgGW3_A3Kdm{:5aHjgfoլLʋ26EZ@;?!y[RUOd?,#n8%v;ziQv:5(ʎJ3{[D!Ř6M=lKa| Rn`g=1-9`| ͸FˍIya4 a8MxݛF Q!=Tkv̭5lj84LAh| %f.@7FP_v$[k!З@I<93KG*.Q|oΡ3WvE}C/CM1Mn=) },K9Ë]Uk̉$amIbMV 4ˏKI}}rOpӣ*& -zꮝ'o77{=-̻tY4y%"#N/<mz[\bM됶6ˈp ЁpY \_OI)=yX0$Łou^%NX 7@T/ۤ1imX݁- $ `I7A*x\K=%"^m_@7ּ.glڶ݌`gӦ e)_Be売G]H[LI&O`Иط70"@ռ(5{Na) @b!f# V3~Ǵ (U3}9iW}I,g@_-'l#m㔁쑻va {0ڄ![UʂEXʠ*\.A;tG ¼TL igDu6f4Ro匣_07 ūC԰du;ٿX5[m9[.50l#풴ƚݬ{ KمiwKN^b;B%45hXʘL;bcC̆wgDfm"FGwAL7 ȋ=s EQȭmʬ]:``0v\*zUē%R4FgOpl\d&aiȃzn-ho}4:BC<|%[|kZsG߾Z7hqv8\5\~-BFBsh.JưƩH?ɭn4pXD TRo0;,B! }:=*/z[.%e!q <[ɟa2yusD ſ{j!c܇<%J!LXJBA92aGj(e^T㖌ǜ0*ꃇ:§t?{6z  CyB.VEoS) #mvۘaXڛdgz*!b#'Nþ4֐_smjmW/6īaO)=:qWt2An<=5\V5}$b|?䤞uGgDJgx'OmeH m._eU?Vklm39'k/S6X*W[ާu>'#t,P3>,A:^ƓRm T)T_it7eQ/9[R 'j $jP]vGwOa$b1Ve>ڏ|)hcd ߝK "RI72Hw. Q)>>Xo}g;>|hsi7Z ,ʝ蠑q5`SҒв+`ѻސwdMt<({'s T67_b,%p62\޳I9_1,L3 킐G]0 a\ƜSF-}f=5];ʝ-!kY33x\Ōo~@|L(Ng$"' |"(cP{b;Iq a]YqL:gn u8yDD~&LM)W}soC2EK\w:yB.#ԩHye @nśm2:P>'R#)P^{ZrGGM_H]9 Je7F0E~ Ēp6xB(NN;pCAUތ^x^}EUmUX6swlbس:zCLX_$G z$-#oEHsDЕƠ;= 1'SP> >_o'ʩpka ɯn+"9Gsby(q V:u*m`3+'h)^T`S> K$Ssp4r@ \fQnXg^/RAA |!)R(V B"/Ks@8  @$IfKCHmHh+w~pƂceJmjOPP ΃(i\x"':MEg!u7M ҈Vڠ#.xO& euo(F67+n0N7qt?iήbǘR:y}nw-c)Jh7]a_1,lo/n}A"(̗q0UUls3_(1@?W&F(0!,=vS3 ud0U( 8A(ipUsTMAMF%k{(6UP`&2D_h`aƇHj4Ar $JݐKuLq $U"6W${=r$J+5sJ5>£1;;drvf/ uI5 Qyp 3._؊Z6)OE0`uGlxxE\HA3=MЃK颦V}Tf,prq VW@: %I:Mr*|?o߉A$ "pkpq|BZʌvFh}\<;)M+fϴr)/L< !k喾#+hԒAg:f"]>B$y4S`\TpЂ!*\&щ&QQ֮P )X/NSP W(Eyn6n?S_q>6dK>Z"QIbOϤ۫Wglo5xֵ8a cάl"H~3kJA9*U EB3#Shy*ÖmM6գ*RwY_x"^j1=~Td0֦#mo7+ O{nY¯i!wVՌVW_`͕L`YE4 U}'Vk8QxiߞjBlC~νx-烴7F wl*|Gkv۟syFQ\/-Qe7)]ؔԀVe@\rba pWS/4Pp!~lhcM~fiCEOcīb]ݨFsRrgxFZ7scҠwIߝZM2:pRFU2ߪ UCT|Rrg'[Pd]ܨS3[;':Kp" L@!½{я=xA~LYUu~/3aK*"*\47=50!tsf~ĨlD6'#3JH C3 qPBڸSR{랥nċ&huo u]ZbË$ጼ0:ľ +y0jB*Mdu  Upb?DIm2_ʆAIjk0:OPm=fz+1 bq\G7qBGsYC*b&E'rTmv|.oÀ^,N W_\ _dSV/d>O{>^~y@I}vQ1nw*\Mjܓ/Zjb9ޕWmjL5  bOl̲!RTu7=w]iBS <ؾ,@l+9p 񿪘ӂUWk>loMtkbc-W[d+6vROXP1ƕJ[Oǎ럈Wu&ϳ]S-swClsAT:aTvEG:y扳b3&s<\KyT(nm:Yf`9(z`DNycǦg*ϊ|tYA{Ww=ж!Hk(塲`H0Z |Z[{ .s| ?w(v&Sv0JA>yg؎`or;b)c*e%:3_wTwPpi X2g5wlh,ݚbds#N8dӈ}RqLhm/5p 3Hd]Gvk7N%-:!BPg^KL dJWCgWL#vRK׷,mPctv+75'Mo&kp+o*L[}P513V 'oՁ6ܩkk|FwYl΄R!a^wZK+(CYoEIABB"4嫞*S8Lc3e,DsI Jy`sTJG*mCHĠfTh݁D:ڣԄ D4:c8-Ȝ: EPcN/[VŽbg Z].;*:ΐ^\&)j30ȹ?o$Ar4^qv2-uYr:he!B o"̣. @8mVx0 Td4W]exW2(si~%V,U: =tڊŮlY9F8[YZ'\R^ b$= jʁQa n'yHraf$pX[`v|pl].М&y Rx-Y ppHSG k!ؙыFw 0̂q_U/otED&xgjNف~ǐȍ"DGSs!}Nɸ i ~ WjpBB ' 6 ǩ嘵QN66 |l?J1KGf֩j| N"n=zzehcwٖK>b6? N- Fq2_Vn&htM"YvUىa4.'F*bex+˷ Ό黆v:&+L-djEُJw5Pr,;o pr]huY[ذnfk.Ђk>|7&r8 K_z:El_R?x#Ad^=Q4>EjyYل3U> zKwr L|i0͖4$ɍBg^ؚ0DMx}G*|,ӽ^̂D_'Ax(-Q+[_W~G":vHG"/tl5b_R+ʠp 0 nq.A|Niu<_MRZ V%# HLKQ>[3P6h7Գu߼ɽ \UHWQ\lTaSBjS \@!{.w*"AWI ۳Ztw"Q+[`L&HmDmm͐а%`uFγK<½2:k9K +x^?d*H)t2scc~VMm@ ]O4($v:+xԭ!Hezt ^Eksn#6#0jlҒm'tF~AE[ݸߢ,1B$Fs Y=Xh޸d3n%V#B>O:-w{]U_P')K2Q7hnhVu% qXȴQ;K%XI {`%͸X/K{9q[uۖ =ӝkZte|O ^dAcko`[1wSrP C,:U 9e%dJ׹[tm5Td }v7dtIyY-4m28aYeMGT2LnYd˾;<7p`n9Tr䨃kpdmͣaDE5o#}$KK7xuG֍u G©I Oh:`A2SWlhM\5FC-C_t!z\ܗ Uy5 fZg* ?Z*kMYk~d N>[^ΰJcս#KSg< k ٹ4_2/~Jue~;/N=|Ht|>qG{Ètƍ׼or|x}7{r>ˬ&N{~霅'1=pQ}TƮdqLt@'[}(6df3xԹV;.8.)7\{ؘ[]( Hb)9Po;Y^䇘VF{ì1h1ʌ d(΅ŀ^Pג5F _h(N/8|LDZ"34(x),}Ġc[9,nV}@sGg+1'ml(:jXGr sVPAeػҕnZ;%":j|F Z@ƪ$?(yuh (2eXܦÌ .e`zQNٟ1_n(;9NdI ;EǎAB{bDo_\lx\xܓܷe7,kvCa7yj)S!Rc|P|Yl}f( cde3:^&%rO&e5>CJrhbA<3 +2%?_i1N6_g)C'F*,Glu :;t.3){CB`EF-?X XDM&tE[7N l9K*s)4o1饺{GǶ{%ط+fa6i+;-h'VD>|3@3L]*Ii KiFƔ.$;`9$ɦh}`r#j)K>|9ؖ+5%M]&^1!.dAIs?󀶀@+ $x(@K< paZ]CL֛e I.n새X7ot{W\E:ZFjϔ ore's{Quz/D 2r* oQK=Ʋ:-g`Iy* tdz6 0#Ldϳ7UvKQvG[ H TA0(q]BJ!x٬7-u^z,}1^pXfL z;tFSd(h{M@~ kIN[Jŀu٧(fт5B ~E.HUM9ѳ&Aq?A'Q5VaYfr6`gPz|'`8twE 926nUkH4YKG4 \UkZt| Xыu;]է,--F<:ؐ.&J޲L&q7]rzB\!T)"nU9s98n.&#-9Űp]ЪNxG6WJ| Jf{>XS:"SgujCRev9R>goU & |HDps&^rN,pȊc{`DTCEVevQa݁L #PG LH*Ų·!"[8^su !j63 q X;xCJO@wq}qqB[_S.AJ=Plip?k;n%騏g9)0 {71N0ԀbxհXNu[@hvB:KJ6 N}҉r]۱r#▘g %gE t#!P_nͳM* .I4MȤ$ErkF=hMڂ{Ql%PSATm'@DrAZ\qUdzb_a;i7j<.dx<&}Y1x/YCV`b_S[oko!܈F  Tw[xXYn@~2hm>trA!!~+o1Ӯ)S`j)PCl46N( s{`GlHڇ1NN:\wx.Šm#X@oEk~1==[4Lxcߟ*%nƁ]~W]I]{{GUkCDmľEl]$P#ٙ/rPёXsӂF_b 0䥠. *,O-0unʽuDžs1C*xdoIlNg.{IOU>oo FvpR+щgq$;6_eq S h7{(|vP!XIxQS,㌎MXGNZ`?1#hhhf\9J.B_~hcP PHCl1+"<#/\!9=zs4Iv,lGK_7"a &VSQP p$F:cE猑>7t>х0Vp=u\o\|@< q"NˋPyB{By vKTvc%r a5sIh=dyO;ޘă [B"_載=e֟pC7*Xgv`٦$ ֣.bnfsج )E2%[I*чUOղQ7OW&$bm%~CT0~*K\Ҡ[06To %OOՓ?纆Դ am(K<[ [(Mӿ?ϥKsi Nż1o_A%Pr>jm. (_}Q*fG )?)fq6yHZ,vY|yd l]4q-FRڀ)Eq/p `/g^a'2Yw!Fqj%-q́Ywb*^!2w&\Pk dn|ם܃=5k`t|9xi M7{Ym$YV]p9OKQ.,z=|Tr'H@ _iH Qtq{h T=8GfwEl/(._Qc4+[Wg%%=|BNi҂Y_鷛 h*f8txwT < lp&5R#&mlUYO0(JFC^`d(a}4 ix7VV O,ipq--h㼧³腑I4TZezQƟ#kEhiK]Jϖ5x `zEcX? \MX{S#(~6EX<6 N&:ħC[a`d5$/63V^G6HUew%)G;F_&l.~ء%*  7 ^B xYȭ㧰qCcao`]>Tޒ4*ϒA)ʔD<6φ59d8؛LXI8r#*WXb6i1P<7yֻc@v0BMvs̷hyu~$z) 7%dmDPh4G!21N2Tڃ V/gkv'gu. Q0k;^2+nrAzs&vxRM1MCI)>IN-8k2?EshKoziYeog uuqv}u ؿK&<$em܄!%*iHrvw!APVq)DՎ{ݻ7$.j=ڙbrN@gQնJD'rnb(+Җnm;](IʘkzsJCvd7:Ә66tzBh;y.&oW^qڂ6(e\HMO}NOiFPڜ3EO?;S7{Iuju ¤|tW@jx"ܭ1cEm2R{s&eSV*nXs%u-fqVm2&t:˚l+tT&Z RfOz*>~/"$beWT};V 㪂_+( Pofn|BўNI!]՗qsڹ Y-u⿎KsT#vH g@yğ%&,:CUj/oRkz"'azᛟڽ5N g׾xB(]|lLdd2+xe2)vuRx65UrVfZKD\t"pv7fr9qfF^KgGHi"N\pcFj6I؀o#Io;'{TSkr0E,z>1 JHLFoImL^xPs6ae7E\Vl|E6IH"CSGyqtJuʎ_kͪtL41̌N pʻenec9"Cs*<*4ڊ)Rk9SK~*,+9oc1{^pTNX`vxLp-.Ph?un9_}޾)VFdk Q2=DiAoiz7nP+TRq3`G#3׊WoKYT_tk) Jà Ҽ7Fw[VJ@+NSx]X&7[ 01`Wu V.MGS{Ɨ̳a>kK~R}X"O5꼏NlW6՚Y wO6MT2dqQJImDR>w/{`;e@%2d'bG3|QTgIiGeԫ8| $ 5} !öUx֯6Jo+?IQ.?o(?&7|-[,5G[6^*ȗFHb+짭u<|y3h6]\@7~?:dZ D]k]-eve̠r&hLEӡ hFg5 kDIT8},T& yua= 5:SZhs!ZSrc^r}vZ&2}6Yr-2_ /êQYa=oӔta_D_?p2/ͺLI'Θ-%\EkzGN9i;rXZf+F%<>݂e_>|* |4hӳ{FEBUpK ̎GN/IvGR-7ZDGb.мKq.8p5+z&X`wkћ`EyBTx-i,Ay5Ё7%9Vf=lG Qt],_fbw*$f9I*M?TsO5.3>0{6?a@faDPߏ?hNjTp4<+6251y} z }8/DZ]:iSN=&H-=1fz5%:1@`3 02Ɔkj؁!EWgMނ>9u 5M1!ǣǧJNsl8=S-ȡާK0么}8}\ge? M/GOl 5Nt|/V(?APd] >mOpbr/|}zN.3Z賎926 p=BLƑT0]Tjھyl^գ m.lnJo7+7GX>oW_\$>M4nrZ;,coY[2Zw+Nj9j2%&l'TƴŦT0Wz6]-x`!u|7/4 IRT`Nn<ϬE6=܄.$U+"t@tEp_,Tۚήd@P,IXq=ZzO;eN+M'![+E{]B~TC6.PhgAd < l'Ulv6,ۇשG06J;R97Q aL)`k%t#UBq0uG뛛o毚Q0̝4T^F6阊@(G&ȽZ1ޖ 9<1#:G*I8٠IRÝrhl͜YLK2OĽNX^ճ l6Grpb \ y^YP_pܰ FieE8ڀlghUlw|=hT2 7]FA O9dwNWlz*~J 7lf1C]AYe/wq|-+4Q*PhڨDYG,%01pa{tF}V! F:kg.4(5I6i?E (;?'V"g-&^YߣgѶ^$P Ē_m{5N-<8D@ѲtƎђ\A=.n@ esv*OH8DXKpIU\t#:33Z.ǹ(ZpSJ2,"r:G{)1(S+\OEIʶhvjvc9 .4OvtRk(݈HlVRGN!%b< +N3P|Dcbr{HEua/6μ`! VJ|f+>-yJY4fГnV$DՇrGqV> *<5ˤpOZY5Z8/6l =;LTnvAk\Q:%@M3e(wI($7ްDDVPc[9E|A[Do*=xCCyu~OiX?ynh͙@m֍+ pGk hd@ EN9 g @F;wb5*,-N7`3~F;(ԲOcVBu pǖi,u,Z~z^˙$i]:NT^vvey \;%6"`" 3nPkO~A.u☁_O~oʮI x%%v޵JCsO(XK,wvZK*GY?#)j""UGWkF'~0b+Cxlҩ_g_RYz]yNg|!N148_i >RL0H:|FJqdۍCοbF(Ƕgӓe L]6jWF$ LT`O³G7AHc͖Qn@R+D3ݶ;@iS0SûEXs'j !ʋ8b[Vȉ-aϳ2MOgr6LJ6|Vn)Lȳ{vRDN@Ʒ0)r7Sn5 w=YW9uRWڧB,Ph$f}yc{}߂`.ޱC2';w î=f%!6*(eSxV` '1ݾEA1 3rXȧif +I >8SbꞀx6ߒ/ hZ18" U1 XBZ1@}~8}Y]rGb:]zB\4kvfD y9h-|9Z=x_Ւ`ɐP;FLîyPˍ4νYf#Ԝ m_ʚ̬ T i`8LVQ*Afʪ tZzANsBlqPG$6[T+aNh?Ajz+(}نWK \:X7x!:mT25o{{g0= -z^AvlA %-q?%8r ):k4~m;BC/,gڔ.d]ʷT4A&EF4_,ME3_C`0B^?P_ԊȠƗ ,## T [ڭ}t$ NAtrb6&,sӷ>=]n#ZCyRE4GtmDN BRX|gq0'66l`i m3,}qg̓0b\SU\OyϺ~,uxoRifeCV܋У 忓&t. R5FTJϩIWo2>"9> 0 u@pTL[0~Oap" &[M0Z 9;֑7ntm7i0F?DZaR(]6<$n?c]fg۲hWDZN5m5L4@)]b%9NZst ogxWuì4` gKqАtl4Y"7:]i9`IlYK ,9Nպ&NFJ;MOFV>qlGT\v~܎[3&kkJ)#gw$=3e=%%NX?썺@(JKwR{*/QOwO>'GNdMJv R~qIvh_M,VgdfƳ4_&P xZN;5KB?I kA\.oo,O; M|  թ<k_:3N ȧWLyO&gǕZ(Bd/)]]r*T1M2m~a->t%aoSc} upptĹ+fSVY&$Fxza&?4&[maz&p⢏V;E<2xN76>&[:3Y{39$q_Xh{bw:diL錵J4m\kn 5"עx2h vs< Zj6׫[UoMV(p%L!mj:i-  YTؐCpZ=},d`pɔ$JV"L(dƒ~ k;6-5y+D #l\bLj6m?"o,\=念$\&F8!o kCu-B4g@'ts0.d!ggh+ˮ+3M4#};0AV V|c o$1i-|VJ.^^< 0z t' yu70#^(rxдjvoUMۭ& ?T|siJ-&utu#wz5%+RR1ˠ>)5|L:VT])HڧV" JE c5ފC%c3H\l >Dt4фJS#a2Q swl j``cDaE')?&IIN9 (MA/ 1 ċt,7-osnrATLkP4H'cutCtC*Ǫ+L+NO/`@\ISF83~e#LCz#`$?ȧ2=vݘ"DǙ?>rLlv! / lP M0O-Vߜ $.J8AIЁ:Z"{Nwh:Y(YӋpYD~zrRoc/S<οza9cz+t{ٍV.Q`~Y/z?O_/Y?4g3oT-,0gr?#EaAHRÛKHdy.t8 s &:/4'L9U,5ר'j)0v2{q]A[$-0~\V<"Ww')@X^G?f9%/[$;+bD#X&gYx(ݭm̼c4wў oyL(ϸ6nL|Q$zV1L Em|90\@D`I6,^Ui8Xe)YD(uGJdTPG|r_e*c h!鴾kYQ)z"{JPB{j!aM3?.1C.tM:jT$e9^ Y\rވ*{Mpn U'T9 _zиVEbR6sOyD\w ,Kۓʁs\Y1sUcMJ( =-#`ؼdyDމڂVebhz+?rz{!HO e&?ʇx2bqR}uB=ˌ-N(P9c$ZAbtv*,b|CxuԞy*xSlj{^`D?#DEUI5G#i L/MǙECh)^toe@w򇁧+0iۧI޽{BBԎVGlXY!;w4{3+iP#lSMS{t«cnOTS >F':Fb:5]>fb~RV_#al 9ub4Xa㴇hX,Lrlc} p&u-9㱦lB7T?YY0˫݄-$ 纒s;Lz|ͬ$+rDq]E96 >*5e<]&=4b6QYFV3z9 ,N52KW\ -'lbOpi׾/n!Oec- `OLU n7v)= D-'`w'&j92" 4?}0(eK1Ԓ): 5taZN 68-G1E_ g.󲺒.yQb)-E; הMZƼ>Qa,s!=xG3=l)EzA kzyf6MIp&ւ5Æ3Un' 1뺙\S~_HvZ[`'eD䓌3vb)w%aAky^ <5[/iFҙEz:<L2? cDպ5J?9LMe&561ګZOY0"> ^!ʬ4,tsMQ.ס}R"ۺ%[>+,iAiT}\߰=%[o*ġ@$9A b|x?@_^u'kiYް[w!ϒzJTD[ʦ8?h{j$ b"\0}&ϰqw`A3$g?չn2zp͟}I,%O[aa.~+ӡvF-U^̢16ߎ@Vd,tZp6JQHz/} WjcEŕF%ud f ^ʷx3v 9 'O7X؋0,yًt5;@y1Exo_~N&N)Ilɧ5>ppYyVUqf:q0m>7>9w .m5Uee>W?a7:7Mĕ/ȼ`? qmzuKTֺ ]NATzL^צϬ[H 0mH4'0ߦQ';b'e{BreH(ZԌ. w"?LJ/J~-,PKmSkгC|ة }8ڵqXeidA=-}5ckÑ^EɟK…67ShV g]y^,70 KˆBYh5sS) *pUDhl0xU BIjIjłdq3[ԩ9XҝyC{@p7Aj;3I4-&?,P't~7 JZM}aZJ胤2w$窰p57oؠW)emr&0)S+K^Zm.>$N- T"_-YI-R,R0zƟϰ 1!PPG 'urQ \q-#(,ϬnhAẁfM?xTُ}{9L|]H,t^g%Vg<ɴ)3a>h@@#-A‰ղ q(,OiCzx<ľ5pg@ ;auWo _vje$HJ XyH3w9pXDtz]iC$t:5bg} [dmB 4=iV8]N_!EH#I\.UD=!G\هM){q xT/ݣC-RYL6pmxC^]9GRYbsGdJ8{H+IyPb.h6r> c8}ۣf;z^*TC1 ǯ!CѨ3jB O2P?F6P2O|m.c:/r!˨ulaW]zoSvJI)n!. ^n%QŬ:lo`iMpW>;m\͛mOBD^9 3: ޺UqvkH'Ͻ0KI;yCdqu:k>0<u_`FBEޥ tZ&opZ ]oم\I@]lA%8khY+ iD"6s $3xcOX)YRD>$jԒٮľC׶ϪNU̾?ԮTfp\9tٓmĔe.1ma%BU`D!E7 n%5/핸w`0t,|,b9Y yzqE;Hwx ǃ0.3Dꄣ;P-S#ޖ>'ĩ+G}!!_W+zFJ9:Y&KqՆAʩ|HLx\ cfF*JVo{/ .r3 &5DǷ,%o?_R2q|<},J6?H`O^f%vS{)MBg% & I= pzcEXzp ڸt*tW?_0LK3A9,OuH*ut.ss{'*F2f]dZY?~e`(ôٚKdH[=Ħ>P3VI4j2**˜*bQ%֮=ew>% `T2bTJppMm342PyOM dIe\kk9ndHgEکJ\SS"fy5qQwAx(^B; Jj1I2k$8 EpTE!{HA{ʋ366s|z=۪<瓬W<?T\Ez1NvS9Y8;>[ Wc1]F38SUdyL g! 2wn@'aE4oԿٲ+>9o !ؼYC+Ьji[<,/~e .d^>aS+k<8B<,[<K).`LvB4y`+,7H(+<=hR@?;l1f;eI5o c3M9s^2}zyHdq3:ZﶫCV`x0Lagзƿ &|s0ި[|~z0yeRwC_#_dݗ435CjNST,?պsUkpl\jNbQjÊT-TÅL"M†(*1ط)3H|}?^aud}V5۫Ҋ! pr|*"NiŎ^Ab"P?}'h5iAtgklId r J-re` /.hU .K)Úu(ڒEk)o 84řbyĮ1--*׹y1W=m߂ohW/ "# kf=A?-M?jВO98U%5W@#3@-M<Ȃ TF̘aܒ6bݳ:^? Υ|e; f Uϑ_vb;Wt&h´N7-az YZD>0jQILxse|@fԜPƄgSnRVBMń'W r%p/b܋u. Pu{sq+/&eԓF+:aGf\ppw``_WRnoྴı3{5`CEXeъk27M 9R~C :[uQXO_m<klGe i`FΈ^kᵊ5`˚:WVd!Jɉ Ykc7kAhXp@p{I$\h^q^J:a_,G~nNKQ F}VcJ-+DBqrH#KQ'vA)Af۬,CzR9w@[NINU},N\\P~*hظjѪ[=_WB?6IKxs" $sH}** bXYҔT)bg[A'QSqڃFc3ږ_[ !(kЎjҬo[͑(0%C̲B}߷wcW7~UgջAsFyeugpbrY_n(~Uod,W fSpݐ"Ȣ~^`z5`'Wq NrZ2/ծpHCa&.qM}3OQXϺkQF^afW3S+3mŀǠCs <&vka`8ӆqý/:TDdDXRjρ |Q;8?i;0pm؂cvy}\8NvhiTjG)Dy⭏02t Go#swT_:nS۾m mDo9 廳X,)4c q7E˯?a=yT@0Dz8>_ Tv|\2D]ہ(Ϧ'7>^el뙭7Yn,8h=꿯\/WQNnMzsC6uAO(ċD jǎax2/H.+|TSq*B~5$TY$;>bp"# )l":dDiä́|RnYG< ;Sż!Q # p\*E@[J불eCN?mcIf5t[lTHC[dkX ::hsRax>u~OS@* Mۤ(nړC*ZXZC0.ޟN1Vm ;cT7! @6ro/3#8B:b>lc Ї}Jyv46( t}"ur[LseVvMSWXP^᚝fJ9Ͳ1U_udQ{ b.zaăp"oQ%P&cۻ[J0ȖKV7loT頴m`'_Κ1^CWSJY-A u('As0BTfW%Av=(`+@ ' 跆0]dmFёx*G}4aw&e0 ĹF7l ;=˂6L v;\]ؤdS؊ܥF BXE~`I)*εGn64:80k)gxL#p}1 !n^ 7} 7㔔(`{i~00 AN Ju`,a=]FHW1q ӹ+u1Iԗsg< 4Ui^.NR,s[:[3 Ve`@s5WJ-fgw+tlQbA8/KyEUkHG60T_S#5 f50WYA87]Άb7 K:d>:xd/͑~?۳5FVE,\|<cȮ "ݬ# `3rtmiJY\9O=%^sLEŏ?)O_P;2&p' 4\&'۶kuey#Ìgq*n`AQǪ3O ]ZL>dU y}Je+5f Ma x ~W8)ҷLo'C6GRih68$m /s88>({e dmR1Uq&w]lpH8}`h1V]3+}BEa۩׾i'!.}* f4VϓTBŷ!x`ٙjSf/GY= Ȋ5=P>lGk|Z(r: ՛y/3K0q=&Vx'!y$x6gU&^{Zv;0G} $ R{1&PU^o#pIIшX6«N%/-aa`rE,:쁼ݎfCG{a236}|6Rcw.[=ku9:\:F>7ú]f 5L11ՆXW=;}]e\wHrS?@ ÒmEAoc[m|k} yua*k=QM̕?ON*j7)wȆ tͳ YZ