libportaudiocpp0-190600_20161030-2.39 >  A [ p9|Zxfׇw-~Nt[8=aoDG迳snKCv%$*%ֱs@,~Fʺ+ZT#oN~  PCޔ:xKpCP?@d# ( I`dlp      Z xP(8( 9\ :a >@!B0F@GTH\IdXhYtZ[\]^bcdefluvwxy z<Clibportaudiocpp0190600_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.[ xgene1 SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttp://www.portaudio.com/linuxaarch64 [ [ b622f0491c8e0f3ff97c126412e0328c5f299e0c2b496214a16fc64bb65ad8aflibportaudiocpp.so.0.0.12rootrootrootrootportaudio-190600_20161030-2.39.src.rpmlibportaudiocpp.so.0()(64bit)libportaudiocpp0libportaudiocpp0(aarch-64)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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/ldconfiglibportaudiocppxgene1 1527349448190600_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-portaudiocpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d610ce7125273c0a9cb0ee357153e6b123f3f050, stripped PRRRR R R RRRRhz3Xs:}V+)utf-81d9a4c82622dc34f03259af5070514a28748d85eaa080890488cbc746d833428?7zXZ !t/ 3] cr$x#15Mx|\AMY; z%Ͼ=yN`9Å WUT Eء%ug0}@_0v1V:4I/S~t[K~3}0#-J=2T.`1m9 !?Nt.+CV/:QlK >WapH!ar}58K ?(;tK+*cpr;({m/W^)qpΐ)i*$>*B8l " kgqBM\E otI GN5`׾bbXgg̷oYZG~rS $΋js n29 8,nY{ʎh!_m*x(&@d$Nd 7Zt3锩ّ)CEPL%򅘶rϖ^̝@Šȴgהk<J bK6PnW)g:[ez@V@ndAL] iKB^S=;VL-mǻ 7PYA;P&PMu,N{Nݘ$h=Y}i01iAG[dQmFĴ8> YnEC6BuOH7*%*O}Fǐ ^Աcy<#;ʮefRX)=}tdR# qQ Uˊ!ҍ 5R9miɆp`pR[OQߍq8%4]Z`pEsy}:H-"In* #k2❒('VA fv1,cz;rM.bL"Y=m  hF71F^% ׍H7Ҙ1S8K(|$Vun*X|Gf')/sa~܍gH~{qk"u/*ƾ|uxR H>UPRj%KQEO4G2jґ5ۇPr|)n|M|3qxD#*5n^=\3ӂf OlQ'/ ꒤r^DM. g)n~V< ̇CԞd˷C-Y]lb#VҐB(&b2F`O8{ =goriq2Epl#2^$gWmk%ilTWh=mYEeׯlU$az3)TwC| " 4v]^0=n~6:? Gh J0*JVb[m}DSޘv eCGN?1~EF%9c1T2-}*8&JV"g3ps 7?+7qtѯ3fԳ#Un+{>K2%;wnaɖ~)Ĩp]@}Tcq$xj3Qp1T}(II=hJ1eܧ85;]G`K&~iOOʕ9|Ayx=DaL  UԲ0w4M+ c4O?Uj;af ]՝;cHuo^ug{j谫[Wѿ2lz~n9Đmd^v, kn:PO4hxo y S*I0lB@.k|vLSK w!ĺG?a  N'*kf 02"TY+QpQ//UeQ iەxtZrm0z "<<8NpXVً<"%˪XSi٦?$i:*ӫeYxcG'=AomgUXvJ4qf*"~`0yJ犜W#ݬ i|=;ߥHqrg«GJE \ƈ7]LTEqx)WO_A[\8aA+e^B] l6b 4-ξ}l92U_z&BSSn2 =8Q"c1a{wlqb4q^"<`CsS~q4t I!l!e3%zc1<]ʗv}Yb+:^i6rTo+;$K7TbaD~R9-5 EpQq|B"/"Yt 7k_vkKNOX:ڈ;8hZfdj Qٚǀ}Z%"vw?Ӭ}'J)kX! Neu7پ Kw@j5K8d [!Mgޖq(re70" &E{?qjMcJ]+\#? cO&6f !$9g$:.jDe_M6G v.? hpReJnօB,\cb=^EBQ]͔$7enfzs*Fy+}mc1dbS,='FRo-ᵶj: Ǔ.vc|3aA/g^A[2sȂ^ $UZZfE̦:85A_P0qJic(|ۄtDѧI8axؘѥyDB3}Hn+C _GaOLWo&s_) 3b5'[ JxЬ)!p+8LPZ_ D=;N;^W`p)st272<%nCrtC&+7[5qSCdͫl!vKU识7'ݞ+∊V%Ȳ"粹iZPbmqe]PrŹ ZԎ먮 bm,pS3ayJ*l?ub|XTHD7&6bᐎ!8R#Q0Nf)y{&9J䪸?W1 Iv˽4ؑS;J*)EÁZYK:dK!n &Yuē"VyBj|+-6 ><78}zF UZ{ë-2MOO Qj=ڝ]+URz}} L!}!ԕт'(™K`~Iewh[~R$OKK?Eճ¯|QnW۬a>kF.Ȭ,aZ3k>=&sxu#rٚc9' ☸!Q8-;D rŮ2gNنϖH3 wz*fz> xNڥݡGVȱUwp=@Se4 {!J_s" &PbG*Y }l߉Ko2UA*X7tasr(E3Bt22 % 5E!;@ux2PKap߻n,_)o d] %ܞ) 4mvS~,T"kQJ}7|+Nuf[ÔwR9h 3pv d#֌AѾN%N)rwy&>vEzǼgF»$Ɵ;Ai zV-AV\$8m4&dShX e1_f2ݔOutʋbH$.,IiofCp@|{Jhew#&yz>]ݓsp g`*P ޸ދ..ZBǶYq/0<*FALݑAx/-\[#$p/O_0z$ k|?-1f"5g{73=9˙WNNEs*l>rs fixW剴DB*aL\aFH.}3$ȬϥgFw }֦ ]I 0< |ջg !{ͧ@Y/\eczc WRt1yl.vDKW'0sL#]qa^vJ@=?ʤlRف(9_09h̬s b"'I*`pBoˌ^R+j PWľ]U7,pؠ}QUKJGz6?K0_ClWD_:bjRP=ׁ4;?pF }ˈy9X' xjb0P!AKj@L1 +*+I찉_C]эz<+:,E"Fpi=-Dvq+zoCkqUC5"eWgbYEb^1]7-9$.9{!$7`J3{ U^GjqL]U%sv+މΒ4LęA ] = }kmu廛ԎsgBkwGs1ָfQOfxz[ ul[Wu3s.g-vai=sv9y}aYE%v@۸R0<+;8XC ͺ]k[(EȑS m)Q 6v,cWϓTm8ZI詸e(S/3T65Ckefl̓A튽Ɯ6Шz`ݧ̞: rJ~>t*WG5_,-1 L|o'3XC.qB/d"A Xi tx ez)%lh=U⺜">,+!) WUefm`['y0@L4 t o&򅇴}?5ξOĘ&:bRlp:;vP,A9G:Ca$-!)J_/؆ARʌGBRlۺsIoءB SfN(Uq% KA UKɪUdZ0'Lh =˻ GӒ@&6Br4D}fΓ WI}:pr2&`>.]=^qU\G–0w'P8ºOujD9DM4;Ufhފʹ_ Q |rS7@NCO xr\-:B`sfI?8,ï7sS(oF:`KK&KCJT(ŚʸҚ9>x8:j~3ͶX>-v +bLхB(] V奤,7kt߹pYA>ۤelxOc2~v> 2x|-f^e1oe+a<_Fa>6l(g?.m$eC'hTOS65JNyÇxHdM .pqDhVj1oc~+jW-ľ VI3-T1ePn~?;NO. ;{@ib+jq-9e[h0Ud$Mvd#ZqQ>3+Ca[IL^Z֔d˅ 'yu>SpVC?h?7sO8o4JVR"xiq] n-94u30ʰ+`%1k#EjK \GWpb䢝rʪЫ,F*'RԷ9pXT\#24C#a<]Wi0N5eRaƙ:r d0؋đ{?s Kwi}ЋhCןM|`hl36)ik\Q((9@JxcuL8 !2!Rm.'NFrqb+Q:/5"!>iB1kmb].2<cyG\xpE2y<BS9nϸNN g/f:f`5}IM #u!:l oTqem" iق 1 gScsNU$j/Nn$%zzz_`dR!FkxuRDR-=y n OWZh v$tk5@`Hi㳆0:&NkcmJG!|؜d>%АY  "yU&9$M&ǥ(g6#ft1;#ϭh7t]mmֺH  (цD9%̀/U1.5Uc U#"=mɵ嬛Jj\9A- ڊB"Ģ2;J-s|DFzN5E.uӫJ.|z c3gLOuIIk6 1 Ky34C-+'À VEƹ>=ѦO4Qq@=~N/LB gvР<ީMb|vB75ODv3z=]Mp=9ţ;N.iǧ1 U*%=,pݏHP8r2\wvu變` N֨ *$xy @C* a(1XcX;pTOeYbNiS<СM`z %URi^ۂlo %.z.wq;Aq7rip̫9l UVGzWoè?нYOD^7$#B{<y#EC?$! B=EgG2!Pn0Y MbQ botQ\d Nr]1::R"1Ϸ?Rh9QޑX릁;i74U8 erd&~\*G/86<56g hg2)y'ceDє-HMkm9acոNĞu694! Vxi6IDNf)DGE^G/ z *C)- +Qɫ炾7Oy2"qUo94yP3,W=v, !}ZɑvmKYȆe\%n[AZe]uJA:{Nn Hx;|i'~:,u6y^eptyP?:6@$L3\ym)aS@{4QT?G6qKVB+t5LO؏B]*%g>m湰~-a= DD~lH:WIOD&m+&=JXd'7@|,XzDm7 rUkcP(uEiXc5GTf4$$63`&ᤊ2tb1t Og&fxCŀJ#VYm`vƔŚ[7=4jFY[)֖=%FWsaU2~߲ zQCM+to6ۧ+=OH/>+ICSf/+{\~'ǎ3&TwNJ3gntQ-Lwk7fx@'[ ׳/m~ڋôwbS-?\R37_Fesv=TfENK>py8cl@є Y8*a4V̛6`Vp{>R Ξ* SKdBh_N; (`) KtIL>?mytɠ:CW&B9*$qdOp .@'eޫTi 9{̀nnݸ5@(s >XjZƃD2uZ;ԃlk`QbQeܬ6PlK.;D[# p%5G~PuK|w[Wrcbpf׏iX|Li.ܻ- ѯӗU /.v_;carAa%.]ځ &Hcҳ-zM%A8\&(#/Gp+7O,!8]͵Zw\SWl(]:F ((CJ96p//F1ok)NyGw"1C;؛MۼR a_-#F0ZxMzfx Kӿ#bK-,? XiO "[:4K{CeKh>@(:=CTb >7fH}jEV))AJ<8c7@_V JZgތqmP9|K`3in._¾Ȅ2C}Wbk(8@2i}l(mhv֑*{GN."4~YT}0zꙬ!3!@3њ2\}$AH +K;{]^n,58Ǡ(@9+j2d%׶JcJ8NBu ?}xezߋZ6`ۺv9WG?sDQJhyjP92Vk9`g| >j5_xiX5$23N: )/ޠX"ܔi5zj\@gX 4֝ ?nAv$q0$aԀWɘXS\9YDjOZ;}ġ_ N{/4#Ƅ^"=Ir#s*v;$-B /ϫ%k"w292I%/C~3B.D1g;C5)HDL'QP ̃<FA mP\-]{_@O,]Du\.IjK)"@[I30(T4׊ucמ LJ')Gm>?<_AqO35zQfz7n˒xcy]ַ(#pv \nx@kvwIO 6w_쨶NiiÉI`K+`G*[ \IJC=0lP |M912r_<9Gc&B@(mvߏoӪ}hͿ*pnNd䬇³?2?PS| Ut9X+kњz°nˤdwnH>Y);{97鎯a:a}lNEda'߸Iwa8OɲZڧiۛ^dV`PJ[Vi,+-iq΋Q۲n0Xw?i{4!D6{X1B&2/\wFHqEr<[ z-]C z<|U?=s糣$~-I+tAPBy LN+҄(ʆlsi] oפ BpF`F dbph80[[t=¢|4$ f?a:v0f,6?TƫQ YMK,#б#xDv lBJcLEcZy+ƍWA{==\ 6_0Jz88fѾgwӐBv|Wm@}޴E01H§:@5P.MNu (Wk[攊7d4~MbTzpowxyWm9"-ӽ}:6߱pUh{IQlA{7a['tʮ9T:v=-pqXXqn؄>3^ѓc^–9Q+PĽ}ze%Xdaݩt_ ]qEd-x-D͇.DM\CJLg)5җA60ne.i/F#,VF@@ugܛP0 YZ