libltc-devel-1.3.2-bp155.1.5 >  A ddfI%z UӋa<(%c|I5״s_?bM|7aA'%L ѕ˅T-C`w{?B$$GM^B*"g̜rf9 ҥ 92V_jEW6%x\fH)J _ԇie2Ŧt1|i޹f pCbzOs\VLv΂'%;NJ"AV/ 8#uy F壄m3 BMaCkby 5Mc'!Н6W'Ǔ'?h2}7J 4)zFMslYCӇl#3ėZDB Ɂ|%p>?d  D ,2<L T \ l 0 DTh|x(89:]FYGpHIXY\]^b?cdPeUfXlZupvw(x8yHzP`djClibltc-devel1.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-8[SUSE Linux Enterprise 15 SP5openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/x42/libltclinuxaarch647)=ddUddUddUddUd5c3aeb71423239af3655e81c4d31f3a555421b5616a0f585e8496c658933f7f1479692e757a4ca049e098720251086d9ecf21e91017c7cc1bc413cc664e0972ff1e832b0e0fbe4e69ec851f55ce6fea68bcfcf34e3e199571dc8245877c4c5blibltc.so.11.2.0rootrootrootrootrootrootrootrootlibltc-1.3.2-bp155.1.5.src.rpmlibltc-devellibltc-devel(aarch-64)pkgconfig(ltc)@    /usr/bin/pkg-configlibltc11rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.3.23.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 libltcobs-arm-8 16843326321.3.2-bp155.1.51.3.2-bp155.1.51.3.2ltc.hlibltc.soltc.pcltc.h.3.gz/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/man/man3/-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-linuxC source, UTF-8 Unicode textpkgconfig filetroff or preprocessor input, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)PRGy!XRrkutf-80d341e61fde6e3a1916eed99e8ffaac83d4f354d7dc39772e8911ab00835e651? 7zXZ !t/P ] crv(vX0Q_QfLH;SOs%-am#F ڗK%vz_?~.gY%pa <딥dPZk7Qonל@s2&0y 2Uđ ̣ ԟ_zyT#VuȸRxU%ۗ~b)VP{ ;+7XJ93g%A,YJ-.UO r7#b1l-CROSDŽr `ӴYel(ך ̋]{|\lQ$J~qkK&;1EjqiȺ1*1UuiX7TMnR.D"u"\o}KT+D©Ph>' `\M C] 9U.1HK?8}BMi):/IK&x^|i1Hp"M7B.d1' fa)M)I3ג׉uTHԭI!G\ȷ\”Lpҗ6'z{~ }?-WGWWLԆjK+,:ZY coݎA9Pmh)e8V`ٷ3)0+eEyr)B1m^2".x_X("a/İM]іyp]Ai?p+Q)k7L8|1MNCRJ ]=y6G@m_奔ɟ,(l!: 皏MDݓ23U c0z5 _;Жv,Sƨ k3 EG%vӖoS$fI yg͇+ zzw:8ȵ(";ˊ%(y H&:x'5 ~۝3Rd2 OIj1X#TNvi`xl\:zqR : Bqz1HSO#DCmp{j^Ag8VC4Z:"Q }mxJ8 ,x%my2*Y"ʉ1\|\#ʰ=Hq䬠~ F{ZJEO7,6C[rRe4!wf\TqSA?Ͳi '7eSQkD/Bg@ӄV )-s46|yHP; ʡxٸpV{Z+4lKmv>BE=`txjsTjtk@%.01y67a*LJW)o/~.A 7s`͔Ql]~P 6T+2r]t.יph;|RL.T0w!jsŠlҹIbD* x́5]HC|^J?{FC4F?~RUt7"1]k'r#sR*ܔ&QHsٺkel%/R& }Xew1uI 6a8,LXAyt%[;RԟS(8BPzݾv2lL_{} xyhwFyQE](tV sZXrU}mR: i+KA5{.b̯ ;© LXn ?@eSX^ UHiHHn)Ef^6=͘ Ԏ|o Dv_>M In/|?]Q gR-8so')=S$JJÝC桉N 9Fvn: x*Č-c0jv?]YGߞBNN[GQkv|!d1Rf\r- X#UWl?A v4VA4hqMNEʒo)v*N 1+zEZ5,4gbM,Ҋ;nqGpEubHR ,'Wۻ(τ%Kmn|7{(Gakۦj|0  ߇>Y̴@.xtoR pi}{-0>?hLoOqYzԠzZ5Qmi!AiykԛoC=~wt[,5W#܂ӸX 3${tF̠x4}X!07fT 8[B[HN­3=-1S| Fm623A\ Q#=(4tKmb*iAUg&cFcYz(" ]UR]mq@G'evbjE4 Bn! D 1.-sF  9lU\nJ9ZTF+Fŝexp&+u5J2M{:D2G$<@F+$b-x]ـo+K;rc<%#=ruC؄pcg/j2jla2@jnPaZχYqyzxvȵ@IXkq 0whC{I3U[M(+E"b CRYyS0Yg B[Tq~JE5/K\Fv\̽ى\ EPWن1΁ 0N~٪sNkf.d}{lO`rͧ|*4 @; Kw;*ƅQ '-H4Gߺ>%H>EЏfVM`S/,kbKnz<ӱvϰɹh#P}Ŀ*@Y1W\wPέ)A*p<YN>H*C;kc.)=K +1җfV pT E26/X)qӻc[9f=G]|3oٕ߭Ά|8'j?pB3XR6F1X1\4p#KP')A9Z1Jp iڊ*7V9b`cYf(2${n*mu@m&)4B1M`I'!b:Uqi IWD[6[ѓvqU5ަ5*RihQ n=Sp~D|[PÄU?6=AB8OP_ϾSeygPaR?6)C(6كj8wdiCg_l*{S|Vօ [r<_A GΪxI})-|P> ?\د^I-P4;)0 \]؝wcu;>tUd6Uye!ԅ(m#'u)y ? Os֜,BsAso60>wJ7g ^˸qzSMòo砤ܫ qz}HuD,x At;o|0+7)#{Ab=KԷ0:%IԫNk;٠ CC2T6V!߹78( )@2,i@3ءw `DŶK7piT4jt(fiCLІ,&*+a`2Ȉ(f/ꕶknοRñ /Z5Ar9[L_;coWBk# XnzkO_ǃC2M8`, >;RG[RŌvD5cٰ41>տgJ˶x?nt"w$Yw;adCr:6xJSx%.$Jz^0\y;vJ!8Eg YO6C<ȝfwqy@յ,'ӻ "n[f}㖩>Aq>=apSwAsǓ4&_ەai W>N+"/ @Y-AaMkɻ،C8 Fԣ lBi9|S4Kʾ:dn_h޲9n~dMb5KϧM?6ir6q KA( hc\GY>x H8r3mn}w,cI:$}RD5)A\? {$ɅDK 93Y-7m⨲@9ɶXY /k0 ?p5UQh"Ҳ衸(bh_/^ -}6F@ЗwWy}pZ܈Ç:dyw9Kd*X 0 VIϼl~!Sz muԝ]?zUcLaDb6BAEQ^x=A_ a2e5N3Zws#(vY[V 4JH>d~x`{OڹЍ5#N-p%`r(y^+ k2`qQR ^X 2PFpvJYWiOQ}67ˏe$6 vp_M[uRhwt'rN77BI 0N4h'N*O5i$Gs1SR528œk2M}v(5=g:-(t]Be3E?s0[Ca.t*s>(Dbbp D)>L)GOl+uJ>h#T8/zdq<#гm0}ߥs<ͱ2i9㠺3,P((79fr ;_8wiS UE@LG#GL?5GPPS6gx m;5vzŔ2̽EpsaVԬ&`u;7$t0WC |~89-p5nqWs~k@0T`r¡Mݲ3#}Z%EG̻4/ M`C _x x[.frO>2;e\+oFڹݙgЦ>e=5\l.źLngdyצ,W" G1"z/'7+4:>owwx9'HNo޶7\XrP\~}j|8`ڥV~йsd]L}d.38_vE=0~vԇb.Z=#u\]l wϘ7y|ؒH7>ќpZ||(%C#5s~G.j}*sd0 5 2}7Fx`F+e7t,xQL476e[ 43$Fn,}Sgy;cin6iۤƃz\ߖS0zU=ƍhM+gANeuU^zuk٥4tY8%"J\{jtz;d5VGx~J9%AIZ@&ח?J<:eܬ*Kat(pW,sXP֙IJkÍ \*Lఴ<#eK#k1*}b"1ȥӯ78\Mӗ.l̵ǝd$9xke_?uxQZ'i`85o5@rj{'NQ\FuǸtWQ{ UTeFZX$vO?nk-|.SK ݋ q(& XLJ闖 .;ck () n;OS- cɋ"}QY{%N@8rO|)Nsؗgr`wLæɚMnQ|o2M/ Zc xO}qbUtֻshGoT2]:=rC3VС w@W]*E,* D ( ϰ{[KʰAQͅ>J8$'Ith$g93 qI7׾2k΄EZjVknPTIZ@dҶo(N]y! Zi46C%]yo<Ģhd3 %.#aM%ʛ`QO/K`-q[h#"vIb_|Dh}P8'8 <eeS5zo8p\;5`dws̯atz\</DukqU=ljT?B[F3_b?ɨs*,8c yU-oAջs[& hJr l(YdУ;[f &tw.?q m^݄4eѾ=R77 ki٣w"\:3^iBԁ"DŁXL>νNKvHW|wo "-K& q, J%Ϊd?ߧۑ,FMhl㦿H s>m0px&QqW!"Kr@Wyr0an$abgmz#sHNAbJEɂΚ`Qse- #y?C&{ASW_\aLv9F ZҫYotރ?-&ET WM d? 8 .HqC?pBzE]5u_ʲӦr8BOö nwx6~b^X.96mE}z_&MۋdsA xMW9Ʒ<5E 34 L-y: 1-_PYh% M؈S4}ud!#^b?8-]6n"JCu<5qmC|tÃ]zDP> , AnG"هMw Y/JTmCׇL nkSFGջrvr ^iQ/}NMDޠƫ*Ή'B[GI#__87cW k;ڥ Nsi >M.pQɩ ^:r|3`pF"ޤ48#;y-ݐ7sF2T3./MTBb2>q䠹 -A'Gc^3 b,%2.L^zí+Fiy|6Dzfp]DP40rRߦ[0ClBabF8d|{_Ayؼwюf<gσQts,B|oZI*.#3o-M:-+F_Xi3p?[Z㡤 #Mp5aѴU`OxCJLBI"c쵡' ]C*ęņcA\M,HZrf\}0ONGFX$c?يorD簺CGI3pbhg9^*5Kr_3;nnW9>BQؙ>k1J,})mHHvUr]SM`)} jO/>_`;);bsOCaf~\CmA;?Ȓ2>4QݑZHK{r8'׶g4Սp_@Lwm 7z5 Ĉ%#gb*X,DQ궜LFg[,Wڞhn8ĈЧO6@vr;{W`B+x5wADܛ5?~ >=q:7bfr̸*ljlu-6GuJZ1:ߌqz ,CgiV08`CQn,4W=pPnxb:YA%!r-Ą3KKA-PQ aTsY^DroX?IAӵ'aq4S[ eU/@Ai佛hA`(D9^3CBk 96/7e:@ dL?&4^%|-*73lhhe7%쁧С$os1bJͳ݀-LciKS#M 7hE*| -߸iRLS_#^oNfb@uc2qG?䫥R%[j~ߟ]] EԑRkb^JO*֐pٰ (dBΦV?vpT(e&v*^Y.IZGOsg'[ Je9fs+Nt(ΤBmx]p2\p_x[,Omb4b4C닭s7ϒy qG]cCcHFDm͔/\&T!u l*3,o{}E-6ɰPD_v'ġ"`~͈'sKu t"fU3 :|zy}Tٽ:E}1Rf$cÉ"*0{>Ͷ*|v|.J8z1i|'5ļVQh+.ldfQARl+: FJ\c,sM]#3fwv@$Igw )jԸSג5[,V{9#x˜]U㽑oY%[b-su[\as'oy](JL?Yoډ۵•tmww9gp\Q ? U߼yN  4*ILA*X8PgxzۨV(tU=($f# q'n{҇Wl(O.vCp"qx 3IO<_q_Qav70Q_ s=VvjS;O"sV+-Gd/XgɥAު7&"wq\U!)Ky"iŎd`r%=21H$}g)fH "oU^p6!.#sSN |vuSώ|i&&ϖ/,(2\怷( 7=Yd2CPjq@*m_Y45{ lỈfbTdF e3 R-b(%Y,vCp ì!sGOq@u:e(j~{pCUZ4묽>d^w?ɼ@\2`yւgz>'ի Yq+9I.y$!s xR=PvLɚχM>1P}ª{F{3^J]#bۑcdF5:N!_N#'T%}I$Ai/(oPO TSe|Ӌ˨TD-]͍׼;-u[26XlBhcVNKm\.nw-ϐu_p+/難koj7Ħdj ]H1a%{_Qzotc^ŠpSǵ͉9=jL/?77u_L.yg^b? Fޑ/5tqW/aF)oN69MwFtZ< ϐl렾^*DƮHܶw4_\Uox6IHtNvQ߇Zk()AL~Uߣy:dCynlvnS)2Rߑb^4B m[^VG#;s E'P[/j~ >CgG`[nkrS< cW)0['#ST7_m̧F̴PS,1A}u,n*lV ;U Fp,ybNS zl#C/nS]z"]^EgtՀyb?sOt֔v3pF:E/ 7_T0OOQWa/Xhj~e9NEY}W!!UHU`ذF 2( $'CñWЀ}Wu貹m Ю:V oѣ"@o*(?\Z{=П 4 vd-, (~eLM9[J-U>;C#[_)?$m:r./GP0,vQ@ XZտP"[e2}sGN(H!hӨ a$}me'U*}:]`|_]`leg$L6Fc,KX~]f/wN荱Iji7Tڅ 5uba̿LT@#4L_ <9*&pJɳn;ʒ.fpr徖[nPwq48tD4aSb;|LZ탾L]t̹6Z٧~@ک, 0i S岖~<<@b’m1+I8x/{-l%ucZ6B0_>s?Eb";{ fٿ٠g F.&/Ob h>*#HL 0;o7TDI!M /)QMGI3<džr N%Ut?@+_ k~6.G]_$4*ڎg#%|E /E )uDP>3ԘK[i~]ڐKK8`.*xH_ 텼6\mioVmjvUjI{>JTƚv|Rw|93-ID\U9 {ݱ_q)P7j<&fArؕ"QR>-49E'tȬW'L!u-d-pqohB(sD*tn7Wd?ns"y~OS^Y2J 4E2Z_ŖJ06ےþM縣S3w֚^yvZ ' }'(q^GJ4hYizO 5쯊*vjgj, H LE#E?gS0`f_ >;Zte4sn;*.Ɔ?4ɑw(w|6yK4_&A;5Q0+85ך¨ܢԖֿ:T5 >6D|kr4c%0Z핹2r29q 6d*lBBK oਅ S{4O-d꽕/pzDY "r;(YF +£=xPiPgF~+BW.,fp1F2U^9@7%ED58z;, dǰLِ )@#' ]LxC~ KJW^$N4~16{]ۛ~iro'H2 [Go DJ-~fV}z8 B_ x#a&rH4Evn;'hxtRq.j5fF31oLˮZU 4#chLry&T<4r_i 1=0bt<ˬ7YEpD`rOoZ?An03"Ag~LU!N]n݁|HRX*Y虗y,ƴyhf(6\7B|ͭ}K<[{#ekM kz ȅH/`klyCɷJ&㱤75۬W&ѿ g he&mw#MS…/fT`0^QO5ԴH _@1MnIX >)U!EGʄYaa&t갥?ZһK⸰mtXinWe*o/ t]b<% 1?+LJ _r!m0+y`~-VXBnXnwwI:E&k[nb0wL@jjA[O2{d:aƑSokڴn'Zx~gG"xxCuVfH)Wa=0^ }|DQY7E5pޠ%^*`;&}>jV[/P# "[ZsLi&JTEAVEt^3bt1^$)!vX(%%ʈP8_鈭;5|S.`D,F0H!lL8mx$(6*߻Go Ohփ4S?Suy,Iu(^vY[kvU4z. y""n\ct+L|ר\<@{RSfTPc]L@MdzҀKpK,`14SON~!KT=:U v+5͙" Bgxڠl sEcc<*pH+ĝάw`b, HE6∳||7gL~6N՛8qc;!LHYYyA *OZwB*p%Mv>@fr={sTZBN Wv%={MDiN<.${h5'JUu~/Si袩mfL#QYLpԦ3Eu3xYghOZzDi=lG^ XeRW+>Y G eIK }AX=ڗa0#OF)nr}xww i0p~_DMAj'm߉s"|:nͨf˹wx WOqyb `UT K%CM1Zs}$wjB6O3VQ.H+p~q˃*l@t%Up~T @;DxPm$97o[؉8T-Ay],~ѦPՑ}#nҜ(Sp鵖'&:%m=9f?xJV }J} nV[iTt6ٓJ9:nZCGhSdH* %ީcKm&%Gǐ&_hZ^4H ho]e&TI񚐘)Oz6l`*E^/`15rA"v\?XW}۱, uP nN >`t hAux:Rn t=BJ