audiofile-devel-0.3.6-3.7.10 4>$  Ap\\p9|pَ]B& ,dsJ~)N^ v wf٣$_|5QKHRsKk&A4ʘ۹^t!.p꒥;Ha$oV-jS/n+662m(1`_Dd_P%?=|@#&i SE JIn{sβׯO@ ˋߏܰ"-=t알y\o_+Ob%u^7'0{Q08ab966e38c7b566aa407abe8e0ca3e0b3b10aeed1b2ff4803f2e1f87b1b49ed518df4c88d62eeed59708128cc43ef62555731b51<\\p9|<u&"~v?o?mV5ߧ4]gKmgQYGs<@ nj7e+B nX @ ܞ>"WAMX2c-! iy51壄=n8{A^ex/h[|ȗ4'6*N >VH`PˀD3)8[L:,aZ\OVh }'U2t5W ȯ=[k]haۦeag$p>p>?d  5\`lp .4<P Z d x } Tl(89l:FGH I X(Y4\T]h^bc~defluv,wTxhy|zCaudiofile-devel0.3.63.7.10An audio file libraryThis Audio File Library is an implementation of the SGI Audio File library. At present, not all features of the SGI Audio File library are implemented. This library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFC, WAVE, and NeXT/Sun).\\xinomavromSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND LGPL-2.1-or-laterhttps://www.suse.com/Development/Libraries/C and C++http://www.68k.org/~michael/audiofile/linuxppc64le_ Ё\\ \\ \\ \\ \\ 16a5b921a7223085e28afc1181ea3e17faa0e314f9bf0223f0d25b7500c12c25890e55474822762f692b7a755b0b312b215e81a288c15199afefdb0d9db3a4e3c5b614d6198d00444bb8e9e643108ffea212e3c5d1341d48428bb81d5d055e05619c6342b5d549491f5586da8d0392b39dc93c0477e46af4522cf2db1e4e58calibaudiofile.so.1.0.0rootrootrootrootrootrootrootrootrootrootaudiofile-0.3.6-3.7.10.src.rpmaudiofile-develaudiofile-devel(ppc-64)pkgconfig(audiofile)@    /usr/bin/pkg-configlibaudiofile1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.3.63.0.4-14.6.0-14.0-15.2-14.14.1[[uXCVT@V(SS1oQ8@Q$Q @O@ObNN@Nx@Nw.K@K@K*@Jqzheng@suse.comqzheng@suse.comalarrosa@suse.comrguenther@suse.comsbrabec@suse.comfcrozat@suse.comavvissu@yandex.rureddwarf@opensuse.orgreddwarf@opensuse.orgcoolo@suse.comvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgcoolo@suse.comjengelh@medozas.deappleonkel@opensuse.orgdimstar@opensuse.orgcoolo@novell.comjengelh@medozas.demeissner@suse.de- Add 0008-CVE-2018-13440.patch to return AF_FAIL in that case instead of causing NULL pointer dereferences later (bsc#1100523, CVE-2018-13440).- Add 0007-set-the-output-chunk-to-the-amount-of-frames.patch to set the output chunk to the amount of frames we pulled so that the next module in the chain has the correct frame count ( boo#1111586, CVE-2018-17095 ).- Add 0001-Always-check-the-number-of-coefficients.patch to put in code an assert that was removed when building the code for a release which checks the number of coeficients in WAVE.cpp . - Add 0002-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch to check for a multiplication overflow in MSADPCM.cpp . - Add 0003-Check-for-multiplication-overflow-in-sfconvert.patch to check that a multiplication doesn't overflow when calculating a buffer size and reduce it if necessary. - Add 0004-clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch to clamp index values to fix an index overflow in IMA.cpp . - Add 0005-Actually-fail-when-error-occurs-in-parseFormat.patch so when there's an unsupported number of bits per sample or an invalid number of samples per block, don't only print an error message using the error handler, but actually stop parsing the file. - Add 0006-Check-for-division-by-zero-in-BlockCodec-runPull.patch to check for division by zero in BlockCodec::runPull - These patches fix boo#1026978 (CVE-2017-6837, CVE-2017-6838, CVE-2017-6839), boo#1026979 (CVE-2017-6827), boo#1026980 (CVE-2017-6828), boo#1026981 (CVE-2017-6829), boo#1026982 (CVE-2017-6830), boo#1026983 (CVE-2017-6831), boo#1026984 (CVE-2017-6832), boo#1026985 (CVE-2017-6833), boo#1026986 (CVE-2017-6834), boo#1026987 (CVE-2017-6836), boo#1026988 (CVE-2017-6835).- Add audiofile-gcc6.patch to fix compile errors with GCC 6.- Fix overflow when changing both number of channels and sample format (bsc#949399, CVE-2015-7747, audiofile-CVE-2015-7747.patch).- Add Obsoletes audiofiles-32bit to baselibs.conf- Fix unresolvable dependencies for SLE11: + add RPM conditional tests for sles_version - Fix compilation error on SLE11: permission denied: + add $DESTDIR to make install- Update to version 0.3.6: + Implement FLAC and ALAC encoding and decoding. + Update license to LGPL 2.1. - Remove audiofile-0.3.5-without_examples.patch - Add pkgconfig(flac) BuildRequires- Update to version 0.3.5: + Implement IMA ADPCM encoding and decoding for AIFF-C, CAF, and WAVE files. + Implement Microsoft ADPCM encoding for WAVE files. + Fix calculation of IRCAM frame size. + Record marker comments in WAVE files. + Improve validation of compressed audio formats. + Add support for building without documentation. - Add audiofile-0.3.5-without_examples.patch - Remove audiofile-remove-unused-variables.patch - Remove Obsoletes: audiofile-64bit- update license to new format- Update to version 0.3.4: + Use hidden visibility for internal symbols. + Add support for Sample Vision format. + Update license for extended-precision floating-point conversion routines.- Update to version 0.3.3: + Update library's soname version. + Link against libm. - Drop audiofile-add-lm-linker.patch: fixed upstream. - Rebase audiofile-remove-unused-variables.patch. - Remove call to autoreconf: it was only there for audiofile-add-lm-linker.patch. - Move man pages from libaudiofile0 subpackage to audiofile subpackage, where the binaries live. - Rename libaudiofile0 subpackage to libaudiofile1, following upstream soversion change.- Update to version 0.3.2: + Fix initialization of byte order in Creative Voice File format. + Fix calculation of frame count in NIST SPHERE sound files. + Remove duplicate definition of AFvirtualfile. + Don't treat compiler warnings as errors by default. - Clean spec file using spec-cleaner. - Add xz BuildRequires because we can't build a package for a xz-compressed tarball without explicitly specifying that... See bnc#697467 for more details.- add libtool as buildrequire to make the spec file more reliable- Remove redundant tags/sections from specfile - Fix a typo in %_smp_mflags - Implement shlib policy- Update to version 0.3.1: + Support u-law and A-law compression in Core Audio Format files + Add support for Creative Voice File format + Define AFframecount and AFfileoffset as 64-bit signed integers + Add support for extensible WAVE format - Added audiofile-remove-unused-variables.patch for -Werror - Added audiofile-add-lm-linker.patch to fix build error - Drop audiofile-oldstyle.patch, fixed by upstream in a different way. - Split documentation of the library into doc package - Removed Obsoletes/Provides audiofil, seems outdated- Update to version 0.2.7: + Fix decoding of multi-channel ADPCM WAVE files. + Reduce unshared data in library. + Fix handling of audio files with more than 2^24 frames. + Add support for writing double-precision floating-point WAVE files. + Add support for reading certain uncompressed AIFF-C files created by Mac OS X. + Write fact chunk in floating-point WAVE files. - Drop bnc_463220.patch, fixed by upstream in a different way. - Drop audiofile-0.2.6.patch, audiofile-m4_quote_fix.diff and audiofile-fiximplicit.patch.- buildrequire pkg-config to fix provides- add baselibs.conf as a source- fixed implicit functionsxinomavro 15519817060.3.6-3.7.100.3.6-3.7.100.3.6af_vfs.haudiofile.haupvlist.hlibaudiofile.soaudiofile.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-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:Maintenance:9291/SUSE_SLE-15_Update/03b3dda667299e4c96c25355914f6bc4-audiofile.SUSE_SLE-15_Updatecpioxz5ppc64le-suse-linuxC source, ASCII textpkgconfig filePRzV]!) Inyutf-814a3ed254ee05fa6611d525506eb0269d0c154427d9591d4281181859742cb84? 7zXZ !t/pH] crv(vX0}kA't] /Ol{}"~_&&i#&2{o#qUJɁR~lŢ G+&lw{9d,*l48n`i4T yuFSHyWb(Ԅ 3k ļIyԪbks]T2M,<d[.xқӝfk%*3wIM£2]o qfSZ 7?3nE2ۍR)K=[PLq/u˝3Eu u_NA׏F(r0[4=U`1o>M`>Ծ T\ق3'j& S; q+"=<բ8Y (ZÕ%۷־ڕ?"Km N=/2X  xTW9= Ǫ]ΪY\kWlpd@A&gcmNO;V9J>+`d1:L}*? YK2m 6&.>4H߻^641="7WOѹu<"'e&)KD_XܰbEUik½j 7o9 ڈWwpCNy(?tH )RboC18_$Xzu)1K%>k2z݈wI.^ASk+lkwb ~ejJY@m@Qח2OdE|KAN Ջ)|9Mmʢk.Qg4j%/7꺉G|[${< LꜝAy˼9dWye<ލ[[޹$ozȉdSoLc MۃQWLO~ "+b$R-،0nFy_HexH-+ ZqFSEOܠ?\9,,2t㛎}Z2vaيc Lnjc"{O moݝOa 0C?ڍ Oen x/mQ|+OFTonkn蕿`+V$~Ruyn?Uz[A8n CP7SoypANksNS50jf|-aP)in\QAGѥ y@; xNаj@WI4i;. h3:~<,3'xzV Hi?[ Z¼AV2mZb/ !"rw':O:$D59'2]뗈8`(4ˠq?eT+|'!B9V(yvg X=v^Ytko -sBV)㮮<7- ~'J: BD߉.[u#Y̅R $_O>:P_\!Ud T X_ u]&GgWlk=BZS0+it̫ΗiZw8Xl|n<]2];e[)Zɩ$aAh;m85ى?c+ֈb"<#mfix6}d%xJ?Wywܶl\Q萺, }Mh.,1(~SI1: ѐknk¥:81'aKXX (Rhcwe=j94g0Ĝkܰhs$]l Y]1T BS OwȔd2TN\3^)4g&r|ڶJux&UI n{Ma c2+ǖNvΊ!B½Z- ;s!|=B,-Eix)k'f[HɌir)èOZTU.եRʲ\|%sS1a4es ZREh/’ݯMM,ދ+ϺgMAx:]Ui/.:gW|題t'`0pe '(Lv]Ӎ}U[36|D?c͂-ѥS;%i6uS?ZX;C/);:H_AC6I[xay azi5̐Ǥ$(T#}O`9r]zrݧ&6UBLZ-ۦՀl4\嶇5_k{Tc Q9ڏa~nY_jL&E SA XL^bI {m.Yȸg QϨ P>inTawh3bRL`f#ɞ {;s,Nj KҫH&(Uҳ* b#mKv9#[$ Ü[{.!)Q\)?iPZ~%-|JWBLͥG3囕71 GsJUYn2 B+l6]NQlhV 4!D~rZ80-)驚Wjw5 e7>c݆ :g]f_;\)KǎFH$ tAS`ٌ6 _10pNia}"&dԮ{h%iYxa3X]tDq칛>5YB!An\5'!8]t>ײRMI/xp/"xfƔ/" %QZvU.*-VtMя.NK`=ClI%ڠ1NIߚ*Z/RRŞfǪ%\=e/F;g@J ]Ƙ"wXE! C4e:GCBg [Af8d?`fYsdPZQGfwW*恁#Z1® 4wQѐ_J% q.΍ڪ;$t!w)RXGy󟪱+%AP>a8߼5(T-('CQǯK0{ Z?ǹln*$2hz?6?}!xđ1(CN1Yhq2۱I_\G0vxlt!|d-4P_z>66]8x-%q[cx\!CUB葭׻G"ߡ+-j{`feKæ\4%>[b/,16zaAbz_k~i߶< X:>@pc%dÔ,BsI,$C֍* lAW0t /A5^K Rb'!*= x]ݘ, p%s_ޓOA h:͂:o껋p 2Uu? "cB60)MQ 7el ˿ r-&+3i'^'m+t-r7Fx293G|?ߠ !߳8z: ǃy0翇jR(IJ!9bzZ[pQ}}>W鑻(Y3CD`+rgֿ@;6T0 1O"\VJ0Yαl ɚ+nPr\C p4hr#܆q|FVȮtDxPed&.= HJќvOH/C"<(KL‹uAxD_o~ Zs:wؖuȉ(% 9a oT {rXCm}l#goxt&%ON 8HoP2zV\{`+ }8kIHq _({/׉ݓe6zGep]**;>rK*[>G\:{qeQj(/<mЅM Ew:D,7ȶ(}:6bCCHUDs!tQ)6.F .ϵK>Ŵ`*L@J4#Dvh1|6cahY=<,ظpkm_B5'u[r*z7@^ %ȢbsS+vJ1&97Q޲ڏm#nO 9J[ cog@yƏ "zcп^" `L<1:y|6y3+N_qrO4_ЫWk[^"f*#ӷG~Be"'hojcN&,g; #<~_c?؀ /qҜ'z9ոqU. B|^;o`JoӮ-4Lv`)jL[%~ģ"`Zf4'mLL2˰gS32#+ۓ8bܠ;>%DXVJJ8GnصR{ ^<0ȹpw&5'(9CvH芏s`]^ Fk{!pS=I d"x$#jkljTE;H.{u(8G>+,M~宅 B*8=!v6q 1l!dH:=9DYq )G:~ox*^|BR蘲(<c1:Z$җiBV:eRh])k%?ПH$#f'|&k׿Q+KMs./nId5NvK@.0? 1:4f(Fޛ~%)gJB B!5m>#xNUs;6 +yuN:(BhfG6X.?_Uƽ `,t8_`>)xldǒW{ЋoɋPs"3`UX }byġ&;: L,2({M YZ