libopenal1-1.17.2-lp151.5.3.1<>,B^҅/=„,8<b(QbQW>j{JſV|51G¬ϱr<ɠ &,Ǻd"+$ E󁉓KJOy*6l7(!lLGs+ůdqJdP&{c XOyl`ƈwTC?d   , !=CLT X \ d  @(!8( 9P : >@ F/GDHLITXXYd\]^bcldef l u v(wxyz $048>Clibopenal11.17.2lp151.5.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.^҅cloud115 lopenSUSE Leap 15.1openSUSELGPL-2.1+ and GPL-2.0+http://bugs.opensuse.orgSystem/Librarieshttp://www.openal-soft.org/linuxx86_64 l^҅^҅7bcc8903a1012f3805831ef9b4b18061ebb2c4f96062c83a6762464b67b833e2libopenal.so.1.17.2rootrootrootrootopenal-soft-1.17.2-lp151.5.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^JZX,J@VwVqV }@UU6;U@T@Marcus Meissner dmueller@suse.comvirtuousfox@gmail.commpluskal@suse.comdmueller@suse.comdmueller@suse.commeissner@suse.commpluskal@suse.comlnussel@suse.dep.drouand@gmail.com- fixed lib reqires for devel-32bit (bsc#1172301)- 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/ldconfigcloud115 15908550971.17.2-lp151.5.3.11.17.2-lp151.5.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:12791/openSUSE_Leap_15.1_Update/962be0831ce5cd04949a0ddd16b09200-openal-soft.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3e9cd2e91a97a1554f6190b3aff835b65cfcf1a5, strippedPRR RRRRR RRRRR RRR R Rg9Ǐ(DN;openal-softutf-8d7501331c1e1dc8e1f54a1a203a1d1a6cf82e182eac5b66eb954db2a0aa14dae?7zXZ !t/4G ^]"k%{U}dR:&w4:V369yQ->ˋܛ7 f+_J>!$;Lȗ7Һ=(—IAS.~y? }[RS>=|P0,$4݄C*+!h.2PA!HLJތ-o*Tlyʿ #uj' J^#ãq~*!;DPndla {X:Y-ܶ%<>Hgy:s52Za֖ɯ!2(M]?ౠfI5f0,#^8^ɚqQ{NP[ /fO΄勭C ? 6{GIЍ' 8.cGz%Z 6l#X)q`|9ఖsϯ V֒T봳n1HƣQx@wMt@Dė zZ9&vMrJ%ܕ:XdMG7X)84![A*B sZbb""sS0M. R-ȟ-rdǾ|`/jUftDL,;n@;AEti:B'3 5g)^]TLA_:rE0kütLmX~:T }ho!Avƛ& 6K7rJ[hAx4dn%ΪVH/Kl=2hUِz\HgLjr\kkj;k8" ޲u"l0o2G:R6Wԉ`^ 7) b{ts.n]?,p *\g) io) ս`NRa&;xfZ\xq~*;fs1s{1o^cJ8Qk.,H5cFJ1䊣,# QŖO(=f>C*Mj‘E}}䓋"3\#9U6!dxdt^ID;e21)X* P>EzIS5 Ct7H.|? s^I9vGX1bMA1`V^sٹ1O't#Ġ VX$gw8S&xL_+N[7jXvD4 yӰuhfMB(}/1~AĂw)NMKRLpAk G}̟a \cԂ `r#w~+:[KI/r a Q{*\g6b0L:\u@I M}Vzv)i}.4/LY6%'l-7eN)l껊K>\6jQq VИ@j[Ӻ녴"R)M =`@s)MjR3(j,12*Ѹ2a:)^ PbZ_BV'II~9ܷ+2lxàu pC|FBeXۉ#_Q8RTL LsRsUE[81-<rCҋ gt~ >deuÒ_lGR9/? &w>>+9g 22AAؙ :J@;XFTJߺ⤫yOF}@rH(vqr3g`JP2=M߃BD pspS1]D^4eЋ%^' x. *VZi$#02ŽQ0q?&S҄'p(9-^JnElwZ\Uf?a80؋$LztƑh;3zulCWuYKԫy QzP4^~Ped쟖Vs6!s6>)5[?p.´r[UtU67_a4PZxω637z_aaمbWpPTW)LDOp@>ӺX"B!P_&h `.JbbV#$NKA% 5|! 3tYlM|L b268iO,\Ea,wI> 1vSNna R׾X{M~6hFS؍۠N2&-Xi Ý #e#:'[ INLaϪWư[_1MFZ? :Ub}Ҥĉ (B5F=36ڶ†1)!֢ii1 qajQDSR4?ECh פ g =酿o3,~CRpͣ\0(ʇW6TjM.L+s\vJG:"&gIMDkW=O+Uug "`F$}VYgx-*(X U/}q9$<`m!OU/%z`Aȅ=#\0RR\nyX' _;v<2@Oz[99ɟ4jwKk,i?er.7[pbNN6~~Si~jmLlĴ?pz`\^r~ȍH6Oce: \#AW@PYxA'c ,Ѭ=IWeZQ6[eEPrV]PO$tmZ#qQuX} $(wɶrDZbK þpZ(GtX)nMy?Sf1bVF1|dV!sǫėؗҾӞW`U$桘2rN/S5ga` LٽW3`PG< K+嫋+/{b70fwfYx n/4@˕HD^כjDcnthb,KR'cWMw8%A5[iuR$6e -7? Wtx`us[*S}67:\z&M\!Gc9&~5!e]!\Y;1hK*و3$\W#"(KP$Shf)a~Hf~E$. I*Y3g<èzw ?UT7""t=ĀoPggoЧXKp90v3Rb_IG.%f+wRn31I{ǂͽQy{BF./$aec sLI'zb4÷W4 *" B`W޹ۊ &8>p϶pz5bP'&Pꪦm uFP x|@غhej`A_`6ڡm2 *Euߠ^FVGw[L;ўԣZ7p_bYw1ŝ&Xݜ}a* ?T6w@b=IbyhQP1g]\$!OBS:>ѭe\|Gyyiy *R]]Km/&8<0(jbC8Sv"z4؏ۨ6f%z[jn)m aƲc|m Ԉg[d%K3) KJy!BnFW1y+]k>ZҐ\h*-˰>={.fxns<4}|o~SbԞ\3g''d;7T[KY?eʣ[wo%. JaSbB}AE1ڗϤh jM2v8hS\7*I2ܦ^Ѓo_:C3.ll%ӇjJl$+¼Z?b;naA y[.Vϝ[ kWx$ .Țo ^f,%i^=I\C6WTG#if(#EO2 (9 js|4bIʸUDf~FqH 2)I􈌨%GyN|zM!RQ h"Oq_SD^zb /L4o( wjϱsw]Gv:` Z]Z)gbd -P z]Fس{jx QN[>D|eQ<^* %9-"K{ jUl8]U6 ,~ZMukL&t{n[$fy[-jR{5"k ׽_{;@B}l8w3JA_}j(NNz]tfhN@'NWR!EW6ه e^ӗH& ~ #/^/Jgh02cD bx3&ļJ%CUO+nt=kAp4l)5+°cqpiFuED8/ >^-Y&uo$S2MU,JJZ0#4 xEcPՌ kj]+R mz*K^$^Dr}WR X %{1#k{-,SN]j.wªGŋ&UOK9r -*u١m>Dk0lqiV{쌊9|*עr _'帳.O1t߿Ԣ%uMG90!C@K,G#:۝e-\0fUk>s(mT!4W!^&CO!Z7e&wPGffK/bſI!0(^(׻<涆WU |FANH"ړ]ye@7:Z 6GGx4X94᫵ǠE#< VpG^S&li/h1]x2ܦhX^L@ M*!7}pJ9B?)oeJ\+dM8!Hŏұ|yNarF l 5 튬ĊJpz3k7hFT{ {(-<Ztr 'QUwJ;Ǝ RRs uz/}օӲoJ1x"hǩB\Us&ʎ`7{%sÁKtGMvXė,9#[d|@on2p{hX6T)vew_k3Rc|=b}dŇS&ow>H2Ig6|)Cӄ"陨;O;}k8:tm-kV<>ŽZ%q_]bIAX g~ ϥ.N. <-nT-_{oWD i믧77шO;VHD8^적 %Q#.`5AH@Cn7 $"U!'ն** J=?GSp |\S=VOQ-mÛE{Oݵ&RVI|1d(c˅D3 D6x&X=ĻGyF#Ҭs oץLzEXv)yM:3YWvHٍ)2LGpG'փ^.^Ix vC avxxbEMAXRYrq<*mYw|I),ZJ:#\j;сLMx1ѐ[U 2fjW!s<'CP?Kླྀډ`lP滹B>%lU3+B&gX*VP3R}|hEvm&T DQ}{Nue/$'Um*I@w^,Xҵ6k?g;d5J(M41fޯ'P:1F9i;NV+=J7F'T~3^=l&hm@*'oIĢX"1bAMCN׷G =m~\hgH{ǿMT~B`$.ש.6T{$Y)ҝ7Y$P?)M"Ӡ-K71f(`ƷQn+ף-ʱTTx5Q_/%m#ռ'+7;w|=ݟDB2 tk 7xіlp{STdC[p6k&5EBN=iĆ\1=a=yMc x~bhMt3~KA;Գ8/ !+ѝ2hrEUW$CPПkGi\O<նg{ úTk0PG3j=ϓҫ6t&quBX~CU2˛XOA 1fS!:AhNU YZ