audiofile-devel-0.3.6-3.7.10 4>$  Ap\Sp9|2gurS檹 Ru^!mI2\Lͫ csK~uĠލdwXjnU4e'|26XV,]ǹ̰_KLGv$jD9E@$[~쒩 }i~2ۥ8&s+ : ~y0,{[uաʿP^v#p;W+%Ba6ec17c419270abfa40e29afcf048f6760c0dde5dd689a3c7ff732c5f4725b863c01b7e58440f9098cf802f91fe207e030803969d<\Sp9|zpa2e(6p.9OЧoj7mvX&L͠|[R6TG*1?BkaAdp)8O89-gb~`+N<Vb >2P$L8ath9Ƭb z_]6*Y jpi BfL(,8ƣ# khvk ťg,m}\>tf5eVD290*Qx_ zU-.d0űrp>p>?d  5\`hl *08L V ` t y Ph(89h:FGHIX Y,\L]`^bcvdefluv$wLx`ytz|Caudiofile-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).\Ssheep89mSUSE 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/linuxx86_64_ Ё\S\S\S\S\S16a5b921a7223085e28afc1181ea3e17faa0e314f9bf0223f0d25b7500c12c25890e55474822762f692b7a755b0b312b215e81a288c15199afefdb0d9db3a4e3c5b614d6198d00444bb8e9e643108ffea212e3c5d1341d48428bb81d5d055e05619c6342b5d549491f5586da8d0392b39dc93c0477e46af4522cf2db1e4e58calibaudiofile.so.1.0.0rootrootrootrootrootrootrootrootrootrootaudiofile-0.3.6-3.7.10.src.rpmaudiofile-develaudiofile-devel(x86-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 functionssheep89 15519794900.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_Updatecpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filePR_ L,+&{Autf-8282dcc3e4dcaba54d07456a9b125ea1edb4d273bbbd69407b3b83093c1096c42? 7zXZ !t/pL] crv(vX0}k暬t3IˌvyfsN{VRD;xbxD}jV=զitz-kP7un,E⃅L3bzGA> q'"?0l8 _%D?,ʨТ8=P,Fu__ʚU! I h-HdA8fIgG|Q \%zgDo@k # };0X FQ- kңt'ҹ恢$ﮈ|Q_ˬ]֝ ہwXgn>a'Mѿ*%Jz0 9Fw I .t;v]eG憿4.,@My3ȝ $ 6ΙQ<3QC挖RsfŻ% r?CDVaV˝#b[*C)Xsse}R wrʹ z!mc%jzQ h*LٺstJLD⮋ 2,>7>҃N}(I\ؗgs҅ ""e4W7`驾GU8xib2n JldCZ)ыg /zG6-ERO:oX))x7_:*/P ^45Kb3tTZlGp5xhӇW9M)tCta qjrЂJ\q tAx3;XT$aX<{AHM=ǯTOKH6EsخdW_{q?C wEKa(ŋG9?MHh0_6e$gy̪יzkgv"ȚϪ/\׷Sx 7WL/e7)3WkI ,D<ȴ"U`3O)pKH:B 7H{!' XN<$异j4f{Kh3%>>?ZD2&Bvvs8_1i[Qj/naAh o 4LãMLdcUH*V yE/oBh찟N 2=f#jtg8Nm2; 8M$.f=RW5.F9NRPG|PDtOCsXrn0Ұ)9sLZ~:S DygWDŽ7casKR_QQ_&hEKo($du+q $$;yPf ༃,۫I$Ih1רDohHJqPЇ3*@,OZP]֤ZD j J U4vy/$eU`LvIގ(GJƉ9: &naՁaX]m|?;x2L#8{jE xlH%M$܊+K!j^ -m"2T`6;(m$E CKQ,XtD%%E☦Z OWutad띠}Δw 5_ Yx=h]ݷ %%f GJtk<k^r+P*#|tۇV=Ov "!$n$M .tFRE۹mZ}C~S(>!$?my  ԟ6e ,h5"*̄ynzS' rZ/0an?Gt)&si M7MykYvLrEa|N{G\\O~˵xO˸#9pu)T3 |+eR54ߙ%; |PnmX(pa/[9UeބPK _Ċ!3S!<O\KajrBlDjH3C0 ܄2Ɋ 6žݏ.'?‚V3lΙIL)TW#4]sdXd$LL:.z<|qu +fbTtsiN /ɥ4M33ғ!7_Ku^$?9`T}=VqwZ´Yr_8"aUIm EW3 Ɲ 7Oyjּ ,lg $*լxG:ްěO:nW<9W4IK"2},jyhk:!m _C[A!bf( -/p?xgJ*X]=bZPmG:}#u$5Omlt!IZ=rԣxػNEt_./Q hFVM_&g8DP]xD*:6M7>̈́ Pu?]l獕iڇW̯$FQV 86jfn^Ѡdİϗf5pzݧVqO}ٴ߱}oɶRRYxHt>µpT0 X]XZSIN N(JD4J R+*7l^}mOƛ#p-1 f-g|x AM:ύOt@qN/[@6'J=X1.ű3MTWOXepPjum?O<ѯ图 TiBk|CG~=aH!9Qk0UUw!uCW*LH~<%! B]b"J[%1T[w~Fp+BHisܪ8|JbD`ʍh6%-( ػcHϤҕ"l4[D%W۟raXWwQj_9:p{?Xĕf ǰL|B~a't:-Ÿ<{5*h&dR FƩ&1U .³mRp/r^D.ݯ?_m髟-]6@c;@6=U(#L=uǼMf ^>woΉ3:*8M`0ܚ\*!z^EtLh/xbd \MI&\f:"fꈛͨhY b zr]Sma$/(`\_tg~'6yM5q3-2lޝv;Qv"%= K\yGPDxQ4Rb@PiKg@ ~:)$Ax yBT|0z =+PqomږY8w8,6XY!۷$AO@msnjnL`cw5<s5^x E.'Q1PF$Շ'`9<8ٙh %%^H[nXg~XykUVnR!MqQtXW3כ8TاcL̮ >{N<}^2&T2\!X]Aо6#VM_-lX^~䖷iye@fiA'r#lS_*r4;0[kGw7_阁` S`q-^_2!;R9%6{l6~!8wj3醧gWɸ߯>'xwؚQ2  ?- 1 $i-;LqiOƪGcis_DWQ4k$' AdSv {y(b5mPFkRMEª׫ mS-0I_;zֆ33> 8l)q@YyߧZzp[GlJæK\63Zc {x1z#ʸ8N(I>aE7 O,3M> unƮA&koQ0֖5-7_|uDNoN! e@f'zB&ч3/~96F<-4JX~Tr2еm$3'#u3l Սq =冦=y[Q?W;V.ίQxWml;3`?St^xCE0@q ig['`q}ޫdgVosr}|QM`}T W&'3-y0:o)ǑTSɿ,wIHM'zhﴮy:|^S4HYO7qCկ4T݃' i|$Ge4S8xcdb9kfz w2xn]