libaubio5-32bit-0.4.6-lp150.3.10.1 4>$  Ap] +g/=„ 3!\: >g60KYJ>+n`+bщpxAwiߕ\pZ|$herc*Hd4@OTҪjhիQ,@5(7tzS++3h[,⦿@i3mm}W9Ɖz6l$a?II^):5fs#1 0I 7sWAr;Mr 8rE|)o/p14 !7c7c2329b79ebbd9f3e1ea9c68ce97e882f7d6ec9ee3e9a101ae9adf2f26253c96399eb0326eea0d761980d7db420433d3e6650d|] +g/=„@iUhW)lvLJ6 邲m:6*pO4PXׯ81+> d6 c%q|%r,N~amJ^XHJ!/!˪󮱤wv(ŀ,4tbh$D]w5 LVnqʐlMGz:X]j;ai=u8($7ЦU ݗ*Oh̥b,a^1 )u![œ6jnmzsMX{{=19}>p>z?zd % K ,4 8 < D  |(8 9 : >wGwHwIwXwYw\w]x^x bx*cxdywey|fylyuyvywz0xz8yz@zzzzClibaubio5-32bit0.4.6lp150.3.10.1Library for real-time audio labellingAubio is a library for real time audio labelling. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio. The name aubio comes from 'audio' with a typo: several transcription errors are likely to be found in the results too.] +bbuild76openSUSE Leap 15.0openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttp://aubio.orglinuxx86_64/sbin/ldconfig] +b] +bb2f1114268b063c408304fbaa6a77eee4e328652f5cf4254220e3d72f274d13alibaubio.so.5.3.7rootrootrootrootaubio-0.4.6-lp150.3.10.1.src.rpmlibaubio.so.5libaubio5-32bitlibaubio5-32bit(x86-32)@@@@@@@@@@@@@@@@@@@    /bin/shlibavcodec.so.57libavcodec.so.57(LIBAVCODEC_57)libavformat.so.57libavformat.so.57(LIBAVFORMAT_57)libavutil.so.55libavutil.so.55(LIBAVUTIL_55)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libm.so.6libm.so.6(GLIBC_2.0)libm.so.6(GLIBC_2.1)libsamplerate.so.0libsamplerate.so.0(libsamplerate.so.0.0)libsndfile.so.1libsndfile.so.1(libsndfile.so.1.0)libswresample.so.2libswresample.so.2(LIBSWRESAMPLE_2)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]@[i[o[oZ@ZJ"Y(YY.XWzV/g@tiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.decoolo@suse.comjengelh@inai.detiwai@suse.dealarrosa@suse.comalarrosa@suse.comolaf@aepfle.dep.drouand@gmail.com- Fix security issues leading to buffer overflow or segfault (CVE-2018-19800, bsc#1137828, CVE-2018-19801, bsc#1137822, CVE-2018-19802, bsc#1137823): CVE-2018-19800-tempo-fix-buffer-overflow-in-method-parser.patch CVE-2018-19801-filterbank-validate-input-parameters.patch CVE-2018-19802-notes-prevent-null-pointer-dereference.patch- Fix minor security issues leading to segfault or buffer overread (CVE-2018-14522, bsc#1102359, CVE-2018-14523, bsc#1102364): 0001-src-pitch-pitchyinfft.c-fix-out-of-bound-read-when-s.patch 0002-src-pitch-pitchyinfft.c-comment-out-debug-output.patch 0001-src-notes-notes.c-bail-out-if-pitch-creation-failed-.patch 0002-src-io-source_wavread.c-also-exit-if-samplerate-is-n.patch - Refresh the previous fixes from the upstream version aubio-wavread-input-validation.patch aubio-resampler-NULL-deref-fix.patch- Use license file tag- Fix segfault with malformed input file (CVE-2017-17554, bsc#1072317): aubio-resampler-NULL-deref-fix.patch- Fix divide-by-zero at wavread (CVE-2017-17054, bsc#1070399): aubio-wavread-input-validation.patch- update to 0.4.6 This version includes: * yinfast, a new version of the YIN pitch detection algorithm, that uses spectral convolution to compute the same results as the original yin, but with a cost O(N log(N)), making it much faster than the plain implementation (O(N^2)) * Intel IPP optimisations (thanks to Eduard Mueller) * improved support for emscripten (thanks to Martin Hermant), which compiles the aubio library as a javascript module and lets you run aubio's algorithm directly from within a web-page. 0.4.6 also comes with several bug fixes and improvements.- Rectify RPM groups.- Correct the license tag to GPL-3.0+- Do not install libaubio.a- Update soname and generate libaubio5 package - Update to version 0.4.5 * src/io/source_avcodec.c: add support for libswresample * aubio: new python command line tool to extract information * src/onset/onset.c: add spectral whitening and compression, improve default parameters * this_version.py: use centralized script to get current version, adding git sha when building from git repo (thanks to MartinHN) * src/spectral/awhithening.h: add adaptive whitening * src/{cvec,mathutils,musicutils}.h: add cvec_logmag, fvec_logmag, and fvec_push * src/onset/onset.h: add aubio_onset_set_default_parameters to load optimal parameters of each novelty function, _{set,get}_compression and _{set,get}_awhitening to turn on/off compression and adaptive whitening * src/spectral/specdesc.h: add weighted phase * src/onset/onset.c: improve default onset parameters (thanks to @superbock for access to his evaluation database), see commit dccfad2 for more details * src/pitch/pitch.c: avoid segfault when using invalid parameters * src/temporal/biquad.c: fix biquad parameters initialization (thanks to @jurlhardt) * examples/aubio{onset,track}.c: add options --miditap-note and - -miditap-velo to set which midi note is triggered at onset/beat (thanks to @tseaver) * examples/aubioonset.c: show actual parameters in verbose mode * examples/utils.c: improve memory usage to emit midi notes * python/ext/py-source.c: add with (PEP 343) and iter (PEP 234) interface * python/ext/py-sink.c: add with interface (PEP 343) * python/lib/aubio/cmd.py: new `aubio` command line tool * python/lib/aubio/cut.py: moved from python/scripts/aubiocut * doc/*.rst: reorganize and improve sphinx manual * doc/*.txt: update manpages, add simple manpage for aubio command line * doc/full.cfg: derive from doc/web.cfg * README.md: simplify and add contribute information * wscript: prefer libswresample over libavsamplerate when available, use current version in manpages, doxygen, and sphinx, update to newest waf * setup.py: use entry_points console_scripts to generate scripts, use centralized version from this_version.py, clean up * python/lib/moresetuptools.py: detect if libswresample is available - Update to version 0.4.4 * src/utils/log.h: new function to redirect log, error, and warnings * python/: AUBIO_ERR raises python exception, AUBIO_WRN to emit py warning * doc/: add some documentation, fix errors in manpages * wscript: new rules to build 'manpages', 'doxygen', and 'sphinx', new - -build-type= option (thanks to Eduard Mueller) * src/notes/notes.h: add minioi and silence methods * examples/: add --minioi (minimum inter-onset interval) option * src/pitch/pitchyin.c: improve msvc compiler optimisations (thanks to Eduard Mueller) * python/, src/: improve error messages, fix minor memory leaks * src/io/source_avcodec.c: improve compatibility with latest ffmpeg and with older libav/ffmpeg versions * python/demos/: new demos to capture microphone in real time * src/aubio.h: include utils/log.h * src/utils/log.h: add new aubio_log_set_function to redirect log messages * src/notes/notes.h: add aubio_notes_{get,set}_minioi_ms, add _{get,set}_silence methods * src/aubio_priv.h: add AUBIO_INF to print to stdout with header, use new logging function, add ATAN alias, add stdarg.h, move #include "config.h" * src/{fmat,fvec}.c: avoid integer division * src/pitch/pitchyin.c: [msvc] help compiler to optimize aubio_pitchyin_do by giving it addresses for all arrays which are referenced in inner loops, thanks to Eduard Mueller. * src/pitch/pitch.c: declare internal functions as static, fail on wrong method, warn on wrong unit, improve error messages, fix error string * src/spectral/specdesc.c: return NULL if wrong mode asked, remove trailing spaces * src/onset/onset.c: return null and clean-up if new_aubio_specdesc failed, fix error message * src/notes/notes.c: use midi note to store pitch candidate, round to nearest note, add a variable to define precision, fix out-of-bound write, fix unset silence_threshold, fix error message * src/spectral/ooura_fft8g.c: add cast to avoid conversion warnings, prefix public function with aubio_ooura_ to avoid with other apps using ooura (e.g. puredata), make internal functions static, * src/spectral/fft.c: add message about fftw3 being able to do non-power of two sizes, make calls to fftw_destroy_plan thread-safe, use prefixed aubio_ooura_rdft * src/spectral/phasevoc.c: fix error string * src/temporal/resampler.c: throw an error when using libsamplerate with doubles * src/io/ioutils.h: add functions to check samplerate and channels, use in sink_*.c * src/io/source.c: add error message when aubio was compiled with no source, only show error message from last child source_ * src/io/source_avcodec.c: call avformat_free_context after avformat_close_input, keep a reference to packet to remove it when closing file, avoid deprecation warnings with ffmpeg 3.2, add backward compatibility for libavcodec55, fix for old libavcodec54, use AV_SAMPLE_FMT_DBL when compiling with HAVE_AUBIO_DOUBLE, fix missing samples in eof block, avoid function calls before declarations, improve error messages, replace with new context before closing old one, make sure s->path is set to null * src/io/{source_wavread,sink_wavwrite}.c: declare internal functions as static * src/io/source_wavread.c: fix bytes_read for JUNK headers, improve error messages, initialize buffer, skip chunks until data is found, or abort, skip junk chunk * src/io/source_sndfile.c: add support for multi-channel resampling, set handle to null after sucessful close, add missing floor in ratio comparison, improve formatting * src/io/sink.c: only show error message from last child sink_ * src/io/sink_apple_audio.c: avoid crash on empty file name * src/io/sink_sndfile.c: improve error message * src/io/sink_{sndfile,wavwrite}.c: use AUBIO_MAX_CHANNELS, fix error message * README.md: update copyright dates, use https * src/aubio.h: add some links to examples, use https * src/pitch/pitch.h: add aubio_pitch_get_tolerance, add basic description of unit modes * src/notes/notes.h: add doxygen header * src/spectral/fft.h: strip example path * doc/*.rst: improve sphinx documentation * doc/android.rst: add reference to it scripts/build_android * doc/debian_packages.rst: added page on debian packages * doc/python_module.rst: add demo_source_simple.py, add note on pip, add `print(aubio.version)` * doc/cli.rst: include command line manpages * doc/cli_features.rst: add matrix of command line features * doc/requirements.rst: add a note about --notests (closes #77), document - -msvc options, improve description of options * doc/download.rst: added page on download * doc/installing.rst: update * doc/xcode_frameworks.rst: added page on xcode frameworks * doc/**: use https://aubio.org * doc/conf.py: use pyramid theme, update copyright, remove hardcoded path * doc/web.cfg: exclude ioutils from doc * doc/aubionotes.txt: document -M option (see #18), * doc/aubioonset.txt: add documentation for -M, --minioi, improve threshold description (thanks to Peter Parker), fix typo (onset, not pitch) * doc/aubio*.txt: document -T/--timeformat option * Makefile: add a brief intro, avoid offline operations, add html and dist targets, add rules for documentation, simplify listing, avoid offline operations, bump waf to 1.9.6, check for waf before clean, chmod go-w waflib, improve clean, use pip to install, factorise pip options, generate more test sounds, improve test_python and test_pure_python, pass build_ext in test_pure_python{,_wheel}, quieten uninstall_python if already uninstalled, improve test targets, use bdist_wheel in test_pure_python, build_ext only for --enable-double, verbose waf rules, add cleanwaf * wscript: added debug/release build type configurations release (default) enables optimizations, debug symbols are enabled in both configurations, thanks to Eduard Mueller. * wscript: add options to disable source_wavread/sink_wavwrite, add check for stdarg.h, new rules 'manpages', 'sphinx', and 'doxygen' to build documentation, add version to sphinx and manpages, disable libsamplerate if double precision enabled (libsamplerate only supports float), fix typos, remove trailing spaces, improve tarball creation (./waf dist), remove full.cfg from tarball, prepend to CFLAGS to honor user cflags * wscript, src/wscript_build: improve install locations using DATAROOTDIR, MANDIR, INCLUDEDIR * wscript: default to no atlas for now * src/wscript_build: always build static library * scripts/build_android: add an example script to build aubio on android, * examples/aubionotes.c: use new notes, set minioi, send last note off when needed, add warning for missing options * examples/aubioonset.c: add minioi option, in seconds * examples/: only send a last note off when using jack * examples/: return 1 if object creation failed * examples/: use PROG_HAS_OUTPUT, add PROG_HAS_SILENCE * tests/src/spectral/test-fft.c: fix default size * tests/src/spectral/test-phasevoc.c: fix typos * tests/src/utils/test-log.c: add AUBIO_INF, add example for aubio_log_set_function, improve messages * python/ext/aubiomodule.c: add aubio._aubio.__version__ and import it as aubio.version, use custom logging function for errors and warnings, remove duplicated add_generated_objects, use <> for non local aubio * python/ext/py-cvec.c: use NPY_INTP_FMT * python/ext/py-fft.c: use error string set in src/spectral/fft.c * python/ext/py-phasevoc.c: use error string set in src/spectral/phasevoc.c * python/ext/py-sink.c: always set samplerate and channels in init * python/ext/py-source.c: use error string set in src/io/source.c * python/lib/aubio/midiconv.py: add unicode double sharp and double flat, improve unicode handling, skip UnicodeEncodeError on python 2.x * MANIFEST.in: add src/**.c, exclude full.cfg, include waflib, remove python/ext/config.h * setup.py: define AUBIO_VERSION use sorted glob.glob to improve reproducibility, remove extra quotes, remove status from version string, update description, use custom build_ext instead of 'generate' command, define HAVE_AUBIO_DOUBLE to 1 if needed * python/lib/gen_code.py: add support for multiple _do outputs, fix number of output, improve del_ function, safer DECREF, fix indentation, emit RuntimeError * python/lib/gen_external.py: clean-up, enable tss, remove duplicate, sort generated files * python/lib/moresetuptools.py: add HAVE_STDARG_H, also check for HAVE_AUBIO_DOUBLE, cleaner clean, look first for system library, then for local build, then local sources, mo nore fake config.h here, use samplerate in single precision only * python/README.md: add a note about nose2 for python tests (closes #74) * scripts/setenv_local.sh: python3 compat * python/demos/demo_alsa.py: add example using alsaaudio (closes #72) * python/demos/demo_mfcc.py: add options to plot first and second derivatives, and set samplerate/win_s/hop_s, thanks to @jhoelzl (closes #68) * python/demos/demo_notes.py: add simple notes demos * python/demos/demo_pyaudio.py: added simple demo for pyaudio, see #6, closes #78, thanks to @jhoelzl and @notalentgeek, add some comments, avoid overwriting aubio.pitch * python/demos/demo_source_simple.py: fix indentation, make executable * python/demos/demo_timestretch{,_online}.py: fix usage string, remove unused import, use // to yield an integer (closes #71) * python/demos/demo_timestretch_online.py: use 512, fix block counter * python/demos/demo_tss.py: improve default parameters, exit before plotting * python/tests/: use local import, add __init__.py * python/tests/test_cvec.py: simplify * python/tests/test_fft.py: skip test fft(zeros).phas == 0 if needed, expected powerpc * python/tests/test_fvec.py: reduce alpha norm precision to 10.-4 * python/tests/test_{midi2note,note2midi}.py: use nose2.params, add unicode tests * python/tests/test_notes.py: add basic tests * python/tests/test_notes.py: test results are correct for 44100Hz_44100f_sine441.wav * python/tests/test_sink.py: add more tests, quiet warnings * python/tests/test_source.py: break long line, check the tail of the file is non-zero on non silent test files, filter user warnings to avoid spamming the console, only check if last frames are non silent on brownnoise (weak), remove fragile brownnoise test, check duration on short files, use nose2 params to process one sound file per test * python/tests/test_specdesc.py: RuntimeError is now raised on wrong mode * python/tests/utils.py: by default, use 5 seconds brownoise - Update to version 0.4.3 * src/io/source.h, src/io/source_*.h: add _get_duration * src/notes/notes.h: add basic notes object * src/tempo/beattracking.{c,h}: add _get_period and _get_period_s * src/mathutils.h: add fvec_ishift * src/fvec.{c,h}: add fvec_weighted_copy * src/tempo/tempo.{c,h}: add _get_period and _get_period_s, also add tatum, a subdivision of the beat period, default to 4, implement get/set_delay * src/**.{c,h}: use #ifdef HAVE_FOO, not #if _HAVE_FOO, add const qualifiers to unmodified pointers (see #35) * src/{fmat,fvec,mathutils}.c: optimisations (using atlas or Accelerate when available) for fvec_sum, fvec_mean, fvec_shift, aubio_level_lin, fvec_set_all, fvec_zeros, fvec_weight, fvec_copy, fvec_weighted_copy, fmat_vecmul * src/aubio_priv.h: check for atlas cblas, use cblas_xswap, vDSP_dotpr, protect SQR parameters, avoid redefining MIN/MAX, define PATH_MAX and PI when needed, use _isnan on windows msvc 9 to avoid linking error, more windows hacks * src/mathutils.c: avoid for loop initial declarations [gcc], use HAVE_ATLAS, use smpl_t for constants * src/fmat.c: skip asserts * src/spectral/{filterbank,mfcc}.c: use accelerated fmat_vecmul * src/spectral/fft.c: fftw can be used odd length sizes, not Ooura, factorise double / single flags, use memcpy * src/spectral/phasevoc.c: fix arguments checks, return NULL when fft creation failed , apply windowing for resynthesized grain, use ishift for odd windows, fix scaling factors for correct reconstruction at 50 and 75% overlap * src/pitch/pitch.c: allow for silence == 0, improve error messages * src/pitch/pitchmcomb.c: fix candidates sorting function, really comparing current to next * src/notes/notes.c: equivalent to previous examples/aubionotes.c results * src/onset/onset.c: simplify selection of first onset, fix for "conversion from 'smpl_t' to 'uint_t', possible loss of data" with msvc * src/pitch/pitchmcomb.c: scan across all spectrum * src/pitch/pitchyinfft.c: use fvec_weighted_copy * src/{spectral/*.c,onset/*.c,tempo/*.c}: make sure win_size > 1 * src/io/*.c: use custom defines for {source,sink}_apple_audio, take a copy of const char* path * src/io/source_avcodec.c: - update to libav10, libavcodec 55.34.1 - avoid deprecation warning, detect if we use ffmpeg or libav version - check if the uri is a network stream using av_url_split, call avformat_network_init() if needed - check if we still need max_analyze_duration2 (closes #53, thanks to @anthonylauzon) * src/io/source_{avcodec,sndfile}.c: avoid modifying input param * src/io/{sink,source,utils}_apple_audio.c: fix memory leak calling CFRelease (closes #26, closes #27, and closes #28) * src/io/sink_apple_audio.c: disable async mode for now, factorise code * src/io/source_apple_audio.c: check out of bounds _seek, set s->path, quiet * src/io/source_sndfile.c: fix crash, zero-pad output vector when upsampling, use sf_read_double when compiling with AUBIO_DOUBLE, approximate duration when resampling * src/io/sink_sndfile.c: fix for double precision * src/synth/sampler.c: fix typo, keeps a copy of uri * src/tempo/tempo.c: do not write novelty function in output[1] * src/temporal/resampler.c: make msvc happier adding a dummy variable * src/temporal/filter.c: check parameters, fix filter_do_outplace to really avoid modifying input * src/utils/windll.c: add dll main entry point * General: - new build system, new code generator - Python 3 compatibility (#33), thanks to Nils Philippsen (@nphilipp) - double precision compatibility - simplify memory allocations, removed unneeded malloc/free calls - fix memory leak (#49), check input sizes (#63) and output sizes (#60) - improve indentation, clean up unused imports and variables - fix comparison to None and to False * setup.py: move from python/setup.py, add option to build libaubio inside python-aubio (for instance with pip), add command 'generate' with option '--enable-double', build with -Wdeclaration-after-statement -Werror * python/ext/aubiomodule.c: fix PyMethodDef sentinel * python/ext/aubioproxy.c: factorize input checks into PyAubio_IsValidVector, fix windows c89 compilation, use npy_intp, not long * python/ext: rewrite and simplify, safer and improved memory usage (#49), improve error strings, verify actual object creation * python/ext/py-source.c: added duration, check seek is not negative * python/ext/py-musicutils.c: do not overwrite PyArg_ParseTuple messages * python/lib/gen_code.py: new generator, switch to using custom PyObjects instead of fvec, cvec, fmat, ready for double precision (defaults to single) * python/lib/aubio__init__.py: use new aubio.float_type, make sure length is not zero and float_type is imported * python/lib/aubio/midiconv.py: fix instance checks, make sure midi2note uses midi int (#33) * python/lib/aubio/slicing.py: fix samplerate * python/ext/aubio-types.h: add new_py_ functions to create PyObjects instead of fvec_t, apply to generated and hard-coded objects * python/lib/gen_external.py: improve compiler detection, fixes build on windows (#55) * python/lib/moresetuptools.py: helpers for windows and macos compilations * python/demos/demo_reading_speed.py: new reading speed tests, external packages disabled by default * python/demos/demo_timestretch.py: new timescale algorithm * python/demos/demo_timestretch_online.py: new timescale algorithm (online version) * python/demos/demo_create_test_sounds.py: add script to create simple sound files to test on using sox * python/demos/demo_a_weighting.py: add simple demo for a_weighting * python/demos/demo_filter.py: moved from _a_weighting * python/demos/demo_mfcc.py: use n_coeffs * python/demos/demo_bpm_extract.py: add exception type, avoid {} as default argument value * python/demos/demo_pysoundcard_*: update to pysoundcard 0.5.2 (closes #42) * python/scripts/aubiocut: fix usage string output * python/tests/run_all_tests,*.py: switch to nose2, fix most prospect warnings * python/tests/test_fvec.py: add test_pass_to_numpy, cope with accumulated errors * python/tests/test_cvec.py: simplify, add more tests * python/tests/test_fft.py: more tests, fft.do to clash on wrong size inputs, f.rdo input size, cvec is large enough, memory tests, avoid VisibleDeprecationWarning * python/tests/test_filterbank.py: check for wrong values, ValueError raised * python/tests/test_filter.py: add tests * python/tests/test_musicutils.py: simplify, check TypeError is raised * python/tests/test_mfcc.py: more tests, check for wrong input size (see #63) * python/tests/test_mathutils: fix test_miditobin test, can also raise NotImplementedError (darwin) * python/tests/test_note2midi.py: more tests, use unicode_literals * python/tests/test_phasevoc.py: add a note about ocasional crash check perfect reconstruction for overlap > 75% add 50% overlap test, fix duplicate test name, add wrong sized input tests * python/tests/test_sink.py: remove useless many_sinks_not_closed and cruft * python/tests/test_source.py: simplify, quieten, skip tests if no test sounds * python/tests/test_specdesc.py: check for wrong values, skip wrong name test, use correct input size (see #63) * python/tests/utils.py: try reopening the file is deleting it fails on windows * python/VERSION: removed, use same VERSION file for libaubio and python-aubio * MANIFEST.in: move from python/, update contents * nose2.cfg: add minimal config, set multiprocess always-on=false (fixes coverage, pass -N to speed up the tests) * examples/*.c: add time format option * examples/{aubioonset,aubiotrack}.c: also emit midi note, thanks to @topas-rec (closes #62) * examples/: use outmsg to print notes (fixes #8) * examples/aubionotes.c: use new aubio_notes object * examples/aubiotrack.c: enable -O and -t options, fix is_beat/is_silence types * examples/{parse_args,utils}.h: check in config.h if getopt.h was found, or build without for msvc, more windows hacks * examples/utils.c: change send_noteon to accept floating point midi note number * tests/src/io/test-source_apple_audio.c: shorten long line * tests/src/io/test-source_avcodec.c: use HAVE_LIBAV, closes #10 * tests/src/temporal: avoid crash, clarify * tests/src/tempo/test-tempo.c: tempo back to only one output * tests/src/test-delnull.c: improve test, avoid segfaults * tests/src/test-lvec.c: use AUBIO_LSMP_FMT * tests/utils_tests.h: add VA_ARGS versions of variadic macros * tests/utils_tests.h: also use custom srandom/random when compiling with - std=c99 * tests/utils_tests.h: make sure M_PI and RAND_MAX are defined * Makefile: set waf to 1.8.22 for now, new targets create_test_sounds, build_python, test_python, clean_python, build_python3, clean_python3, test_pure_python, test_pure_python_wheel, (use test_pure_* targets to build without libaubio), use 'HAVE_DOUBLE=1 make' to build in double precision * scripts/build_apple_frameworks: add script to build macosx and ios frameworks (see #34, #43) * scripts/build_emscripten: add script to build with emcc and co * scripts/build_mingw: add script to cross-compile using mingw * scripts/get_waf.sh: added simple script to fetch latest waf * scripts/setenv_local.sh: set environment to run from built source tree * scripts/setenv_local.sh: update to new python-aubio build location * tests/wscript_build: do not install test programs * tests/wscript_build, src/wscript_build: use 'use =', simplify * src/wscript_build: enable shared lib on ios, static lib on windows * wscript: - update --enable-foo to fail if foo is not found - add -mmacosx-version-min=10.4 on darwin - add '-fembed-bitcode' on ios (closes #31), min to 6.1 - make fat build, add option to not build with Accelerate framework - add option to not build with CoreAudio/AudioToolbox - add --disable-docs option - add -lm detection - pass HAVE_AUBIO_DOUBLE in compiler arguments - first check for headers, make getopt.h and unistd.h optional - check HAVE_AV* from ctx.env - make msvc compiler quieter, add /MD and /D_CRT_SECURE_NO_WARNINGS - check if we find atlas/cblas.h - new build platform emscripten - more cleanups and updates * src/: remove trailing spaces, improve doxygen strings, update copyrights, fix typos * src/onset/onset.h: fix description of get/set_delay functions * src/spectral/mfcc.h: add link to reference implementation * src/spectral/filterbank_mel.h: update reference url * src/musicutils.h: update link to Bernardini's paper, improve doc * doc/aubiomfcc.txt: add a note about the output * doc/*.cfg: update to Doxygen 1.8.8 * python/README.md: fix typo (thanks to Sam Alexander), document how to build in a virtualenv (see #2) * README.md: minor updates, link to python/README.md, switch to https- Use pkgconfig instead of libffmpeg-devel- Update to version 0.4.2 * src/onset/onset.h: add aubio_onset_get_silence(), fix description of aubio_onset_get/set_delay functions * src/tempo/tempo.h: add aubio_tempo_get_silence and aubio_tempo_get_threshold * src/io/audio_unit.c: fix deprecation warning (closes #16) * src/io/sink_apple_audio.c: avoid opening null path * src/io/sink_sndfile.c: improve error messages, set nsamples after write * src/io/sink_wavwrite.c: fail if samplerate is way too large, assume windows is little endian to build with mingw32 * src/io/source_apple_audio.c: check out of bounds _seek, set s->path, quiet * src/io/source_avcodec.c: update to libav10, libavcodec 55.34.1 * src/io/source_sndfile.c: cast to uint_t for now, clarify some variables names, fix crash, zero-pad output vector when upsampling, improve seek errors and strings * src/io/source_wavread.c: avoid orphan parenthesis , cast size_t to int to avoid warning on win64 , improve seek errors processing , sync error message * src/onset/onset.c: avoid doubled onset at start, check parameters * src/pitch/pitch.c: add Hertz as valid unit string, check parameters * src/pitch/pitchyin.c, src/pitch/pitchyinfft.c: avoid producing NaN on silence (closes #7) * src/pitch/pitchyin.{c,h}: fix typo, developed * src/spectral/phasevoc.c: fix argument checks, improve error messages * src/synth/sampler.c: make sure blocksize > 0 * src/tempo/beattracking.c: avoid segfault on silence (closes #24) * src/tempo/tempo.c: add silence detection (closes #23), add old behavior in examples/aubiotrack.c, check parameters * src/*.c: fix some useless float conversion * python/ext/aubiomodule.c: improve documentation * python/ext/py-musicutils.c: add silence_detection (closes #21), level_detection, db_spl, level_lin, complete window implementation * python/ext/py-source.c: add channels, add seek (closes #9) * python/demos/demo_a_weighting.py: add simple demo for a_weighting * python/demos/demo_sink_multi.py: add multi channel version * python/demos/, python/demos/: minor improvements, improve syntax (closes #19) * python/setup.py: use setuptools, add numpy to install_requires * waf: removed, now automatically downloaded with make, updated to 1.8.12 * Makefile: add target to fetch waf and basic instructions * .travis.yml: added template for travis continuous integration * {examples,src,tests}/wscript_build: add external libs and uselib to targets * src/wscript_build: do not hardocode install path * wscript, src/io/*.c: use custom defines instead of __APPLE__ * wscript: make fat build optional, remove iOS sdk versioning * examples/: use outmsg to print notes (fixes #8) * examples/parse_args.h: improve short documentation (closes #12) * doc/*.cfg: remove html timestamps to make build reproducible (see debian bug #779216) * doc/aubiocut.txt: improve documentation * doc/*.rst: add sphinx documentation basis with Makefile and conf.py * README.md: minor updates * python.old: removed old code * tests/: minor bug fixing - Add doxygen, ffmpeg-devel and txt2man dependencies - Replace python with python-devel/bin/sh0.4.6-lp150.3.10.10.4.6-lp150.3.10.1libaubio.so.5libaubio.so.5.3.7/usr/lib/-fomit-frame-pointer -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:Maintenance:10462/openSUSE_Leap_15.0_Update/b0a37d2170320a3d9a425e2401cb8b99-aubio.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=7f9c9db9a15c6224b799e9f3c92f623147f558f6, strippedPRRRRRRR R R R RR RRRRRRRutf-8e5097aa4934edd81efee8f49ecb09b0bdebe71e5126d79d075bb24ba0b470354? 7zXZ !t/l] cr$x#v1nnPUF^Bh۫=۹F3ՙ $E7 7f:~ks*ߥqz A]4UyM5ߪp/ȁ[ad1yX#eW&8t.73>|q/86Ųoٺظܜ9s*ݩW-s駜 EԃD6<~2+Y*e)La?OtR V'[p (hRV3;~1څP*\k D <ʼnӠh[*Nj:w (uߛN-^>'8}T5$򃏮y DŽEIa*B[ư TlzzƧ; d_Ϥ% ֈ9>ED -_'S[Qg2` 7:D-Vː5͊eO甸vkUxϊ 9_8Q&`a)[mc8PC>C?k6yۻ~IB1Ղ+$WagjͷShCflel\ p|4 |z7Ѓ=A6/kׄ&Kdir)@,oUNqiZLcUݨ&r!Z"Ea5ꔹ[Wd(2:zOzxO G6:Aq0"2s,Rxˏ+HY=~΋JWwML6`-9Bn{G` kwNY*Y(PP-iZ1 А|[~݅_ƜNQaAxCb(Aq%&m].\J V[n?2ܣp ʗQB }G Se7 Rr>'@Jo৔%Q/*tȲ,)xgYKbJZSX-S:˾{ӺacnO$v#!=rA$Gͧĭ#N_cPXq)C漤^f_qͅaUrS|RSW#l?mt<M26\^79i55Xc3gxuyǕJ0v{/vz fuw.d{L['N1ݨU.#.%v٩5\ puQjc_@%nJ66cDK%L'zRvhwJeSiZɿL#ߊumc0ܢP ,y'j VgԐ2[rE {JH'HR&PJUQ d=t]b>'.3Q(l6՛"k3tx|paOj2'^uW뀟3Ff^`WcqhaF()([ij\%~T= U6h4>Qlx/{+50cst6rAO58CB]zP5h>2.'.MPJ{<'nIj3$4HZ؎{o lSuĞɡid9-/Q, WФ*`!(dԀ(Xw 0"p-'cO LedWz]mU[~ʑ wM1lc*0g)Q e!D!mP\WI[M'y$izO}ArcDdux+ mKRgjyFX3IF8n@ CY56V~J!Yq/YYNu8X R ~vd4) +ZM<\EȪ?9@>w.;( ~@7ʬj<En.!t>F*o ${8wFm j@a,Ve{$}8eShphsR-9'β7[0PwiApٽC֢Ϡ4(ϭNjqj\7#>)&"F!Xrj1$2xYu eجζ)sA_VQRV[g_3̓D='_<]4tGp b_ܕ$< O PA5;zbdw 2=xJ'ͷ,"` Q!P@`f7ɡ!aW~Ԛ8ςR0 j`5._-CЁ {3+Za`tҭ2w#- Wpwj8ÓÁs׾RKd^nHTl0#c?gqO޽3(,Z2Ralփ{l{_JۉIB(~+Ӎ:5K!̢77f38Iv CGzԒ@&ekQ4lju @65 jpjg]׃i*=)"o*JD 8hm*aGBuo=u) Emr*"Q~Y{0'N Fw@8 =' C]Q:q|V=ZyGcw|bX/^nZ0a]ΣvcGۖ4ӷ2lf)XsXG$P,b]>#>gI`^x@緤g ?6~[`nQ!1jRl9EfQQ&p!krǢU# {'WWK[ Z^S ꂮ*9 {f*tK}z(a 0jPb6 Ҷ&*>feԓ.FK|iFc&V*guw+l6A6 \'Lo>T$ҶCb?mC[s1iX |3-h`Dw>0D;|b]E&S⼣X &&[2:9 Xn_83uFz38577o7S4dk4K 0N cD ʻwR3X(_r!Gy ',c TB\[؟ܣ}@~+ n=D,1>ahk9m=\򕟌! R 3 Nx {k-q\.:Bl* 7krw o6 7`6n{"Z޷1܏̺$q9j9pR,lGCOxq۫)wOBY?tBҟ zfcm<ԃ'ef6E9h ;Ĝx"ܯf܀3Ji;[T/a(,dm6oFN2ƃ2֤Y?΢5B l)!I:,_ĨQp=A25 *7 j\u#>{ET<?_5zqB2s-V5n4&cpn>Ȃg OF.Xɟ2m-R˶++38&/MVQ6}tt%zX_ċb02{eV˓ľiR%pכyA#9A"t_>,?N;NM4BQOfKF1A8ZSa(t0'&@3s0*4U M`q/+vdF]90AS8?lƥrDŽ"OPw˴h Ig(or6ˡ)w$+dd()ξ+Al:eiH(28J swLC.QJ=#AS$(p@l Z:@ᗦ@E3Q!Ȁ3{:YttK((J&"at )ˑ(LemE}ܑ6cVnyQ = B30潳dw樆Q P&5/'x iqo  a<ЦQ 3Ϊް‡A…Sީ[W:@UVP|joIx͙X $* D"qM;~8HM-@jZz:yir6MA6uiQ~qIж U-&)4Q"]e ҷ=`?F/P_o\ebVf ˬNd6<G9N?yFû686$LS J5H f4Aޅ y?'TT#Jj&[&b4iGCuxr C6=F$UX(cv@V;a7&_T wŀڇĂMMK>-IŌ >A:هӫ 6,t;R.LX:pTl:i-(Z~| {czxkpq Rˠ^|]NaolPNOAokCgGC/^eELMq?b} QJԑyu Fs:M7w u旨T7DpHS)ipfA6s !y5FU]|x-=qD7$I+hq%qJ:BTs~&+m̔!g%rl~7 Rk7J{h8ncZB\D]hp)IᠭɼprIXy}1}^ŠY8"AF) )fKM>]77Д.BO4gcnt |v:)W-1zb.zϦ DVǮ|Q`?aŶWJJvOat@1O iϋӵNikˇq<'|D)k[}//k<}L46PDK` 9~ʫEtsV/Ȍu䃰1PYyuCˤN"hm/n_m&-7@5OE?2*WBUQe-^ffpWک.{8'p'{QxQ2FA}M sJs#Ɋ"g'd("^wh~IoHaⳍ,ei$$➙V*jCWz.lD ӐrSޫt#h P#:a-p?yD@ &{bNAlGc9RZFc{ôIzwf1T'#-Kv0_y JM^dG^"lٛ>w ~>auLr}YLL(y`S'˹.Uel~ܓ_Us!2禒["d~D.OwGoyi;%?;n #>s:N(KEtJig3BLV%32NA^M~՘D/5Ts!ywgo%2q$z68&zJĘ߳-ũDu`W|~LҋNqy`>(}XAw FaQ/[Y!x܉(.{5|Br˨6y=xRgP3;Hz\ `/0 i) ܓR7:gԎfn.l.y_R:}2qެY}2&By6-Xc 2%)l5HFIH+NT3>ȫbw! L$:6UMrm{ƸvbAj$l`'2馂^f"e9\ a^VqsnfbM.7o=X nR)O~ꂶP` h kx݊f*NYcy\sl-3C\,^hd\*{  }p{T>ß*N$1F˛hmɋik|yJX0pܔIo^^osEq,Ld30cC5p-c_D|UrI}5 ':~j֙aO7zFY!oP;t~Scx;ȟ~27EJ1*xq[ B= D2!5++TIbU 0MZMyX$,Zw'P*P7,G]2A .pb{1}LZ`id 5J2$(u6<(u! \%_Vy|li!Y_|"HѝҲK]c?{3.3,3 .@%mcjY.خ4.p|@/ L6Cy=H[nX*+Z`}œ\2[vz(K +jﴧ*qܾx3(D䗮a̸u $9i$7gt{,JYDžaCAUe,AL H 7pǤ+)Ы^뿞='ж}xR|*E_?-=F]VR-9wC6:1^_ QTNvX *{Y*Ӟ .2R`8E|q{ZD^J̛g\w}6\\Uuh_fjz)o0g}i8(3fC\7}-7 GJ[m99%0̈ UQ,kWY9GV`@1,]dz̐~`CU4P&P>qv@aȒ؊A}RõIN"UxT''I'[N7Jd!cqd>sybܳ–UEV* $RHg~fI 7A>e=l--NQ `uUҶZW`SrBlSE%w[1KUټ ["t ^PHSdDxm%60qQRäi%( pbg^98:T&Dg8vS唅<0v>/{pHeuy=؛ۀܩŨ/~:uӵEyVwN 6jK +42!IB"ɼ&r88 7&^TX7jde7VN߾UX6Qԏ Usk>L;iTg4t1LJ:wT}$n%Mf5(KW#zkP#m NN%yrfO&w ,9)@}0Ab$-Hl0%tT0J#c|}BMqF( {={ë eRȐ~=(ӕhՀil5MFo_M;̂;xo3Tyz- [Eӎ=3h<Nk4!l]B [ހ k>7"k4GL[x v^~]؋sHmX^d/.{:v!d%)#Ϧڐ!#JGNեYFSL՛1wyV6~NFC؋U{d8ML@!`;عG1ï B?} FwbI{˯IwԷ(;ҳ3_!Q'rc :dY/OO)+p[whWbTwܥ ,wn[?4ܤ"| G HHxevX/&mx V*h>b8sRyZ%In!~.]uIibScSCt(c gHR4΃թڼl_Gfa lƑg'8 O:NZ2~e"NIhg "э)p=X Ah&Lk+]N͠Lyb(^K$J: >@a G( B/{5S4IkW@h xvaw3}R/=)(.Yn75 jTuG#nCb(C?KIta[q(W(=5м&ͭs3Ydžt)u{+]S"H|ZYޞ9Z0sN jvT$Ja 6,v} p]A5/hJ,TB|IY S8mRԮe:o"W ]8 [/[]D xMz'[D`RX#3яcn)5͊3 mFRp>:>]eo4fZj (t\AJxHW .+4PrgYo;~5k絴g cRkпAD+ $JA !p6g(9֐ձر;'QC&"S!ۢK!m Pn1WEdK`E%yz>jy}m#e'L&4D+}ida_qH$uli~zpջcwO/L 䌁H!]$iZT:d5EHN0qOh?@(.؜X gڈkfq?l¹E*)KCA}w /d[&a=?lаRGG>I*T:^ -]`Bm ;+c` !8eJos%ס7{|;O 1H-t@}~2iOh1 va4Jx#*8+mY}קbJ'*UH~?1hևsBBӖٰpmo$zC ̙=a#a9)0,]q qdo2Zˎ˧/Mj. kxj])NYt560EDٮ_`^窤-u?jd. j5W|ȌN52醦9=H_mv#2+E-Aq#9Se-UDAq+؅ƶ׈BWA H>PL{*D= <^$ dO[z.Οi+dHzh?T'8Wnf[1֮7m欤g{|Z*A)%Nk6Φ[xkG!/?eгJ!+[,Bh/Lbg,V`=5-:e72p 4yl'dPO9m^;f9ֹ^H%:@HplNo윹7 j?2h;4o*3%6A,KxtDqOFUN$i1g|iDlQqlҦ5;|Dސ/u W2^{_ lKـ0LdI편ә߯-=P7_`YiI &l4snӸbyGyO7ȑŸ;mEjl;2:wbmSJXxVj S PzdaH 7,3gů%F!ȕ ;gcJ )}wXAPEf-1W@Ԍf<鯲%$߄IE2V!Zvܔ w*!̤SAC-ۘB.L{5,rX(T cDp4Bԗ|WZ<||}ՆBFFaT (_o~ Q[S |i/)g>I'Qz%BL *ΈQ^;.cIĦ28pijrf5W-qOQ3W@4!.Ӕ'L}uRs}7Xw$#*# ~S+{G Mͪ`<3$p|Gfj[2(r{ubS#aJ:S@/;p&tN,4pv#=LAs]CGg:}Cp3GQu-ېY)'?؁PJ |^ GFlo{2kʰ'0 =f]{<FzBW p' ?HLʔ=Y;lμ얾-:XY:ڢ 'K03 ,K>GxjZ~jgmys)% s,;^Ww|`ܲ0/jVuf]i O;H&XK_N2SH;Ey~upPǟu6Yo>t5S7FƸ/.m |qvs8vqu_=kX<7;נ/aJ& 2! OS/oDr^뾏f5!?-`0UqNiw )PK)"0e ,{NL-?>e1=iN9]"8})7P'Ыgk'뻃 Eu B"ul3ow(ѲH94mC%ZGn1ÈlјtRZ,

kc@8+Q3u.B݈Mt˿%) jaG;] H޺k HEA>-J&1ϞiwɼJ/.D'HȾr~UAh{8\1+[F/_7gM  C]A  ,tw)(@I̻Ĭ< ݻ<3''a_;*o~0|z_1\i*َ۫bo"J%TL|EװTܕ]u4{% hNFxZ FV~5.\ psjISD;Xeu%]fpuSrcnܦosgd_lq0l:UsVfgvrYFumќ)Ahie&z+ (e^%mk? y 9wHaq]Kn#HQH];fV=%S9 +k9Yo-l$siVl"Ogcd՞&HOP#DR@lM>XU塳 O=_ԔQhMu%/pEӄaztTnݤMoF 4K$۫[<5~!{-//z苠ǀ[QskN~@*/j#֝6s'AtE7 ັ'O ^_"3F ) ‡T=HF osxB4\d>UϢNn}ĕ() ͔9pAΞ:{pY6h*"$T(V%ud#Dzl=SnY53[S|!!PpJ3`!f& '>c{d0PJBq(!pd"EY8_a8ϻj\=lA4>Md[`]+x/J' vQ`HMtWXpi:z[cRћL+wL %q>T{a "$oI(TTv:9^%Z_p%l=EqnW*#bxx0f"8My2 3&LXJn RA^Zی5RJu4]ρaogKa@|řMuЊm3E `C=ХħAGA= FM4-au'N&)a0lqDTL]4(Gl[^rHoo[LDPF[ )q kIѶTQ?UB72Cx[*?bV*7_qG <ܤ:'%AVA8ėv c wp(G+u+ʼn, q:&,GG|a% zp "a$bj>d1GP!^?nd ÷ gnd:jǀs '7r*9J5s'D- o̗{\N `?k9~k6aAL*zj'jۦ.YX90?Xr׊?bAS!޺yb3&ӂW>mJC*º/[X<Ȅ`9BdiO?#@0oف& 1 * <P_d Fs`t^3X:佈\[dCQZړC(صBD_Ou(l4S!̻W086cSid YݬP7RAG)ib4+9MI7ܫFR)Wגm|`Y7ci8>2cYU3 AUW֭(-2Xg>W5)w]Uݎ[~U OaJ ,hGru'/e Cte\5P]Ujh ʨ#S RM̅dop r 2B)T"S,/rb[G %V{ۑ?O0Hڸ>^$S,!%*pb˙ U噚<; TfOûJFnW T釒OYMkL[tM-5L-xd]{N=H:8$gi+aL G'>Rҭ_~C0-: 4zLfE\ 7y[^kLtoW̿4ce7m}; !9*qh>)_:u];cŞ;3$Qv? E+¯5Q{IR'qB})@CѼvP6ASM[f r >CY z>@66Njfn8qFM Ѝs?X7`TI$MJ;;V |PdZe/r^t! hi{.k&rxppbw)%:'pG{e27 о剒3*}䖿JӍjȁ4/O̩窚\)]&7TBۜ8wHIP~jdciE4s񬉡+Yn%n)h#A4֗~Ffc#a7q#0FIc!E7 шM}#':RȊ :ܓj_$꼁3eQUGH]:Og*p=ݪ) ]JP+?pD-+)Jf?ZH\|eb"W!+Ak3+Q0Ui0\+I 4HbQvy ( pFLT'kܗ6Y|= q[jԽdĕ4JEmTe;㺚x|7(NUYn)yd=p*>9;qw{w,-31riϝ|.>KzOڎRVV//V{¥q ?=H߮v9+BpBY@ \#+Y :C'&ڽ:POHɧȜxgR;ir(`AJ#5܈Ē9(jhF tN(XX#F/cDH 3ǵrM}?nTvE !R)`(}w9 pNAr3a}#:f|W\S=,a"5-^{˛Mzy~?R'Dg_jcBտCx􀉕(6o |U8~s#eU-N̶'$vܰ0!UYee|?᜚;- ?2kDE 3}%k *c'3zpRH} f'Y7HfZ#nɌNJQF[zx\W(lALq{Xd%̿^ 69Cys⻩MncC~Clh3XB`5O.\ģsyF|2? L"di+1 P G KZT_Rsiޓa9'.Dli] "y3lQ鯉] 9Em&$, @KFhH*DHIxCٵXNE֮WaO:WL-4z Ү0ެXtۡ P<L+Ӊ[T/`Rx=,QK]",xn鎓RiA3YBkO#HFo؄Ƥ\Ai1c2QA΁M?5 J>A`\(آ(R+)KTUB̬"I4"e|_\9R~7G*SL:ο ~'EA7.'(?[^↰1! b+2@|#_|noLga>zh<FA! doظK,eB>>INۺM<^Ճ@K wXhueǸ g]zH2V5m*Ty@%򯲅~K 9l -)Џt&.VE]vyS!9-:yts)7k8+X 6*1X\\'G,_0^>r{IxŸGO#1)'|sLtqF~_BZhIsp hwfe5zA}PF, (?Dʪ/={CLwʗ+ D$BdrͣJa'+nnJm&)F 8͸íHW2i_Fg0sdW90Ve+Yi6çPyaTD;?:]CGX*EXm8f9ngslr`ٮ%1MqTbsrӕ,J`L/YNڝ![n{z,mO9a_OPy7_Q\y`x!9[49SRdc wmTJ];:^h\d^kA]L\ATIi{P<y߯#e؛d&]3>:QcynK 0Sk7g3X[USJ v<&n9>mFODy)emz}RdDbM>3K|s a'zhH~oM)J)ζǷ?jA%EpROԺU#SW%DW\|,Fug;?>]kHX~ 3Ga 3y\TV}4EZ։4^]@zYx9RZp>*]C䃃4}DNxΝhߝĸ m4tx*|>aѰfJdzkTnm>+owcZg^áf@UR_Xlyq&dN*t~c4Yq?kizؼSWo-y3Ɲ\Hքv1D#"%}e\giRu7r&gZiN<: imk P*t9?n/I CZ(IC@ OK>X|lFTHY+ʇ_*KSep- p䎔Nqm^FJáS =G5W|o#Rn]ت$t<Sp99F=䳍$}A$~j5ù )*nns#BT8\CcgqjJlt@sOܞK#DWqL#=z=?zIF4+O!,g17D@݁j뮠(İng P1W _/ۈܶ"|B98ntm=35p _hkԖc&]5 ߫fA8jX862tYst!UÊ x4#82<ND|QZaRYY쩽}< &V$h5Wg*5]9nA(Qޯ `QEk?YHg*b_H"> ; |î''YcE5Few䁼H34ZƩnHqd $<6=! tVqg.tvg@׽[IZ锤@HuܧoB 1?uxa a e8jo˪[bNt1 r\Uʑb2T6('h2s{E+t[OHLco͸S~J{F@\m.{p{/mQ?Q+aV T1zܓ'`+(Lq0hk74|Ծryb'saE_lGn|lv5մl'޷C<͜@p1WYOik{BA XzA^l; N *,/a~QZxO};,G=ըG!ݮSu 5ŤqEb.q;h:;5:yu0a(3!$V 1!z 4r_0@B YeBǠt~ψIeul4!Vb+q\d$>˙͉5;i HbW9\gQ +|'P>\DN)x.Y}_4҄/: `K="Kqs"li&B2\ Bd4X5#II;qnZDƷđqKa9۝P z)⁷O#.`OiϠ,4K(N:@/*.sjP5fHLm10/9l&Q^>ݡVI}! /X)Xk9ﺼ]YNx\HK]PD鮫zхËb}'\<=nFM}<{Hæ*5 qjof?Tׂ=H`T_R>Ml%+s^:tHG{_\wf}O:0I ЪmsTZ?bQ{L$R4WR0Jѱtr[!ɺT}Kհ-zq; ->ZǻPFD{F} C>L[n5?dkLm[Yf?2Th7׳ڑ"]nOP.9<]wL-8v] * KXco4Lƪ5|<Đa[NKM}eBβMSr )r> F[Ae2O;^ϖ&k^R7^IRߡK.W,2J0mu*mI8P <%2SQ'ty#Ze=B !k& CN)"Yԍ mpȊ(JnuJ[ۤ = MrcڭAYodd0-G`G4[>fJ>@)pyv9\BT6vȲBYHDP3t37BD\Vr@\TM~P} O]!FՂAV+=&Nc]ki3kvIw̻$FCHdeF$ۿ(69WV+ Jxnk(C_: c|QCg7!>k&մG]s 4Dب d^9@`؟K2=|2R҄I$["X*P1ؖwp#E+iB.Mcg[%AI&pږ3RQb g݋(bve> _4S ::̉q2rJXKS,/MyӹD.E%\lԳЎB)%YIޖR%=E5餳:Bn~1NfX) y@K P7 <{p9! ΋g4J[OT8EwZ,E[D AȤ\eŕ>x9틡2{mЍZRjjE^l`ж6POل gFփC4_7] )9㧏ip g ^x_&twQ@q.}3e[   pV'Pz~׫#-#JSn-8t" yɈ~8¸p%,:f#W6}3<1 XG$31L1N Gu2܇kuA݃^y1T'q!7ŃД(}e㖅vqTlQ'=H%RC#d#X䇜08E2X[eעnwB!vr+6)2#1 >.h˴6#!")GJ,uFdgZUhe)%=+?!PBOuGgTXls3VP)~f6kg9ͭ+FNI>U9*~-kEXG<c̋!~V._D˨<]W=50T`k◠xUz۞ X='`nzÿN8^x %_B+j==.sJ"RC:yxX'Ŀ ^CX ʯ3+&gAGh)[tOh!wW@㨦28 sjOi|rJ.Q;/ SQ|g9,!,Ny`eamWa!2S :S|+orݘ 1\4xu${F5{S! +U" x^<.V e˺gP|.h(=M0eҧ|6' )NP0I6NU1m=k `İ+=vC܌TU@]2Vs[,ԏeߑMfs_iJӪFM\PRP~}&"ZFI0&fD4YQOFvSjxHO*(*]&0A?rkzdUm::δ|&MZP Ϋ 0j0Pp<_C V>TbcX8Fc^Q ց!f4bv3gf K\šH-ʌH];/7䬃PQ]uF@z% TVI& 9F!v3dB4e$*!^xEU`F!4XcO@R]mH[}:dbU0Swo{E{nU, _ؼ.D&Vr'Ej$i% eE&y'[' |gh̷t֪a̐;Lqfn"!+*>m?o6^p_6[kx^y3nkQgWyWP2@d 8*ښwdo܂n |P+26OĘ B>$Iu#q]' j{ Ƴ} sLQalmpv;'~Ѡ]O]- =ܛwElCyt}PӈKuXsR S*.#'O.sSvMٶeibOׅl8s/;v>Px>gj\ pGS (hjXt K_?)$%ml(bD:hV*- mFHmIF0\z}# &|*8R ˕aRSYF1x!˗I/PڏmhuΞ; YqKjA.xNJQ 0A逸;ojV̜ГڿŀuYieܳGȸz D51'bW?DOZT Nv4OT0S9.ꈧH3p0$6wuo"$dUmm=,owlc9aFm+) dD(OƌWdhf/ /Y>8iKaLtWd#ь)#0`|xV68S59.kLm 8lamc,n=CuJH>ylѲΊG}Zԩlv)3Manֲ)I#\s%\=>&?G%xQk§7떸L*|oT)n% JLj0-f4_PTus.@ӘQ)I= {ǎոߥ9m]c+ιd`ZY3R+FAȦ8_n %{N/$ugrsJZ٫U5ڥɭS¼坍JEZoϾܝ">5'R/DwM扄8%;9r cccDsѳ9nR]a~MqdE).J8[x!6Xb :VIRݶ]eh}߿i G)v!l٬KTU"gmd`-i3 ^zo1jit${g [2ܘL w 4Xdo6Oh464rALlYK@RͪįV:9dř ahzsDb^T~r wDiTXFS0v_o1ӽvxg1v=1!pN_fvrG9&{ t"96`C?ljY5o|j,5~ "W&¨{P2͡xʛd 2BC]U-f)-d7qwvI"S'Q<`x:K8;]0!aL_&e.7ʴK&ijO̺VF.AFN_ׯCS'Z>L5r2]}[i`8yg\ e!tFe&~k{ CԳ))Z9 duO+2UENmV>Ho+=PmKq>ATIrO+jhn;5S9YY=a@{DpTb6T$/ ZUd/"Lk){),oQ'S/l#]b5!L-ݖ$Sh*RQpc4sTc/΄YSWm:;ۜ~Lv?T?s XYk-1{w$5nұN2ڶMl WX20 'J5J${'aO˘tnv ?2hBNGoSMr<4dZs]<+|HlN*cw3R{A,Fh *b _nk'"42j;ӱPeBjl{`_xMJ9_epD7u-fKޜ@Ii!-9AB^>d<{ G+"- w4GHoܝ0sQ<\ \W)O5ųD# }R4' : o{_wR0 k6Xu)]& PД]˦i& IKe$ =@gI{7{e6q0$c2nShVn# ^'IvU S:9їP!;F~,3F%.ȇsTj\\NFEu#~Noi*TM8.s!Ty,1Oa?Pd-vJl%]R׭/RjU£va챪{de2 j@-ءDQR&!p_&Ęl. .F$Rzh_!͡ zdGJțbpDk=ݡXT`pLY$OY^JI\q+foI ]hnε>S&8xtMQ͆a4 5-E͸QCZ#)'Qdפ" =L1gVSM,cwB𠇠>JտP NS,` rY2ν PdJ~R̥ѬHRaXvWRd㿓px.s4-8=9s,fП#s7cs|oxy@@jCcĂX6iتKw]ӯw ={@ق8״ uQ)= 5Tl cws'{Y('-XuԜTg9HA+p捀O]zlfA =S@A01.tS@DڎZһxx6!p,\𠿵UXLڵB#c?$mM{VG3u[1 r֯؊}hqƷxٍDg߀cd 7**$fϛWDJ#x7%Um@ urQD0i.o> Zϓl7UEVgF؝+%X WfD00H0%N*!w,"$h*שKz [@~\Ae3;=?:ߣY+o|L2իng ,]c~ܓC%|Fnc>:U9QM|lbE9PiyȈ2$iN] 1׸F G Yї}GV>|$H;XwI&\̰>uCIU? az_89+| }5Kq&ƣ#Ʈ!RcQ[grjKe1aSիc{W7Q4Q;#VoU4KPXt hx`׳!)M'R3#Q5*X,?(Ƕ=(tzu[78 yh {_~bU3Nk#c4,zƍZHvܨ-MdE5~a[&Cr.XZ=p&ld{|3qEأCPgN݁g{q*gKQG-^FLhM.Utf Qa +LS+΁PG~;Kcml* nY/1y2#@xqZG3l7[>|DqY, ;ւi= ~qV0Z;L ʼn/ՃHA{aMf"E:? ,Z" u2" +h&G"$=ϷY龎p|ay>|Q38ᴝ_Q'dhoʅDY@>d(i/`-Ϋ a/WNcy$˟Cv$E H@YMw޵RDF>wD|C:&NhF7@y*ď߮^9 {w6wXvS@4]^`M\m -b웷Mz#SBpPeCT5 )Iz EaigYB"ux~7:zCA$.kaѓ{a=B=U~V\zŬ:=PMQ$D7{ނm XLc z9Ov34yb&&iXޅ )Ǫ~Bk@4}vϗVS,/T}kGO& b7Nsl,%+bD4TGrDG_gE%rvḽ~.lYWr =qmu*G j98c/hW͢GXfPK &zj)M t`8~8%s`kU$`Zp#/혐jpG>t__; !P3B׵%߆+HO 'yBJIA*]+kف"o7c/~}dX܈gXqYwT{x=uĬ7m?HuFk鳯AN~q;iqpHӺJC MC be W]@0>a6?Lo"pGehR+5l(c}188d#B4dAU?*,RZ32?IxxC|}a* %~K_^=AuJrC*g׏dnm d0<#3dlM#PQUJS2ߝ33ȋ_wrgcsay^AGL GXn˸ts֠9_g-Bo(h=,Ԣ9“͗[T0$(0FbY sEHW 8})`~F̀,BZ:?@\YѢfbcKFXXVzmG-ĮB>D `zt` Y@Zf-503hݥP1Vޖfl3#Z ˱]C.kzBъ* <,:Xz:C:~hIg~퓃4<zОJő᭶Ȣaܫ#4)3al(^k"椨nB BՍ́iU<FvOu< jl HOksm7zg?$~d"*m)DBk x@_;jh4oKab7hݩ_NMȏۿ'\'Qk؝P-x36hu }+@|M,kܔ,H{Jmut ltHÆ o{r_aL-Z}EaM~h󟑾Ǫ׈+\blJ൪d ӲSJdE`Tzn72- `/e2ԅ𯩖J8b8_`#B~U#/uZ¯&/}D,$ 9 ']zTPX#2SYeR\DTBr?? 2I7|l) SGjwah#RVWZaPI+J((k0 OAXU/Uʴ"Znn!t%4i+/(azG:i0J%:k O }?j ۨ2kK5_TceYoc7N.($Ili4% JvN/n,;b <ݬ_ q٣kE) )"@,|orpSl_#% sŜ\Bئ Z3W[FiA pޢrÍSPN7jO_9OR<S <@p#GĤ[ȬTW%se *2@dqS<͆TqmG2J|G+/'ICRQCS(ƓebJtӅ>%X:'\jF5̫Jh&h?&}%ʜZ|gs/N[=f@N=n[rjQ?pTDUU0us99vW{#51J3>$'罭8t(h8N}j%@# Ԯi7(bՃ[u:O@C“H? +0s%7/okUllKK!Q$-WhTk{Vf0-X#k lB5z>hR}M_퐃GSpƚƊЉ7?Fg icVREiPshBx"WplRsKEGcR|wr\,ۧq!>sv % na\&DkTtk>1(;eok m#4#Zղh ey|m:Ɇ\_P݅v=jQzxKȢ͊fٽݻX~Ys!s3na@pC'Ű4 g;K7@`'qc)S׳k*kfJLF>c#k2+; fay-̋WP&yhcx~?{\(|3c$ixs\osz3Evl ~31mc_D/h1IQ¢+auD}zf4ZU'R[Kn2kh=KK?q4msĢG.'зEV-u9~9[W0R|g- 80){ }% L',~h_ܥv kM"YبIyN’x\Q? !Ɏbϴ/o?[`6dEkÓ{GH5.ʭ _5Y6LrU.6;8cǡn4 ]MJS\ fH(z=Í=2܏UC9pl"^EbN;*#v,<)&CʟBb(ivGdr6>1˧Wi% =԰ߙOA][L )g8cQzOIcA@B'UX+M۾yu ֆk4Bbo)yԸ16&f-*]i;l0[!r2$EXINq_&@ [D&ژ/ҲD DoRu3RX\v+O,TqnNQWdR<;X>ͩ'bBFJ(IEZvHf!}ǺLyF0\2 [e |2JEZĪ%ɍ]G޾WQBlrw>̮0BKZ^s̺ݩ&i{;`9Ҝko KҳՕ-Rkkȼvo8;CM*͚Y܁>ZR}șLx%n%;uғߓ#^t2ofh_2˧냧!/^ɮ]JwƯ:U)#g9#6Q>aU iʿs35/%!8+<.D8 s<3SANZTL2:U: B Jxy+&F҃@c{Uh~SiE&KH-BhfvNj@x|l"R :. < 49=/06cTHgNK65txvCi 6]aL=ge}eȁQ$~mȃ*4%KH͉ zA](ïS= I[Τ]-gDp \&m`mnp|D4q{Cz^ ɢ6?^Z3I`덡FSh?K"S&\(+M6%yH{sF~C>Pt 2M>GLd^:}B bBlӦfלC3EJǔr_J6μ0M:D}X-&4X6n'tn B|RK^ȹ`2 }7RPܦ$*'#N~6`4-f`|pvؐ>mePF\#~%CMugKXֺ—Ss!#!%`Zk4=W%>w9G<9S{?zKvƽJ7?׀Bdorb.r%F1z*=oα3]X: ]cяg`Ey~U)223Tak\:%YL77:_?8 XJ׌skilja>aw}N tu ^ڼ,k,˰'axaROA*h_M%,h;楠^ j43K7ߩteˮn Zßσ\UnR$l3ȋ1}ܪS0Y7@ߤ]ę/nl}=H7{(S`fÀrt6Ք{DۻVy}݊DZc8&ۢUo{I(UH|f!VpQGs%#sseFJEdj@Y<v}6:wVE |- !Fu < H &uQǺK{#te["d J)$=x0.t8geRFOFjI{R_FTWϱ}R'*U8.a< aR$%-|>/M. 1}*p} Î;-C/ֲ_GxUz~k `JmSxJ))9$7c'h,##_eYzM[Ԁlr >7l w-uI3&o])NaWyB4!7q:pJPLM1X8?Rd b rFkLc0d4`!.B3)Oe/^_MM*rXeyqtT^0\ʹp;qurBf+ֺY~ض EgUZ/57X X >0©%-i@r^.~m fpO{ɽX2 ,zMnV0(B?l1I/:k_Eĵ #n翉|Nc_u77i3j:쀶H6v2d#t!vKpju{y:2 4k`"֢\J)зdI[ٞCxF1S*:d:]l"L͘}ll~4#P6 8kȬ1_^d5 {vۊ@r5c sw^Xj*M q*, r˲_$sWp 7ݐϯsAOi̇צ&g5͆'(b$'yQٽ` rdGv Qúխ8~a->|uu#5$ZA2DQ!=\IiϚ}yYm@lTGt'UMuPÿbe wA~6E_x2[nnׂ]GKDs<=_iQZ-.O6o3rKX$%4`yMNA|p2r5֒hTp>ı7m¿_h " \U(pC{Z#_RH4#{MZ-O1'[~S*\mwZM}zM]#w߭Car^63! H !O+B%%jrh<dZi ɲEC8_~LeAB-V:&bGVk.SW1@0NRsG>Yv| ~\ $AXecBc<9aS7kh Wns bdiO~8^\5%bR; Y-x5\Q nBgT מ= Jb~n94`I#4W*,pmo"(rDRݸ+) gU%&ߊ m9o7)7/:Ͼ ;"8$M:`KFvǠ;"'c&WJ?:O9Tbqe6ʊv󷗍x'w@ȇ'Es:N}|кb 9R]IF}?ZT!&ߘv p=2ps@~zS |DEWCBKbpFjgrIp9x63[ֿ3X[ 0ل*I\jt 0B y5c7T~ 2RsԔz9&J C9dmL5fkB +1O*XEJ)>%6x"Tk5 bZȓN}8O+4~l}HDj _~o3M]u &vȴA[ xBT YٱP"Pc|8uY@B7#R݌p:vlb;{~FϪCe |QvjOWL31+jQ> 9yKڸ_9Y&4kyuf 97|0V [ɞ(zWV"+j؂B~ +L"Ww.'ݼF(Ʒmra|yqHzxKhRJ`.(3DDA;nևf/X[RDmͥXg0U7?HS[fL̋<QmO's4hL"efł8kv-;׻oØυ\GS0cLrK쩒Zid~ODOPuϻpO/0} Ż:9 AQΠE{ԙSA0B&`$Ϟβ<7/L8'|CmD_@rzתZZؤ-ϗFT^" n $xs%TuAx~<O ֳ7jVX6ݟ$P~P,W6otEn5^Oe CgfSO=j6|-hmTèe6DE lT7N*n0`k[u@YBiG+2#iJš7RQ[K\\b|u. c\˿0}˚-2"0ӼlGlOBʺ+$MGOd`aULHc/gFd5A^|mN2/`09#; V޴_ɜ!A+;_5RI $<#S8B7Gõo_HcsrYOOɝ2&uˍ}KTr#uݧ+_vc_@db;Bi0V TQ UQ7CSL[mUOхqvAn,leά@SnEIJٸ3NleRWh4BKqR#wmAj; Ȍ]aoP aPmg+vHmԠOmm4[_J¿ɰ0ZoXdw[3לC_ECTp6,+A}Ł4oe>,bN Tmk̈́[IJ&)~%]i .Ãkj%1S{ocP{D)~'kh$ k!t=Wj'xXN/q#)|ߔCpKk}΍I(I, H8]_pmCobkFe<-vl k[V/tHok*&Q; 9X&خ)&nnq4g:(s_yjW E@ٰ@ߘ+WIK|Yqjތu$47*0Xjw-~qK"g?MI# 42y7|G` cmAZ[ܶǭ>4Zɵ³oU?9eŎm鋸(F{m%z< g;bfCZESu1FV@z7IlL3zDҕ:ܿzv5VId<Sw^rF@{d ̲H0~abџK [SfX"rHeX H?CdѶd bE{7g"?˽bm]=+(5탕dAdf'vO`%O/~,A"\Ed%q/pxlsdĮ یHHױm':gd͖@~oN!;p]ByrђgMSe|/0B~xB}; l#4d=A^^3R̥<A?o=Xk4JUu?t]5JFB'8JFܾt6|lwa/ +2jbᇿnD5mVIySA[~Nv&C q XRK1X{ESf6/ FNX/},feZ gvNR6BeJus!--; "!b[O'[*r&鍻{)ZE*0 DkmjfX4]QȚ"_9g) /lA<liB5kv<}ct5Z KA^x`G2KEN&@V'_{,[9&Hph Gne1~BYþ`^Şb8@8%OzgB0}XP}nt1#p-{t+7>(D tol+Dv`:Fm6W<=TO^x,zƠz A VwTJ}bxgx>uc]N> ̨~k}+(y#H[v Z-*9h| 9hGTNԸiS۱hKg!ms󱗃m Ŧ9i1cSk[!h@S ~|8لSB8k)fiknUivT;Q&_}q h-uT\`CʞE=Wݿ).9\Ζ [$7ئ1E/zR7 ZιN9t=*RE>p%廬g 3&Y/rѯ.qc뎊Y\m9eΧ5SИo)GE?!*M=eU6t\AlulI4/f Wy ~%Ce"_\CNk3$B]q\Swo(O4J4٢]? ? l,='J+fegb0_?E簰gM 'J־$/w?9}D#ё9s8\.ӧ^ G!AlM_ٍQTZ5fJj9_?P!`"B -#yؤ3/־{ Roe?@ߨYi?f):Nu d5/C~\8kH`[fEUlbU # rC_;KZ: 7٤L (6I/m뼩9ϣ?|L~mXdSn2TtZ1!եg k vj_%x wK1)>y/s_:*1FtW?b32p4[BGtև煞lS P+FcD"gyGfc n."(GDtzDWh{5ATZ1AcHfbmnPHژZA}:4QG26OPhad@BZ};v\kH ^Wy&76(NeZZEfY xphmP=M-~K]%ȡ+25_mi>܆쫶J1QA)*^9Rfױ{G={{zyK0XX{ld [Uy"~hB{ u?SlsC|is!OdFss5zbqWP i:p/op5U̺t6#[I+~J63p[TYLvk ?[U@| )^Bran4lGKTˁl|,BEFFd)+zؕgTl?PGgAɶϘY~{T~:ŷ)yH&|hJn.LnuBxN\) Sdn] [ƵX]U c D5ϤD;e;9gJa@iݾVBpe ׬EAyÃ`` /\KL~1b<֪ifbb%yLڮ1;38@Z`i -ZRv6ݴHBdf,9J=#?$-)iYGi{= w[!r3r.=XP ^-tg(vcl u]a6!Uqry]Ed`.3XZď CVpzNs19&gT#M{Rg!^zf\aݢ9ZA7[ 7}/7T)m @\TB6 _瀾w?A oZWP'kOWڄIRUUB#Pq0Ύ~8D?Qޏ; !?{+*ۚ6y|=m}fIsOQX Zc$]9LRa0澀M彚T9.=+ć(i^Ψ`t 7$&ܑ[_WKj&~B("+Kyq뽾@66ɭ%meru5KWL77v Fp\@4>SzsI9ê ʙZYM4A(hAUM'Gd"h'eS ~ or{QT5Oƌ'*[+WZXR=<5aA}\NJ2%fBaJiڠ)wyR*h mSyYjێ{ܶ. ^YЍ'84j0J+ T.E[|9WŮ_U?{d5&@3޲nbI=7 hXUݔ]߆Fk|~Ā|3k_ v؛(`GHN)OkI[>քQs.1iڡ8\[,JG QU;ӈq@S^,7S /|~hKS${6 xN/[x;un'P94cˠoc'D(".ŕnoF!+su=o US6 .Pq6JSj~C_0Gғ8!溲rA~Y]~CAIwa*qbĘ#xʑ&Wق@r&^<=̴u٧S`-5!Z)ycOݔ y b X ԅf vm(hi)gЧ`hȝMDO@{74RPInbIZpEO: Crܦ..L$;՝uCPEdS2_r*`WIC"ZzRo/JQM{G[d/D\R$:Y&atl/H5bbne21qQu d?5P)`zr)0AK=n^ ;|TPuHfVŖu^a+8qI}=>ql bƥ톖f"aժ4a`WHz¡LAMȵU0iPn:SɒJGriy0Usl{bOY2 5NqQB|t5zs9!پ,Ӏ5B PsY2"#L3B6JY^E4fRk$߬ٷ ?,]Z{ik]IR0>8948t]J _}EcҳJոn 'p.&.9롰A ~(bp`8sWjZK^ |7Zڇ.U&8|`W FXD`z/.wxYlƵ-:^?"3@5x^fdk֘gy5~ɩ\^_,LBbYoTiXqƿ-LG {}}3M M 'gB ΐI" 7^@6I]{hvyrY'qںMSEI: J7hjq{4QY~>/c%D)}يF=`"2nnO ##)Cdi&sPc x\'-y82?9 s|"Xs)dIEkliŊsJ AmJK$% /mgZoubp|iG#n\Ex?udq(m&W9!z9}߶qǧn/ѷR5* *wTL{%t2!eS=N~8rdsEV zlA`O#|yGBr|59Z6=.u%Ee*^hg17T9AGa_~ůR"Ϣ ?Q g߅f?_ #_ :祱!jB]\JCD$q~= (sKHωC'~AeM56ɤ5Pǯ u{f bS}igz[U7`+H+טwsi3H}ґ;\y0ɵ[ߺZn$@0,]T r JB$M>5i>]1ghEÚ_>#.8UnʕLHėec*c`G:dqF4$F;}fi UQp$*kC pqU\'}Y_#N<3jnW Hm;|*3?ܮU%wt mkGAcPH0%;O<31}+hDFN3EcX3BSĭMAΐz{\61+=F:nS=1(>l\鵖m+/!B5C\RXZ?A92\][S~fQ.䓫h >VRsǍ} Y42rc6Amy5 l;9iNaa*:Hp_Fh%or:d%?*8|1L!;m~O.9k#ʬDXKiCZ}r^ӑiNڂ#Ճ"G?^KX=VY C88, njT!9ǻp1E RN=8V_@ԈJp)v¢ȑ3f *x',IwfA?qanOs}GS8x uso 'dёT㓿?`l.=?&1YܲjeUݘh`5b&f}CBiփ"<\{y6$9'#'V^Pd~7kM`IiaZJPe%Rָ(Ε0W 3Å=r&xX%(#y?N佣-JJO7o8ΰPc4dR_xq!B+ a f,x=k\CN;Un%n0?P+LS${cQRVK)wz(FqbSFi^Oh{x^1+nAp|zO)Pp?DVpz4s>)ر< l={ϦLw@ڣiC 8\%RS\oʢMsZoo&rId6i+7z.eCzQ!{ AJ Oj0 1;^l>mV*, Bn ^_@fGZ/Hvi7&z[ˈ{ifB^0k5INZ(9U6;sx6=?ȑG#J/jџ06V&*ܥd͎K@j;ɋO[U[^ [`FElܢj4LǸY&!ƂcXkAt&csxzks]O/LD 5/S>2|'}6$V0q=)y,Bp2'22ƥЙ;_1oM~}B.ZG'Z * av;qbh~g|/8Vޞݼ~k>Ֆ7aHc5Y{c]tp:` GU; ‡3zx↌kAuɗ0>2LV0tk8Sf .cs"At Q] OS\n֒K4"z{&X?qs?f 붵SO$Ԑ2E6G΍zf x(h\Pyυms4τ?Q$D+V{ Xn9Dl;M(hvǽq)MlQ& -Z3[/ -d}O)>!)O856yL]#Z;L]gW(  T;:@~]pFY#*BckQA_CD/Jb8d}kϡ uL>ӂ_Qrm@,Y g9*RMd?԰ލX)BVqݫG@t%%%#.p5̨[_ig+ Xiu7zt 4WCz:mmdpڶ MbWգ|[^)ZŸh˰kS'SH轀= mT&s:u 7j@uFcedŗ#g:y` Pfde:McɗJ>!Jh'(.ys.~)=/D(IݝFrܚc4Gs,y}Qu!LmI^O2;gkX@, 6(?B)fvlfȢhCׇCJL9͟x-vL_v>oɕ*Ǘ4L@X2 NNg%>ЫeIȷp*"Ɏģ\d{CWrNs0=T6  #rյB TmfzĜ&uXz37/KD[RDihOC}ƅʈ5Ffq6X/ >;w"֫~1e^B*p}ɩoٝ}246%})e0؅ioYrdP<÷=Q|ԱdRSAijKK]J6!4D6TM)HV ,{5a@Iz7lS9dP fPL}ld ު_rf0SR?`^dep8.%.5x u!!ut E,|K3bKJP]}/:9]-P8v^}1@=7fvu1^=sԳN޵}ƒ5 @L q3CbBn^,Et Q`~|Y]p(٭8* 3-c}~ fJY}}Gʲu;vȳhDm-&CuHu&澱W2bZT_ ,Vk [&2m&Y2ۭR@)6!M|LJH.97σà V3hbn'J65al[`9Klqo'u.y(Y&0 /d(XO0*oDG*?m"p2^I>}[b~Q1D"[P/qGm˹mj(`p6eΠk08=8r#Yh6l{)v/j6앱\Jvd;,h;̍mkԹ08C$AXE8v*^m. E1"/CAcI Dk_'bNqr) -2 ـ)EAeiwO}y|%f:tE3Y6HdјjvI;dĎA*# 3)SeNd7Йsq_~Ml4+DxUce?]gMK#r D-Iy̷IrDGm\QwH% gvirƖ1QSa:=pG}@V#[X(KFoIZw!( c.؅T"ںfy/y(pʾzoRڿ:W{*JIEs*%Y%hM >v6P%L^-~3>{BWSp\9_Vc~×U ms eX5pɲ'Y1\S+fd0> $eTxQYHbX*TX]_0@eėGco=m>}):)}C,jЉM>*,%, υ48`kQz-.yG LLjX>%=?){Q-IjPMK NwW9G&g_kſI 1Q{@,Cڟ><^M`GX^j,'8~ 2Fg*E*r{io9=jώ}YTXa $F²˗ 2/G=lTY?Hk[k{xīWkw6V գ.-F,V3T uRZh;_iG+[ ApB0hƚ(G&> ``HX*7_ܝ0.}~P~.Y ɂg#ˌtqdg[YU!rtk`q,^b,8&]|q£IiFPZӜi#kHet.qllLO} gQ߱ЧSwJ:$fy(I,D4b<8f˅cvְH\Nb)q;e/u A%&D`󦝒P.%k{wŃKIN˲d33R'w z\R]?:5TUD?HB"ϝY( uie?:tGfŖ6h3 [ תr3|'ƸZ:Tup!IN?/ 2g5=y!K*TnT9LO;v|bl lW<ڤbG8>4WßaGH]vbSNbEA"yߎf,Ӛ>@$$ ɘa3=J{1K'(;0^3k;RHvչfew>Pz=8*ENŰK QQL4zp  ("DsbkLb6״E6둻=3S|AyPí~ۈ#< CPf|\ׇYz1  Ydb5wWnR3G^^%pCT'XG-J0b+kg Zߖ.c} s@hs 7)E:oR㛜Ϛw [Y[LfL#0 sZ_Qo&X{V=(N?V[SoqzHQvɀ_Wϗ)07,FovzlNp5 ip_NZk#+W= D֩4+d8tnB>2X5O|-n4J1hL6nR/OcD~b='Atcoߵm6fl̑6 I txi#*9NSX٦Ͽ|$t}TOn {Ԙ()SD`uY=]6lj9tVjZ+cՅ`0Evg^:yNX)ObzYTz;H˯R,Xyi5*ȭd!~ i~_)l`w1diN(206sxac]_YuzH6%6hC 0:s"q$]nPm%!v<x#wQq@M?TxfO}^n9\cw۴UdCjjYU9G4CjѺA$(V@I8a#be3x/"3f5Y; l(OW@^&z]ڭSi-~'M3TCw2nӟb ־yc"L9@K ڧ ьrʅKѕrrN1kܽ*/~1cokz⑐6dn.KAUᩪK0.N\&xr\=1t1B*9l)əEͼQs"A]ܲixTJnSns_#|=hHYI\Ş=K`"QER|#6(H%tա` x8fB$NlHuFqYuw; Uat1ܰ F:[Po%wJjjhlnET~$훱n\T/ \?$޳JU仰CyAZ}SSR2\&I;:"CܠkС8*  =aU<[hԭ+lMΜdk`J:mΘ2 /pI2ifvwaQsB[Z%c¿~Wi=5"1H*I$tG#! .0ӢSM,3ixx K޼ʴLq[jX1uzbos8_34Ge`]Х.Êڀ#e-MȵoX NU@?Fs) h~ pS<c3 _٨IZ AX?nkڟoC4z$=W #9<R(mKۼVO#ƼīXĸS:KRa:M7˰'ۚ ËzP|ySd,!s.<2zO]UO:[`Gr ?yRNy=TYl)"Å?{!%bZt;OMdZ"_mGBB 8|YWK<ž $>1p Ρd~LR=\IV;n! /}a8&"6u<ŋ"쫥v= [hSjlSb'$8MP*Os0S_NKoe=q2xt Ɲ`)7̕\ZφVEp!CY%Ц8kx]0ə>@wA_6'#NeL)Z;OۼYMD%jǽ׃ר=(iBw ||K׆ܔ<&:#W&K?ֱw`'8ɮ^5gc#~dzzɢoݛ!J3<2<֩$% #XNEg z_9@.~O QGR@n~d1#T=Zœ]14pAK'bb k6F)udc/nNHW -t@ 4*l](_X1%A;5$`GL;|'**b({ܨsQc u%ט2׽C =#΁J{N^X܊/R }$sAkG_Z RoWk֞ܖdŐVßN"е&|Kj+s|3ЎE[YC9IHAx\݊vwd8ucL4{5/: