libaubio5-32bit-0.4.6-lp151.5.5 >  A \Ǹ/=„%q%Ep)ICKyj̍wD?8?FPifE8,t'ʰX1aj0n[\ޒ,M2bʬUH+5XC|Qn'*ZTX{twy53<>.&˦g95Iaamn9-h`;XWvڑ 8^<{+h{& Ƃifu5CJOFƐzq~p؆89ad66e383585597e4f6b4547ff2818aeffd2ad2a6ce92ad4e6130064bb2810c0dd9ab73f321e8124e96712b7d8113fb4106c672\Ǹ/=„/] 8Hj a2_,$B2K8$ P!&:!{CT4L1B2f/nKo; ;'뿞3y-sdڮ@bVew01fZndX8>")[g288bm=,g_Kbtq=7$o͐%{n#Lwp#r]9} < "QJ\؅k=Z1aVATܧB\0%Ma>p>4?$d " H  ,4 8 < D  x(89 :>|#G|,H|4I|<X|@Y|L\|p]|x^|b|c}`d}e}f}l}u}v}w~tx~|y~~~~ Clibaubio5-32bit0.4.6lp151.5.5Library 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.\build30 openSUSE Leap 15.1openSUSEGPL-3.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttp://aubio.orglinuxx86_64/sbin/ldconfig \\6884ac54e72bcca27cfdcaba768932d5fa624b93c73eb5eb13a5cae387e635f9libaubio.so.5.3.7rootrootrootrootaubio-0.4.6-lp151.5.5.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@S$@N@Mtiwai@suse.detiwai@suse.detiwai@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 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- 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/bin/sh0.4.6-lp151.5.50.4.6-lp151.5.5libaubio.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:Leap:15.1/standard/8dc761a539ab2eb75886cb270144432d-aubiocpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=e6c8c5d5a44a6ebb6fe75f10b0efeacafa944ee5, strippedPRRRRRRR R R R RR RRRRRRRutf-87c7851c83847e058a3498b192b25ea408931c397cfa1a4177abea0b073163f58? 7zXZ !t/m] cr$x#rykm [󰃣>c;v F5`3p߬yZ 6pӹt=K&P+>AU<.2X1zJTfM?*}c Jj%o2i?Ki.魀Ȇ$1hL&$eˑoKPQj~?&g˿h i|?D!{X)c14a NF)/LZ{+mI| -i#S& g$I&1_>B-K΀ǒm3 Ż~I3hA[.P$Ӿ>"^` 4t}o'L?o!M & QjL>q5Mz&Wx!\r*" RueJ@r5/ s^P\H~=0$B$N6ht;um}E~דlyg٘)G5#gϓC 7 25&W0jJ~~0ɅWZ>Ω;]({󛍽 Eg  ww Ķ&zӬ1,ҁ7-UM׽N [{m㫺E1Sx~@XlUj+}[Pn6?d|όV4O+af3oاxio u]Ne}4hrWs%d#/O* 0iHۂO4}CeĬ!Qp_yf{ ǝR^ǹc9 U5#sHyduǞ"o=%V% I-H n*թP]wr)_2dVYEwa$FX_TtM}둍`WK [P~ e5$I3$+^PfFBuKtՐ_?l{E}5Ԅ.R FZ 5ΑPGdǝ$VTr65כO Uwgc l0(@r{ߋ, Q]e[QC8t$ ~.f4V֟ΒY%p#`j䁹Jf~a {bu֣N1 1D {}t qѠ-B|ļ G gbZYjyI! L{wuC|뵸i",NY"IjP٥5g>;#!/%CL V݀dtu^oJ!^)Зl(X&d0hEN`+I$nS|)̖= ǣVjn8@Gt̋ E6F*Nns u3 BD=K*&wkf .grQ#e+@NNTgA̫QjYtZ!.f:-8_n9B wX9*aif߄eZ+ &Og*> oa@MNw$ cFݵK\L$Y=F,5c".Wxo[3$nu/-%| 5a$FZv*Q'+%=5 ٴtQwHm?6AJ l8\;#T zF;IӺxFQ]a,cLkJUu9B)0EYv D AH㿱L `ȯ!TUN[/n!7 ,Nw 0ɖE6վ9^DphP _(rUQ?Ϣcc9E6 8 dmPZ2f>vVAoUy^=8b6BCH_1` BT{ d L?h5v ȼG_KOzҌh3I10F:SΙ?`N6K LoE$*▎k6;>ϨDmwAKa6eVA .ulyJy^L/ _W&\)!>L9{eAQէ?h`yHr#kТggQ/5ǧe6kVZ%P73f]7-&R߄Y= : "N{>DGdB2ɨfH^1/уUB  yX d|4oߢQ i `~cHWã=/>cCÍ Zdӏ@ވ۶q\dzwqeX#ޤe2Z̲˺;]]Rr.IvKRYg{΁jt"3cDKs*m@ުgH Tt#`o)+quU KTh{%+ĥ'۞ac%\ړ24x: i!Dot5 Š4 %۵x:n`հ;<-uS$Q!#)a-mK®W o TIIBBSDx>EMJgdgF η\bZc~"."uߍTĵpQ[/ZVs(sʫ<..CG -!Ԛ`jAb39sHvvnGZIZ 5 VP [>i]4eXg%53jњ4ޙGB<֤FrvO9VlOmy1zщ㠪jIhЯ{dn5DAz3 y&X'u3\{\(J^"JEu/P9#uyOS3u9p=0N}4!y8z"$|>DŽi"J#tƸBM!"3%7gZI!Pi>C~sX2r3r_˹QEe/>B$f8m+b+!܂SكyC4*IZE4Qs1gxc-Kfz*$Z)LeCSVύL66af`$b}o֍}x9sHf.4@N;[e ;k՝zk﹗;ov꛱[k.)w]iV, sA<]u#E ] <'@33N*0'z$\2I,K(䲍?D&rM4V(."]tAIz+ :02*Zݼ^p.yy=tϳܝբ]|M';"-O}glAK(}< 0 {6"=zgQOGh``K:PH?F pIh\ibEet43u͏ujK7IPhBק`wY*?~ 1fDvOfәN _b m$cc}~K+@eUr/9 D?HlĻ"97:'a&DRV;K-S9Jj4ܵ9 2=c)*tlX!xN̆~oRd7hc~)[>Tӑ87;{zd7!OHq11ˎff(|&I 缡8ֺY ?az?%û2 ătr`3g?,nx&2状U Մ-j//I7>g@N>!5nE#`G^!PV"#]ňIq@ǔw:wƼ-6 Wcp6% Z }zaX!gc4$ˉMdڄ:hTaaIS+F&P6EŹ()1tjYqP7$j'h))W/x$@ fEN%(:g1xՔֺK>f(aZkV =2؄cu&~"΍EbOlãUhPaA;+f .2(8_r/!,Gݑ-m&ꇓ;k!܅K?aZp]SL]ﮗdY\D٢+/%HS}+V f;qO:%s͂+"YSpb"pFo,1Δ>baZ}֒YSK [\W;. WH$v3ܐJ:ķ ({5@dIhx͏ױqjSDR9ˈùm*hPr޸Le{w=UI:6Y%!c 4L}U@VF\eͬv2c6 b`4}Wu'^ UD-XQF=HЀ Lcm b d@Jf׆IqDZ͟n[<"'B~L#;NW, :oVBEֹ Y]ylpxWR@eOZ$Z->lFB =:Ts) j ^Ml$o>+-d?GRZ3搜 v- 'IsYd+7v:Qfl~#1鳃+n,Ebl_'lR'TDo/(Y S&;ڑC'0]*gRᕳY,Tz28$$8m_Dpiы D~\G{ "M܁ ɧTW}pq/C[l7H9 R5nοWoD,d NvgDU4%:D+0;M7ˆB ș P.jSq G;zpJZCYXe'f_•p7\ N DE< 4K2: e&d?sy6Qtw $+6]OύSIJ R=iLMskd}]Wm6m 6v8OYl_3(=$qq*߅"Q)v0ct4,kUe|!EpP*0YM4Ьz]qP,wѧ0 \)temSg8zM׋?8+f cɝbt`O2ZdQU D$cK'YhjtXxA2WE#FidFMvխDƻPlwII 2̹bU\B^N%܄aĄLsGȽ+C?z- LXl6OkYAokߤ, d7sͱp_)&{< ?x$cC.GZU=v'OPhb1|;w%5w2/#!%x4T?KS9h NFsFrae&CT{ {CHGy= c+d^6#^sQwL2 ޗi𾠀4u:;X JjCP;g ,,F`lz"R *ָAճO`QR\_[|1 K^FrAmS >ҤM445X>4}/xfːRHIvY2]Ef)%%^oJn_L[p'y!-P#wVLLeSX2_^:,}e6,3AzV@`SeLNڠp"&И{ pY 0kFYI-)cOdUsT1MwW;-VdRƕ|_atNYYc+Y#~@[z+Is=tïS,.F,lgBbjX<h6=(=s/,ks `]v.9ҍ R[(0Z|Bnq`@l%p%rkktGwA#]&jzvF=`;%XJs$$h+Cz+JR )df?Sr)WX`8F!Vz5E 5Րq|q߰\[Zic02e0s-8g,G$b]0M &5_W[<9jFA*A!^NІ FN{In!Xfo)؃ß =1Tl 6:pa?5I0եsg7 ;5̯#dw|}XL*K1\Zܪh]:3v 'zi)rKI\w;^K`?;g"5hzt!  z (sO0a1C.5/Lo4)mn?mmS?N, @tDmcW\z]kLR$*vL.m5cj7؜R*@TL[T X FۿVr 4%D!˨l[޸PM13yv lRom&#Ze绷pz-h9-/D`qmt'ti640w M{*!Q]p8fB`G=5 xԙeu]mpXRX8 _qK.HeRZ{Iǘد*ǏP'8%cvY6Oת܊ CB`20s"}nFVHF/5Ƭ9_]re>fޢ~ :?hcWĴQϤ!_oiMx:mD "$ϓ Se@Uʯ^#b.OyЁf*_z(m\py͋/. >> 3+s0g"[ogCQ할A8#kԘ^CVԝ,viXiяu!P3u<R uyduENS`v: 7̠,ؔ 1qF Y?r$|T?5D]cdjZ 12G l'X8&=Bi›IN1cl LYP|pp҆EddC_nj{#r 94#F,e?Q:{1 v2Z9u ;妋>NWf$xbԜꢦYεBvX|;?zcgi6ˬ19h?X+OZyά;$Hs 2? 6)}˭'zjHy M * @46b0Y{T{ӿX䚜FC(Q7AS`VyGx8H,CPD1YYhQ ^DDB"DGL#Y+O%f;`z\ <4E#*7q3ۛS5d)*q+8qml<*G06ު)!2AşRؔc0ֳj]+M}ik#[*5*K,K1[T; sӞ"w!byR~wĹ8,erXEiӘ]BqєխJ+Sp,T#t%Ju}YpY #vV|g}567F͟6TwaTCnXЙ]H6z>\)b0?,duI[䙊}CXdMzzw/ ]üo*bɶ9Ӂ3J>X$ۺ@أ1nHȜ~^-eBHYɠ6pM~=N᯾YS'R.( Q4$u0̎A 3^?!+yBQ4[Lͨ.S?rհT[ W>]z(Nζ *^R^K{ å%5>9;7WBb3K9>1WG%xd@km6,ōmЋL|TI/2 )DŊZ + e=ֻ?D|S`9$UD"$痍Bdh!:𣏕Kx#mzwËgBbxO},ȣ4 Ee]gܣ 1ifT#/.)&缈zb^TJ08rfu }kP@[_P$5 :pJ\0 ŰHJS:Bz*: Ty9UW:"J TW:,Lb,[M͌m?n45e|Nm`.)&|fy/-@wuʫp-p%zO5?'7,=PPA_@:)k3IءbZθDQB d I|otv:0a@,Xf\qj޹A)"4?!^hd>$^cLj_i[h rh,&691 NjJHlKmq`p`w )x?R,4F, &RZVw1tTK Xmmѯ*N?0?UڂK.QzMoe1 +.Wu~e#ۈg!C8)ƅA6LmF̵݀b;sew@s#<y?sszQC@sϹDo\zy'Лxc~ I(ݦcp[V't! ((|/A1hK%Pkw-A)}˦^p7ۛ+=̞);*V}u/C^3`dT^|_›gW|~x93ݬX54X2LS\w< F*_>m_pPfA|+F6 0Rj0e\Es8!j RcD,|X-EwljVXo'ip9,ƃq=b_ک;a曀:m|7Ӫ`8n͢ϦxYmz$s8BCF/h 64@=Λw+•H\?JՇW"[ؿyUN(;gGN@үXQR dڇDOt2 {(_lH\w~>84G 8IgMIӽUd"I]0܅{I{cq}䘎6ˇ̇R;mvvr6"Cxc?SKN tcY  |xiDnsR W%gXHg$Ykw\d{i7_V2\VV-];7wBzkH&j/$ I~3=mCпIB0bʗg Jg!!Xxt&\QkN^ed`r!HL7>e'vaxOk1HzE '˶61 KSXB$UzEsݵ4> PYJYğld3f㾠Ȝ*nh?d|X~$3I'A0?wDi?H 1ʽ)Oc#Lݏ8!ucDXQ+*!٤p\2B`4y4q6H x!K%(zWJA^~t8Rw+hFR | 1tLIOqhJPSc WCkMc2)$E|̹²-I-MmѸ+!2`9tV/[? Y78w^!u0NLYXqT=>1jU!ST`\0YT,f<⚌.d.( Cxl,W!ʭ˛OnS蜬M2BPk穵8n3Q5=ibz 1ME0a1A{>VƤ=z+gCI6AV*;pnG!wy2YM; `ƅBPBwD5@(d;M.^!DA]aV͎Y4¸eEz/GRTΙ'G*Rzweu,K/Ӭ4Q.jr&'W[fĿOQ+jAq %3`bucA]/Y~%ţ!G̨N*nZ}hX%[Td/*~$-E0mDKEMt5&;d!Ux}pV˙g1 ^- Y|3Ši*M6,Cgm;e-Uw8VN|ncwaFZEsa#K8=!iޑW:`&Tm"Ng&~J1lrC/kWƒ/eԲuuM:>D@KBUG{yAknΙ$W-)6樾0c݀R=~&}߽c/0A ߎe7KNXx8pel. 3׬vy̢J{ݟ{x9"WUP]sƂL{(c?PUH]a #u:.nls8쾆o!PQ;ytbAmjnkʨ1Pgԇǚ+EHN:Ltymby? B=Yh.@`2+k*& C|w߅#PE |'=VZOf NhuH;2{W u,xªQtQtY U'li+襪52#Oo88gLL#mUTȝ\NǬM;ppgؤ˩e-ӯYm! <1!v+Q*_~q;TZX߲aիaFp[c9f|BD ; #{Oxl "OM$ZC\ʧ#>ŎQq7)Eѽ}GWA(G0ӉP$Ɨz(kh%#UG$A@ejνD,~e$E;g]/nKכּڌeGLbVR6ĊfD*VjAt 1qY Z pfSS AeHGưACZȮ0 *D $,誫K-:Fkx[tҋe},s Bk~d+HU;xܩO2Ծʱ87\!SAH"gvi5דQxt4=^ R$MH ïLP2SͨAUt^%<ds65i٥м҈՜N1U Yd.9DWދqeeּGkLUKa^=qsķYVG/$E|j¾j& sGu̾XwPb X&f?x! oך\O2`龫-10xSK*ޣn2y|e>+ZY #-yYCTey<ޯ4'byQYSPpȤE/Q.<Ņ*A0?Lb7cyUPTK睍+ a}8`zܹ8`1\l}~Q%Zq'F=E 8:Ê;*gS]c5!0]}$2}ԧa]5DLj'VK>YLOׇƃ}0PlWeIR It-iuYPC."܁Kˆ/QL{lGq1Q>th{- 1,Nnswġ$K݃DB} #HI:'#Ÿ  k#Noj"t>*pREMpngrߐע./o1H}-Q K|Ѯwh$+N/"]zަ.ڕ~̖{)s&1L o:e}T\weիo'QQfSکն߮1pd/m 8Lg*ZRfWzj 6h&=1A?%&X3|<ӅGľp臹kI6x{H^FADD/~)X[fr#2tuZZOj2F2Y 9-*ez/=AH} .RkoGHB]4 MkgF,UQ2AfANI l`f^9ɇڟŃHђ9( 34#a:ƶH+A<<]ʬ\eHMם!- 'G)>;)lH2o1+ `f/c3%2,:ͻJ r71@돭9uXuڇ !`l -C[:fv~jW/q] ɬ)hM~րSDzΈu|rw񏷍Ysx&khtPRW` O Z$Td}ꈲ$> — n!aTD k@@a3,aIr*Q4%kkKzu12N:ii;vpAEᾝAz1N  ym#`]x~ɀua1x:lJq02]}vO#3hT)Ҍ]=ה;(LP{JUj ו5G#xXyLdgn;,i*|~"֞tyʡ7*TAr Ef ;G87'@W |SȜP߱G;!|pGsfEE-Y 1*c_Au%N請¨Y [.ů ,KE_q-ѿ=^[uQ# CK*S pYv:,3FxOqX:N!oW. /ς̮udMm7讀r~ۍ$B,i. 4v%#nKԔIg0såzY_9$|95 sÁ_{H"AwR]FeH~}D%fIikn搀;׸$ 8rs}>/6= pi- }Woqow^:_0U~~|Ͻ9,u|o"!]ms솼⿁6?ףv2`\Al"to` 0G7ڠe'%N8yOUTd+B43٣"5gGvICl֬,Z5HPH!'XjK|XvJn}8)k &|v=1iOCwԼ( >WMA\^F 5Qz<㼐TYhԅt̼=L[d{l9O> i EwooJ^ex#+c!҉ԦӽLV=Nj[-]M65@ nx6&JPH=5yt>U!eYE("CNJ'g<#Ypgt}"1IAiƜ-gEBTepsV1f 6 /R '5Ma0& ݧ .> 䮢 -هUm>7WicGd:.aqC' qOJ`B;%OPx0ZYd(M֗a?A/4edZ>$,ۭ 3s%Ӆ+N_6`AZ3$,3Da+>Noti#a F#$UIa/.m{PC&rhHc'ф͇SFx >4vlR4\#rUg;;&AtvoJ6|<{{U_a9! rQ9_OE /*w7<"BU` k*R$$]"WN>z d CCK,b/(qpu*{v=-YƆA6\A &rwaZA^КӠK$JEQBy} fwy)FG9XrS:8_K$cu :oB\1l9~62 Ab _imѝ^zd;A GzŴ*CxEK`p؇m/r \/4gX3Xy ׈HuƈIG٦M %D/Գ yVzlKݩz0`Hݰmڠ C)y~ۋֶw{1h'Mx׍n1aި=: MѫUX˶ge0ttbډ@Q`*AZ!%ߠVM8T/DV!<6U-Mݍ)LKϜO?Zev3o I_DooϺ, mcOCdG]6kX=/#7~zg[NIrHjכ8B;J%gm$XBKyeݙ8X5'8yeQ,$q}T񰼧 =:t~/%OkBs_qqw $if6d̼A# >lPl2  G}bȤlv2$R49UY(|Z7cw*+9xE nzޮ 2GSZ',{+CϜqd=NىYW- h-\rl <5:s]@2)O%{`^;U|4-"ZJ+z@^Q5bK-ų h>#tgן}gzy0(sUl ÌU_56}֏Q tnl@Bq5w=_ˑԖ eRꁢ I JZ4F0kPTOjZZhFeĜ 6]WʟtRaiv s@71q(ٸl8Չ84pVE /Nv|CIO^CM/aq]`Lc ڪSCKq~)-t-9{[>$>9ݘz'KCҸKTP  9@)-rlJU6?L\KS $?56ۖ) !Zw&oku.%-ND`|;C:R V p0R۱T5MYSKcc_k A_繭[er s 9y?_?)͙m%4[+5V9نdƮB5(TF-ifC>+Qc߆mZgP i9̲@^' <2*sBGENAI ,7gPP)'n6*^*/a߫쟍U^4u[u޺##`a~j:TP@p3HJw m[YN4 Ӻ6w&ym =GEQuY RSꮏ)fÔWE_أӘ+FJ!fƨ8F &]O5~EWع*>-EHVCL!qq7'>f@CC Iv Azs֙3x70W^n PL|*hNsa0(4>#1$d3ɓ̓hG\I%y+:ɗМ \y)._vR^(q~`\WxUA๋%q}C#i]iʠ.>t<dr7ji#1jP~WGp~Xb/&ꯆf8#fzYI H:6>]XcU""2~d@sɞOoS6:K'&QG( ;WD̃ՈHڜ0dt>g U=G.}htD+-=-p#^`rڨE?Up4 <I *ߚe\O=ꜽsd+9`UW-zK;^7t[>]TM!| {&6*տ.7t IfX`2^ՉI e@~P{T0qs'%ali+gq2ԇBkuT9WuȰs!:~xy\L8셀ub]W*z ;iEz2@ov*r]$p4Ν6EjmlrW&yP_֍bCbtVqq_ TƷpK3AM D-U!UXJx*p}y<<63_7s67:=Ż:Wg_NO 9d0=L`$O+Tڄ*Um'*Ɣ Kr,z[u2<9Z\wWd喟p[qp!+YN[#SC#bfr6 LH|2|3zOny|mܞ~=D$[ײ+&@{ {6p?sӏHuOM5鹴O%cgG((2<~h.bQ]AJo|DLuO|`XX#V(CU@rn"RK ?ʣS((^AٺF]cXȁi@8ԇ{g K09Le¹ ~LƟG5M܆&tŞG'NoYR=[j4yZKq6;o̿GZn2'F[%dㅞfE Kփԓ#hEi_0xIE@>eon ӊ `:;@F]{A֏̐g \+Oar(xP@1EtL% UAW(%I'\5L{(X)t rOØd"@NF, `լxJ?m?ߪqL;EiuQ'_$DP5.j,:0-nsv?]'ףƆbi~ά-&O2{3oA C^'ʆΎΉXߟ*+0'P>n i+0to#/jFQ"& ljZtW2}d*@M:Rd!R`'A qg[<.ZY ̖ ?H!ZPiqޠoO˥ڃ+`ӺT qCon`َ `ϑVf"խ@Lx/R+߄ib; )4=$= ÚIG2 2jg;.;y4B"lt]-\M9oJUO W ~ާ Y-@;N !Ht!mE8lNzF՜L?.1}HGGAU]J𾨍:=yVunՉy]LN@XImڛ,1HW@HT z0i* ~ԭؔ$(bnh]Z 뚊7?Ɩ;i/ʄ`OO~46P|djKmSXSL;v~BGW5,\vGݫ܋wRL0I*br9_ܴBNcRl]WX_'N'.M;~꜡n/,ugLdކT!WA7 -Q3U9IpcpD3GAX}_z!a ߃ף`F3`W8d}m } ׯƧ8 ^9{8LU8Fu35, { TtvnWJ4݌a>NI_7?avEz2ePyKi!c?|mj?%ZR'm]G\S(e-Mdq5NQͷ|)`le{RmQ߿$_}t+ bΝݤkVgڕ{Y)'& ײ`Wv6+% › ǯ a^I[>[9~|^9DyvhĐv^, +{1c@Ĵ%EpsPg[XX`0J_[c `\I{!IF$i|~]0~kU,HJJm߀ V4JV%#%3O.3NVb;@r0](>6v>KZ؊ kNq kh4* /j]Nd|NK*CukZtVGEj\t0> ~#̮u;B]X+{7t2Wח6R4Bi!s$&pS%zG2a\H.ptܽuS .τ{C*1>6()ws_ X- Q b̦^6;;0io'mz;nd! * 2Ԏ<hfQo ~pu@B)`ě{r+h,qeԌh<_0Dw/?g-߲nc&vL$ BԦhՃ"ԵY m($aHo^ Y42$)q//}i8[nI^:Œ*(PѠ <LseE2{Dq' M;qu:gڝ# =YTg,d\`iމm3-xtGpqi/|eAXzၓΑƭz/ֻΟz>m ^igh$f#Si\lEqc*Z=I/cq-~qUw&Fb5y~ͲIl/Kla]$ Rl7ύ+{8$}3r30fȪӿ EMeѣ搪8G}_u,@,6R5fv )tOraH& 0]hӼ>P懹/͔yp6_2k۟1Lho&]3HYwjׂ(s'Ow־p ߣ}c&STp qKBok\s}l7*F7L߯oר%4vYOsg2^@ ),r1'{f`f͖w^ H]94{H=Uu)S<a%teL9WD$Cә!D5~ųenC]sF%]8 Ұ|[{&ĺ7&|_o׶)~a誼Jh _E&Qrio#%P"a s NO {4@p*#;"A Nġ B G~P"rD8oUlI1#@eGrT"afjf*x)UPnC^B_ 9ÙyWIUcD$0a+7k~(S6;h0]X'}s| f$߲RNj[guJg)5/nZMF!T'M!޽G'YSDUn"Lÿ` 97ƻ:,3| r}7qdvpޘNc'Q=H'~.ݒGHˈŸ 6Ga*LvG4>Uj1E~G}qb;it2*p%qqNl|y -㹀&o_sx{5,?J˅,ae%6'1uO@j׀YVCXR2CV%zir2d'um zj)ɤXxo#-i{O*a"-[TLeBpt^\g x{оg ) ֚n[S:4;$Nr =-\-{mƋ5gc5x ͱ٦nhPݹM'j̲E$ Wa ] NŪ<K٥E :cvwmdV [T-0HxG+8H:suJ}(hCm!`yA I_:Bw@˵Fj4gFI"ȣίbF鐔_=9!Dz&F_2V~9HQCvO24%];ap+Y跏5kk]n-U+Z߃Hrett1s -8͘}2)Qݯ LEjCc{UjAq:(}cҶ `th_QJYO8GK9<+0GsQ!␀l''ݑFC!~梨~~9㳷x-7lFBߵaiN_Hb.tETف^_v&v(Foybbs{Ƶ[i3N .G9/[T(G{G4 hFp.̱iUN>]G,>+TE3Iu-q! ?Wݽg5ŃE~:Xn],Ji*7q϶=*߰Y'.S>9k s/ 3.tbsqrژ-^tr+G=A{ZwrLP08$j[ݔҨרK f&`=8GnBLʕ;`Ibdw6dyiOְnz#[ %8vE_gpXȱ&=9Ū=Ek11Ц:`YL2Qt}?6o}nbb k`<b:H2%4`k;9AΡ(py433 hf &WBD:wףG'_ HVǚk.VL>k x'!nlHqEAprʈ*5io՝O @4;l/Bh=eP~-&ٜe0@X){VEQ ~mVBgG^x) M_~3xR%i-MIao}?qזXHiIv ߅7 k-< 9/,`befTKt 8=o{D*{భ ~qw"@d],0%nNPW>Fz+P.C j/YUpNSRV~.6%|QoW3ip #'R?!W$lW0:Wb(m&Hm .)z`vZIܒ!07IJ +r8$XTIj'@e aY=bI>G|(3B/PC&wVyj췅6nT]J͈D9ֶA@(?H9֪*tq:B':GcX4f)!*@"~o׳Vy.:E2"xczb]\P 8+-3=;\J;(&[3f".j'b, #QU'j<ҸR~;b0Z输('˻ve>]zH;}BvPi gUzՁ%o?5)|PDpYK$%wcrVj'm]Pr0=e8_s^Ÿy +iȾ-Gu@f^էP*w7Z?T:d}HW[.mn"~"1qU^.ef(6};8K%e|t}ws?r=A]k%ɐ]%t u%4Yr;Hh%8-$ Ε>?1uʐrEֻ F_k߾p`'o&zz an@_S,O o/ѴK7'.y^M1Np$AD3Eƛ0Gg'ERkIZ~.rO^.Bo~gբl"#;V.e5M ;r@ӻE:I 猜;qY X bZ\!MgɴK&nķ\;~{Xޟ !`=>a9^+RFvDB igׂ`Z{+] &UOm΀wvc '+Ok[I&hS%U^ҨqR8R'6n҉X H+GȓZ㞚jWWZIJ<xȖ~Aq 8Qi.l|9OuX'ϩ4dn T P.-0ˏIr!nt8() oX,qi#%*hB4+ze bZz_ *E{U|HJтʧjzd+6 .;X {6K[|ɹǶG(Nu[g:l9G?扁z6AӰr/53yq8BeWK0́~_7 #“׍VΙorb2?|X;ax uКd sTftLn!SjyZj?x`}+v褊/XY(,C8*'e= P1wvư0ͽElz;669)ŹЫp=D3yd=Ұ,Q w{?@|: oҔ$rƐX'$4m:ymOK)k&x30 #x-2J4m Q'h%6|)$"&C3g`M8ғ:Ug=qq sUW M#5r~+0jx %.Xk}s]LJUyn"s1`K4Ϩ=^JLG!ѧr DHn綛9S~s #n1gN|`%Li7`KO5,t#H*6ǯz$|- ܖ?9>7wF:R֥;LxHD, GJ'܎`[卥e]-\]Jqك F~?0 |!hZkVu a/tD^;$⸉t/I\zt,VLko島.51uUf1T Jt3{ hPqVfhhiVD[1c)1Q&tsZ@hwED·[N*$q4Y?I.1sdES8GF/w|^ߌ~Ij$0=ND,Q'*^*`{6̙aec z&Ĉ۴s ?CbigtpU9 SM$TdRMxȠ~JYħPknW70g_U{*E+bezgMbG!9q;lOG|&=]̌ћTU$&#YNз)t9苽8D L2#W+l*9?!kq^x.1 8dZT;& %=J J^t> Ȗ=bڂ|DD@n"31;o˦ Ծ٥bK?,:;ukIHzHE0zD5خ|9?[WKM;)l$=HG-\PO;:loŚ? pF!Ձy\ H61jCD̯UrŠ] KxDÌeȣȬ/`E=cKO28tO\J45N_.[^ĦV jbt7 0n2Pפ5 a N x'"c@>~ٲz5xc߮B%x"x4^?uGO@z*aŪEjX.|}1,^uA 0:VՌy^{&x]}$k nׇ< Hlg_L_.Vksao:G ` F}n eFd6Ku1A3}DŽ 8)GQgQˮ-MISo}:=, .lE磐DYgC])ˊPIdj ɩt%q4,| {E  i*0yY_36ݹwP8+ˤ6$;/>{0:zbsbr$5\: %U5Uq~{*ddJQA_4TeVWK$C5P2,QK3bJz $;$-|1rk\H0Kn{,wvd1"Zx=prucGU>mȟz-Hmmwo&~RErs-TXvk$ 0}_\oO~muoC/X,=gdͤPU֡toFwX 1p[_PvGߍ5^l}AR9ƉrJQ'~7{9?h"Eܘi5GVagFK7T(VO$Z{ %=Fja|KK:F*JR|yWA}09<9Bv0$ ggqwaoe>˳"s!*'ƘV#YR1d3f\P-iSs^+pSIZ-|oNMb`3ז';F?PpsmGiK$+K. ?l9CťLAkGQq\,$]=GOlkCxAި}dW흴;rIuu&p<[,(ϙZS*ʉ|͋HAx( "E BW9%|ʣ 7F=oeƒޑF55]"Fz׼웳CbeɄJb,xG`>OD A٩L=I !@?@:duw5#fӉZ_$?`kC wȡ(^L(S Um׃;2N+Cl!Bѡ!jT=@ .> +Yt!2## "2gu%E-!x'":{H y W97h$MݦV-f_ݷ/)r \ :3wEكM!EFtCl{.G?)AACDǘ @)v3B̏"y8;BP 6p[edK35gD<D] x(թt[$e1 -JLzҿ~Kt%WI]o/f5>-3ц<6PFdugQ(=VD*`-feN~`9FagE?1Ʃ(4xmv pU%SmMl7Tji oeghI+ P+,@݊8 9GHAɗm`If-_t?MN :̋-ںG.e$oť>Af "$4!1ǒY} jG_V_ؼM(/R.c-RmP@J/UK':ebI##vvrk˅etw'Ròdr2PؚbI7JtODЇ fCK)C tٝ;Kax]JocMA?,f u׈Kb5u\\lL1SJb/?9YemuH*¨ }YOsv2OV/ns5j5,{+:Ed=s/_W'/<艰g#CA:90p!Ez$Y73zp5ed1ԍ?GBy364Hڧg@&hO΍nvU3 FiIz:u_s\,cU /ä(,nt/秱# ue7sG&~e?q*b\-TgycC 8'0-WնNM=XPϯnrâMŰl6(Lőw|kK-2 a69;#QKKV8T5&Ӡ=vԏJUbb=cP __4}zs;'EQK)Ffgqwdَ6Ri+.F ;9V?wx#-k8Jf8۲a95idb\pxd0>h1!rw}jFgV/M- 6K 3qTi*u(|] o*c'6'2S1(6FLUa$J!aVSP6o"׸;KL,# /c9굶EYWf.rfmVKk8KjNl~=4J^Jf <X1+7ywAf`dB8/er~ 3sM"@7c?NKPxLO${߭FvGНT>sWtF >GF pKnwQ{B3Q7q!gcbJ+ىtre%cP]ZR%x ކff3^X[gj'NLǧb[d}+͗RCn1? c4??Ïq^r[XN qm8!^L!Q̕s<-[ "3BY?;Bc sewa2JHja:sEY$U6H@R|h`I>avq^6#YTM*ڨeS3 sޢZ 0B /CNj~ϯx Եmţo'PZR‘aJ`Ffx4+@nw_q޹yK=|)yB%8xQ%0nizQhM.qNv-(e\\/};bお=Տ Ʒ6ʗ"J6Fm/Oy'۸ŖCr*]xz^44a&#\6\so qf?{ elқy`mϾc"ւ Vs&zk0}R={_ֶIzq0Wĝx&܌٩sӬ%'C!*GM>쉐}z.+[Wq!a%iח<Eu,X#:6qV%/ H%b9h\0`{F^.N [HO[ᣙ~cIa߀}ڨ95|c\,`W܆>CáD._QY F~̕ =cBw m"NJۑ*`XSu5{: Y<ks祍h@YbbV) 6M#hIނ3:uk )/yB@Y;TTmK] .BUeI~konh;]lՃ?$)Ef#|–`eP[lb^]Ay>A)9 o42åTmM~NV o\4hw U m3In77.%).cTFh:A~/U~& zob{=]AoM*.*1/A+:PˉtG'[s:PA{ B9dYw+ e1*e_-* /ι`1mK >aΔ BV4?[ =tΕć|߹2mX4aҁJ+sR0 "CJ.A䦬гԧkZi^NRĂTw_ 8Tfug懎 â۽8Fұ`tWLN̦ҀQOy쾎>%|VvO/ +NSwe2!J|W˦yAE.&a 8Kf<>3*l:Pvb,8desu 2;6K\IDV/5x#' ˝O+8:B{a;r ʧ=8To녂7Izsv"ßs?B(Oo`ʜ3m G\'IMNm&[mv3B)Yֻ2w0=I#eh{Yp 9d/= YlZK:zHp@I6( kKS6帼Kˬ@ ' SAHUS_A6^p!(EPAJ||#ܡEGUAoi~2X_ym;t%+β]`.,a"*h˟?{YWFL2Wj*77qj@;Pvn͗>.NJ AhEߞ+grw4Jw]wAZn?0k^^ri͂j6@4w:Б61!ȴ.PP~\ohZL81$ D6ӂS x TuLJ# DMf Gki~#7Aæ&{0o tdj~֜cz}*7 qE؁&j* %HS ,[bZ) f:hs§輎|MVY;+% y S꛷t#ٟJCb S0E ;8Rb37l_2gpd|㴈o[':].Y 戚@1wk$H ƻ v:@,'9/x>S(0p|uE E0 Dm|xLVݥVz)j{SQ%rN`)71}JApx̪]޾W3*s;n'f>QLw<-/8~clՆV/t9dƖDdϬPqL݄QuꔭN 廡٠!9Hض9XN-KZ5?a<"sXތ J7!HHcjcL\#j__6DSԖqTmOvݒ!^M 陚)8ghN% P<"Qh |&lJbtLEڪvR ף/p*AhK2p֤uu~ [R:r6ܷw!^Fmo䙷I2w?_} 8O%@)Tg x`*ӎ]r,Tv1RQB<+zq@5fYzsOȥ]pϙw8 r-kEdd@GZjKk.UI?CcFyu  L @E{õO42~7EX I~ԨKwcA$b@Hc. )ZFm_;f<_.D[1i&TkQat-3ic.hpܝW uvE0[T}e=AY5T3d9|QɷYC{3 B ^Siwtq|D)U]&G8Hg%nPX+s32rgcQcT_%UgEu9(ߧF"U~h|"@*E7`SCfr@pUyyq6kqIИ66[5 %ͱgt%%$yD~Ӽe:r`5{-,ҌJ%XÜjLI~,Lc;z2 KHe7lSIjA5&Ogƺ *Ɖ$WH4/ %h7/?OPϧ{`k*zuql3E̥:^=*s>3VdzǥݡZ9Ήp٤PwJ<ԙ?FM-7?GChID">AtNVyYth)Z\v+IX 98/ &-׼vLaVro'BlW.8]U1:.{&)x}Bzgvf}%w +RzۛA;ȸd,H%\<x,i"Яs$GjGV \j6NBI Jq"/1P|IyF>S{1t8m:3Rͻqajg@/, X5ޜ'i`ҿ,I 2Òwᄆs8 RmU3yw-5ni4H[yVKt[ST֕: 5zd3/u^WޖX$}3y|aJN$[&[mӊ$T,V;Cm!Pbمn?e2pۡ@Fnά}J鐖A{ *_Y?k6S#YJJ^&01ij7 W5F~6w=$Tfhf %:zqb"^K>:JMln74r F8UZNUQKq63uGo|˹+6d8<9դ#˞r Wy@>K%XL\׌jS{&~WPh~4>j((#cbV:Y])o7l*wG-utGRl2rq r'rfIG}.ȇ3"|DOmݜqu 2oG_Ux< C'*?0c__b; q<=O42Ԯߵ[oeI0XT̲x#Kpt2m9E5ȥ/+P,킋U`l3LYH0$ƽfdͻEKv}<Ǹ_^!#".T)CJH,5ؾQR =ņ]^*v $v7w}XG% uňǴ3pY2iކONXRI}=6rEZa.63Exwko&s?> 17^tK',=#:A|W7B W۳AGk[x]AN]=1[dDϐ#4< @a0^Y$J~]/FK(w< [`dlH͔}7 k¾۔v̸6U|c>Y^q],6[TxiRTOtVfdO=$cXG, beM}KTu;n)SFgcwkW9>bDMU0GӶ[ 해C(#ayQׇ,L_牪fDW_wjz>µ7'%,L*6ݾ_Ͳ'RAL/ 7mSdž6:^OT HRB^Uqޱ[:X܂cm1cjS4CxTW\Lg+bRlU)t4ϟ |僸T/f3(c\-}`dF]Z8b#\Ee4Tmjۛ8<މ1_=40K(U.!,8xx JTG݂lZ8AGMJMDmgd7T:h6@ļE8.Aoz՟>z)'ek=*fB(wMp k q=^&ZdOYr ޹SR"7Xxױ-cN/#>Z'mCpZ2ʅ >>\ƈXg֫^eb\% -qׅsUz~k̦tP]n&cjv7=8d!|1 ʬsD*^_ͷz 뾺b>,,O!*[Fg?SvR*vyYqې(ן_$EAzRW@::Y<Ο hףM9\B,%m&֝ x}ȃaQח6$Sv*=w`U.4q~T[rN)19G硨ގ Utp!q&?2G w#2uBvS~쀗Isü ߰"_ba*}2_f '5]T;jP5WuLTyjcCoR:22C@]!Vb|_ۨ _b9TH-x濞H>e֡{,Sx@4ERl))o ¨?Ekq"z Gb7ݢQwR6셐 I^w2BQfRBtw?)N j۾.e2\:Qo"Yu{mkF ޚk<-ܷg)Tj0yM<}ը`K' QA/rWC̎M: GqR`;=#jvb^Oaڔ69LoUh XWOʎ)2ZTu)-g^ =&uՄw~4Ì)jVCpE|Xo},\,*qHrnkb1٩&l)^%:Mvr.s0-c[VE([ٜ[qjU,%NwM͌UMLW;I|tɧ^g W׺rΫ4N$؛xGoJ+ ?Їp- |I&=۾E}:äϻM<c.o{!"i#ra/ ytvX_R , hMXҌu{[mq2J܀=ocͿÀM_2q4C1I-KU@Fԓ_Fνy0b|62P\j_ILML[wv>&J`64g񞺓1 0#E:c~mzf )0P& /#NC&fDj}>l CVtbly=n\g&yفǾ1 ДF"E$h:NfQR4>4l(mwUꖜ_S*V$SbGT|u>\m:Na%Sg޻p҃E:|cP"{H1@Pߏ&[\3?/+.o-Jt@^LK1 wa kGOU4UޅJݝ(_>1+$AB2|uӂziizCQ:FK@B KD Jm-,,CAT D 0v,+O>!ρWy,U8>G=C×M[|iwf80<-eZL:z]2xk!׸ἡ(T*ifMakBYa=mUA ( gw*@6tbw.3QiM`qhpV`ZbW{GUOɄ 9g.sLy uhfgkJg/3BCM1] |4=aϵĚN-d~om xq"9SP*^I @ ]=#aj@!n.1@WYaggs,6熜Ҭiĸje1G2w9stJڝZON Ʋo̪3Y8{Ixmt*Mo0G?kCMաńFˤ|}hH*6tm h#ŭJ ?8VZ)k$t/$L]W͉֟Kp{_,3e2u}G xi/#8ʥ;1$AQ:6ѶeoòZ.CtH ~XewZr=?A9Rv d 4@d5ry2 ;ea"%&e]ΕyD[nq/0v2Հ@S`2A&{p%gF0; 0SeƶP0N:>HRT߾O?PjұH4ŴruqVdE+Φ }L2VRjE]C)F6 [8{=/u~M+˽ S8HJ3Y&IK%{Ui!XD0k[ɉl>b;_&J/nJ2m;3WjCjX Yo#($I'm{ vxl: w u$jG׫΃̥2PZ3ɗ՘u\Z&,78#Cahsvd M}Y^ϯYgp@OP!#y򺙂ӃmwQW$V2jB!ˬx5^2|cAO]?A a6+o6+iQJ0l s{k6$kL eI L2X <&"Jon2e4&2}0[L{v6I>JN{\ycĉWL1YD_1ec?B{Ǽ~p &*!0Bދxv&Ӳ7=1aQ^ َڵ<: @\"چWyiI|$]*eoG¸"Oc*"-NqTYz>CS?7Zr[q.p|%mYit^]:lELj>ԣ#u҅jinlGLjOҼhC܋ܸ>r?F N9hr#:v/$uMU;WBB1t$74uW_f#6nN!lTwr Cp(Xnulh{7bqY"Sbh.GO\ 0sWD!3_n)e)4aՍ?,?VD? ?a͋LrY/Wak'hƇN`@Y"Ħ_/MDU0!4L~Qv+45?-.[ܱR,97'[ HɆL{s$W lxhMHy6I=32n7 &^2.B/Ӭ %'_T%sS?-vtF?h#٦A5ZJ$jBc{kEr&m&Q\\y~-`KR*7+J@F1f9+ |Z –%W>g{v4&)4mV#ITXˆ?TV?fkXaB!m>(گi'\Nwݑ=&U^@nJdrul rhȧVIC,3p@i:W^Ϋ.X!X̰G+dj" En m~IhgZx%*SZ4c ZbۭaDvV枮B}UoteyeZƒ^rPLF Z :%CTzx,ԆV@fmɆ fxܪ;eÔ,ۃ(bn%$b}7Geܕ:VtdBCg r9X/Tj |l?cn;gи`8c a.WHT/መ6IژilDeg}/{X2f%beʊaυvfuɸ-KŹh/QKꧭii|YwrPߦۂ5Ԧph;Ǟ_v:|T^ V+p@j2( @fK!S4ygGH+$L֙Asl4&珵ʻο#v)d08'oݱ!;ɗlo.#AEB]@ꜜ *_Zo0+ 5ћ-CB%\3ْջ>?scR}h`}Рdj|JȐ4i=P=r™]b?-tHi7^yS,Tf3iO[m ,<$HЙv= 7uIPIsN䈑&*r fɋj*I|FeP1m%|w-Ƽ ҿwy q |6R3>fŚmg1~-<^ƦQHIl4vxHĬ?dJc?ӑ +ǧ5|NO.TOaJdkYc-l̳N CRAxom vmͯj=;?;ҿPlqޠ__ Cy)TnjAD-;4tI_߽3"gF ۶ؕ;FY*Uѓ#(&t./X ٹA̴ָ(!b5dMGyd_@?/ 8OnC#i%7vCwDJxeL nJjc .p"\gtYar>ȇ gU0S.B@7,9MQ u` _ڟ&; O%wb^l(_5Jb)n}@7Ntbj>xEzMGJ: P)?郈3Uy(# uC"3qiuiyo?<)L]W0:((qQ< X_2\6 Vu‰ ?(1ӂ$$S-+$˸MVi_Ys ~DCYӦY2\muAJ?my'8RNNQbUH2KI%c%vo;׏nv;^e "]$όg+:e{CFs; ]f;QQ |*|r G!)SqF Tsn=-}~ ԹvZ%/)+]M8!J̒kI dM Tőwv{?œCPV1j}:"ZAm ? 7bp5?VeT;VT3FUnY)>D ͠]K8z큫 Qڒ3@^*9d";vJ˸TJjc=5eSlQ)>nF`iƭ:;3:q1Bk_uDž@#K=Cxz`Yrb5t9}L*%M8']V _ 2eC'ߝ3'LNlZcbޗf 4!1kLa1^om)4I{Axu}mv]by}~c O '8XHjjސL?!dqOxHQa &T?sDÁMOV Xv[h n4B}^#sfsg5{GӖxT0HY* ioE9}սC@78`ezAZ>f >yj#9;w+aG?7#x@\|W;?p< 1`4)`ΚKMͦ@$b""cq]C*CeI)6~&CRz93sE;>J2'[\?zz:g#)vf7# 뭟\ޤ+|]8f%Bs>(,T)+cB*t Nan&|:tTp+iܔ0BD紁a:}?oZF׸Q#Е BRow53;Q-2{4W^SHnzL ej¯!|.P=| Y7y=p͔^7ϙ2 !<䇩Ԍ Q.j6$7QdB1ƙZ-'-X@J4ܿa 9WAwNl@*uF eΥ["\|/%L' 4:4p\mX)6A6 S D^:Qor2m}i]]dE8gڟ}n$.Lsj~<6gƈPBQZ.fq`CL_R/mB1l*޹Q]6wŋJA#cxsp+Bݑ= @\x֘'?`5Ҙ#^ItUF̨Ve%d=`Ph%%yϟ 4<(=$/pcZ} i5NV*v?agګlt>q~_RAply=%N*hHZ{󠾶h(T/ފW5zoW=-4Cv0$ru`6!nȂC8o+~Usdc i 1R3?0ųP!lA y/ M{ mżeet|է>+(9U2"TV4+yzP2%IVAg Du^>-gd?(&DNP5D_]Lf +*J66+J᭭*hPhIPm-;4)wA"Unq{[lY܀)koK|S Aа!_T"cVoH6{1nu2÷rM1..duR"}Y<۶V H10o:>2,|2e-n_~N[@5NGڛlcLq#-@ݍ ])J.Y:D.4Dᚙf5藬X'x80U|%ʍ+$ ǗmM\iX Go^0?؛,F>fϕ3v:/cS<j]`U]ۧ9iErhH/K$2E.dz*:jHsI-)ALlJF,aքA/ňLvRtIY4Lq$e(Rg0li-v\J#G KCU(* u,;聏V,9ԉoR.od3O_)di@3?KdBH6lk VȨzHNxS|Xzufma_d2fȨf@+Nh9):'l Ol *Ѿ^x } Sk3(Hi,H%k`G]1ƺq/`6Cλe55uO)bqP*Jaqi4-MY68*e9W,do:R[Jp"=\ڵW^LIve,>Y[OAu  v/X++ըZC=,f.3c@@ y}'ʶ & &7vyƿ,!_gs,k=ܿ `&Rc%i?_a#xN[f򐰦Q0[P<;WdAʎ5->H`ezQ"bF4.O\ 7D: ,w$ _P"Bmpb=Vݥ]ky$ Ń0.ttfϜB]z  C%SmiWy+FM4nxtS+{ tkV,{(ӕFtY#dؙGv(!P&U[ ^k4 xg/#ߔgxLB"Z8~ g`n1*4TYw[ssEF,GU'tevWkcIIkF?P_(I ;6ל *!4+]Dظn *<r3QC >cyJ[=5`0KʊV6t{QwKXF!(3uBUR; ekWN<R,V(S^LS)i_ZR0-\s]jQ]r:;+]z;gtD>Btn}I 2XIky95[MhG{^lG1IPT`%C!&@;dGbp~I,\2!#y^-ܣIRQetKCZ} hc7Q>yϪFw r  4gWP G)H'"0ĐZ8pX"37RjӘzn,Vㅟ,E Y3°_&LyaTDzTùjE*A66Dk -6UQù%igÄY2) us˝j& 5Cfx{aNJB,1L(uZIOZf$JH{pHǤhC)\H:XCU!] E6jйZv>Ihz+y6\H9skvMRfmQcft1ѡVhcl)Q|?4|٩E]}׎ بl]8|ݶz]J3i:$IA<5$zA^z:14zk_QXf.>+b*^a(4j_m 2Mă~,_d*  и [甙SL fᄽv)r%Jt G+5bxM<\5w6~A )!XJ68GB:3]>B߆aь<K1b$ H*:d<@86QQ$W*R>Ь%sPw+P3G^@B!%,X{{;Hܻˏ}7]fMHh~)-:SϰlGF4\#!_UkiZ&yK,ފZ7#ҡLizIk>B*kn rKSrĺ vV$SE#d{qD?;;oÐG~(߯;o2=<&dubs}<{H\qtB@m?S)Oi1A8O &qD5" W!RMiOⷸ9<_VH ߙM^ZFljO?5^.Kߩi8dZ?@A"&~GjisDk=5۸vf24?sb Zf ky%3!V=#:b:_𽔃o?BViܮR=z]o<˖ ?/Y]s\@d Ƒ#7n ŭ  {zZt\'$q0_},|+qSAҫS 'ޱf99(du|Ά Q*/1)e<-]KTI)O%Oe]3Bty"fAQ7Pc;QQamIzTxlawgDu[" 3cC`c N)Zdk$g 9_n#3`~X+ȐëegHcaR Ϝ|b,D{\*Ub-]Q^>^p.R\+W꧝n-6a6vA0~O鰮EY2A0 [xLE&1[Si7L2N˷P7 Lv+\]4ԐcP]^8[t7zv Ǯrkԯ֢BV]QY ,}ӭ P 6 /49ᇗ57Ǎ9)@G#y܌='nF!K7 U]g(( C{FD/DEް5{&)iHⴱ 6A1La+aqK,#ILrmg d NVU#Q A"!>-uZ2l5d-)Aԓh#a8X&tf|H$2_n/|)U5iqۥ`Ξk9m" $vrxƭfDqn]`<0T  YZ