chromaprint-fpcalc-1.4.3-1.20 >  A ^%p9|.GЫ{f\1-}#t挋%< |s|IۃSY;Nq{ 5Y_|*c/$i+|IW;ňT%`Ԩ4/ϔAT781PAD b4lOZ*jsV$0=YǼIW;(JXԡV_$Eg2 f@ɰ?;+28d133edbcedf2cbda69710c8c846dcb058dbdf3e4a7614e78a12ea6b4496275f7aaf468eb0c2a8fc72205e7222f21561e13d395Dԉ^%p9|fhy_[nsFUt,фB/SLЅL`y.˜e?a-Qͧr[[S#el3Xr/t":='*vVl%Y'lw 4MXyǔ =}hi~MoBv+Mg_="jr$r#֡D1-@F*"vCuC*RҲ-:Wu]Ǥ65A yi{BsہCQT5  T>p>?d  SX\pt $( * , 0 q tx}H](89:FGHIXY\]^bcde flu$v(wxyzDTX^Cchromaprint-fpcalc1.4.31.20Chromaprint Audio Fingerprinting Command Line ToolChromaprint is the core component of the Acoustid project. It's a client-side library that implements a custom algorithm for extracting fingerprints from any audio source. This package contains fpcalc, a command-line tool to perform Chromaprint fingerprinting.^%ibs-lx2160ardb-1XSUSE Linux Enterprise 15SUSE LLC GPL-2.0+https://www.suse.com/Productivity/Multimedia/Sound/Utilitieshttps://acoustid.org/chromaprintlinuxaarch64X^%76f60dc4ff8ab707e77663f04d515d480e6616a208ca592c95ac0c72041ba1b9rootrootchromaprint-1.4.3-1.20.src.rpmchromaprint-fpcalcchromaprint-fpcalc(aarch-64)fpcalc@@@@@@@@@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libavcodec.so.57()(64bit)libavcodec.so.57(LIBAVCODEC_57)(64bit)libavformat.so.57()(64bit)libavformat.so.57(LIBAVFORMAT_57)(64bit)libavutil.so.55()(64bit)libavutil.so.55(LIBAVUTIL_55)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libchromaprint.so.1()(64bit)libchromaprint1libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.19)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libswresample.so.2()(64bit)libswresample.so.2(LIBSWRESAMPLE_2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.33.0.4-14.6.0-14.0-15.2-14.14.1Zhu@Yw2YlXWVbVVs@VhVf@VBUT5T5avindra@opensuse.orgjengelh@inai.dealarrosa@suse.comadam.majer@suse.deolaf@aepfle.deolaf@aepfle.dejengelh@inai.detchvatal@suse.comolaf@aepfle.deolaf@aepfle.deolaf@aepfle.dempluskal@suse.comolaf@aepfle.dehrvoje.senjan@gmail.com- Update to 1.4.3: * Allow one packet to have decoding error * Print output even if there is a decoding error, exit with error code 3 instead of 2 in such case * Add new option -ignore-errors to change the error code 3 to 0 * Add new option -algorithm NUM * Periodically flush output when working on a stream - drop chromaprint-ffmpeg-pkgconfig.patch * fixed upstream - Switch to https for URL - Source moved to github - cleanup with spec-cleaner- Fix RPM groups.- Update to 1.4.2: * Fixed invalid memory access when decoding base64-encoded fingerprints. * Removed unnecessary library dependencies libchromaprint to avoid circular dependency problems with FFmpeg. - Rebase chromaprint-ffmpeg-pkgconfig.patch - Drop chromaprint-ffmpeg-API.patch which isn't needed anymore. - Update to 1.4.1: * Restored the -v/-version parameter for fpcalc that got accidentally removed in 1.4. * Fixed processing of some short audio files. They were ignored in 1.4. * The DURATION field in the default output of fpcalc is now printed as an integer again. * Added missing version number to libchromaprint.pc. * Linux fpcalc builds are now fully static. - Update to 1.4.0: * Fully streaming audio processing without any post-processing step for the fingerprint generation. * Many performance optimizations. Especially when processing long streams, operations should be faster and use less memory. * C++11 compiler is now required for building the library. * The public C API now uses standard fixed-size int types from stdint.h (breaks backwards compatibility). * All code written for the library is now distributed under the MIT license. * Kiss FFT is now included with the library and automatically used if no other FFT library is found. * Added support for using the FFTW3F version of FFTW3. * Boost is no longer used. - Update to 1.3.2: * Fixed crash on an invalid audio file that FFmpeg could not decode.- use individual libboost-*-devel packages instead of boost-devel- Remove unused Provides libchromaprint-with-ffmpeg- Restore support for libswresample/libavresample (bsc#973555) - Remove usage of deprecated API chromaprint-ffmpeg-API.patch- Update to new upstream release 1.3.1 * Support for ffmpeg 3.x * You can use use "-length 0" in fpcalc to get the full fingerprint * New function chromaprint_get_fingerprint_hash for calculating SimHash from the fingerprint data- Remove needless conditional for the libdir which is in the macro- Use pkg-config to detect ffmpeg in cmake chromaprint-ffmpeg-pkgconfig.patch - Add bcond_without to use ffmpeg unconditional- Remove broken libffmpeg requires in devel pkg- Use pkgconfig for ffmpeg BuildRequires- Update to version 1.2 * Fixed compilation with neither libswresample nor libavresample (#11) * Fixed compilation with static libav (#10) * Functions chromaprint_encode_fingerprint and chromaprint_decode_fingerprint are changed to accept const pointer as input * Added support for using the Kiss FFT library (should make Android port easier) * Removed obsolete dev tools from the package * More compatible DEBUG() macro - Cleanup spec file with spec-cleaner - Add missing dependency on boost - Use cmake macro- Update to version 1.1 - Fixed potential DoS attack in fingerprint decompression code. (#6) - Fixed invalid memory read with some fingerprinter configurations. (#5) - Added support for audio format conversion with libav. (#2, Gordon Pettey)- Add baselibs.confibs-lx2160ardb-1 15917478441.4.3-1.201.4.3-1.201.4.3fpcalc/usr/bin/-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-SP2:GA/standard/def4cfbd0851785d8c54eb645d2e69db-chromaprintcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, BuildID[sha1]=23718db703f74ea9e140addf99059914e56d332f, for GNU/Linux 3.7.0, strippedR RRRRRR RRRRRR RRRRRR RRhMklz&huutf-8bae7a524a2e7ab66e80e258401f2fa2a865274da46caa7ab28c252d2bb9c87f1? 7zXZ !t/ S'] crv9u5ڮRJS42"BQƞ"[t]0Gtu28" 8@5ü`G˜i:5Ĺ/KmIn!" gh5byƅ\?W5*V^ۯz^/y~>;9jaTyL%i"1@,_6?] GYfe/oJA\ ۭQ@4LhfdyQ}\ .pi{`)&A:`2OErC|S2pT>׬%"]@]& @}Lqul:C'Z9(c R,_o%OGX/&Խ_ Vg"0Gs5I?N $֋/gxNQ6Dj(3hz/=@" S"wBiwA¿vFV) e{4Z}i8fLĘ.;lfJQX}9Y,ˀn^HIk}d;^5/v2iQmX84Kzu9VZ=Js&օ2@So&Q=҄^d+ޏpuA NU5Y*޽3 `^x >q*GI/3Zd |Rzd󘗝 =pxrh Wxr~"S!q-,ucKu!*[xRzOrjkZ?U>wg2$$ I[l_/Hz=m(!;ᦪJPBD0dZ X0>w~8ovAQ@Gh'ݼ!9[yr;O}gJ" ݘ ^ހw,]CԳ8P 芘7#<cU+f}pl9Xpaa@.tԁ6q\U^njI8ĝ)(k VZI&L""RqYkL֘ S&|''QOHShjy`\jX-yI x/tȧ.ێ7PGj[핝0#56"XH`+z!/ɢڟ R,ye'aaOG* .UZ|@~sc.b /^ B{nO!jDZ]J3S3=?9>a uAs'z-*||bJ[ OX Ҽ*U4zcٝ Ou.}VcY^{A+brՎbhpbm)CX 5Nʞɭ8- tqʳЙehB=29(|R8-:&騩2ҰYa H\E2 s5T.~urBװC!痒NY" q~bozd 7pw33HǍQTy$WtsIܿdC~nrj{JzO>ly,C8j)b nzADQ01ǖB+c}Wp۲gsoK-dFWn1s~;,`pB+Ug˧B?¹;w6_ 2h{=2uƸ1|^S$)7AKA rl Q:Ɛ],KE⬈O"4"eCfNҏ+4ڴtZo B߈7Z V/jܩX ]:J'+(21hL鱥T.؁d{~! v圐KhZRBVr ݶ7|/am~~,=߄ح<2\>^:GXO%JW 1gt 'x(S;*>UQCuMUo;SƢʪΎk#LbcEV6UZz`5QuSEWoᏧZ/7?@ҰO#KC[_0@uEZH=ց$ E".jj 6-8M0V^-4 }'G#7t.i;-nIzYYOZ1$@r4'^_7#\-8MD޲+wNj:ʑ4=^kCEَ1+>1T4jXH^挸W iJ] Џ/}܇a9v|̮")l3/(lO@JAK<-#r%EBO `zWoQ]kN mDž'f& |<\ԼGhrrץeFӒn4lr#'Q88;Le\x /Na,!l]PF"ofجP'sD2՟yŒs=y M0mݧ> &(t^e Z*Uwj@/Ϋ9`| ީM9x ź;qc)'TRy 8fԮR汆$X~q.@bK ~$pd2ȑyjM O$`?jЖLֵ֚Zr~ofNb @e9qBo^M2$p~GxzQ 4)SE`xAPrN.2؁u:xg;rhbr#3ʂpxeAhѤ9PFܭEk( ˀ׷:iTs /1QYc-X{!Nt6ٹ tMO.7%jI+ܟ{iwbnĐED'jng1t`!K::PPXeþmUWa ?6raR6l+IfmkU~]Y8"P~+ yJg xZ#-65H$+űU0?Y->| <7sYM,>RR җd`c;صrc,2۟M/n٦l/eRF:W1Ii!W>VI-kRrQm FatP΍Zmzѹ:_[2^wg74y'#i˪Ey5Q?n8z=<#YD%[N FU3FB\p3[D [I@fYv$&=b2!s!}"FCye4TA\mz&Zȁ:JtAD ]<+M(ޥS;Y=MUWx:$Ƨ?.Og5w`YU xNo*tyqG7OS 6<\)2 kY$謮%";o_z+UmEF\gg>a.z=P_\zhգh兀B*S<B#|yg j#x&B* d!mo]o{$9AX #HR[0jH|uWK}F2t`9 Sd`NN^*[B9ÉwloUw5+ ȵIWT#}I.9Ұ %kav ]ņT_5?UzT`&̯ƣALSۘk|-,>oڢH!3x=4]xC'A(/QVaC.ї^K-`dPt9م'|)nҍ=P6a_;pW(YÔ_`?kO󴻁i6Ҧ!g<(a8s4p{A_w*'^/|aF&|N n!8"7" @"嵩~lM6y>7y G$j>Tv :ߟУJ8E1k_ RF` OziH>hx_.O͵rɘMtԳB{X_H>Va0.Tđ^}´חa*y7oj #_= EQ$/=L 7v]>]A_cv̷,H@!Js u/,]S&Mb6,Ct,T5CX ǎ~)b :9(h=Nh%aUt`@f%0\yרeFSlE g`?r6CN"#G#- K^Kbv6kokVH?,pOPG}F>zqm;o-3eʈpmuYl6#!zs?q[RELyPET$h KcnR}eʳ:POx01PuRnT-&G[*}z莨%>ߪVS4H>Z8OEdy71!Ӭq(R܍L ٯLҊ+5OMZ*P ~9GZY(QG6U7/ée"n[ #c寙\AxB3.P`1eȡaĥDʟ?9yps = IIddD%nYqBɒy?뷾؋h!m.h6*K/Z[Lx1 6e^'δe У@_VsaqEpnYaiV)D "{ZE+ hW\$`+!=sb*NFGm-eb F!)e+}eS(}IAX*^eErNIiÃ][vhmHul;6Ώ\޴y`7љ;]GCmLE c*{iA{ʸwnR|`Ɓ 5&ٕўq(jRoJiarkL$kK֪ & $yŧ8MwCp(ya(*7;W- kmvèS$٪8'&azj(cJߴa(}s |]չnt`:J3u*1ig|\K&FHl4(;xhͣ; 3uř{ :=m‹" tQ:UO'%ҥ}pvՖDjnhAXx FX fE<1`|DW2| g.XI]X|Bi 0[L+ H^/k0LzVtŪ=iG a>VĢ03B9EPEn~6e:u]hc[ФPlBԠ3OJtoxlUQ,Q!:",+[-kX< h^eOٛJR? _渍ejk3X]iBѬe3.d/C$սkj*ޠNO; ?bwz;C&3?U裮o^J%ɛX5~.aXceY\IDZd. c/{ǼP'Vt ᘳ~ ,=wjnOzқ>t rqohdO[HQ٫XXk $;_ޤ_/zLxd0y*cqqEEYӌLp4 LI DzIO]SDb{6?DM vEd3%-=z@]S`Yt*7p.uda=7f w3`(:IJ=Mr t`#|mљYv1g ѢI!S%Dd,,ھ%Ne^X8{C>O1DLf!.d25*w•imfJۚ-&$=UMCSK/6l!zUS2z:,.& A-h)NBd>m&L3 /Rα+|KJЙ]tUE(=ތ`.{[V!_Lg\IE] #מ`V5wj`=—] WaV8IA9rMH8&&"-|+ NV4`3/vY4i9*mo _kp8Ԋúdsn+=ʩcpߓDVpxńGql@)l{(礣̛=e* $ [T_読 4R+u0Q2ϗ*; q}v!KI4 aľ8;t3]b"}?{U;prwa'93?IZ<$ZgJ|6Tȓp0FxXs=H`2c*(ۼU@ϻ\"ϻ1E0l>p./:? e S??Ȕ҄FI :?|3].I-K@&&`R'内#HGQ]@~5Z/&y7Ұ1?̈́eUNzKPԒR4 YZ