libopenal1-1.17.2-lp150.4.3.1<>,T\zb/=„h)ސSɞ?o94yfMFYq5rt6[|rZ5 7 mA(6] F/[{m/;SKzo!C5@Q}K5ʲJ,An=|W_^FУ(4Șxo&8į>Q#hFXjr[p ͕5 }3FFUo~:.ģ"$FҘ08W~NxfO>C?d   ,  9?HP T X `  <(8$ 9L : >J@YFhG|HIXY\]^bcd9e>fAlCuXv`wxyzHX\hlpvClibopenal11.17.2lp150.4.3.1OpenAL SoftOpenAL is an audio library designed in the spirit of OpenGL--machine independent, cross platform, and data format neutral with a clean, simple C-based API. OpenAL provides capabilities for playing audio in a virtual 3D environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API. More advanced effects, including air absorption, occlusion, and environmental reverb, are available through the EFX extension. It also facilitates streaming audio, multi-channel buffers, and audio capture. OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL API.\zblamb01 lopenSUSE Leap 15.0openSUSELGPL-2.1+ and GPL-2.0+http://bugs.opensuse.orgSystem/Librarieshttp://www.openal-soft.org/linuxx86_64 l\z`\z`85fe64ccff69696627875590236ddfdc9224ae43bfdc8f479f78cccd1eda9d22libopenal.so.1.17.2rootrootrootrootopenal-soft-1.17.2-lp150.4.3.1.src.rpmlibopenal.so.1()(64bit)libopenal1libopenal1(x86-64)@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1[{ZX,J@VwVqV }@UU6;U@T@alarrosa@suse.comdmueller@suse.comvirtuousfox@gmail.commpluskal@suse.comdmueller@suse.comdmueller@suse.commeissner@suse.commpluskal@suse.comlnussel@suse.dep.drouand@gmail.com- Remove Apache-2.0 licensed file during %prep since we actually don't need it so we're sure not to use it. - Use %license tag- add fix-neon-build.patch for armv7l build- Add missing dependency for JACK backend- Update to 1.17.2 * Implemented device enumeration for OSSv4. * Fixed building on non-Windows systems without POSIX-2008. * Fixed Dedicated Dialog and Dedicated LFE effect output. * Added a build option to override the share install dir. * Added a build option to static-link libgcc for MinGW. - Changes for 1.17.1 * Fixed building with JACK and without PulseAudio. * Fixed building on FreeBSD. * Fixed the ALSA backend's allow-resampler option. * Fixed handling of inexact ALSA period counts. * Altered device naming scheme on Windows backends to better match other drivers. * Updated the CoreAudio backend to use the AudioComponent API. This clears up deprecation warnings for OSX 10.11, although requires OSX 10.6 or newer. - Changes for 1.17.0 * Implemented a JACK playback backend. * Implemented the AL_EXT_BFORMAT and AL_EXT_MULAW_BFORMAT extensions. * Implemented the ALC_SOFT_HRTF extension. * Implemented C, SSE3, and SSE4.1 based 4- and 8-point Sinc resamplers. * Implemented a C and SSE based band-limited Sinc resampler. This does 12- to 24-point Sinc resampling, and performs anti-aliasing. * Implemented B-Format output support for the wave file writer. This creates FuMa-style first-order Ambisonics wave files (AMB format). * Implemented a stereo-mode config option for treating stereo modes as either speakers or headphones. * Implemented per-device configuration options. * Fixed handling of PulseAudio and MMDevAPI devices that have identical descriptions. * Fixed a potential lockup when stopping playback of suspended PulseAudio devices. * Fixed logging of Unicode characters on Windows. * Fixed 5.1 surround sound channels. By default it will now use the side channels for the surround output. A configuration using rear channels is still available. * Fixed the QSA backend potentially altering the capture format. - Update project and download url - Dropped upstreamed fix-neon-build.patch - Refreshed openal-no-autospawn.diff- replace openal-soft-arm_neon-only-for-32bit.patch with fix-neon-build.patch to fix the build instead of disabling neon- add openal-soft-arm_neon-only-for-32bit.patch to fix build on aarch64- baselibs for -devel too for building wine.- Use %cmake_install macro - Add dependency on pkg-config - Remove missingok from ghost file, it should not be needed- remove conflicts with openal. That package doesn't exist since 11.1 and actually only the library conflicts. - add back ldconfig calls for libopenal0 - mark alsoft.conf as %config(noreplace,missingok) to silence rpmlint once the rpmlint bug is fixed.- Update to version 1.16.0 * Implemented EFX Chorus, Flanger, Distortion, Equalizer, and Compressor effects. * Implemented high-pass and band-pass EFX filters. * Implemented the high-pass filter for the EAXReverb effect. * Implemented SSE2 and SSE4.1 linear resamplers. * Implemented Neon-enhanced non-HRTF mixers. * Implemented a QSA backend, for QNX. * Implemented the ALC_SOFT_pause_device, AL_SOFT_deferred_updates, * AL_SOFT_block_alignment, AL_SOFT_MSADPCM, and AL_SOFT_source_length extensions. * Fixed resetting mmdevapi backend devices. * Fixed clamping when converting 32-bit float samples to integer. * Fixed modulation range in the Modulator effect. * Several fixes for the OpenSL playback backend. * Fixed device specifier names that have Unicode characters on Windows. * Added support for filenames and paths with Unicode (UTF-8) characters on Windows. * Added support for alsoft.conf config files found in XDG Base Directory * Specification locations (XDG_CONFIG_DIRS and XDG_CONFIG_HOME, or their defaults) on non-Windows systems. * Added a GUI configuration utility (requires Qt 4.8). * Added support for environment variable expansion in config options (not keys or section names). * Added an example that uses SDL2 and ffmpeg. * Modified examples to use SDL_sound. * Modified CMake config option names for better sorting. * HRTF data sets specified in the hrtf_tables config option may now be relative or absolute filenames. * Made the default HRTF data set an external file, and added a data set for 48khz playback in addition to 44.1khz. * Added support for C11 atomic methods. * Improved support for some non-GNU build systems. - Add gcc-c++ requirement; new dependency - Use %cmake macro/sbin/ldconfig/sbin/ldconfiglamb01 15591327701.17.2-lp150.4.3.11.17.2-lp150.4.3.1libopenal.so.1libopenal.so.1.17.2/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:Maintenance:10317/openSUSE_Leap_15.0_Update/0b1a3c9cd019e44216270938cfb0abe5-openal-soft.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=01ac2915162b499cb8da0ee0db93b33a14769e25, strippedPRR RRRRR RRRRR RRR R Rʂ5(k3lopenal-softutf-895377df28d74efcf632027b8307cca96d6e7eb786374ad4002fc6b35057460e6?7zXZ !t/F82z]"k%{U}dR:&w4:UA>[A-M.u!r/n]WQު-bF4-/G 0$Ln֘Bc'% ܋ v8P+7ӕɊ[jP IE.ltA !h- H3bZH/Z2ˠQea*x06jJ68g{G`jm)mw"ǠAF S,*y > v, j5b|3[#Ă\5^QGX:k^OÞ^Iъ/)LV$/]zWgbxwu荴!>~Qp `}{/⍠MYѿۮ{ "8 v%&}؆ɻVTafrEGv-mTffo AW2pruXHg7$9skT6{=UFųlkQ#.^O͝>XrX}K14H(|Q;T1,,oFp q&{j͕="8=(0 ХZviN8h$2zh>7! L@Ͻ/x9=]/F*( oT!hSdѳLq"(T *m+Z!]zFҝ5 9 8%FU™.sYjlr{An4z]hcJ7hs Q 1iIu{Li˦ܖ#R0- Y> $la%&ꢵX.~),r˲& P~F HL*3Zњu \iM[[.F?<$8غr v&LS|ۜ% R '[eE%r,.Ԅ Q=+FX"8ZBxUq/ř2S1ʯQGԿQn9S-[=y0H7L"?7[i'$2%_#'"lM&;{*e8OW*n{WY>rUq[cNV_rg`|I" qbb _9e)J1MnA{AD]8UD ӗRgZӲ:Lߚz/L]v^Nu;K~l`K4{MX' gI}W V֩<3S` f#rE+g0/J "m1hidHf}'A%vM hkDA,fL^0IF]<$k3Jӽc/aJiQ?rźнf;^( wN_Tdt k}l=&:f.h"%=HGJX'Yu|W;qR?[HC*R:Tr)uYrȖ@eNǧ֌Xs}݁ZC nâFݯAD}Wh~-|h|vh۸z)KS%iɿ'72_SoX]j{v}?fLx% %DPKD ^6@dVhGFJt%?>\f c/^(ˌWa*+kM\ $n\܁˱i ۳(0J6<+xOT$]xXgUB;@}UjP\V>d4P}Se\SQlȴ/H?-{D#J[wO#cb5]ѣ$tm4r0o ŀgRnQ0^!9rp@`V۴jRT4x=]t- <M"&fn"l$ުm%eSHIOH\K<Ү=yJĴP/wlC=c|H\ r@U'5Dg[e3Ss)pagQur1*Ȋo?]N_{ygBJk+S4s ˔i}KSM.xAM>KCZZr)[q-%yЖ:-Iq3@RЯп&9-.MWj4ۓuA[ rP\-b?9]hH?'6VgQoEXC:S*qM j[S~ %`d sRL͗/[i1:Hj9w^V&m{& qx1^2lI z~n0h,OlY@'imNÈΘt}}f|nяZ ZZw̝z*X>n՜I!biًHW 9쳣w?wJ+ZrkMYR<` :H/3tNaz%L /!Yȥ"rŇ<%Fy-Hzt/%9)}NxfpI(ru:w>+J-0˘2NVf!yNVB{S{H@be,a^a<3yN8@UĬRc3O8'M[H%]5Tx;kV.Q5,LְYD%aWƂ]42۹xM ޸s8iت cnSW:-D:!p{~cWwzF|0zrCx1$lVcm|v%aɻ [L>o~3i2uӲ|<`i!@9KM@acl"`=w}[{; l+LBЂEHA :rA6SP\1PҰ+X5=zJ["ؼv bUcCPggR)"խѾ [!3:qƩtd<~+P_UN Ka\!?3!Tk S7cx-8#ojD'B+>Ilnӓ)X/;/f8;BJnצUY]=YG꫗x(K|l{(!B`wM#Cq 6(BP+fn -+ڡ |GHDh2c ǂO` F˅͟29Ô'| jέp  N){/ M(7A5.ưPDwX.G,}Tnm" ۅ v@.o\MǼ\;/_ZgaGZM[7 iS;<8BĦelˑsRiӯ xcl?K,5t;4dPƮE#1 #YQmE> ,+Asa#E"QAbbXn9&K:v==zfmΛ։a]@Dg휑S1@~3D`ZGqx7A!=@94'h+=f3Wnu*E/ϻ O7M풠,;tf &" k-D:jJ ݁hwmkIzjz\מn[|r )yی8$K}HW,cCӳ3|o)* hD^揳OJE{QVS9(@Tp`m=Izqk?P^}d+WE%c=}n-:UK 5L&O(`^! L͊vH TtoGu=X[xgMBH^}PMm3r2)R\PaD .'=}n~|LƘG:2Q*ݭGv=@d?4xn}4Yn;]jW20G,HI$ ="rpG[x+l[1p-d{~/<KU:iq1+d^8oQXL#8Mp?zw )PJIcr`K6 w( ͹<0ל냑<@ͻxD_xܤK"g =l3%˓_OŽ,RjG8 U=N#XpN_|툩5Iwo͊EO7D*ՔNf >րٙf8=, re;:+sg9DWH>uWJKaZdrA=? `nւX_b5D&YE!h\dfe Ƿ*nTU%7 1rVc3ܺԠT`)kꛤ#s|v[5F_tꗛpجHm'<^_45"ίGHL`~R|jg []xqU] pCYz1/tx0JSX'>nR#ɞ|WL~yOân&`|_TIqSr!v%[IDO/j䟧;DvY6$Q4_NKDS2ꄮ9ov|%WJ0-^ " ;h Ne!yj?+_&M1%oS4sBmvvo =C%%iC5u#0y,7Mxn5>hV%'R]P\ x|BN6{bGʽ)nkwE -Ѧ5cn(ꬩl)f192@dڦq6 S=^{*V1.<?+].QA(t3G Z*M*SZmZ0_8=<NYq[=㈚SĪ'/܀ TWM57MͰBB(WRy>FBh_KpHJۥ5Zȵ6x@K KɋL9|GU"Ŕ\82.(//.8 ƴ T!XPG&s^/#=϶(atǩx!` %+@G`3O. PqFhڿ-s.cvj//N.heep=)Q6u(䤁7g!YJn(2ɹǧ]BP:b=z{˟9#{#‹۴F@bZN;`[$Hsʈer7|fm9FٟGLdjgivPPbJZ_+en(wyzCa7[IF#@;B}P>@e)םŶ 4fHt4+YС0 &ͬS4JP4$Hl>OW?ǩ 3yJA+\}!Af1{|?L3#mS$ [8F<@:vq,OcP$ @~M4k 0VR[T8's 9AxC*2RIݖQ oNDLO3,m6uԵPGt\hc>(ð'#npFn7>;v`>=i'K%?_%,2yPj|P̛:@Tp QכuHwBf?ZEK,ww1;}>hbKٰ G}]Hn|;-*V^JILq<D#]TJIJj-t"Ƅ]r ,t}`Scq+|e4r:$?yK)G2 $%HF$B|j}L3X@^S5j V$xu!I>kCFDsס{IլDS9u7Iim9m{hVx A/^vpM> aȃun>r6KXP%2py[:Cfb<9k)?Q[6RFNUepN}^p~ |2 -,䕱=q} oƯ>|taof.>zTGF,]:goNHBLASjMPWtE쪹7tH?iX^J3No5 Y8I0>"f) U{N}D4T$/U!5{ƄRo/=iA^9RstSo>4%Wk"R#wׇAF7D5SɫdT?NU[ Pb@+]9I 9;!H=S ֔7T88VwAE'OA8*KCb݄M]_nuPyla~J2,G!+ZF׫ؑPw\M\Vկe4JQ]QoWC "2i$&( @6GFaY[0nyl@ǿ-Ng=m&Or?S[Us0c<"~)8Ow.cI4:(tB^6MGU'4!{W^jԌ|>r޵r-5T] YO=' ƴр,(ԁw3ZQTT6B-SKe e{*J~D5vH`[OBNV Ek]2~Nle_8X=0R ^󓃒ԥ'XlfBL(TNSVj]gI>I"ɕ+cE-҄>SdHhWؿ<ۀ OH> t/ns8K5~.D`~]jш]NtG!?iUbg܌4K"UDqH3GGХР nE6$'M c24!{!$ WYx Ldv' famҳh320=OB|Tk=uo#$~(3KUN j qPfqa@G,`x O=_y.cL=чRǂU2{o4 q i_cXԐѿloD?M6P!,/`1b?~æTɕs =,+M29 >=ƿ+2$>'>|` gowSv[HUi0q|UEۓS%J 4SOnt[ &,eev;ՁCam &1ׅNwVFA-e zP3>ܩin#J~H23g30dCo z#T9FǽWMN/ dφ3Re ˃],-u=鍃@,:TfK\i][\~`G1 i:YGDGe\5enFFܭ{/cʈ8W/IE~PNQ@V֥dz~!χGE_s#OX߰!AhWS,DU!Hgg\bhBFsa-Np*ز1mq2`V֝?#݆L1WiD'"M K  Y1ԥhHG,1Gܱ]N k }>MmcP V(S@-Z[oNɐdj+P!t4TcR&ۜ;߹dYʞ|lʓCWӖ9/ux{wjL@"7MCёyL%|wX0g!L >>PMyeJVF`"{L`!ah M AX/P6_f?\$pLnB\UA _Q[d#̹H1hRU-MA.0qx,[k"wMoebog׶Uk8e2r_yCRV Ds %HQh&֤! _)fz0QgIDM.*rɿ(~ѬH]@"ö XH )n=~?K[x@C4ڹ9 >5!M? +Y &[c= FgHqN+!=XReSf. 5̃ڐJdHX _+mQ>eaf%FYŮJňF8c9zDNYM>ޠs jwRoBVG,/~O}b^{3E F"0d ɵh }tʄ&l{#cvP0ʖ OdA7ZP TwL';{̶T_l,Tڵzգ'm|u. ܥ}7$>gTs FY7\3');TQeZ>H"qQjCk Ԇn evm+`jt_Pm+_x6O:Ybf߷LA߈llᲞԂe]@ S(=ڇ R^ MDvjm $D&Cz_Pe#` ޔTT}Q9&|Z_}JF/fDY)j} :q>6  %"I=[!gQϋ8%,n\K$fC.ݎxPKs 5Q{jOy7F`LY'[,R ^E,| 1I!4 V~,=coXPÍ5":VJ% 1y9FTqrUm]I%{54R"YE`l ސ\5+K, uÄ~T?L $Q^~2`n5LX N:5mM]f9ͧ92Lm_"_A&qOߧh"4ɺ PMq5z |`lzynbۈYn88z!4 ~+BCXVvcK} \S6 -=jIĭQϬӾ{5jx*x+&Jwy_& UKҿW6>.&L3eM.3|E% 1;b*|4f۾SV?jc@}i5_(J(#H L0݂B5o2u M5ѦclvXa!U2(R^:^~eˎ  YZ