libportaudiocpp0-190600_20161030-2.39 >  A [ p9|K)Cߙ̸Ie" b~\.e*Mj%-Uī܄w=#"Je[Eq2\g huG1|zDI6uM[:$2]$Mw6`UPr&?#b03834ef084cf953442f7b2eaed0c389047915257c5cad657e8d045cdb0a857f4c4bb95c5cd4e30bd4da65f1511954dc2d55873872X[ p9|I$ְX7}kt=rf ӒT ī q0+Ӛ͡yWYlՒ g:%ut.;?hb.W5C+I:X^ 8 ƝԮth2-`sg +P.$\.1YΌ3 \w^|{Q{XLcfh^r&S4ċ#% laWBՆgVQ=0JQ e9{?Vr<Đ^Bgd4AK\>pCH?8d# ( I`dlp      V t| L(8 9T :Y > @B(F8GLHTI\X`YlZ[\]^bcdefluvwxy z4Clibportaudiocpp0190600_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.[ s390lp5SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttp://www.portaudio.com/linuxs390x[ [ 05b0e12fccd5551ba224d4327b231c8ec531c06aa4761d1d190114d3e50a75c9libportaudiocpp.so.0.0.12rootrootrootrootportaudio-190600_20161030-2.39.src.rpmlibportaudiocpp.so.0()(64bit)libportaudiocpp0libportaudiocpp0(s390-64)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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/ldconfiglibportaudiocpps390lp5 1527322559190600_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-portaudiocpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=271ca46d1611d43c2d7067cf0bd93fa78f041ce5, stripped PRRR R RR RRRR-"*;ЋF<utf-8759b1118e074c3dac3a393fd4f212a673ce89f784c2127d1d61e7faf61df0b0b?7zXZ !t/[5] cr$x#/RԝbQiR "&a}ϙI3/@1D(f#XM/F b+c]CڬYZ<>Udg*/_"q'rh#B3S\=?K;LD16bf'dp20J@CNH޾t 8w,b!E{ZuI ÖѤ#=0V}5k=OAR+Qv6xYBELpdw,/퀅k0U;3t#&?KZ9q]ZE9eFkWO8՚9F("-B~.^rKpe h :_( Vg&okhp!7 %;v^S\#;uR^uuU5!P;ħ`H+sJz||)rQTXpFp]yTd$5_0RB -.@ Pxg0+#,dv,BS^f 8 ƽxg'A 8 /v"Zg2A0mr3teqtM` o_Bf ; 1-J).Mh@۲wž*9cm24n `| A qQ%覅1`-VzT!A9T >**5{[$\##JZJlHZ3vhi  N 8 VsHs} ȁ#$V1l'_:SP.StƌEۈ)n{_g= IQ;E"$t-j$g&>NUqN}h?YgW }gm|THmQҤvExq 0Do wb#nSA =e#9IoU?W[N_ڤjQ1d$c@G,ukNN\\ZjK\nl)~jw˸j$iFq)IvHs,#ՊR:M 0|p:.{F3؋zO&6=%(d%Nl>) 8}A Yc1xcYFGrb ZʁH -D7: vTaOh8DYuq< R, t+`.9^x p'3Q@HW๐5-}* @ u|@ƴ,cA3m$3Qν Vx㠰~Č8?B$}gIۧc1>c3ĔFo'|€TkV˱yqS`m׏oNQ0?.…l0=*fiT-,HQ2躺;2%6c[ٸ(21}b]s=D/Qe^ uc8Мj{[EHUfkm|;smJb)A -w"zl\!v"^z6 $: OÒîdtg2d8>/UH8HM׭eI]"<M?^c5jx٣"u |<%VMȠ+] ϖ]Ubz5lCTf\~4 c0@_$Υh,u[ZK:Ѡ./8f:L .Uy):J\{,ϑ=v kB޿t8ʼ5m(3>PMK)'?=dU<g}̕eG$VUPzzKTƎS!`p)1M+ʶyU>C/1-38dimmFd80@͒q]eY *ļD|yBg}p%>nw-6nɐ켑zL+@CGH3 ωJл$ZX5ŀUyw #? }XP>nS&0SJЃ _4-'xr7ѫtCב~bYܩ\S:z.z{DW+[]~-ޙbl t44r=l1W<_ÍC{^29EM N6?~bj9p/2^d?6\ޯpBzbi ^zr $9?'. S+NI&P0Zr oRW0 OMsJXȊ!ɺY{LTL;ʹ'5@n뮯r%+5mN!g 固@ȮA ؒ|*H,Uђj0~F7)IOe#Q˭{dz}@w^r ,v˻A5`nsB>#ilk*P$[qVVTg9oF8^_ h90u.{n iQ#Wyh2}x>6D=@{}~kORoicR QJlO6?D7HXCya 5Q􎩤hee L}Тh79ɰ$NV@=KkSNLmnQr"bQy{?`:zyj~(2vi{Ͱ@#ME ֣0zwr IRxZMIul: ]UQ@{]5gڛ}>D_ 2"[EHr;^w)YG}  %jySOژ"g}?vC2K寺h$*WW6Bgxd{ʥ?Eÿ503emoW܆w4 (pcNFGZڴy~HEmpZU<&n:ϞDh,X^N3?_gpϜs [fveb`p'̣@LGǂn'AX[t$ \a9B%|yb|`T6YJ|I]t:FbRHɕr/tv4^YDXUӆ%1 9}?6F1GAD}!fO@~MM byW+JP(|7oYhU` o+($%mIW3f}|$fܤ}COyߌ {˘c$&_Ì[U]o7 "H-|jBYhemoqnء'IT13Є ;)z֩R^\8c"w7ix|G*2ЮmR '㽊<P]OƐt]-‰Hʗ|17$jSf-f 03s k~wW,-ȜGvu/C94ֿtŠ1(OJC(/5V Kveqw}ג:'?Tk8?=oѬ{<~:S?,ɣUh #7|Ú.N{ԈH`&λ7y,ו\o2y_RID~>K<8ŸH})o[kvaO?.C7k?$r95odO 0i) [cG@M8j;)gyyTRG6/7F,+HטE+h_c~ʖ0`^w*ӿ~@Du O@\`l\|̜DRR.oDKR!e3ɋ%kAxTkg ^%]]ފko1&+5P` P S# 5ZCPҸ<Dž\9i˦BRϓ㫴7\ 3"T@wQdf3E֩\LԋZ*/-$LP2{|^I7loޥ,lå0mNJJA{:HTI8 kW59=3"<NINJkwYCWyDq^` Qh &>%^\,uєs~ MN&P]^ ,as>2E\!ШVNںt.A-U-K1X$F7`%K)MX@eR`?eNPvQ[P;uXTN?jYYwK5߼pczц#;P: Y%ӎ 3Mכo;9GJ?X#j^M jJD4RgR/6O7[$F~ {j2@OA>+g[g :CE "NȺ''"a#W, aIPJ`os=͗WXǚnFu GRCfwR]F6-P™>w|+2GϦ徼yϵ2ZU`n֡l9wX KXdf.LS}cwR8EI{dڑWp4w؂zdf TdNk/iۢcS"//a¹aY0"̒/i~m>]6!Rkl:BpA$ۯJJ)J  '@%5Ku5mU2/t߹ݵ-Wha92zz~@s2P]b9zC&)$F12 SBp!NcqޚHTSKvF',qaeY۪Tѕ_te\౬ '$<[)޹v`O RjI %n*x'fAi1iqt|Y^9buLv_Pж,99ڢs+pt%&>#|z8-/ Ig&W3qT=!MRCI Q՜aE̱ں$F1t9zI.ᑨ I{Z5 rk^PKWd=r0û[N})١tf Fqn,H8缚)ub~ 8S7e*hJEO17sq\_feZfX.1Ad#z@2a[̃ԛ:t b&?8[0-x 1WwK~aWF;ݺ/|޳oD!%b*Vv:RtYKS0bmhC%uvȭkzүyY )A 3uy)PE)kÜo#5 /R+ b'Vi\֖$C(] 92wj^ {S|aaAJwK!6*) +)WN%lBy Y7H`ҏgl%6}ZֈE<EiL{lhb2©*YH/q&=dwCJFu^БץGAX$v!4cco*|BMI#oilǮchtDHDS~iFe%1Kgs)m5 X ԭ&3Tݐ+CB]..3 LvR͊g.VAH:!Pv NpMЧH=,Sx<66A3 sS썸N7 ׻("`}rXqDVހA(!/ɬWr,f;%F%ZVaXFgGzj+6熢fp~$ZbuL0hwfԧ.m4"F>4*񶺥Ӯ\: @[F1,\qU{Iг Ec}=/:|`^IE˩̹[1R{tg={STWK,koJ4p͜5B\ n^%֒U:Rp V8n~=9鼃s~ٹK /JuY<]!5(HTk}[)NFz! k@rtH)~ÐWXȱpI!Uҵuo ѲJS Ha|ħI#(K>4]+W.k͚Jkag5VS1eȊh(UOaO+HgE jG)FnئŇVHf yhm8 o;Af 4Kx]АbY—2D-&SH4!D/Ƅ@AAJH8^Dn rJfYΨ aEeb\:IK/] pyKfۖG@| ڽ53ckpcXxozBFGu x5aJ#d:s\4k`Jx>wÝFrʒ8]Mͭ6m' 2\*;uUZdX6`hT1[GtRO*tz}C6*E =wޕ~O**(vGtmȑz u+~sE!ܵ]<h, Wbwo:;U:[1zdl^zN=dJ0wNaV}_E`C*Vvĺ$sx3~,Lu`CJL_ h"F!Q{ͪ}QTe&̩+w豤1^OSLM6QP)Vp6lVcZu/\xl]h#}RoSvz9GYq^6Wa ROQ5Ul ɏf_]R&->'v;tgM  7@Auܼg Ii|s2?!/5Jeqg;nD8Gk| YPh; ?L5`џ@ʺK! V{3u&IpX\Qhw!.$.V<~`Kc}vaVEA\,+uMn}e`0Z 4{*S]xUpi}Q;q i֪cu5ϦlDlC?a} Qx'8DS6%ΌaT# `i{(v nj䦳P}'W}O ֦D4wx1<&=s ^ƦҨD/ŠPs+M1mPܶ*.5Dž%}&:o_KFAJl`3\7ag1 "ʆ )S;xw=-Q^㫞3PW UT'I=DA)l? S8~9+B9Y8_U#ddZ98c*$=($]c;nMHi% K.)cmn0~G~٭_Zx"%*K&%`xKdZy+'U p|UT?GPE ϩڳ\y2u|3T8e Ȥ@d;hUNJM5x$1ZgI#!Q"n-6^fPLn+Xvng A7BN9EY Xe|i2_1kQR>BͦDx*)tuo%QG_} W 5TyAx!4(7&PJ˅6(|wOp:(+w Kb;<upֺ`πvMy␙PZn+BE˾U0cL-kS823i}z|L s!VZ9]1"z/w0eLpv,DeZ"ĖX,Ad 4buͲ~e[Kmⶾћ SJR, YN6ykvPq,ߣ+TvQQt'}lGhu밦h '-HNe-4!Zd[b~NjlM>{7)"3g"QsLEh~=R<nTjǽlX>!: /#0[J*k&ڄBz&nKuJm~Oh3yJ֮JV'7!\aӤ0H #|{*}۹BP$ە# @LU9|L B t@n/?Ũa<TELey*olUWHWCOvD G 81B?>.u󽶊f6yfq\S kEwQZmǤ<[ v;XmH˝Zwb*.`d@FAmpbYc#&2 Ulj@iV(6ȑ]AJ2—$ S+x,"UqϤeF#T]^9dfdG4W:5Zl`І Z{O.q$z KDQBI)S4:LAEdP:[ i S& e$4E1.p)9 "޵Qޘ.~EB]!fgM~6+"}  )ʨarKa_e9.ںLJhAhDvh\nA*ݷqXe,NJ?EEh0BSbNL:Wn$O\}+_X{GtsEcz-ZOCZ31tOiDiBN}=\13DV44 i/ޏVg |a<HA oB,N8Kl\ϞqM8oy:ڇqYLx$ܫafQaq#`fJi!}EꊲЂJ2eS9BlD?%Rk:j,:;$T :fQ,gN,aFTS>Ek 3~fs̟Lů%: - 6scEX}8=f )^'&I+p/w--y+u?[5~PcF8\rWĥvhpTΞ`tUeGإ:1wmzMpH+E@E=MNk7G3hAjiZH'mGL&qW˷1x0%`rKqjՈkTv#m;)=ȥWhZ{z*srEW}oޠYG徢cg g'6+.el٥"nL`uN6&ǁQdILkz[/Fw gsl8?xMʙ' `T`^G#*,T,]}y>SFG]Hq})&4|ue\UK ߚ/zᖋ#DL]QFl2g[,;-u;XQ=o±jCk9 aKVx!J"aCqfW{ ֚mteUv53<Ɨ3ޖ)uL>M%'VwǃFr3\!tj[1nQRtc)ƜpIZ+u~EBB D5V('1gڃ0QNj:7 =mv;_8GÐcU’N]EUhgbk"n›kea?j.vv 7uVlJaPAn,:|et~ N%A_f}HN6ȞDK7NE6 [sݥz>9d9*ˤ  `z,}xjL]SWPϮI gV7US^F|Θ2:wm 6.Voerz;cDy/2v \KFP`l}NEx^< 7̥x@{Z:){?/5K~Q$Iy#fKNC@¼cH0ڶN:Ac@\ѣ >As0^âv9d.kͿhˆC[~ōELTbE8"oL}8\}R3Ql\%Ui.<ʙ IE-8^xҥU؇rVv`Iē8lDjB\.oc!wNw9, 8QfA2yg_|Iܹ 1*O]z}