libportaudiocpp0-190600_20161030-lp152.3.6 >  A ^0C/=„Xw2)@5{Pk ]dfYV򃥯ՉyEVUي0hJL$>&ҝhQA䄺S,~̓F $8Q|}޺{6 :"Ay-:ek%=VEs 3ʼ7̔`FtJ>E#Y[ Bެ&{!5ޜu^){*?%#O^P gPCă9H:%EM&|)7be55545453c669240f9e5cd678c14086e214c3318e6b3bedee45859a855674c930be4c9c1bfe88d0d3b12ff2fc3f3796816c36bX^0C/=„p ]2SQrQrh$G/Lw*sst}w7=N`Tyʿ06Nq[I ҌPX("BߟS> M>FWƤ}'k\fPAb6mLÔd _5shpAGLB9Cf>pC8?(d# - Ndhpt     B `hr|8(8 98 : >@B FG,H4I<X@YLZ[\]^bcxdefluvwxy z$Clibportaudiocpp0190600_20161030lp152.3.6Portable 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.^08lamb16`openSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgSystem/Librarieshttp://www.portaudio.com/linuxx86_64`^06^06f224419f06999747bf4a7bcf50b74a40098674ae5d677cecc460a4a8080d6349libportaudiocpp.so.0.0.12rootrootrootrootportaudio-190600_20161030-lp152.3.6.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@olaf@aepfle.detuukka.pasanen@ilmi.fiolaf@aepfle.decrrodriguez@opensuse.orgp.drouand@gmail.comcfarrell@suse.comreddwarf@opensuse.orgdanielzucchetto@yahoo.itdanielzucchetto@yahoo.itcoolo@suse.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/sbin/ldconfig/sbin/ldconfiglibportaudiocpplamb16 1589653560190600_20161030-lp152.3.6190600_20161030-lp152.3.6libportaudiocpp.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.opensuse.org/openSUSE:Leap:15.2/standard/b20663229246035a1cb631dfac5e0c93-portaudiocpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bca16636b5c58592cf5a3582aedd02648a450299, stripped PRRR R RR RRRR0~8:2)+Hutf-856af1b0062b29bd65c2b4f380698bcd012acb6234f218a7abdda5a92b8732367?7zXZ !t/6] cr$x#+PtK* H꾯R !#pm߆d^XLl$S"C@RNIR4wj,pE;MH=ZbR"34 suJB N4;&PiJՃhS S63| w ҜARuIbg9hOC$q;1|"VhFRw^WY^##k_ƴH{^ݠ ^(+&IE]G aiqnUJ;IR0ŖtI='u`7y.Yy Ž`oD gaLLb+2qJ% jӼh~D@Y4Z<4٣i;˅ `LoJJQQY-Xȿ|CH 5"mȓ㻤^jLIb$#Mj5B_/*f_$ocxImj10Dz$Ͷ{M0M f Lv3 :U֝&(n$jAǂeT7ZC `4=}I4݈F8Fªۇ pg eqWT7 dd0dldUqx|';XVn቉HpmB %~kH%갬T9X!g|Vj$yX^0XS}BM{b &NŹ3NUkOIpί;ǔ"'`U5!3x;J+sdw\p~cUXq*}DJ7",al y%u5߀nZ"26ʰ6ã`l6bwsR̉$ ^6%nd킼1HزeJ)S٦`G /i`ZIv:.4BoC#MZxAjZJ6eUaG_?p"r nmMMqO: pnPlhNN{k&/No&LHgL^ɚ[iTzg⳴Vh,"6sQ 16j߃B 7lmD<{@îK0nXIX4d#| @Kd8|RSV%.Cj^B5 Se(sy ~1,_MxDY@=ܧ?K} f/o)r@|@uT9RZbM=P&9gjdC`\)E`EN JD8oc 0uEja(..`Zbϻl moKh#á:h4KT ٕyiQTߎ1[n 1R%bp7BʗfRg[;D$Y )pkI{f5W В=U,0n1Ȱ;9ځJ*ѳQ%L0̋{bR2bl)mkG06G_⬿y5_m I;FIn`&B&SAAO7@ZڥF*p 66^$NO3HcEumea&Nd[B0-b2= |0TQ܆n FVԿ2[1Q?lq Vـ "-N@dym:<?+xJ< i1XWs&fD(~{VyY=9aLl34PP2ΌڴGd>JWKǛRd]/:Iz L3%?lW_:fKQuJ,\iRa_axDU:q"\BVxm ~{ɞ-e O*?8ml@i%N4זqQ~0OdWo_PV0R #]t K,S%:hHNvl_ Kp@ ܕE"7VB@R6dܳ dZ 2O'뒙ODXi8ci .c;CDZo6ۆMJl[tBCIU`rG_1%nOҐiϞSH-c.:1&cXBkn;x8N!T~QWI0̱Qm"` ]͆`}\j&LsAIc.~r`ӏ.Btk(qF5Mʨh{cݰCm55q;]_drr0b} @ڂ d2sVh6I g*"a~}DWv;#E/3hs ՏWSRo ^bJC9Q7rnjU#se  \LZQ$I^yۙ;kEސ?[8wC. 잙Up'8 tغ%8ʼ*&%鬽o)?,OpPCc…2Չ5guaTMFb~ pof#aS]gqE%*Lw3KHcĺ0UkOMn}9{Q/q uع؛*V?,ͬ׮N$Qѷ# R4 5pXQ_!zZ `^e ȓKeDjc)vRb \Tԝ6Vp~Ircx^ry^ɋ0.4f{-mBTAt]@0; {]ؚc:cvU3;N&;v`┯Bز zj+%[(N1I2`Gg£e߂#d31xQBݻqj7Fw%1.4.7h]u /bkL1A;bJ'zV}H^7I1\2u[+d zIi*ƞMM݂# Z{mL@1`*ʋfKd1 V|E\ӟyZ*1wPJ |2qGZPo=Z>PNeUĥ׸JoO!ҢOkbv 퉝H#5zɁ}z$Ӊ&ĮqѤnuXeoGHk1UZ8ǡ\W-Qsm!Yd-䒢p8ҾP9~1ThfTRoϪ5 9ثn.ڔe^s_ˎw[&+aik8 Z{J (#βWc?{pvTR }ײPTŚZ$:B0dqPc :Zl?ɶ̷с!DjLʴ!La m6f%Oq@I3xד8z&C+#q [Wa"Hvpy5yi\qmWBk&%,ՃO?+m -ٛq-*Vn\* c1w1IP~/x Eԯ1Hg7&9p1zG)iA3dk <RL,$&@-As—U#i?~%^4Nct] ~Hΐ#ocs_m^!"Gx[@;je[Αϵ75@*uX{ܕC.]aKΞlzfi"1|g:niT9] 9CSVRO+Bƙa'v Oi5V~5v]:t T*rǮ^j+>ޅ# *5.QWOywpRTlFŶH{c?( ~ɴ PΫNG-/oIa_Z%;6+IJ(M.Z;hm05 4e8Dy:٣< o3mao>AD5'\+:1JKXRx Z5Ł o&lL"6`6ԫduU:u;Tޒ3Gu‡ ۹(E3QqwFI= Xc쇘2bfkm8]n|qh@t*] 2P +cP@q0Ec$XU^OkiONNG: I%J7M6BKGI~j8r+^䶭ՕiG˟Fn[dɻᒭQp8c8Ғ=P`+ iil \T3UN, 1m =S]IK,5^Oȃ@x%²hMܴncD5t[S=12n[X25f?ܥ^icѤ!@?a678ʭIZm&gx,Y,e ? e"[ft03]SP"oQ0*_VcCG! zAx,wJ1A-@ص_zJ:4}[G UXĐ m9ah$=y(͒9̘o1! 4*wM~{OC r+/ !,x3|>`DAzL4j|X3!E`1MݺFDR]*θPJo)䂰_qoI=]mMJפVpbw<-,U%U4 Ykk Dj M(^,f\k$cE A(K\q}_SKxԬmgNR)00Ӌ?tzY#*X(<]dXM)FNCM+>v^άkC}mT#\<#QG/WS:pCn!Zu?RԬixDvW?BZT0eh*ܝɷμ?HO #N)+YRob*e (|A%b)EpBAj-a 7LW1wmk)*쟰V=-*Xh2ljFfM,maWS1$ ]jtDMbo].V+ǥGDz0f0*m2|bL[_t)1$*2ʗ" IAv?' gEkUTuwsr -C}H8^'*tJr%BKA?aFR=V3.j Oem(3'E!O4=^?n}ɤ_o,ZSH]mUpGtq;>~kuet6/AZc@ {Lh' 0 Fa.#{3 0J2WHm+uI"u(p۟ ^m&"?z4Q={/>\%K,;$jD'3Ur}2C٫*.  Mo;01 b4b+7e8ZğM2T|0 ݬwug|3EhZNyhM셿˛p6z4*ޠo)yD48|T AyGO{B"ϪEE9LW04äTSy: 15y8XR:1 t2 Z5ʲվ7Uz~ $]xX=CòNJ,"hB@}#(ndP>h9E`H@/Ӌj^_aڀ6-,ώYv}?C}zL0#|萯?ړ,E~ף9r.@:8Б, T/NM3e2Tl_*Hn,ߚӌjX|WjjsXb{ HqR ?"$ C`ݞMnSL5ۚt+[^7=웩|դ}]WXQN6dqkWݨdMqh Gckݑ\%}c;6Z]݂d NS2hʋ|:wt/Xİ~aą *d ;w3"@V 3A;U|=EǴO-;&pUxϖ:2Ga蜒^R*A\D;p40שnIw6Óį:ߓ/tBdԢ-/~u^v(';h_e&qVT)R `3㥸ěik%7޼J1ݿBeg1 V{&ؼGMH[[-~ U`LJŧ\ sn.G8y7wĿE\4ľ:y~p/l76!#YP[jRܸ/p %m#@ sh{/0^ y \$[+WϱpJ`IJL?Bp|§|N=![糍2̜D'WYp#@~q׸^UNF'\&@//"s"vo}RW6$?#V>x0{-MbEF* Zpz#yrH5aUY u)E#cJ?V1j"[`:duNH飒p=2 Nv; |ʺkҏVbaZ*~b"[w-vb44=ZCPaP ?7i"/W^H.>wFErJWHZ7ӗ2c맀 ZIDK.>n0yUv7X{`׆7I @Jx6=A>p` mk bvbXe0_% )(@c~i2jh4M[zN>߯]q@{F.[p F~6G蛆X]wҟqSXpǐ!RSW*ͼ!_SL Pa#TiAe͓.gq$Ș:|K8vwrA+W?pْ?mh;& 9|BPWK6z&l9i)Bڽ76sŽ=]O=m$ɐQVD5c{k:1%}aȗάC.F ̰F.Oq]"gpoΘ&e).OmՇX4Z `7Xk8ҽEM {f޻j|fn AmdvD5`I ƙ*kcʚWS Ӏdk^o7Iq`04fux%Gщ!t0π (dT 0|_#OIƅ✼wtn2 ^%KHkt `fXIbɱ{ݐx rw;zj*&W\(4I!\ffSl~ r65jփXѠO]aigz;ʕ' MN:IQwV?@eTJoi,. ,~k11"H{ XR؞IQ$duX8Wy+.FS3=BI[䵱3뢴,]EgBfP A`_VI@JoyUp!^a"ZtFYS89Oa}ʼn )AZ^2PC26Gl6j YZ