libaubio5-0.4.6-lp150.3.3.1 4>$  Ap[*/=„TZ;)hYW|ǎ c4jS?ӥP쳨!9ȝyK6&gn22W9*ed9ae077a911c59ef6e8ec67e8e2f5fa437bb44afea499670e65c5ab4c25a6c0e2e06b36341108a661fdede07a515b4c24b44f0b7u[*/=„G"?2BȦ_ui&S/6a\$vJ uؼa/H.xnW٩ux<} _U=%$xrR B,:7[ĀhwQD_4a$Rb0?­A gDn4zQnXshX{7w<6 <4>%Nԟb>TM).q/PA/3QGiWPuݧ4&넡FWcs?E^>p@}?}d   D  $ ( , 4 v `((80 9` :$ >z:@zIFzXGzlHztIz|XzYz\z]z^zbzc{d|e|$f|'l|)u|<v|Dw|x|y|z},}<}@}F}Clibaubio50.4.6lp150.3.3.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.[cloud123popenSUSE Leap 15.0openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttp://aubio.orglinuxx86_64p[[ee37b7755d2e31405c7c0daf2a7e2db527427808b44b0b2be0bd0ecdd2ac6948libaubio.so.5.3.7rootrootrootrootaubio-0.4.6-lp150.3.3.1.src.rpmlibaubio.so.5()(64bit)libaubio5libaubio5(x86-64)@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibavcodec.so.57()(64bit)libavcodec.so.57(LIBAVCODEC_57)(64bit)libavformat.so.57()(64bit)libavformat.so.57(LIBAVFORMAT_57)(64bit)libavutil.so.55()(64bit)libavutil.so.55(LIBAVUTIL_55)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libsamplerate.so.0()(64bit)libsamplerate.so.0(libsamplerate.so.0.0)(64bit)libsndfile.so.1()(64bit)libsndfile.so.1(libsndfile.so.1.0)(64bit)libswresample.so.2()(64bit)libswresample.so.2(LIBSWRESAMPLE_2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1[oZ@ZJ"Y(YY.XWzV/g@S$@N@Mtiwai@suse.detiwai@suse.decoolo@suse.comjengelh@inai.detiwai@suse.dealarrosa@suse.comalarrosa@suse.comolaf@aepfle.dep.drouand@gmail.comcoolo@suse.comcoolo@suse.comtoddrme2178@gmail.com- 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- update to 0.4.1 (to fix build in Factory): * The most interesting feature in this release concerns aubiocut. Thanks to the sponsoring of Mark Suppes, the python script to slice sound streams was extended to be sample accurate, cut overlapping segments, and work on multiple channels. * New source and sink objects have been added to let aubio read and write WAV files, even when built with no external libraries. This should simplify the use of aubio on platforms such as Android or Windows. * Existing sources and sinks have been extended to read and write from and to multiple channels. This makes python-aubio one of the fastest and most versatile Python module to read and write media files. This release also comes with a stack of bug fixes and code clean-ups. - 0.4 is a huge step in this library, as: * more portable: with no required dependencies, the core of aubio library, written in ANSI C, is known to compile and run on most modern platforms (Linux, Windows, Mac OS X, Android, iOS, ...). * more stable: several bugs fixes and a battery of tests make this new release more robust and less prone to errors. * faster: several enhancements to the C library and a brand new Python interface help make this release orders of magnitude faster than the previous ones. - switched from autotools to waf- add libtool as buildrequire to make the spec file more reliable- Add 32bit compatibility libraries/sbin/ldconfig/sbin/ldconfigcloud123 15286978760.4.6-lp150.3.3.10.4.6-lp150.3.3.1libaubio.so.5libaubio.so.5.3.7/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8280/openSUSE_Leap_15.0_Update/676b7be4a2e745ffeee458da21e437bd-aubio.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8b16ac04c4a885d6cc1245b58475d87d8adff0cf, strippedPRRRRRR R R RR R RRRRRRfhFtj%.utf-854ca5a150f1147c8b31385656c763578a7e4879182a6b094639fb9d8e02e9bd4?7zXZ !t/⌟] cr$x#\Ϩ="uLVB̷YWpd9eybylu`#=Y=cʘ m^Y߹ W[72M\^Kĸg?" a)p)E{ɑZ.f/d^AI~$lN:g@|w<_ۇj.O;4Q0X#qBfʗ*W~ 5/ ϯ6A}-x*HC>!t7]A@KQ{B-n2r/_תh\O~]~qLa{Eqؓޤ>0υo"RmU1,'s3YHC})E)=]Z /qyl _=@`AA$U2uV3Rs (ŵev5Fs*k;pЁ"4zf:jkYz^ -U9R;0QLԘJ+\t~:ctbݑ'ǹFxF.OTP,Ed|h Fhf6̓UiCEХrsý\W<œкΪlUtԂ^9 qK³o|PJ!> N4>W)tq~KL$bOu@@zd܌J:&  rv’~tqzUsJTBoV2Hrafy@')d/ *C̭KWk5qJȦ&֋k\xl_Wi#KX6BA1LռΗc#(Z!=#s=N٤-!) ~Z[ˑ.OF; ?@p̴P B(6Dq{s?J;dIX4wyӯ@І* G/tƪȘ mҾj7H$,C6Ӵ8phlK胷J J7F|"0w^@JzGTcͭny/wa\ؙ=yMb͹yUо厕*s3K<⯅xm}㈵Tryߏj-J晸ݗ,%C`O6:Ť=!}BZ'(0edJt6$;" }tSψ~}٢œ#>1tӮxvM[cHDKśR UUM oBNjJ` 9zHz)lpZC^FRÈu8MLB >JGZkoQz=5[$F\;으o $Pݩ ɠOc3?ch=^DƷ]P~Лn:e{Fr%a4"jv*ƅ˃)2 Gf]WgzA_7` m6 ~dn XZe #uR gF8~ ֹjex ݳ\m gSG 2i`=1Ruf1d}mD|aĚ$ 5S4)e_Vh"#ͻ| Oȃ{wol:s+EP *jZ,!^.?}BZgKwaXVq `TJ5hϭ(JP >T$|Z Jf,dhƲpY%aP<z%ݐ WZ̘8eZq0,PufKFO a̎I}fȜ0~[,Ef -H;oP؂ ܈%^ֵ_a L ;/u  UVevaʱ1aaLSRGyXuWj 447 T+ TR: -Xw2uy9#*]#ʒVB%=l]9 &p ;"2f|,] ?uh U"}o$dQ6pC0-!''ggNDOV(^@RpFN<#Rv;m ِ%W @~q 瑚?$0;A`C̣|2f\UyȤ~B#28gNe9}+q?DB穜Pd3ECXA9s-U.n׻id9Aѕèקh~rvOY@V ,Bh<):6G Z? O&fL"N0hp=ke,^ra[?bNHSd`4oxrIY;9.>!QwIu48f5)2eo}(0Zt9)l4 smKFP{KhsMxj$(Eπb-6:&1Faq*`0O_?KoP-Yo;K̼+Iҹ͙$fV@*FVhyG''ƊPTl,U2شwco;E#qYoE|qNx&4u[~j$&v6|$2=]HDvpa(loM܏|eO) leM õt.W:;2$c,b+"0m`([_0ވfʴCp Q]5Ƕ3:YVcܟ4ʳ.le:U5'|d汰&qFS nbS.Fe@<-n37jLQLi=jU:4 쨎1$(&bC;%~ b#0@1PzOF4~_|E4r1X&IAXt җX Oz}equA`*9(ȓmd>B׉ĄEsh}Tلcȷg$O*5= ASrKFth85 %bkWe dE ܎A0ydi=*aKu~ܵiAM_G.kN㆝4{f.;0\ڲz1.9QW*ZŧF&C?Nʫjk\!w=Zsis{Ƭj j;$c B_`$>;o 0+jJi5FY/[k!{d DPӚzE3m2s$Pj8<\tϩW-i, J^) 9_lv B̤]Y s@Pճ-PuEyIe lgrPw!%q=A]H@sW\Ury\A߿\ϱ?hE X:tt dzϺWp~5ix<&jC_m3sCtS!Caoah+"6a)ֆ+&^q+%!us(NH:Q"VN,UC0aJrVh3= WɬjE`HUU|.){LgRO0W ]U\] )e[vXv-^ 5 FuAa䐫{%o)n"5 +%R 462z:4?gA8h"Brڦ ֱ`!+Lǖxh>#^@_6u.b=i hl &^c>Rf>mbV]4@cg@?|L[]e+f_4~A fA ۧ^SB4u" ]c10YR1r[1Yt~Khf^Q PwPˀ9y[V%T'T `7-C(d&Gȃ^X2\{DrmQ'cD}D)VƫA;+͡4.9`ӱgjw,ڻwiL&ȥf⤗kY{qwA,75n jfKg@h(OyOx(/on<\w%g55^'.^4WUCq:l\S"kh Q\4'_a3؜e3:+ZR}q+{[Ɲl=,*A>H!߽VSYEGߦ6Ax'0=aN-&g~L2nJ}r@TUK^[7h=n':?Z+h"ՂRCS)8#oX9b5M} :û W=+">>GLFOQm>ZT<΀9=|C1fg b} *HÝܔvWB-&b Ж~፰3n+D)`N_dQ(0\DCe>.~)WWsh2.VqnRJ&fA A3w&f I.Teoܲ&fX:<r4IVX^ȯPeީϷ+Bۉ>) {gs׊H0|!rrIySbΓ|ԷRscQW,2)zՎᰨfNv,6~V6vŔqpD+RW w*%p҆`uDV,Czs~A;nQkU]CR^zޖuQ  k1,#ȍk,&yu'me BI |iJa>6 Pq_RIw!h.*'7Jxڒ sꕑ@'sSv |9a̷ SvrODySi\Rqa$6%fC*8n[YzO^ |[X*KصKij19\%{i}ާS4dž誴ǬTos J\D[_" "xeXąo!t9->[X>ɅB-j fP{ =1ڛM4x)ohHz:#ИmSo j.)bo3cMl](7c.1r3j^EMo5膤vFQR?mvb,Ummq1b/]sXpu.n@,:tH".dK]حq.QeNyʂ.I<\wNm,lPN2r2T}a{$ղ. $h;.ʦP*4pա0dڣf:t%K垔.K}IPa6:\K:u4lB";Tfy Da^KB?'']E=٠N{y=UE`F5q,"w?5VTvݘ&M;kO4dws[ohk/-MC-ݩP Y}ˑ[ !iM.F($G }9@xTG.e;,@~WZWiɈbr>xlPU8v+UĔNyy"vDh_mk3OyYJ[5oM^'xiE]V5 ӗ2C-=T\]&67!_vD<Ë<ѳqd| q/XSׂɣg}:*%|BbTpi O?%r:IckHfhX*AŽر1*VIJd#OqgW ݠ'I=}9ŝpWi"5Jr>̮ɐl)yǝ gtg5Dk`j;(R4$K:iN)t[4OJaޤ5VJvo;EAc p.L:rk."UuGhG^0p`ba(x6dk'QT8 q^k6I8xﴓKpIzI/p7652"B"84%I?k[o4KCq6Pt _}է#cX,XA6+8O)=a2|&g_gj>༬17v aKTyF2ԱmS)uŀjIrI)]?&-_rV`2*x5MZ Od76=˴?~VT>Ǯ-V0G)„_Y2%J5TMV X<^+_a#M\ݧG^\`c CL(m14IG8ܟ:B ? tSRIto0eySpbj<[$#|YX!1!l(c~"Qg9UӇ#KOdCL[Xo~y]<LƨqeOD1b oOr$SX3z=yyh:nPjANʹytH2D,2$'[6xnmE -o[3X O(,G첶S?hYh1JWg鏥;Čd"'.j1Zbd; h"uT9| 4UηZO&`@*[ Dl֒?r O[wⰦ5|}44E_h 5lz]X>N d\ꧪ>wGMJjEW1v}EPBimAY+BD۪wA<xd#u?\mN!?`y0+8zvъ\{"sEy[dێjٿTxi ٜ)ȷsxpՂL'SLgjWXEH%<&Ջ%5y- t7T0zU96Z*[+ܪ*!aL~V6̫`1w2Š[tѬHx4<DZ; ->vrfIczf#1;7B?HJLmI?`8[_G_ܡ+;'S4@OVqO1lu4-wh1ecp<{E lLӉ8^C`Hl6u#ꯋت avH#T&2ŸG'BbsA1 9nƟ4DEJyB+莿ifeŭ ݌,Rz#M$IR%lf,ԝ/oR(G}-cDle\XXz  HâtQh0Ȫ*\jROAnl-%c*w"V@V:GmWsrB Cp.!t6:K觖xu#ځU\OmΐCE-ч:d<#f,⨗B .@m դK2:s:! nmi}# ;:3hrRC o|@5th/nh?,ȾF&an1k8( | BAkp5:=~?id@5hs Yh`G엝 |0 N`3lx>]<'/@AT?f|ݢh!\8;fh"ͱMhHn# >j  (BzH>Ѥ )K՛2sn#Pc H\3'(LjQ#P]3!#Ba_)6fAQ% 9SDo!፭o P-XPӶlKK)fjrSwTFZud@4'`3)6NgeE-eDžIPDJTԼ;{ި6-=TeOݠ/t~z=^`7aQ`rj/i*Ė'%f;0;Ja4HLm(s&<["_ȎyR[|}+RL _hT &M(Bz}ķ/{y+ho`gje\;ZؖIOWs"jFMvSv٘]b<23)gՅFqӀr:]"ڐ_oXsB/B"*@$!}˹j/-W0''&foKr:D˷OndyqBD&`΄=|rBODKg̈AEFѬd.d̍@d9p~(\$/ J&2Z֣ oj;"ԅX 9m0_)-k-q6ݬg)dr.Ny !2j4.Xu,}2yݖ=R09##2]CXu`> *%0 ˞PW6{*' sQqGSsȌR_{XX`4kfNiGP^[(k`!eI;]GU.2Y\Qt.գҡdq?l3t=jtSVcU3G̢t+>{J,ςJ[NX0S56;{b+K}} |>a$A*o80BS#ft-SkE5>-'k:}5t8k‹ %v~.П 3;u24 nKݝܨ@p޹ܳ T̤7Z('2e%qZUޗ: Pu   ;^Xv&2gD MUҽɉ C6ž YS-<݃xnV"TQXr S17/, o*1iK,]S}Yg{t-Ygo)tLN})*ΈtX]BBi9ˇ/ єG¶5HF·2^. KTsR׶Q&}0q ! F=zζY]ҩbE.ؼQl6,R*qP.ua Q-wnVPUVo\E"Xb5ɅO)ctrY/* 73&5N'ϼ`Xue3㠜AB`1@VJ$ieuҔra%nx^ PWZW&Ixq= ]ץJh_۝˨9CE[rxaV "xå*2(3u{?S9ڂ+"X]5n;fa2Ě!|$&Pbu8gw&\PH?SvD[rOR)x将8f𩅓",_w2o:4e!oӕO3@ef̩԰a^ 1=~ϐ}}g:sl-IeoeQb׬z#j*P̹){& 879dԶkQ6ϡlh-PTkIw N' [%Ja=s9Zᔚ0#^ z&HKY,gNB CKs &4qWdzLC _&QՂB+kNeC{+ Gzc܈kk'/A`;L萟m9%]`:[UȚPBSŶ;@W6^v#wj0طP.z #Y`"ci\2 bY/;#D潊 q|0.l3y{.O! y3BN^-Jr0uz9^}q 2(TTV/y%aLGW& LoH 3P!D8 ۜ*R~\s@~ٴKhVK-+ _AG3O\3DϼkGCyf E°(d֯#`6^Z,"gb?O4~k6˕;qm+IhScuwP_u[Џ[,zd#W,rݪg0B'o_139 E֪RI# !nǍ?,/D})ک5(x1􏮯B;>E dyȌؙfcUzTD@ / ѓ1N^Z[mt M'zL.S;m$4."'9X3"APM-Y`Y~eiV圻5 O }R7av`yڞB^yx6ONgqJ%2O0+_3Κjz~WE=O p/8@s LIY -Ғ`ȩGL4;$g$ǔ҂*r}P'K;V7b*-Hv0 5> '> o/?ȱY!~ G_btO d#Q˃līZ0_bVH0 nxw^YGʫ ,PNEܐ%V/$0#!4Z^"YAq lw5bh\m9e /¤ X' 6ffd/waYכ!j@v[r=H/=fό#R J~}cYK4,З!Oiv\*bV|J|Ji`l#aa&іQ@Z}M@{sŦK@y,)& 䇘w(32kJk{|k;6ޣS*dwS5 j-4v5q5Nydc ٚn6I6ʢ1 ÒS_c@+ nI&fɢYD{mEB8W5ǷbYzكqCc`E@byKZ|&>j-nbU W!H4~8%+V{B@<)ǐ 7&mi.ypz X'Sº?'L}9!t$Q믂k&ţReA0@WI@[}Ռ+{RF䯦eJX l! VP|Kev]6:_| )@|+u:LKB޼Oem|jl)2vY#@1 H Mͯݑۼ%| 6@edu-#azZ:k7:vP0k UҨ[9%GwVU*볥%)w#ƅ %G>ӳYC?4`6+9vX5C ԿyBM{ (5[ydNU"V_Cbuah?;-[ dR/ cbH`+\੟EM'CX3=\5EkivyYDg}pCMKfx&aPGZv:]&mt=I:j^$JbÊdV٠(9'y i@ cO~cn1a(8[J8ǹ=ٝ[I ܒ`:uu;tptgL/@n5 =;&65l𮯖l6^_۠z1\hҒHy 1k~'*]K8R]%~ᢲA&'ڂVO/eUx"Uz@ Wc4Rt^},H;+!i=J:S t ێqh?Ia( y1A!4,';^{UJcxGj$( 7O@ˮ/ŅX(SjSM g x_H_;8Mi,mmj2ZMlh$J$S% x)_W-D ~zѧA ƺb˻"V{kYUqmG:3a;XT5dWH >Yg#V?\=h95r3 g3oDMMx2+7cV ؜1dHkkư?{F@`4c븖ǁ4-E3vib1uן uݚޣ%3zOvo_oK'jS|b(īW,UYmC}/p g\M7Z5+re¹/>(s2c_nY0 > ,WC7d Gݓi(3o1s9!6 zH)G|m?clz qf+ɤC0Cb}Dm)Z,ёK;J ՂIC[]htZ)YZf|سL ̐;bwn^05i_{:khY!yt/S˕Z>BQo)s!e0 |2}'h𣄝ZЖ)ۘĝ٧40_TR; 1ا$^Ѯv,Y̧6|7|YA^BJx/!'4a>{s3aQjqHmG42OU]zcGK" oi;)?B`؎Y_&H!0Q7`ϒֈ0Yn=S?Ο5g@DTNwM^C*RCHb8 l@a^8&#'U2vjttƋ o  xQVBYkOy<0 sFӺ+-jQ&L2t6@FD"F]ݴ&p,1uGnt{fWm*Tr-}mjA$p G̥fI 2Et\j;v.O/DHEl.M;M{!$5"Q,GD);D5ag< ɊzڇI8G יǶvz'ܒ :BZ)0Ako_О<4z2uIR %2I銖uG5r1rPЌ39 03CW?x8o[>V'{!X;D5@}|t_A4׋DB  S3ћ=GFlE/'2j G :/;Ur{d; 7MZcH[6K Es[ݪY3̍DyE]Ĕ>&RP":Vx[w/&Ӫ`. A~+1<Ź.@.~d$95YUH ޙc#kU)?t@öݭ+?݉gc.=wP!nfӘQ%q!)'dTж`.~S4e|c)E.h4fj|^‡We)LA$JF9g=nDh8ΞT/K/dϻR1"T121D\t<kWyCPB{ d4d2 )S;;҉K4DCv2F8de ]bp[Y0PCCEǷ5haEJY sNvA@NlQĮL` *ŏh<_4 Sw2섞Đf jkzHk7u+>j _jq|S"%kƠLHeZmkRzmh~U@ts7(j2V,PZ4˒-B(}4ZLEZV~޹UVFa3Vr.IL⠢D7ՠZ%Ѹ3 Mɳ1mXVHWB^F\{O^0.al0WVH]4@iO_,y7aԯ|޽Ih] Џ4Ǜ+pʯ@;H G ۧ3;N)8Vp`zH*~ dVڋIdz7:CuO٘w{86ѽEńknƕ8%zdS0&B6"Sy0 "C{gɯ5i).2H[ a!"ES4M塻@U3k+یT{UƐ"pM ăzIbGe%T&'}̶t0=\S&e1C\哌!YtҰSmEѡ3nv]er<YD2ژ >,U EEнJ ݧF[J^$k:JJg\"I<~ R)mN߽#ח糧`z`u)c6 ؎^1OX G`͝AYf}`P0pD" u2GUXx{uȔ? ȂJT^jav)myeMD[勩xB_X6ݵl7|eA0N ^ >̚_Rt^緊yʃ|\t tW9i/,͠/ޥ8k_WwhȻ!C7-C9.%-JΖ:Awp*5nˮHcOKhH?͋ƈ yCLp"_1UX6f)JHw2#ֆxF蔞qL7oqp]8^5ISn(sPuejRޅ uej<]>qNn9PBh0$I~plX j/=euy@[ i'Z62K:F!YC{ZQ)stiŢ<*GOw.1Lcis,VJh3'㡵u{&PXwevO;Lzn(Ap6j|ΓtX;: [Fb{"Ms1o{p@Bx#_3`uzPhyJhk]RT27dS0Ⱦ?D&ѪSDŽ-r1D1HD1ȫ\UȷzP;zpAYC[2|Lt\7mz"ڿ9Z^Uyvmp>s*Fms:D).]@ɍU+̲=JvH:4;h|Biި8r5vnw jic}$w^ۣϼ zWfnjuԥ6'O8GEwZwtq"43`D){~Hf;4*''X,4ŎC+bMM<1oV7X;&i6qS)O7Lo`(j NRLHԮcsh.0f2d'5mׇ=ۨJ&}<: شp_! +Y̪yd8IU`-FQ8Ox?QUBt,_,$G~+@A\(\ۃu%m؈.w6leo IѠKTyH*:yy;0 I*5*juo9Y|Jڏ=D-J!*7.Z=υo-ƑKLB-o :+iysɃZ/Ye2=Zrd60T46.ñ-P]'yf@w81Rq˽-Zc:1vW5N'9K"%iܮ1Jol\,Ni޶5c{SKcvDrn?GbeDP ÝK;}C7#p#Ԟ}J w3 9:]2^ԕf$&—9*K,(>绡)?!7`DZU_S|#e̘Z@-\B}]?+d2sO?`q{Ymd}N@n@E3[|m1(7f%~Den=^)uӁ5OY~W ):6'?fe ̀& o\7Z?*hbƴM3]͌\r)ʓbۥt+.SU;㶃'nx fä/gB^T8kJ7[:H$iDeKm[e\j5Rެ낎zh5GkkH N6G>C:6>'2XOoX!}f^mv(Z)6m`FKlC^HwQ}-|D@֕oF9F+dYUnEڈP _*S#Vy{߷r 4d}8FP6/NCɵAI4tp[C. o`[\ڱ n #*p5FY]X@0]K9-&iU0~(us,ffEnXG賃R_'C;/+P0~!Ni젻FpD Ƀfar k!:̲, eEZ S7Mz䅲u{ɥ&p]obx1 .rH "GKW$:|T W:y}t[mih#0V!K5EUkJ(?I ǎTf/O5ɜac0To'JK zh gnW7gs%%r+6704xn)KQSbAG9G{a:Uo@,=ynZqP)IU-qf̅ukibEbI#dĔ"F8dSW(ܗBٞŽ"nl0HBKȸ*$IgM=k{P4jRS};!8f2Hs#. }Wߎ d~ь|g0 -(vR%)(*+;[활!<ȝbS*2(ϲY^]'|@Y[ c5RfMHO1<<#҃6qXKK"$H"e#nUsU} 3TלU {if G8?iw qcehg+莴Híd U_VўvT6^/;/Hi:C$d&w5gpC"ҭCS}7|IJ Q5݀'яU2-S#l\7.'T| ]ݿ3cv rr^&Bޱ0\|#~l*i~F @BjgO7*!DH&t.oXb .34a{K~~R"B+#(A^_ia)I al˩6XۯTEN J ֖œ_nԐՙ'M iW)LÒPijiZ)vߖVE}SLPH%a> !Jr77{tzyϧ^3NHN@8cjĩ۳ b9KA%?Bj^2ͣ|M46' jgJ¹\4Hd;y2m3 aܸ"*#SQi} O {cbQQvr L?ָ拘!7 XVӨxsڡ7F9U91w,0uh=@AV ;W/1GLJjK^*O1̉G@C4|.'tJaAf70ɍo9jicLȻc<58,%B1WeE.1@J4Cn0>+_ARˈȌ\5ko ysF!׳J>-d$BC\'x d0螑JC3!gAMK ̢C- 97|-cWļ[zЈ)Khk6jmQdÃͼs%ŽoH:8#%i<ODJ"sՐ$礀 Y͠閛[Kt cC}66iDD?5ߏ 18fQdNwJ$z̐|jcutX#'.AP = !J 𳂚j}o[2<Ft֘٨k"?Y*kHs)/0<̻y.?d`-!WkZt)tхr c̳ n|!HPmS/o9$똶T_ܱ[Qub@s-lS/~ ˺vt~L;]PJfn[wt;Ҽ[.Gz٘d6G6Eb nlC]@T͜]dM[՝S{)R> gD=XNyh&|@INGҌDNӲ/1_i~tȩXޗTKl=LZ@dKY㘵hvw/_c}~7 CcwnT-X\ݑX2ߺdmt.Q 遺569墬0hu:0€,Im2"g5.gQ|$j},lz 0|HT҅iD 6TS*p<Rs3&xi:䤨~.P8;] .3 `&M/6z9cpDU W]LjCy j1, 챞B-+^ q^Ǯ@bTLJ@9I%o_8O7HhFo;}`&4͉ E{`HfDjհ-Qh2WMm\ Q^!-# _s4/f/*@cFPY԰Y);^qDzixLI;Ճ~/Q5+0ԡCq5AГԁ udAHK:Ct*l2P^ ٟ(ðCBBKTzӥmi~H5v#],5x>W=WJv*{PЃҖZ 8BZ*Q<$K 2M:0y6'g>&5h+;].yUsbKh*dJ|u`VowZkqyo΃3hav?WD8fxM!FXTvS8w2E9-C37l¡ttrESrwM$Kdtؑ<*zPWx22 WB@W*}Ch]"öMBfu>s>[;8a8[uϏMDf%c\} \e/Eq4Sφ& O6 ,3"sÐc:C-Zv&P$P !G2LwVi +N:왖]}%Ba2쇢<}@)UzuSXۈlT]e;3ҠW#c&*I-@-b~ ГPb-#Fϭ2}U\6pBZ-AS[K__ǻT@5ssYE &C &[B%vuZjA5 ?_I;; ڿVN^C'i},[Rc5[0_v*M̴U7H0/ R"+zf*8e??!f,'XԳ/tijjwu.a.p6@+AGs)BÛuN*{A VYgl9[T,IwjDb6+'=X2y 8?Nc}?|2IX-T egROFd)Y޿wRʝ\`4'd dTQkEȂxS&: Bly3/= mO}eDŽq΍yR,WS7a i=WHv}*]MO! $+ 3uR O"NldhleꉵT(l%ڟ17Hse^? 2f:GQexp:L[UGC"CO[PQapj]ڍNښҪ>(V="ƤSS$Jf}<ݾZ/D龹&'|={o ͧI \@%#O<^薫]JTL<ÐAK1? "YQS!\c4Y EhMEV2l !; wz !/׮,'.q[fǼ'"-v%G&qڀ #NN e9F&0fnϧ\:مMN( 2Q DkNCb0U*rto? YsWpہkyiykE+y=f_{ec_t9;Cld{1+ZTlY_Ag7 4n7 =TE,J۴Uo n*^qvg9}+\슃*S+:f[E"QyU*[/xTj~#^=)\g9gKz;3jC{+,_^!I cW܂M?=C M^j RS6w|?p 1hbVϫ\_y[ ~,@X]^S~lAINFɞG4ht$|&rR*)܈ iĴBo2g7{|$jYh! 6S5NJT-Z NVG<*89[k`DBYfh4"@:,vE9w[5opq% ٸ z-pSdғ\0X6-<IQ~?+MyG>LTVJx.Fڲ|Py'/%Y? }>?R"EOu8Go&O(C+p$H2Ψ ,W `H택:!"M mbV~2Ny f CvsNFN/|>zjQƋTñD9ľAbvb6:d~U)HYx9O$fTCdAT1qM`Ur[}Rv;WK<rkܕw r"A]DBiW7# .6 | )6S= S`5G2ۚ&p#$v5S_VpcIK/0^ul@]b_ƞA"Najz'F !b6ɘKu_;Ajo$zЀ*;3T/Gtz}CXlsWN(V==4+D ?Rj> mJ;!QҒvc<꡻\X;ȝ⦤'1ucx:XN2~L?"q!P< Vu@.kiDHH<7b cH7VW]i.Yr1$+xdVU2l'X+ ,МtMn{}~]ROJ)7₝L'/<<#-vŤ9~ [D}vc)+(Pr_*/G<}A?.OKr&jm-S0/vNLu>f˼Y&_Na%L:Zu ~@љCqW̒8Oj,[H 0WQ^Øjֳn:~ n 56q%{ Iwg^9{A'ϯ{ ~z Q39n+|&Wl=N?_gj:aZu~ Us[OǐwZ1qxgfe(י݋}A,,{d9IN%[FbQee@TAbXl#jAmG iq.Sͷ>\F7@eS+OWD| 2Q|Z68`,nA ~q_f ֙O>S>\|oY,8!?a="l d쎣 '#bE2@e'?BQsCYlP˷ߕ *G# ߽v2E}[1[w Q\u#sd G鐋7y5`=_Y W`:MW&5)NNfRTPF#U !|d\-MeSP̣3sh: -03 6+NatwtW5j?qqxLV,࠺Ɂ i!TO""9UEZ+2Wz .j2SN=rosƥH ';0XV@+M_ܷH$Z#nƒc'2gd,j*P%QHeL}LFҊ#nFӦ(CMW-Y\jf9`>EC`4(uA^31Ex03f{<duy@PBPc%ڑKB!G`0d S:M +0tߖʯ@}X$+A #euܮ"D?Z "E{p"tSƚi)OLc|]6SԐoH2A#)lѾnoU(l_#B;߰yTLWOB;̞*ܒq ^֪9srq~DtT! 4 Sk7t}*!K:Clއ2NCTΟMPxipZOW4ñ3!r.}md#9kyQߞ }Uxl,3W \4!g)8 i5FPZsMRR3~&:EuS`KB+\> >d?b=W*r]TR>qO("}y`>/I * !|j 7G_6[SX M"xQV%*6ڢv3<Us=hMvNRGGMz#e{+c |O016)f"b(QEA>d]g)oht=vʿ̏aQϻt~Y:CC+Dbg[P:*<;4j/H);MQ,MeoơT9< |K)m/ .羍@zFgƏ)Ayjq-mO(Itχ&!!Q81͜ٹ iIJrH^RZq?Zыo؄J#Yt(QGb?͔ DYԟRb~f31{-t\w&.>}^}j+렖5*cOC6w -nW4[ץ #.t_l% wRd\m߅۰le:0׶ɐnoAcW]O5h=4bP`/p_ 7r%ךp{q*{"-&aijK|ƓXz;^OƈAfSHn0r445<ĕWzJ谇::"۷a[j4-G`#'G9).@Q~0pyVה//y)Po/V(p+{xWG S8{a”F!43h*[NzG׭vs@;8ejR?#hٿVO?(t"Иc(aE c|L|cSkSF@s)_~daIJ}=_(6phJ3s9|h2bfw&ґLb oh1@A~ 4bEPt /VWڰSQLjV͊Gu'Dz}'+ǚʮ u1=K5|$st=f!xYAuj=6 e\i;0-C94[8MK? V!93BZߧ_bΙKuQ˖tApztT-6} WxHR/; ~9FDpL=Ya)gWK·r$OA%㽘PXU٫{^!Y ]~=MOP748k(%vDu=j]K"{DaiAF'W}o9SװwD +:Γ# f1\c;UFm<%"NႺ䐔yMϧœ4sl.m$EvjB'ST r[3 V{]vV ڠr ˭7~jYbL}'Qy?Q7UTj[} SlNknyKMk>XRHToruݮ ^L*Eÿ3\˪#_U.Okm);N@]`*\7|xѹl)= M0R BjWȁR,P{yT*VmؐԍxH RD&KYe!PN.%yå 4v)lt!^-RRq Fe`˟x8P^i,5 tD:"ʧ fU)>x<'G'軀1X@XG:֫0^wX}TS!1`gvJHs171C=@ֹ3hͨb|Ho (0}3"' 4LW@{v ;=sӎ5o;W^4Nt [Bv9PMMN7ݱy@ESt=g]h &ak۩rel(]R:ŅV:{員TUMXcN/8r:d(:L\+1+{W}*b͚-f "ag\?qpC=C1$둰%&n< )(vKGNz0"LOKg:󏍐- US_'"?q 4Hq1Ǘ64К̋8fGEjTmxO0_HH|[bJ}"QfX}M>58f`r)=цb)8.=0+_Qԝt3Jq$lZP 0Kx ̻h,Wb1cE&B}(QdwUQ`j+7>T { !ẕ%/. ç%;#'AA:,:8GLWٙ?;J-SH,b^ V͵Ap~jo$Fw)\)@ ڦh# V^ Ӧ9,"7ڔMm'jDĖ&soĿsTaב"oosX\LWI;?"Cc0Kt*R~Sc|)ԧ5h= \NzI4hSzg]ƹHT'eO?UhʧRcv>8&MEMfC!a9x8o|@ GS3Y!V0''GTvM^%ɐVF%lMDaP m +:So vSHG\\V^B[*t aE66%0:7y aS`FxcggB#apXLW G;g̬๭ǘ|4Sv(#:q>h-?IJd$w^ъ֊e"8큹KvTvXBEJp>|gz-yljW oǻ}Y;~PP˄eܩvVlU=4[Z8hq-*2hvdk*t^r}a|iݎTu!o-3N:aF& *9KN~摦#D& SEb0~]|kخi<^3vå݂`93Zommal cДXlˏ9ˢiRZ ٨rVZkxRi։ٷbdvar2@oj Fg0Vo$ `e*sw[j0mx YRyfDk6<byTW #=9ԗ-ǁ׬{ f] Y{XMq ɻ]۔W45VUE$XOaܟ/u 4bTLa0=TW0\"뵯Y_EX].}`*qZhQғcYI4;\*J6K^+>,v<5Y6@4YFbCdq߲Er+7+$sHZf6 <q{\*.o\tz5 "OkFi\O3e Qh0s$i^9IS~[*taGY9y22RsGzgn `89Go42XvL!PL2Mˎ/s n>G uV2z5c~`\FS?r)~/+ĥJ.Y| +k0C|I"y4s˒cW;Bδ,8O4藅9 !c> o.5<;˷M15A #@ȇ;"u63;Y::yeJ Y8YVHXuw6)/ 8 of@_ip6YFd,݀ !ߡzv~o8RЛ] [ ⲉО@c sO;?Ke_ P,Lq-0lL1hh?ߡף^FYs4n ذx{Uة ϓa8돠9>r J 5W-UosYGL2^U7Hd \#GS* GIYqO[J&&fqrS93"UzO/Mbk tx 2 pQuٺz ؍yZ }s/g+#ʉޛgf= +ȹxvk5[Pd! i|/y\&l2(*2g(0Er@j:;^7JJ~[E;[D: ,;>DCo;צ$00 q[;DD9/ xI_+fQlmROKV!XTP"\9"c̈́Q869q4q1[qʸ:i;|6Ӵc{7uJ<(`-c' r~ t<9 O:b1@hx{ KJ8u4Ҙmχ>?|]' hzn[ m!PI?'9sf&HY3 PWgwH̯4&Ԥw+1h۠K*qq[r@,+1Q r fdĴѕ_ZC|J%ӊM =1 t߀DwЂG5>н F}a j[-,h!Cr2<ժn 2ּ;܅,,^gkM%4wg8&׼\ ,YJW%J'mĤHWh&PE"HX#mGAW`EX&%}w}wzDɌԾX.( >%',' ~r6Ck o k@橩g1Ń {d٧Iߛ2&D_N54>|G ]}zX Р3HԜT{{ndJ oݙaUaчkQXQ?YI%j@m ;Rϴ~ʤCɲ"gGAFk;( VIkr2ܾ HPMj/jvP uFj[5Vv\8*C)vudTؗ۔N( KO+"zm58ME"m[_8BNZlaMr;$]t3g\\Ywm#`6\@5_F烅zZK[pȭ[e}_!`灠:Koibhs#,Qkv`ŝDOx4 .ɍj٬DbhY>h:Or|zV %T]1dWv Dᴬ"1D! Rw^sQԪ'^^c.k|dV LjڻJˈ'o;[q>f&PL-o'sfFrO|ĕrG*_&A}ˌb(=N8::m2يBۼ;.Ufpӫ@ {$vs dD*V0̸6JG.gKr0?S%tδ@HDaw913Nk|#[*/C5!*T410K~bq8TqCEX0KFx 2RtGHLy-怜Qc.86au#¡Aa;S&*<25=FDt{2*J\/} 2r);q=3rbH]85H0}zHC-Ue|;YਈUg^@gGߩ}1Q{%Ê7"f$՞BP1|ɌY{%_~ jX"WIul'ɿG u S~XlU;q ݩs/ΦZ眨 % p;V`2 '_ F&} hMZ"Lz4+іL`2Te(&FٓAo ` !vx(Ȫrgnwvi^l`'}:6i B~v5wb!H%Pu[(aQ- Ɵ+#UV=" C~CirV.bV7WmU0W̮8 91|} /r~r|^GKg AO-ZL_I Wm]aƻ/;fy)2oQbCbR.ɢ"s|w(Af8j:W!]l>{\UY.‡Hunnͱ]FTeH2{:7#JPbJXc88` yaܘϮbe4)xb~ZLHQ=HT*\怍-s(r^)b9mY򛄻bc5Kf+%'#?~q<Ծ\@XE ݭ4)y .D5xnp{NQ3W >Z m#=,s*+?"Pl@^dog?RxjOٜj "ѱ҄ȘدX𫱓 EPX<6xwpiw:+~B0/e^\â}n8|C$>Ϙȱ_mjGPvU eě{˘l%vRm|TU^cn5 0ȑ+|_&s 23: rYXh~ imSVRe%DW8堏 XzugjAke5 4֠p6"ӳ56/{{_QYt*9d]لX/)@X"}D/Q͒{:Ukq\7-cej,`XM=D!+1Qqȿg~'Jnό0] xH] ȏDc 8'ws>#cR{f?@"_3d)p/|Y#$o>s8W4c-?SCƖ$#4,MiN&KUfXPbԾ#51w@s@)Oq= kaKeT&| Z5̫spwܔVT4 /@ЙoF*v<5doD,~Σj|MQŇVE&M7V|o&"o!8hS7YhqFqSҽcYai$q}} rB?TU:8Zg٭x3* e?({qL$-=a!+ kc̘z{2Whd؋ttcGH,pm4$ PbFY !']_TUVP (vDvhu"`. T`*W3P@w&cH&5vqT2CsHA:[ J qoGR;ƉQXE$Tbʉ*MmeqUljVa%H}'|vey~-fؐ1 ӮXWC"*36Z_.a}$pḽ̌zcZMowwX?UNSE_' }Pvԋۯтv9ҤrQ ln[G Q(n1F .=f6ɨZF̻[7'7ԬtbVFX|`!TjF8/Ŧ-Uv2=6Ⱥ 5ȫE$Uu&?gQuw e`p}sĨУ"$Zԫ5?T̄ U!d^`C'A NYbAdg%32K2)1Xl郗*0,@r uy?lFs1/Wcc|Lݪ?4_96 >Uv%/y]XuV%SnpV맗yݗmRnl*W~ Se8]ȇUްgĩ;lw˲Y- Gp vM@WX&F8Э&壓x->q'7ۥ,ߢ_e#<| mhf5h6PR dqOBݤzLJ=#i1Fy.bl:/HِbOm3sI7Iy8D~YŇ*Z1x"=qCSH:F5Wqi-VUo1D4,%,@(5E.+Iv:/Wwj\|yGqthɧAޕ}9!Ro7J 2s'ѷ)[ ֿwAkϞ*SKJ ']*5Cx~S}U@dj1fQZkcE!cR6gFfuYO#G4?|ITYW &{=ԸiOA#j/^+D:*lANUzP8.)U)5B*%sgbnزTWcC^`[~A0)O5uiu\->P#~˕AؙD9bמ$  5P8S+N-Ix%q?7?rђSt*YFP+2YQ,w ̗rJ(uT 00F5AӾ I+Ӵ66hҵOPt=(lRjcKXRfJpNAGO٘s'&q xHĸV\Y{Ͷ [%#9V >(zO+=2~ #G̤tPS$@S?I$7*恓r ֆaN!QlZ!Gព{$SD4w [c\+2^FcEI櫱2 p*wGOUʄq;# *m0+9fi-b_;5}" -BUX_Fk/׏!]ө%`}9x|%]ŸEG f"Zc[QM ҂rHWa(o3a8 ۠ X"캻sRa [ eLJK ._D޻fhSޤLCEn@(nhWl+P,ыC2JÝ}іJ[%߲hr@%3+VXҠ2f`ky_a Fg!jZ85P_f ^IJeNdh^-vV%'gF.zCH,-ӥİ_O^nM2jgm.[WcԿ1vOH9(46^O f1w(=?BF#nm7j1ͷSGK65R7;uKYVWsL)}B!^᦯t^@֜Q6t&*'ݺ"Vނk"pl%RwјK}C3;6٫1ٖ4֑$k}4W#/7:E<<% '0W0YmcfuB|_"U[R STqR1_75+(X6\> ,sCV1jq],8Y!ZrY[@ Cp*i-@W11)Τz?UTrRFM\Q5=&WѼ#O¶/'SnXIl3W[R Pecvu!zm;SgV/lj"˪CA!LZag凎/Y^S,ulsXձ.# %hKK+tEKkG2|1<2̓8hIavgݥlI(+kvbME8r ިCo{.);%W\hj0j1?hوϢ m,d [\7eى |47:*CHPJ#J/̖Kkt$tg+Pj5VߕƧs( `Ֆ.s7}grcl`I(* )ǩ"zqA{۸J$O &5Cg[,s owCXiu}g}:KmFyeLD~-wE+5t˽C_q4zKcSZ’~['i{b-Rn;D33wHnmslpro.X Dڲ58y=$þOrF#,mȯHkepA甮<,@l&eODtQ-!Ɨ?oҐYF D⚍;(VI c9l_kiW UBTjeѽY- ` `Ve-*<ܹg Bdl^s. FNCTbJŌ6 . ;TCdD:0V?mm{=bp*ӿPM}88fj7+|#A4.2x}ep]Nvܣ(d/|:OO*Pvb=+e!>^ ScZPP߱*|}5Q*Q PbTpi0/qw|pfvlbt +%`PS_z9D;JMUǓ.bcq2FiYcEHzF^~[,¼W8a\:^PFfLc:Wz+njx~"JxgǦШ[8|.DP\vQCwpčL0ecD௕ 4z$XmhEM>JZLDAj's[ wG!#X+&"D:tP& 1< 5'FfJdF z 8P(T*?ȅ`c1U#H+J 6[962"(PS͛sZZX93f=MJ$Y)w¡ȠH>Fl$71%7 f" w-aX$t sc5x"OP^sRvG}MRşzE7]Yd]Е -0<]C+|:YluUF.Ǻfr;;t !"w)^}'o dҾbtGhO9h9a#4xC(&qyTܨe Q CMMJTz㌨D=Z?!#:"# bo"S...} yʅkzarª ;ўh˩ #Ji3&Ժa8-Mꩬ]5& g6m1q]SΪZaЫ3בJN`UyffKʩ@-!tMb0'm?̫\67pEZmR9a0Zn1X(@zjnJe*A>gZVɣ؞>գ:P@+*@):f9HGBo&.YtwpM q靚i&j,漘{z1 ڱ1@6faCWo*ȸ$ @K?Ű򳘅O`)Fҳ|vF\Jbhykpj;(߻t0kQ'=h[ؤd+:8y /w<%O{ h;G>[^NN;0uD`nj;<6xAdmb0 iϸ$]X-X,J\N~y *LNk@ĩc I y(IR'd؍Wz %t[+3MЀ~uH3aLF(s}̪E4*+8wH|ȨUNF H&DkEu@ :ƴ+ /o:dWn+1LJr.shnTkߒNe& ֘PZڌP(] ^yX1_Êl 7 `C9?B#_f@I"=PB'f42@S.taU ,V kuCqG_Cj2RKJ' /FnuMqq,ܶR1WUU"Uî4Gj|,_VzPIXq6)Erc0 2A+o`à8XZ T&) 8;˜ Q!ܯMR*/=g~.RZ=F p(ޑ2$2T-Tc\"P ;,M'k^n;l2Bwp.4%v&ܢFfZv ͎/Z?Ĉ. @{Д̙͠%- poA%3΅ԖZMY컁tM\#mj.֬!X*I +Oje}lH><̢cC@i ]>C}9 KeB=Քܟ ։pbm>ep̄gRT)!`Lя+j h-fis +QiNP_Lҁ_UD{H{:F.c(I-gNW; 22 >9W7٩5RTݣL'B"6F1! hhꎷ)˷ ^CUqLi G-A)»Bmڥ Ȼi b.k3y:4zLn98XcA9& HH6G=2ӓTC׌=|ZSB$t +0q[wZw vh=g]$q ɡxը_.%Gi'[(d`h4$| WPH.zza.ыW=k~\QYEˉ[1 WS43<ڟ.s|_2S5V^$WmM~Hvnf̸ѯK˓ )&36W)ݫBvͮ[B}[Eufb[=z[ MM@4~×2A8ǑgH+cRG RHS,ˋsWN\iPIB(`Muƫq%]Ղgj,#nDO߅cVܓ1NTܪC9~~ $_~O~ߤ$~uQ91\o- x,P2ZkbHp'Olu*QGv4͈Ģ2 ,i*-; s"׍g}i>X[*6ݗCY(W~հd9MIK*Q\fD"N+?ug3WЁM0>Ļp2H]Z< m KU{9Lj殳U|9bj6p&7 ee,12C1qiѴ 9 {ҽs5HJTg,>=`[%cv͙ Br1 %awXA*B" *E@=HX(MmMI:,J $Y0.L]nҲ/?+Iw]!Hpr2L1T Dn75!fkWOeM!@uu Jx䍮d~ 9UJ 3敾7*܅1P-i'sݳՋuyKNR\3'>.Ao.~eTN aMߐ"ߑ;Yܨ)HSD~xh'I:,>U˲۞Z&|%_3ƫ+DtW!S=|.1+>L-#\ӶF:a8f{] ZV HDי0BR{ qF(CJ{hQ[I .Ȩ=˂o^,1f1wX Z&IJW1Ak8-®!n?#v^PBGg`T^ωwz bl+n*;I4@Oñ:*"A,QY%ч\㲊t ;q=(]6&IO8dv"'`w-md9=Zf! 7"fs ^+RpB乴Bjf.n[pCQP.7Y5uh!w>!t,i?WG`o"$pMNg 蜪b \ לO1%P-h LSv(**ifR.P4a3|f-Q|PpNk*g`vs_Q0/+%'εe縥;L;F#HZ"Bw. sbf7F0BTRr# ٭I3{\S Cmڌ b{kzv{Ns¼?E6HT׎ǣP֪hQ'%J;[اp9~b2گk ϠqiDj$察 (1c"E)CS:JmV;ޞopw|I_Zx6)oUt0t%۳0ڀk#F )֚vRsOJԖ uBo#4ߖmEI%qd:$"#o՜"c&N:%m{g>J!Sn_7˛(^fi zxJW˪VfdWb,(NV+0|.uƒO3}Qm0Jx#O2dMK~`tQ;6ʟ}P/"5# r3"$?ַtlwZC.>!m j RUX;E_*mA}=%` &3jhK.aז1YK4\[;mD3ܒ4.؝L1~R)<ۮiAVۇ'6sYbh^vðqv۰:#P{U#ץc1C?+$<\ѶsL˄d͟z]AHS92„$#9 m T11I=YMO6w)3nFCEJEl,]yg &ҜE7co,]m6ק.e֓-)Fi]R{v_eiePm_G+덾[PEjvq_+iM$ߑ0Ao'oiX,tv / OMHc|=\%tL.@UQ?J}ӯt0 @]Οt h~T#YÌ)l /%d!3 EȒ 6#ed'Yw.CglDg$1&6B*% DsٽИaGJt[L"or7,:4ǴwUU5P6Xf|׻q=g8]DM"WIn䏰:/u(!cno90W(+83j$'Tmֱ)h)0 /Rb2"v ,I3CN:gIˆU~*T+gq̗:ӆJfYg 8$po^I. Q$ Annv_${[Ks=6d_5V@wC[!ޤ؉;T Ö3FP\u79G:wVvSvtgx((Pc ,Ot,,NzbK3oTp Ff!\!:,.'ZN'-SyFEU[Maϝ37B m1cdO+w$KG7L< щC9;E3? Z^YFV%Fd3PXK Iq@@*Cu@-&lj$dd$n 0gpX=]2:Wo檲V?Kh.FCbP8g )r  p˜N0b8@ .[EdϾ\/qVsPAy D:pmFnꗞwٛ<͑s0mRBW#uFM4^eBG@KdG:O(Z߹Zk!&jB0+W0'ًxvѬmyyAd4KWܣb%uOOAeZYDcOљP:^LfDi_%`Q8ўHxx\iZWp}!׻z*:IXɝ%%/MiL)#deNEY ڥbJA=Xx^ʒA ݁ iltZ|!o5a' #(Wޮ? -'EjHF ^堢H (Ntc: `Ai3vTJU~${{Pf0Kyv ʺE(CƱ J`c^7L!%vUO05?s*ӑW>򯏢&a 7kkV4 +0@]9<ṽ¾k*wwr(n8P;- _[5]XKA+@`s21@s0w)"ۣfb jf,hn49r2x?7_ѵY؀uWkg{Sfl2SԶ˨]>r1CBE7s"0xGVaS?&ȹ )j"߃\#t$F"?uEe [vlY8PS-_ĜaAk"A3 ni6H-|ϱ. #C Lu1ި<\N\co`ew?&X`د UiEygQa !YO8RWKN&{cVu`۞1Kx|.ZQ|,dS4WrfOne(o*PZ,.þ+6ۗ?@ԖfB!+1s[2~.Xphr>-9mc\ ~SZq kiw6_<&N(쩴zk`!G"9;deV7"XXepn M ,bSd~$$# 'F,ds+kI=x #D{R8 G/ YZ