libportaudiocpp0-190600_20161030-2.39 >  A [xp9|UR5o;ͪR\ >(uvIiԙ@{z '(q ĶWK_K)~@{8r$QOjkJd=8TȜէbC"p]4iB}aH\R:9W H}͎2t+&UGITZdpWIiFk:"2 rt'07v0j+4JYH4fM>pCD?4d# ( I`dlp      V t|H(8 9T :Y > @B(F8GLHTI\X`YlZ[\]^bcdefluvwxy z0Clibportaudiocpp0190600_201610302.39Portable Real-Time Audio LibraryPortAudio is a portable audio I/O library designed for cross-platform support of audio. It uses a callback mechanism to request audio processing. Audio can be generated in various formats, including 32 bit floating point, and will be converted to the native format internally.[nsheep03XSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttp://www.portaudio.com/linuxx86_64X[l[m3a30cbc8c8b82c3b52f3f49c362e79e95b7abe48d8b2a1eb3ddd46e04db42374libportaudiocpp.so.0.0.12rootrootrootrootportaudio-190600_20161030-2.39.src.rpmlibportaudiocpp.so.0()(64bit)libportaudiocpp0libportaudiocpp0(x86-64)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libportaudio.so.2()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.8)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1YYR@U3@SSE6@Q@OyO%4Nܲ@N@N=@MKzolaf@aepfle.detuukka.pasanen@ilmi.fiolaf@aepfle.decrrodriguez@opensuse.orgp.drouand@gmail.comcfarrell@suse.comreddwarf@opensuse.orgdanielzucchetto@yahoo.itdanielzucchetto@yahoo.itcoolo@suse.comjengelh@medozas.detoddrme2178@gmail.comcoolo@novell.com- Add pkg-config and add alsa to dependencies of devel pkg- Update to latest version v190600_20161030 - Changes to portaudio.h (There were no changes to existing `portaudio.h` API/ABI in this release) - The API was extended as follows: - Prior to March 3, 2015, `Pa_GetVersion()` always returned 1899 in the `V19` version of PortAudio. - On March 3, 2015, enhanced version retrieval APIs were added to `portaudio.h`: * `Pa_GetVersion()` now returns a useful number, e.g. 0×00130501 for 19.5.1 * added `paMakeVersionNumber` macro for comparing to `int` version returned by `Pa_GetVersion()` * added `PaVersionInfo` struct with version major, minor, subminor, versionControlRevision, versionText * added `Pa_GetVersionInfo()` gets `PaVersionInfo` struct * `Pa_GetVersionText()` is deprecated; use `Pa_GetVersionInfo()→versionText` - On March 3, 2015, the version number was set to 19.5.0. (5 was chosen to reflect that there were 4 prior V19 stable snapshots.) * This new release has version number 19.6.0. * The Host-API-specific structures for WDM/KS and WASAPI were altered in this release. This is an ABI change. Client code depending on these particular host-API-specific APIs will need to be recompiled and linked against a compatible PortAudio version. See below. Changes to WDM/KS Host-API-specific Struct in pa_win_wdmks.h * Added `flags` and `channelMask` fields to `PaWinWDMKSInfo`. 4aa340a57e - These changes were made on April 9, 2014. At that time `Pa_GetVersion()` returned 1899. The changes are present when the version number is 19.5.0 or greater. * Forward/backward compatibility: The implementation checks the `size` field of `PaWinWDMKSInfo`. The old version will reject new structs, and the new version will reject old structs. In both cases `paIncompatibleHostApiSpecificStreamInfo` is the error returned. * Changes to WASAPI Host-API-specific Struct pa_win_wasapi.h * Added `streamCategory` and `streamOption` to `PaWasapiStreamInfo` 4e194eaecf - These changes were made on October 19, 2015. At that time `Pa_GetVersion()` returned 19.5.0. The changes are present when the version number is 19.6.0 or greater. * Forward/backward compatibility: The implementation checks the `size` field of `PaWasapiStreamInfo`. The old version will reject new structs, and the new version will reject old structs. In both cases `paIncompatibleHostApiSpecificStreamInfo` is the error returned. - Full Changelog: https://app.assembla.com/wiki/show/portaudio/pa_stable_v190600_20161030- Enable libportaudiocpp- disable timestamps in doxygen too, make build-compare happy- Update to version 20140130 + No changelog available- license update: MIT The correct license for the package is MIT- run spec_cleaner - use full URL in Source tag - add missing provides/obsoletes from previous rename - use date in version number: makes more sense and otherwise the obsoletes of the package rename would not work - patch __DATE__ and __TIME__ references to help build-compare- updated to the latest stable version * Improvements to latency calculations: Improved defaults, allow very low buffer sizes, report actual latencies in PaStreamInfo (CoreAudio r1703 #95 #175, WMME r1717 #178, also changes to DirectSound and WMME) * ALSA: Fixed issue define SND_PCM_TSTAMP_ENABLE as SND_PCM_TSTAMP_MMAP if the former is undefined #153 r1691 * AudioScience HPI: Updated support to V4.08. #197, r1760, r1761 * ASIO: Fixed bug where host buffer size wasn’t matched to client framesPerBuffer when it should have been. Resolves ticket #93 r1175 * ASIO: PaAsio_GetAvailableLatencyValues deprecated, use PaAsio_GetAvailableBufferSizes. See ticket #111 * Changed default host API selection logic: use first successfully initialized host api with a defined default input or output device. Resolves ticket #49 * Added support for Float32 to UInt8 conversion. r1748 * Made ring buffer params const-correct r1694 * Changes to ring buffer memory barrier placement (needs further review). See r1734, r1735, r1736, r1738 for details. * Separated test programs into “test”, “examples”, and “qa” folders. #191 * Harmonised use of #if with PA_USE_*HOSTAPI* configuration variables accross all host APIs r1740, #164 * Improvements to QA tests including paqa_latency, paqa loopback test * Improvements and cleanups to doxygen documentation. Added Doxyfile.developer for generating internal docs.- updated to the latest stable version (20110326) * Fixed a lot of bugs on all platforms * Fixed a lot of build system issues on all platforms (autotools, msvc, scons) * Added more support for V19 API features on many platforms * Added WASAPI implementation * Ring buffer code was generalised into pa_ringbuffer.c with correct memory barriers. this is now used by many host api implementations * Implemented blocking i/o for ASIO * Made ALSA default host API on Linux * Fixed stream info inputLatency and outputLatency calculations in a number of host APIs (r1598, r1599, r1600) * WMME added support for ac3+wma spdif passthrough * DirectSound? added support for driver-level full duplex via DX8 DirectSoundFullDuplexCreate?- add libtool as buildrequire to avoid implicit dependency- Remove redundant/unwanted tags/section (cf. specfile guidelines) - Use %_smp_mflags for parallel building - Do shlib policy packaging- Add 32bit compatibility libraries- use libjack-devel (tiwai)/sbin/ldconfig/sbin/ldconfiglibportaudiocppsheep03 1527284590190600_20161030-2.39190600_20161030-2.39libportaudiocpp.so.0libportaudiocpp.so.0.0.12/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.suse.de/SUSE:SLE-15:GA/standard/c7322a3887ed45bd835ff06afb9dfa7c-portaudiocpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7e0859a8c1408f2057134c5c48f8b7189f59301d, stripped PRRRR R R RRRRe2n}1 ƨutf-8a341c2f5649089d037a59dc6038535982a7e436857add56e5b19f2cc30cfffff?7zXZ !t/62] cr$x# ia=B+r8|'$> Q [gM[4N+"/w;3J8l[p8[1}h>qTgBR~1r V+ŵʲ{;LCgjOI2;wr4$wqx>E@:x" yda AG2†WvzA(FZN pSqؘR.Im vDPZ`nU;U5BޛCB~wSd}s7Ƒ[P%sAg7yh^Tcc|[L_}A^7@\0U*I|yօNk)4@aw@71̬6֋TyN] ݎ: tUuŪ.i1Qy(2%@ VE.'-ӑ Sy~dڌO$,<ۀpRз`6m;>:夳z0 ƕO|X/z熘M%Uɦd(]Y c4Jsِi"}Ol*g5증Ma%TM:ixoۿVœB ؤz.$?7֪˰N%iQ] ze΋Uf KLGkx6,b`St `?&MFս|X XY :1F23>e}(n-2.T"J徎Ka/PF!1 9Xd'&~ jyѯj271V-E22Pu f, 2gwz"YHQ.֘>:=2SU)oV ] a kΡ9,,ݐ, ؙPv{A׍܃3uRE%cyq5IAKHΌs9o ꡣ?LR? ;C;pqdg~+ gT"q] !jm/cvdJ x6w 5N}~t))e\A8D' 6b38 KO,ḝ{S۾X} Al2K֭j)Ú:*b+p᳑ҬTdюQdd|K,Cgcn+rjxbKQN$ 5>ὐ4Ay87V}ߍ tJ,i.U;07N'8X3'W9ܒ/R췲49AY1mbB"\Q-_t(9}0ANu$B<3T#Wfa@`g ԵbyNPXQn^>o8]Vd~6F4Oxؤ$;YoqEؿz9s( I_KxvޗQ?7;2-sxEegx%@^4LYZw Jow6xz呶Ή;gR{3@ !Cef}^s*ub>D.ub8<`wsD(a9>r5uB,0z+b!ui)eD߄]ޥmV򊃄pC[voŠj J`lWt=i:2\D?q+MՊS]j'6If6. nEy~~]bH+i,5JQkX7ap\KzJE` +euAO4albJ49%v `Y58`v3'k-xcS'"&AZ%~6ŭXVip'b30`"[ӤT'`!q"Zrq X*m| VkeV'FW' pOּF @)o`륛@{ 4PSu1ԩD*Fڢ<ߔBafr3H+Lm*!k/7ӻZϒe}M+ZK5N( OJT5:p%$UaO77֮ET$NMao*ÄM\5{Gm8in ;Į|ed#$*I|=l{i~b^wU*pCk9ׅ QvCU=W@׵}KFsN/M? AF.yg 0vtsTХ92đ,FV!dzZJڣ0Q i.4!! zo ]{Uecc4B_lpOj JU7L`HaW^ղ)=JsC25_D'Df{2yr#Xw#p:z9"֦01rUKiK)&˜wDB<ּ h^[ ۆYbݬ_KD;zN)R+.3t!ե ɽ;OH36)8jU]N.zAO37E{]ګ3zqϏOB x,mȡ*b+Px#S 0/瞆1 ~P{JJA"QZ:M[=}?l;<'t_W!Xxдŕ76:toFRɷx?JhU'E..5, 8OEP3WYM+)Vok >iTh=>k Ztsä Y$Nod߾F'`!7AK.D1, -bw"v6ҝ|¶ YOTT|he/-䈇T](PT]ͺ_s4K4$NB%S|= (wC9ܙ-<\*%zIOl=M/!xDJ7Qih0 B %0է_H[,"7zE-)3&K? *Dw5n;FGYPߴLm?nмXXZ\)Q2iwttOwz ꗢrg=6Ya8%_QxoRm(Yv, Ad3r\M^&j"GIݺS0_;?:=̮YOxTD|tbTdޜN^ГFK\QT'NȘp*LHQBh7+-3Y^sRЭH jKxI٧psv!uiB4dž͆Z<ՂShfU7>ۋ j8#47&0(a`#0OҫԼ+^liMD6oy`xmM;iIcm,U͘3K& =cnT:ЋX ؒ雼Ld2~鰥KF++!)BE_jB0_/8.`Ŧh>EW$ fQav GJ`.FU|֐KO>UNi$瑬?7 M0j;q&IRl3}5 ~NT@+զً=? tqФ Y۔a9z?&Fqrsfh|5d4tPcis(ݫbo@KL=n< ,vgWTSvw5/ˡ8\̷6T#F(T5UII^ x<jz 5~0t4ĨJQEb^0oa-W0྆'DTf˲9ҊI}QW%Rȋ0h5!N'^=cOh& $]ú ۷ $%R q2H{5ɵz;Sb5I8I ^D症GʫHߎ)qx= Ƹ&ƽQV/wQ36u[ܴ43z7È֋pT!XpxҶw{ qʌ[ 0'E_є_6Ҳb)fcRkz$Jjˋ<#*'ĿkqYL\eUKvx~aƳR+f%|؊/W{ٴ7t" (ʸp5@~טQp{^5T/2bQe4j9_ɟy p \s_k~41܇>j^)5'Y>gH(bIS=I5%#Ww{CLu{9u'Bs^ 5M'9Kvm?qoh(24l4mzҲ~/TVfsP< l1QEG45޻#L▣Fmn_ m!ZmG({fkET5qg\'|JE40"ڱOy 3͋*{eQfЂ\(a b M(F烧iyyGn@/'\BnC>bx9¬&!yQ*d&O|~{NVJ[p6TFw37!L[gjU E`'69b2fm(Rd2qR{>64or@rHZ/S? R6)!J\-nzc| -Ⅽ'mS.)cȒi m~OI0eڄ[S>\V~%`hF?ye #և4)1렸;S)rK 9:صJ}WLrC[1b*8F56"bʨ8"3`ţ Ey/s}uDPKGXœy |BCE @!w AFp>1:Vx T[g~Oۥ8Y;oe)>'zXc07S^[7qjmCv/ T3.}o^ zKtʜ#]G)W4~ԙH8VLG3^L$l#M+r6 ~t7gb硃FXѾȒ613|hm,l춇9YPMxחrZu‹T3n1cɒ)dR__<2Yt7?Ç]gmpIZhq8MT *ƀĂwZpy?e p 2a^dstY?X 37v4a}"^7<_v"7']ύؤ$rζ?K3 6fXħu)aV1VqE]i1|!FEgi;HFc!\Wiucf*,6v4$fJqyXH M$)X7mR~Nr,$Oy,YNl:.x:8YU5-!L%xDFԈ7Ê0j~,/k=?'^h< _9am@շo@y[kݽ4+bBg)z;Q٭7`dE  ]ΪW B>Ch5=0d *_M&{N8Xᱱqgs,'^Ő G2F߇n{aUTlR k (԰YcM9YId ^&3Ů]nJYg }_0J_<ʌ1kad5KvL>&DdYh6p9q~Mܶt) wrIn&SL2:TŖoL&'o0` d~)N38 F.rT.f׌kQ݊\O\E<bT?Lrv7-H cUsӌs̪]Hg*g娚'[ZgVEUk~dˑ$'_tU>Z8Nb*R"Ut2 >t2l'-ꊥMNIcp.1W&P:ȅ׈U8~*vK-AW(EgQ4D9 Z CȠ |M< /[c~T|,kH.﹑~'v"KzBoM{lSIz}_zgO/=_]:`#(p8V\RS ndzߕFȂuKlB9Н__\h$=dgNn-G3VpK[᳗>ڱY)X0\C x28X81RWJDMjqq|K+C,_m72QjV @1e/K--e#nlt K|)+lK*Y x9X&iN.VUkAۭ?K1w&,CzbzHN\q1:fN P3c jvagT&h%Wޞg4o=xM@H[P>k)Fk RT^D B?253xJ!k1* >!+qEKcIB̦,%µkV0Lr|7ewyjuWaNrY!t.@}*"w(}4jtbtZk&/!\qPEQ S㧅iNdHR99&l7_mfڍڳIM"& +AO7,. o>+_T"h : sN~tQi Ɵ߅bvtu ?Duj:Gby^HS ( DwhٶپMD).5nnC}1_JcD4Kʵ8wV~RmSŴ*mv0w?lX{싆/DͣpI4Z ־b1Lfsyn)e&px!?\ޞs؈)/[D|J Dxst㭁RVD;5BW|^g::g9Ҝ囹Ŏgq?PvQ5 Z(EXj3Өg+a-Mg#;i)#b5I91{5VOd[3VjO„OTv yS@:iEB]h8ӎc7hX%¸PdBd ~H _wutx^[Z m9q-Uȶ|dXE!l|VBK8G3Å @!8Oj[kGyU1J%cD)+fT#D4<$A&HSubKpy Q:iEsFZq^&}Ts k!E!2!Dw*K Һ:W!SY-fC?V!lU5YSCiW S hִgU|9Nʐ3UZ\(֪i9%xy@@(Cxs*]F%wC{v+W- /g=Tf}O |wh2:Vn4KOYᴔzmPmP66mYNDh&`P $+vR'yO_bE}*&`*=J : Z_'*S3IlBt(FJgC\[_BG}YJmj-!MH1 +%DH$:=tԟ/ѺPG)Ln2 sf6NJРb1 \ Ru1 -Ƭ fkQ{>:zWgolci!E)m~=V&%9;JdLSyPwe`ȿ6{Ԡmm(/l5zK{&{]sAY!pi"Ŵᑗ7YTƣIN~ 'o1-݌q \l]A*aHQX>ʐYq2ޗq1WuKf P&HMR劅LqnτbkS-eb)9`V&L1kE|zlu$ٟWM c[kZPpA@4i΃`iڏ7ЃvQ`crL r|9_c>E(d +Y()U}|RiKn-"u 8 W|gA9_0;Ig`R7KRD?*YYPMwS &N E"ԏ^baǂ]X pkh/y2]h5) GfT *b| w605BX @LV46l+9k^@#]]B5[T YgǣOK@2ǫjgtpgiA}P۠o=#R#x /12"Ь{7%KO1cez\lo~:WPGv4hx? A (^ހ!wCˬޝ 㶛E2yr{AelD8RoL%t \DTrKA B7}E[Ǵв?[1^1=݃U\pG|E μ6%kP>ۺ$!3$V{,&yI nM2ptE3!rg[O6Vq0mJ&-X!6kHk[*4lнt>M3ʮ:2t3dLC%Sy'U$rN !Dvk!\ XؕAhjeDU+'|Y- }Z~DQeBs׫(vn( y\8א2>j FzM@-~tWHr$cyILч{^Diid5 EȬh.Q|-d!k!TJq,%uZo:TnR]JPc?UN2,+&LcG} sط-*%BD ;O:ӕ  ٩Wr;M (47>⑵ib^t$'&Z_9w|M 3FK z=<`k~dM+D"XG{2اro1iT?_V Ah`PqHP`_vPlJ YZ