soundtouch-devel-1.8.0-3.11.1 4>$  Ap\5p9|=׬_Pn6~OS};v߰F)r*La}e~>`U({ӏ+難{U+2(eR;4wpB3r :$Wc9`Ygaa?xS*QA$weoYpvĶlu}&J`ĺy) ]ۤS٢}bi=jѻ7D+g!fETz_ &3mb!]s]Ě@qc@~OSdsDe(u+ZP39TVA pbz{ܶ5N0ի+AxQ+Mw_0v0@X$=Cyvw^^zIa5& r)n4S@G, kƛ7y1BZT,m8^\ iP-OķN±pUZONO]S痒4(>p> ?d  9", Bb           4 \   Hd(8$9d:FG H I XY\4 ]\ ^bLcdqevfyl{u vw@ xh yzCsoundtouch-devel1.8.03.11.1Audio Processing LibrarySoundTouch is an open-source audio processing library that allows changing the sound tempo, pitch and playback rate parameters independently from each other.\5sheep91SUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/Development/Languages/C and C++http://www.surina.net/soundtouchlinuxx86_64uS!.v "; WA큤\5\5\5\5\5\5\5\5\5\581b1db847399a018ce342c97998094afd4befbe6e5e087478a75b510a305655e41c7f7da5b3e6586ee1fd719ede467311f825382bbf458f8cdcb9830edff256e6a5f9bfc454a697a9e252a92d9b47981267306e342b5235acf0fce8acebc0fc4d9cb8d92c52da3686196bfb7dce37b2b6b8aabc962b8919e7f3ab1ecd345996f7b72bb5899930f7e4596ec23829dbe2a0d507f721596f32277ce92ed64f4a50924188d78dd63867e440cf7780c5df5e67da189c5c43c472447c7631497a73c7b1b21d8e82adbe437b6a90244a4bab0b100af8c9ca8326b57338e3abe672b9d15e629aa34136d3c1f98382a09a135493da8166ac46de817d48d3a586981923686libSoundTouch.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsoundtouch-1.8.0-3.11.1.src.rpmpkgconfig(soundtouch)soundtouch-develsoundtouch-devel(x86-64)@    /usr/bin/pkg-configglibc-devellibSoundTouch0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.8.03.0.4-14.6.0-14.0-15.2-14.14.1\3?@\U@[@[U!#U@QsNNBrMMMMJęJ@IKmcalabkova@suse.commcalabkova@suse.commcalabkova@suse.commcalabkova@suse.comp.drouand@gmail.comp.drouand@gmail.comsbrabec@suse.czcoolo@suse.comampsaltis@gmail.comtoddrme2178@gmail.comdavejplater@gmail.comdavejplater@gmail.comrguenther@novell.comlnussel@suse.desbrabec@suse.czcrrodriguez@suse.de- Fixed bugs: * CVE-2018-17098 (bsc#1108632) -- remote denial of service - Added patch soundtouch-adjust-bounds.patch- Fixed bugs: * CVE-2018-17098 (bsc#1108632) -- remote denial of service * CVE-2018-17097 (bsc#1108631) -- remote denial of service (double free) - Modified patch soundtouch-round-buffer.patch by aplying upstream commit 7f594f- Fixed bugs: * CVE-2018-17098 (bsc#1108632) -- remote denial of service * CVE-2018-17097 (bsc#1108631) -- remote denial of service (double free) * CVE-2018-17096 (bsc#1108630) -- remote denial of service in BPMDetect.cpp - Added patches: * soundtouch-throw-exception.patch -- fixes bsc#1108630 * soundtouch-avoid-assert.patch * soundtouch-round-buffer.patch -- fixes bsc#1108631 and bsc#1108632 - Renamed fix-buffer-overflow.patch to soundtouch-fix-buffer-overflow.patch- bsc #1103676: CVE-2018-1000223: soundtouch: Heap-based buffer overflow added patch fix-buffer-overflow.patch- Add baselibs.conf in sources list; fix for Factory- Update to version 1.8.0 * Added support for multi-channel audio processing * Added support for cubic and shannon interpolation for rate and pitch shift effects besides the original linear interpolation, to reduce aliasing at high frequencies due to interpolation. Cubic interpolation is used as default for floating point processing, and linear interpolation for integer processing. * Fixed bug in anti-alias filtering that limited stop-band attenuation to -10 dB instead of <-50dB, and increased filter length from 32 to 64 taps to further reduce aliasing due to frequency folding. * Performance improvements in cross-correlation algorithm * Other bug and compatibility fixes - Remove obsolete AUTHORS and %clean sections- Update to version 1.7.1: * Added files for Android compilation * Sound quality improvements * Improved flush() to adjust output sound stream duration to match better with ideal duration * Rewrote x86 cpu feature check to resolve compatibility problems * Configure script automatically checks if CPU supports mmx & sse compatibility for GNU platform, and the script support now "--enable-x86-optimizations" switch to allow disabling x86-specific optimizations. * Revised #define conditions for 32bit/64bit compatibility * gnu autoconf/automake script compatibility fixes * Tuned beat-per-minute detection algorithm - Updated man page from Debian unstable.- add libtool as buildrequire to avoid implicit dependency- New upstream version 1.6.0. - Changes: * Added automatic cutoff threshold adaptation to beat detection routine to better adapt BPM calculation to different types of music * Retired 3DNow! optimization support as 3DNow! is nowadays obsoleted and assembler code is nuisance to maintain * Retired "configure" file from source code package due to autoconf/automake versio conflicts, so that it is from now on to be generated by invoking "boostrap" script that uses locally available toolchain version for generating the "configure" file * Resolved namespace/label naming conflicts with other libraries by replacing global labels such as INTEGER_SAMPLES with more specific SOUNDTOUCH_INTEGER_SAMPLES etc. * Updated windows build scripts & project files for Visual Studio 2008 support * Updated SoundTouch.dll API for .NET compatibility * Added API for querying nominal processing input & output sample batch sizes- added 32bit compatibility libraries- Update to version 1.5.0, added manpage for sounstrech - Upstream changes : * Added normalization to correlation calculation and improvement automatic seek/sequence parameter calculation to improve sound quality * Fixes in compilation scripts for non-Intel platforms * Added Dynamic-Link-Library (DLL) version of SoundTouch library build, provided with Delphi/Pascal wrapper for calling the dll routines * Added #define PREVENT_CLICK_AT_RATE_CROSSOVER that prevents a click artifact when crossing the nominal pitch from either positive to negative side or vice versa * Other minor fixes & code cleanup - Bugfixes : * Fixed negative array indexing in quick seek algorithm * FIR autoalias filter running too far in processing buffer * Check against zero sample count in rate transposing * Fix for x86-64 support: Removed pop/push instructions from the cpu detection algorithm. * Check against empty buffers in FIFOSampleBuffer- Fixed rpmlint warnings and error.- drop bogus libstdc++ BuildRequires- fix library package to not depend on main package and glibc-devel- Updated to version 1.4.0: * Improved sound quality by automatic calculation of time stretch algorithm processing parameters according to tempo setting * Moved BPM detection routines from SoundStretch application into SoundTouch library * Bugfixes: Usage of uninitialied variables, GNU build scripts, compiler errors due to 'const' keyword mismatch. * Source code cleanup - Split according to shared library packaging policy.- use --enable-shared and disable static librariessheep91 1547029474 1.8.01.8.0-3.11.11.8.0-3.11.1soundtouchBPMDetect.hFIFOSampleBuffer.hFIFOSamplePipe.hSTTypes.hSoundTouch.hsoundtouch_config.hlibSoundTouch.sosoundtouch.pcsoundtouch.m4/usr/include//usr/include/soundtouch//usr/lib64//usr/lib64/pkgconfig//usr/share/aclocal/-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.suse.de/SUSE:Maintenance:9661/SUSE_SLE-15_Update/e27848d69b4459c972b03879f3ac0674-soundtouch.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxdirectoryC++ source, ASCII text, with CRLF line terminatorsC source, ASCII textpkgconfig fileM4 macro processor script, ASCII textPRͰ7> d.utf-879a12b1b0671e60cf315cf8b8cfc52dbad8082d4b328c065cf85a74315e2aaaa? 7zXZ !t/'+] crt:bLL r?VQD#l7?lIfpK#?XMaZE _v9:ziR7g+GFI$_(|]-KNi 9qq|C/ZI{2XWCP ϞzT畑EyFG=sV`)Ռ~UOFX]\uV@N¸F9CozQ~r%"]qC\ړRakH\pVkc0[Cjҫ?'Y0@ggU s ]fu$Ń?ՎbI2C =:XA''B3d @,ƭP'Kab~֤$|'=M}$A֏1)}a5TR~ɦdfYTLEPr#Ps+pΦHHj75[2T1 I +KF8b u5ɫ R~lz?F<07p8T%;Q,=A 7Gh{EEۏk5tHuOy=?Su(,t5Sk޲OCB (2vl Y#AuG{[3kA.S Nd31A&K @8%&RXº.u,cGB^jAޙKxa 3dmi0np_NaNbgOK@Q@N{0<`,q_b%-nklݾ뗩 NB\ks'_D69SUxxMoa9!{&2hکCl޲>y#U{JUDhi~D_Kg64)6.FQKEĂecl\{[J'`&hkAڒlKk\U2•uM0e, Xab9٢{`}{ :sH*w毭X3j/ʿuQk +fg:S7S| HbSD [j"j=9,84(QWZ-%SR/ےc{4oa/:dґQۅL,v0,{^\c@ >7?n9ֹ)@­'L"vegm¬ E d_.(Xѡ^0z ԅA_<ʹq_/٢,%z{n`}R%`f+\rQΆ0{&A VsEiݟt#AB(| Dhd] :-*)W=n;r7bZ' U &:ɜ6ܱ4}w!g9D\M,*L!1|p_O3yt9 @Jԭ~^Rϧk 즪IizEWpζ}Rf .<ݞFK~2SbFJeO^؞q}/Rf3_/$kyHS6;eCϢ,߼ρZO.f~8`+faDK{pE4)8 7x-|Dܵ{y)V݈ŭ\>ؔxiyF ("^-?ːƓs4{G3?+.ڌ60YYe3Sd"Մ QjT׏g!DMkj&9Ѥxh@Ӳ;H:+e6C5k@g#{&N A/" <7j1~@Nl#a}g/,nEIN]͍Jw*7v2n- \ͱ#K~rV,GblQ,VX)z[rWavg)~.4 Pw CsHP2BC/Og߷Oyg ϩkG5KXL-(廣Anr b-֋w[E:îPʏo>c;Q+d?NP%ͿYqoLxAǡ8o]w0S9u#`BrS[`5IJH.SKRfYT#>gry7R. \)NysVLqY^s @, C);J2k8T/ÉbM39 m#Y=⺣˄I> evM1nJoc9 "Mv~DP`Mk!R;me/c ڑCn_8BL4x]©DsKGA]lqXW/pRjePe݂W ÞhHW^W Ez Cn>fQx.b5ĤzHܰ2p7U[G;G3}AϪ&WXLk%ḌIydNDz-I6ɪbuՀ`&6ߺ.ñkr4#7~m۽<5Ķ|؅n>Tv#i7 bM4iڬ/9tfYBOqԡݔtƂf=^r1 4íMVrlm͡A7LƌZH/ˁAȩ 않@L`</Bw:6`~KBlo\)i'|3mľ+@5i|i1̹HPLfz{ :ЧB ^WUӟAr8 (A Sx &yYHgиW``3{y'VkEW h.BwؿTyK&2xrh+kwijÓw)ʁ{@j q 97$e]l޷ ZkJvrhimw_bj 6 $ GV&¿Ua`X0*u,ɹ #\y jV]T{m3/r59 ! < Mz"{%@9vҜIN52'Oȳ<}O s?_3 t?qedGjZ$wR 5gk; =b{feX z?gjo'pX~PD 4,$imy"TtQXƸnA!9&IFbH%B\b#8 D2G tQuhܘjKe 0\,r,Aq:t^mvTD˘U_t(1d/G9蔥֨dr=T%Y> 58xɮ{xCAh <$ƎLUYJ:qk_Z>D%^WrLR.^ퟰ #OK oc1a p~+|?2R1{Aa\D3J; wc>ѨK`~>0hgk8~TS]noCJ%MsK3\5ZN)!,{4^FsaB2 8qL.;`P~f,[VtJl0 `O,2CH[%٤/Er|3 ,sXXҏgXU@iBp{z7M=Zf1CHƞ2JlAxkA,Jh{UH&tqxߒfv@wS\$(0̶&C58-G~&,qݨyn<)`SgؔeUI7؂t53V'EŁG5\[hgUD4v{GK"{ Q YМ] ߱"7qyJx@>oOCJ" D^J$="å$Q$_2\>==60=1a+ht~)YkE4BF e~z㦂Q\A?yzszrd=$!c lPIP`%Abe՞fhDXCBz `J0IY0Q%j)-GCƀ0$Hg=y#X?FVgDbx@1^}[Dr7d-[uy+>KQڕQ`&YխG ]ς]d5d^/!*Q;y&߂9Q^C]`IQVxxĎ1:yY 09>Т؛ɇ"BbO_dLL?J4rY Cu`p*([Pt-9X >_z(<r?Ehy!fpON*ɇnfIU'J5ϸ u%4e5}˭ 2Sm 䝜}.p_:&#D@mٰ*z^MgK0ߋ[hz \:3bV θΣY6,C/xSiXdKz֬NY";߄feL_Uidї-Z~k ,Ľ `Z=*&ͩ{m>xjlph*1 OHn(N>ew@ A^Tx!2RGJ13ea1u(|bWb Xw>J 3S8$:إ/AkS7SI)띵/mB(Za fL!\1%1G[)8\);?}_/ALyB"9^ K>& WLM|"]9~ :J. ?6~kv95?7ӮuV!WW'uO/G'`j@gu6G̰'/)?2zׄKM++H=ށ5qtv2Ff0/eiFz =D"*`1fn4 Zn?"Ll.\&O 8ؙ9-=tDzNEHN߃ */wp GӍsOE ֢x'* ir{Ĭ='*VT!I:vuEJZ#=;9~E- `q.,pˏ\`9U,.h%/&)sZ!Uu`[K& zIxSz{w쒷uK"q$G%,^ob N! ڊ8K )7EGo+'7'Nj뭛\Xa8_ %b/N[N-HpW^3=̆jj1a]T(8\|p K->R/ѓ}f~LRdN\s|Y+b#:bX0MKI{4 rYhЪfM7)ay5F3$ź0~Fۮn"j15?$4@pC WI^YZ"r$*nܜ - 84+bah/ސqbiFyeǑvm ClN>|3|i1ߏx<ި,m".Pa#t6 nAhs,Mp#4@񵋏HWEAx=!iF;fjaYuC`۞T$I$? wͻdp Xsܾyzd+'Is~l &% J_ܩF&sT:Awn7$E\b#:J߰4_D#O*l LH'-Xr75 . 21k#cP׎ rtټHEhd͆g*cAUm`hlWCqa YZ