soundtouch-devel-1.8.0-3.11.1 >t  A\5p9|9Z!˹:xDRyiCڒj|2tI` \RbF?* Ư?$DTnd^BQ7!ܷŚS6Vș*KH"b i\Pf^ΑJ22jIN~Q[U)+\:dEF7nҕ;s$-ߜ,irE^̿3y+-5|<o_ Zo5q#Q6qM Ֆ󓕰41c8ae7566eefc60046cd7c73832c721f11833384b42d01ceb44f6ce647cb886d0e6c350849240ea655cbc82c25da1e259a050dfO\5p9|+6^:bmU*~l,bO4Z5F*AbxG/2MDj%X)6IgaŪhi}]lzFRL"4·aw"Rf֐;9#,ǧGa<Q=IU̥C3a,YX}AvזY~U0yEGRݍ|=:#&f1 h>22fʠm8ʀȸj-Zv _BOB&W҄;zy(>p> ?d  9", Bb           8 `    Lh(8(9h: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.\5ananasSUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/Development/Languages/C and C++http://www.surina.net/soundtouchlinuxppc64leuS!.v "; WA큤\5\5\5\5\5\5\5\5\5\581b1db847399a018ce342c97998094afd4befbe6e5e087478a75b510a305655e41c7f7da5b3e6586ee1fd719ede467311f825382bbf458f8cdcb9830edff256e6a5f9bfc454a697a9e252a92d9b47981267306e342b5235acf0fce8acebc0fc4d9cb8d92c52da3686196bfb7dce37b2b6b8aabc962b8919e7f3ab1ecd345996f7b72bb5899930f7e4596ec23829dbe2a0d507f721596f32277ce92ed64f4a5094dfdc07acc5d043c78ede515583e460c34e821cd623bcf22b5cdb013d9af878b1b21d8e82adbe437b6a90244a4bab0b100af8c9ca8326b57338e3abe672b9d15e629aa34136d3c1f98382a09a135493da8166ac46de817d48d3a586981923686libSoundTouch.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsoundtouch-1.8.0-3.11.1.src.rpmpkgconfig(soundtouch)soundtouch-develsoundtouch-devel(ppc-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 librariesananas 1547029466 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_Updatecpioxz5ppc64le-suse-linuxdirectoryC++ source, ASCII text, with CRLF line terminatorsC source, ASCII textpkgconfig fileM4 macro processor script, ASCII textPRD>tS`ؠzutf-8a759db4a9b85c1b44fedfe3d121bf9aafb67d2ec22905524e3684f44ea00c94f? 7zXZ !t/'+] crt:bLL r?VKM3٘:61Sz$hj6o"Jbb"]po +zAșZRbDڗȲkyFnU%f!Y2. ]2#ŀM[*H QOwطC.q%tFtͭt3Jb`jZ [,9zi[T1:P[,f} yrY i@lF~(`GA> \; A܈>v1n-A1ǍI²,mpu2k;++}?p%;<|Z)ַ~Ⱦk}_>?`9APW#l1 ]s󷪥̝*?5h-ύXY+IHz=54G^yb7"8~0+ }(gOj) r^  L!p?^+r7-;ZL7,|Y_[]Q =>bKV$󇅑+ו֝N-̯MNZ`͇%R-XWcWP^BVq[v؛2:h+[[yG oJ~oɇqgU;>s M qې(u׾JHxQ \GPB3Cagwٮ ARm#3d"{ݡ+:  UkƁUW~\q=½WӫPw5vן!R9>{ⓚ{[P0b[R3-7m cG G:&J;I_{ox&fx/1!fXbvQ[R\۱QwcK@^i>Rr8mQgf"sp៚Gw]4K1K!`4tk*hں9 >^?qTVrDIӽ0 ;1~f #+h>M9o =4 o}BNW9+(c3}+vI.'VcYVE*4(aXՏzq;Eqzw_tT*kr ^\OQ!w5vSrx6[aVaoFȎSwd_{fKWQ=|"@HX! T.CZpGN՘aKt2ʘF?LiæXD1pfc ;3h7\b T6n'}ngm`6D0}JgY|c\zK|:{h u[nQo^dH1^ZQayA\7MwVS/ c`ߒVdzi;!h\H5>ZؾK5c0'Ú>{R"fǀ;a?Lc@8tfJaL* ƴ`4eJ/P[)*1U ObB0[ƻ1-FV_#{K'\%=9j^eWBi`&<0r SͶӗl<[uK9lr7{ݜITVYk Ɲ'v`ƺJ-]p1n=%Q*Mh˺܏a9ߐ_WMENjN%krvY$P4~NJdXɿ 1/JiV?c,XAգ8lN{Iol "D>.:d)3ö% -:i;cM~m9ԣ%3\] Y<Ӗ~.mㅘ0]CLN?M0<Ӕ%+V_ZIh?;X!U]F66)Ӧ^\^Ac[6?fN;_ryqĀ|])nƆ&QFj>|3f19(3g94V`mmלVKt׏nKcW˶Lʞ`}o 0`PA| wTsoX+f͉C+uG]r]X#RJnB۩{ )v<uT8p͌;MݼZvB3 (֋^>jθ wmqV1zGVP:'8с+C-%]8#Wd> {~(k:CrK 8kCyK$iRG8/?<'M~aa$q1שPέŊO$^@pٍ!6k5i1Ġ KVX~)4pCDFnxe'K+3dhY0r7FjvrGGXtuKYTXrӄc͍+5f<."̘kThXw ^(?Mbuu;PiHשNgqe˾fK,77u 餯8 _9o t<\w#ȊQ&dƴJ d_ɝit +|+`[}eop/< `?舶Go֫)KO-A[*}d 9o竲xcU Oc(e>&F\d$,_x3h5o}k 㚻[$PjqN^>&ƨ,՞H* rU*(abY\ {`^` BՋpH2œz-: |d\E@6,ԭ'Ď !w*ιPy ) 3#jtUnq>sZ/.qpLe,*0Q fyFWFwGmJЏ|V!:ݕ߼\Ygl/ˆb2?@)%Z6#N9EXrZw{d8K=y]r8?iṆ$0%&)V»0s/-;ͅ%trݮH0~ L=SKUj<,\+3Ծ9j,Ё`:$ZJ7pЇ{&I j q33c:E#˚mZ`6r<Qt~Ε~@PEe@Gn  3xB6)݄~!tnm<[CW%Vg$茮 XOK84rhTMNM4ꥪ<(_r + ZCD9/}c8&4#O^1qRp#$#UE=OƶŢ,GaK e!|Hдpvrh!qRr3M*cJ/&@N}pr|HrwpvK:# KT(kMhPe23jSBL22a5r5S}Ի8O^ٮ!p8 k{ 9¹`˵ c ?OuVY|vvӺ|ALaʶ_RڛFU%7clǀI Pd43m(/CUz<40 :7Ta$Olh$6vhl*Ƴ ګoAC֎!fw:0L 9,!7$~?!@SX_f8$ш@vgh`cc S6kr#_z0PIFO- U!/uNd%Szm!,BH | 53j(34$ ^aG#D r5Rǯ){ޏgf"?&aŐ'Ӹ`bm1HAEvSv+?jάM1?a@i~LOKuNCj„[.3CQDt\Gs;\ SS9ސa.lx2ԫd7Jf@2҇#cn,]jVaJjkZ+0 nT=~0R( mw Ղ^q%s{8_Hvޞ@Y~y(xZ#<9 e6Z#屶r)P>IEl5ynyTyMiЧ74n4 !7DC 3Ui{iUs%PٝzbKAHf+q1- G L5A&,AU<_yTA`1qծNAf-1ȳKmSu{zSDs^7ߪ7C@ؠ-}ka"!?0RJK AwTCIPҔͼ|Y -Fq~gM`7=cy5Rݙ4}ć_lQc7D=] k.menͧsʈ'|>Bs:p/j !uP !>ExAcZ B'JxDam"Yc?=\qTmwX߿: K z#_~˾+ ;:jteky0HŪj *QSoN._0& K3S>O"L)ɱ\O>RY:0Xq穊}-oDsa/ Fl"+,)6M¸@ّA$ Ik P(o{WVL̠mMf,Hャg swy$k!vf>Jm x&t>F N9xs(Җ )?P̅0BizloXJ+daJxm4I!A Q`tKWܡ+,r} 2Ճjd؟6`uHJ3˂C8hVf4m]$ݷy Q=FI)8$/8IS ,ө Ć2SDjIz,j5~&h'טM̻aii_946EeS]C=yԄtq8u@mF;& ˶Fe<"w2ǽm(} !Sf~v0$l[+$8K*}{=omeЕ yq3]%jX1/~TdG H5T 5BaEmWA蚩 F;%GaG'hJ2ϵd)D{D+ Il4+Mkē"P$m-Lkp)OҚMEnkh~1 ^DYG 4< f0+5-i%*NmڒP]wAoz y ul0B E}z-u\K-7vL><%VX)}+oNH% xAb+e2mHobFP.Ȭc_Nyە }mK#=b1.[~ FӖX:uVx3KOծkN7t~u0޲xYO<,wP}cn٢93[5&,6;q_ V4hڎ'$.w M!rC⁄,&O(BC(LS)[G/`R<ӱg3v3Pz`ynO2`L|Q0;m*fOqU>r|V 9j X{Lʥ0x9Rs.IS7hlFt z8z=ϐ3]*Q5z%7QzpnH}q!inW f@思iC13g%>EY#`x;Wad]jIb9E\b~Ŀ a~JJ2eŽF9r-ך4+8tme"6;4שܟ=یӷ/~ѐIfE@ELgʢ4zlғ[y|E]ν"xBVA%=8Z$M:ӱ"vd"ů߈dćIj[⺉IlCl;}7k*!8zưmDR O"Uf:z5h+C&Mitmil:V3]d8>Љ8gͼ#,痣^|gޑyXƿQN 71`DΡv ,$x]#\kI?0liReef5ϜV(F#FeΐV=]A19 0-,kM%"AFgKH1Q,yzb쪹.v*׳a"56ђHyEG-VJHuKgAKuŃF6ZѬ pxZD| 2oe'm< ?]GiUMՓ:,HHREA_ 9t::ݬy 9047YRx'=Ťgfeόn'iܾL⪎iۺXZmI$37=bN K a,-Sg6SH=]oWB {wT8>,L.vR-݊X3*h DBF~g Odul' ַQyCoopa@d]k*4kTppX8 -VkJ.AH}gDTE}3٦=r̝CܤnWm YZ