libltc11-1.3.2-bp155.1.5 >  A ddfI%z 0BBoeLIcmPg󬙹i.sw5dDQbv(YC3I/"qxW÷D)0t^}&(O< &gE1:AANABѫ壩8!̜03ul!>0WNٜ k~q퀞߂?FU/V/=t 2{? w/yAL` ȵwYI (!DuQ?ť :NcyY2!^]ifƅ*W5aa]O?~IN7yk. c6'^\SE 5Jb7ırZ7Jt%k@1A4Xvj8OwkC};arӆ9f0(Äy +pESZ_%$R7 =*\ ش#T˓Hbr%dn_xXw pp;=F Z5 ɷSc5i1~8d6df1331561499d52acd2b5f54e946530ce691558b360a3a5947c0be19ad20bd2f5f94dcad38b6f8c00fb0c5ddd25b6ef084529VtddfI%z |[9fG)JFYu rBku\h2+ij(N3/-!9|oNikKW٥K^:v/t@ a~df}Fxʹ[ػs _le_UHPe*ˤO@ zyu, D~ s?ɐI8U1؅ ;+nR!݋}O;2BT!6b7m$>_P-7t]O8U,WQ*$S6p&zbcz.-|J)MA )<}bCe(ZxZ׳ l4[Z `bi yi{wC6d"g,sE=3\|BKeѴإ֖D|kJ9܊5#)K>v+v 1GSlTtO3-zJgެJXsf,z/f%qiK/4\u\`u4bU>X>p@?xd   @ (H X h   0Xx  F (k8t9:->)@8FGG\H|IXY\]^Hbckdefluvwxyz(,2tClibltc111.3.2bp155.1.5Linear/longitudinal timecode libraryLinear (or Longitudinal) Timecode (LTC) is an encoding of SMPTE timecode data as a Manchester-Biphase encoded audio signal. The audio signal is commonly recorded on a VTR track or other storage media. libltc provides functionality to encode and decode LTC audio from/to SMPTE or EBU timecode, including SMPTE date support.ddXobs-arm-891SUSE Linux Enterprise 15 SP5openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://github.com/x42/libltclinuxaarch64X =סA큤A큤ddUddVddXP(pc `VlddXP(q 2ea05fb3966b72ea41c2e4db8651738c7a44fbb67ecd636defbd9b7ee7f38d6d8462f5a455f076453e70b80e419b0a61620a6ac70de7b0877451248f032a7e5ce38ba27fd37b14f77ef33e14f83302eeb079df48d3e712f4a88ab1f5b781a38adda308447de521d30f51cc6f73831a5d845dde5b119633d58acf7d07eeb04c77a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1clibltc.so.11.2.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibltc-1.3.2-bp155.1.5.src.rpmlibltc.so.11()(64bit)libltc11libltc11(aarch-64)@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libm.so.6(GLIBC_2.29)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c:@__[@[GBVɦV@S9@S@Dirk Müller Dirk Mueller mpluskal@suse.comjengelh@inai.dempluskal@suse.comvirtuousfox@gmail.comdnh@opensuse.org- update to 1.3.2: * Fixed decoder ringbuffer off by one (allow queue-size of 1) * Add interface to end encoding, add a final transition (#65) * Add unit-test for ltc_encoder_end_encode()- update to 1.3.1: * Added methods to write and read numbers from user bytes * Fix compilation for Ardunio/AVR (missing rint)- Update to version 1.3.0 * fix potential offset overflow (user provided relative position) * add link examples and bindings/wrapper code to documentation * documentation spelling fixes * fix endianess detection (gcc-4.4 compat) * improve realtime safety, don't even print errors - Drop oxygen buildrequirement and libltc_doxyfile_no_timestamp.patch- Avoid building static libs since they get removed anyway. Requires uses one equals sign.- Do not ship static library - Update dependencies/provides * add pkg-config * remove manual provides - Cleanup spec file- Update to 1.1.4 2014-05-16 (v1.1.4) Robin Gareus * rework endianess detection * fix compile on systems w/o endian.h * remove obsolte autotools macros- Initial build. Changes from previous versions: 2013-11-09 (v1.1.3) Robin Gareus * fixes for the release & test scripts (by Nils Philippsen) * update links to releases in doc. 2013-09-06 (v1.1.2) Robin Gareus * better BIG_ENDIAN detection (should fix mips, sparc, s390 builds) * fix decoder_write_u16() -- use unsigned short * allow to use buffersizes larger than 1024 samples with ltc_decoder_write_* 2012-11-18 (v1.1.1) Robin Gareus * start LTC frame with rising edge * fix typo in variable name and clarify documentation 2012-11-17 (v1.1.0) Robin Gareus * non-backwards compatible API update for 12M-1999 spec additions - rework encoder and frame inc/dec API. - add support for TV-standard offset and binary-group-flags * fix LTCFrame struct for big-endian architectures * fix volume db calculation * update default rise-time - 40us * fix timezone 0x0a -> -0030 2012-11-09 (v1.0.3) Robin Gareus * fix version-number in header (was stuck at 1.0.1) * fix internal buffer size of non-integer fps * add API call to reset encoder state * reset encoder-state when calling reinit() 2012-11-06 (v1.0.2) Robin Gareus * fix man-page doxygen minus vs hyphen issue * allow to reset date parameters when assigning timecode|frame * improve decoder audio-sample position accuracy: take difference of current biphase count to nominal period duration into account. (thanks to Chris Goddard for OSC sample-sync measurements) 2012-11-03 (v1.0.1) Robin Gareus * fix release tar-ball: remove cruft from test/ * fix typo in README and update description * no code changes. 2012-11-02 (v1.0.0) Robin Gareus * freeze interface defition - 1.0.0 * update doc * minor tweaks and typos (OSX build, printf size_t warning, LPGL boilerplate) 2012-10-25 (v0.8.1) Robin Gareus * add interface to decode 16bit and 32bit float data (wrappers around ltc_decoder_write() - internally 8 bit) 2012-10-24 (v0.8.0) Robin Gareus * add input signal level to data-structure * add interfaces to set encoder volume and filter * adjust decoder biphase tracking (allow rounding down to 1 sample) * use ltc_off_t for all (long long int) 2012-10-21 (v0.7.0) Robin Gareus * add support for reverse encoding * add interface to decrement encoder timecode * rename interface to increment encoder timecode 2012-10-21 (v0.6.2) Robin Gareus * fix ltc_encoder_encode_byte() return value 2012-10-21 (v0.6.1) Robin Gareus * add realtime safe interface to change fps * fix: set parity also when decrementing frame numbers * update documentation - fix typos, clarificaions 2012-10-13 (v0.6.0) Robin Gareus * set parity bit on encoding - keep polarity of the waveform constant 2012-10-09 (v0.5.3) Robin Gareus * add interface to decrement timecode 2012-10-04 (v0.5.2) Robin Gareus * expose detailed timing info in extended LTC Frame allow to re-construct the phase of the signal 2012-08-23 (v0.5.1) Robin Gareus * add ability to read reverse LTC * use 64bit values (long long) for position offset * minor fixes, typos, doc 2012-08-15 (v0.5.0) Robin Gareus * refactored libltcsmpte.sf.net into libltc/sbin/ldconfig/sbin/ldconfigobs-arm-8 16843326321.3.2-bp155.1.51.3.2-bp155.1.5libltc.so.11libltc.so.11.2.0libltc11AUTHORSChangeLogREADME.mdlibltc11COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libltc11//usr/share/licenses//usr/share/licenses/libltc11/-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:Backports:SLE-15-SP5/standard/e199d95bd78f4276f4647a2a5476ca50-libltccpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=30d810c15be44bef095164039af49c6cabb83cc0, strippeddirectoryASCII textPRRRRRRRGy!XRrkutf-8d1197a952b4bdd7371e3700b6782ea760fd38ba55ce9c13c8a2d16ed4cc04a66?7zXZ !t/>W4] cr$x#I3J *vq'IIՌc`2;I @V֗d3zuxvEffXe7 ZL PnpT6IġfL4@Yw|;OYTRhΙCc]<@][t FaSQj&݈\뚒 ȋ诪]G\_Fta tE9 ,f1Lzs6M~$:4 ؒIY4nӗщyUAwc})otu4yE}'@¾sH = sWwsc!X,oJ;'֙u,S-!H)sns;$Gi,T;7Gd}֞P6_]u{SmwDz 9&-|6AU{~q7o%te4;ZT:X!P94|8]G'Q)ה*u3) "`37(Q)ss`?Xa۞mnhA"p/+;n_rF\E.|G<ǕCݪ{;-q BmLuqҸ>6Al_5|J"n8zV֏#zu~./YSVop't$%|0VmG]BEmqfOʭڶ#?Pw rBd?r*~NH,MSW؁ITbW"#{C>&=٫tF!W|ͽupA"i% i !$8!)@>0^\eR#A k q$Q7DR07xqy`jq&RF*pDdVGb]?VЫ3ڨBB+@ z䣗]~}_? S4 < 6JBvk|z\IGA@)Huv hV(X![{KRP9Ux ^'[C4 UctA{ah3ɼ!= J%69O1Ϣ8+yyaG"A""n  \h94+q矨*14oE_ʃYz $69ZĈz6_f!ަܦ3TeQ,%4m`4PqR4]!&W\MS: x[I_xnԟ-7Qٿm`ZI])gDRf'."= bۻf6 r,Af@ˮj,{{S qdHQWТ5 H[6!jXF_qwIia!ax.ī#HW8PN6I{ZFcCI!؁A>x1/FfuxdMPjPsCwso|:.p@!_xФErEӀŭæ:FwB~OR&W#ypz +Z)oAHhٝU@diF՜^ԥ.U!@z^m{6n,跬Tռ%݋Lzvj`]H})b4Yn?`RJ)vz$/n^ܦ.P ?:5 ?mu:ہķCMȵQyPT'CjEbr2*x/9,GWӅxbyҥTٿE(GVNRʭ`jư|p 'qG!h;xFbU dM`wXc)bⅴ8-f9<ϰ/Qߠ2FԧMt9Nbf`/VٴCSa,iA챴ݤ ظ!ˏ{L߂H;xuh }Nig?]tϜ\a5eFLti>l-rNrz󌕹 ދߺz{Gh6OoF}uٹ2-Kr&Cx8@!Xlo @Peu,0 ;8fsf;{YO* t d{ށQF5C̓IOnf_M9P&&~pw9~YwF8`6%C_y?QcLos\C<"mhN`wig;W`r9HpX (Āٮ -gC[umi]"NJ,?cIf"UFmŊLp5< \TKT /vI0ԖBPo#\=doF 0R2yIb :jqO/ 9Gxc+)J_0Hl7)yVvf(̨J|m],s;D@1`;c`uUC03L!mH($) uޚ;])6^2:@2j% 0'* !0ncz?2W73E, 5\SMV2 FkFIS]YU(T/zWp٠v<~:% SFHOt b {%ࡴ͐DiRX28Tq~pAT jE_c. )͗y㚽ɠSU0]' (0;g%PR܎j stjKE{mB^mNayX6XŠ^NCRKyi%() 4YZ^0Y+%߳x3VqO3% þ/PCٗBRGfn.Ȼ ފ=U\ú o!%ϰA9Rt` .,wL{0ZwqxS &ahz7؍``%>0*}s)ɾecoQ؏Anۀ!؊;vja鋭~gO[ʄH.QWe62V-ZQoYv6FF fyjnowP /ܵ1]+@wvz@WDFjI\-b)^ !dmB]Lxy zxUp^]X *(DrEF;sj \$݀IC (dygCzZc\uGnj=lY 0E B?GMu~;;yh+: %Ro}IrHIP=/%Ja'ulDi\Gґ0K<0SְvWVG<9XF?e[&ghW ƾݒnʳоR@1]3fƋq,IG l)BYh^])M`X(BVre=TqH&)XsDmN^z3`,:?w@AJlUt֔-@WΧ1qu1,#l7e@w   =j359u1)۫|wf[2PХ]k'6XEbLSA/ `X;"< ?R` W|߱Sr'U1&T HZ] ;*"EX[\?H%@²pG3 Z=BLNopz$z]Ћ9EWBoݡ)]u}"k9hQ-4w´\SO`¾s'Oy;?(uUJd\EV% W\Pu44Lqe`4^P3KN`oSЮyA;RNvK GWp,TfslW=_ɤiz'\WZ 7>fd"*p:1r[/Eݾ<Ŋ(TUA15lr %Dou@ r$*SwFfW"ò-/tjL@$AF7oRJOƻ[O㉷n޸aBϥG4^x3ۂo.rR[ EWTEkKV3p`$Їٚr;e^Ϛ5zB%.YdorvIїUdZ#?u7Qԓ!@V'K)( aösB-ljVi፸q |ymL>f%TM~ඬP=z*{3|ʖUtIT7ݛWb(Oڃ)ɛ,ҭ[Jd{0OnK􄶧w]vMzAp~S˜)m}}0* 8s@NEuM쵘j5̐5oeolKHCqΊ͉qUx? ȢcciRoF^b .. OA?iҗab<&Jqssӣbǡq 6Hep/ d%dŚ9,kTUݤF Ǝ9n;儚PhV0cn.C|)紩ћ'iausI7rr{` Nm93z6`({@ `Wg,`x+fbNX9` '[C Z(e3#0yNc?US$::MY5i)uP&Fjs5$ N ,>OӔ_*2q1&IA^|l_H u%X"%XBݔ6U³P#ߠe .ϼhJ׽+VJШմ#[y`] *;ZؒL5jE$Ri|#mֿ_PXx<:^SN)M\S|Ixls@HcjKž<Z{р'ePzzWn15f׊ &/IC~O樜xX]%)Lp]kBqbuI ^r(|sy+Za8gOKGqOqdr<5㔮MK'S_~tk2*`؄. թ'78Iڝ0rF1|_ʚ"%9?i׳ZsFNTu '^UAXU~?ag} Ѕ-C@c!3ELNPcZ{+ }"Zlћ./Х^P{&;]qT MoJ;9qytPac(%ݳ6nq!A׭ N%wЋ쯯!uml+ƅ=.1n{q QU 5''7<_onb@O)Z@;ȐqB:-f948Ț FȥktY ^",:h䒺y©2qܫw ?9 GNmk,4o\CЂRj!MjfwxA"Ǿ A@j6B:KSuy@iiCMQځKL"_**bqSj>0*OM{skܜUATp;u3Kы}DM#6 $8Lp%}+aw2S{ʿP#MkCvdd~&IE6lZ ȴpZ}\S_`Y5 0&Pk1 \I^R ӡ@ɖ4BZyV+VZʦqп>KHثJj . >Uݪ,v__p#NjYLϐ3m-h M^ 2+n>ܚز_9;'jȇOJv:/$)JqLd9a0u䄿jp`p!:m*84M>\8}e㢾WHZp!LG~0jlՔϓ[7#(ӣ=ͷslϓ:r^eo .|ۜ5A:vzтH.7<%T{~g)G \e:+stĹ-nÑ/=}*_fN4 ~ Ƕ.W+s=xk9|'m#%u&XXmCMa=ѯ#3,ɨ5ڛ᪲ԹQ癤eCI-+ }?3=r .X/Kh-1$C*eg^?fϦ Këf& _-#& +L1(U W+ ?T ];l@!02E{AXUoWy"z(h}b?/L Hi| jQ>q!v3!ek$/pHzYҧV; 0dt _Ny洛J$F]BW8`lP ҁZ-I::*zVAZeS(f?9mI$#tEOx 0wM6T) oAVIzPAdKzB]q#|+sz!-H4*SjֽxT:" (  &c,aPd /kZ)YZڙ?Ɇotz]áA}72ӏYvj ZF)$\~y"q}Hoߊqu# ڠUBi"EMI+LISRlCh Y?Uv O=l~9/[¾`b,|X~ Rp!9ͱ&8 &adȭa5Wr^HuSp6'"l\<ɖӓy_8^Ūm z'5/) x|;B*ӯ7c\- jd ;E4  mYM*WV&DԀnSoxF],> pd(]˞֚Iq'$>\3i R{sFOugND#^^ K,0Hs8d K h/Ag`S?7 :ff0i;-#x$9fB "(|ͯU/9 ;AQLyXwvgHXKk9}fcDŐKi?ܐtDk?˺1`eս[!СԎK$-+O3Q,Trݚ;ݎ^Vxя-zV8]4֑.qE$jv@r'X|=:J=D],gnxJ6kN*} \AHe|GXnϭ[[0 @&j±b+]rh;H`[m굃tl$Ou uE=N3*~8#0}$^.&SK g#R֥{%Vri~c) Џ_%. X{ƮIN*GJ|wHiheou5ewՅ!B@Aߍε^5~>6|# na{bZIfpvMFwE$ᘉV|a\- 3J S%b/NRp=FxO.T_"l i^,ssiL܀Iz"@U`+ "Շ iD=-;6 "wՕ g]mok,y6cNq O1 r%&KfQ5-hj=9 c<|a __?- PR+UWa&ʊA1[O#*\1c{(C?кdyA>' )ŀ~/>ir-Y>yh ,a D`d;DOIOuA01H1| :\!7x&-|*1},.8XmDyLyTDR6LlXue8e ޏl1KE,S3}US6輠v3Tq\"[eMܡ`=lH鶓Z0IDMj:z$9OabGk4{/J3w~*z̠6oq 9o?{*.3.JFUB Nu@Xiy Zv\{#`P7I|ۖ )%GwAvu>'yp o8h$}C1[ït 8W'b}d8ʝa\~:c˪GtAoFVڔpV?i98GpBM'2mۚ8"ݷPOs'it`m_kp3O[޽Ύ LebPl(:tlo_uY[gP{D*-Yu̱WE88k3'U+쁽 VD~W/K8a^:,2#Tq-X쉍27sc+Q[X,K%gOGLi=~r7"j`z0k!ЇPߣ&?wmQs:-Kk%CS 'Ucݘߎ(Y;q@8@x!M/;(1r6KBc7@ɓ%Zbu./~YS\HpcF0ƧNe5- ^CΞ$Fo:- Cbn5(Qۈ92υek;]ڶ_xXO贄^țHwVNsAmV2$|`#/aѤ_;-:˰<ݑ` Q (Rd7=7p,cM8WuVU 4!f~I#7 dhEH|x'x)Z=xGeLzΦ1iJNAah_<c^sHM=5$ Z^fF5=rSgrei[^4VX12_*.̂"l> ?є8љd;eGڻ<wNJўY g[)lMn::R Z B"8KYIj}F-ƇI80J%7ktKK% ? IW* IwGy E_P>SBH4cنo=%Dl_^o?e=(+ =Fu=S)ޘlw(,gpO0Ӻdd]IgŶ)7ieS[YґfC`pqM[_ī:kS9-Tӯm}&4Kǃ^bn}\B!FbُTv!}_0`& X*<q:6`)x3JpA0&NGITDO.dy-\7Ĺ~Kl]0Joĭ(1vtզ^Q+O7?@dܘ?$xi2Pa ')Hz8.oyBEC KoRci1 SAr%[f2]"Tl\ݩ\:@ BG&c?;PtH:ASVԻP òIJ=2c8Aapwt 'Njȸ.\4fZ*u mpuYtw9<?P<.]EӈqɇRs{Bֳ(&֕hEJ*+%O>R=ד9<R8gj]=_FǢYAB6+0$cգ~K)wɞRA;2Ŵ;.}΍[7kT<ȇ˷H oL8 Xg;5r5-.0|1&t/e_#kcg5 SS+(wRb^r^D26\tsRx˓!!)u \ط Ie el=י(#HAy9-dn1x%B.ZYj#}O?k}^S&WFY=/9NddROY*X/B]l#Q|L RJ ΋J-iQ;cնM V"QiOﶠ YZ