libltc11-1.3.1-bp154.1.19 >  A bx;!M@eeevMz_G2 ΰIv\WBB uc# ղ`=|R=y'KЁO%8RVl@tLx5߭o]>1D7A7W6|Ԡ(#_Zٿlj*:ގW'i}oоw$ Lwin93n`$c]ᘤbeP`֦nm~)،^R jTe(&_ωN;v67694d87400a505dfb0a185f27ae851d1f84cc6f8b5a155b6719885adb889b8673ba906269d396f84976d3f72af8769dba06a0bbSbx;!M@eeeV\p@?d   A (H X h   0XxW(}89:>R@aFpGHIXY\]^pbcdefluv8wxy z@PTZClibltc111.3.1bp154.1.19Linear/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.bx/lamb55gSUSE Linux Enterprise 15 SP4openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://github.com/x42/libltclinuxx86_64X ;סA큤A큤bx-bx-bx.P(p\_EPRbx.P(q 7070b42d45bb31784c85fc2fd5877d2a7a8916eab1680fac838148476831232a8462f5a455f076453e70b80e419b0a61620a6ac70de7b0877451248f032a7e5c3308f3b9ce7877865cdc81ae7fd0d5010eb28e69c47ad8dac93d86747d5975e24c7c139130f59e612f43f20191c0814072bea653c9716b7f06c02ff815345010a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1clibltc.so.11.1.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibltc-1.3.1-bp154.1.19.src.rpmlibltc.so.11()(64bit)libltc11libltc11(x86-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(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.3__[@[GBVɦV@S9@S@Dirk Mueller mpluskal@suse.comjengelh@inai.dempluskal@suse.comvirtuousfox@gmail.comdnh@opensuse.org- 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/ldconfiglamb55 16520875991.3.1-bp154.1.191.3.1-bp154.1.19libltc.so.11libltc.so.11.1.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-SP4/standard/e8106f84d78a0ead46b37782a3bbbbd5-libltccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b8784bc9487fbd3d09b65fbca8491bdbea52ff78, strippeddirectoryASCII text PRR RRRRRRPav |3̎utf-80f9a1cbbf5ae9265204ca5cd456b6cafc6c148421edbbb73f73cbfaf75f58e98?7zXZ !t/2] cr$x#Falӥ$fFɗڪU),pȤ&}(LM̌4ʗ4H& ꒓~W"mJL\4j5GN͍q2ڽe Y=5k:*{J!C)iMP].HeT S|dg[I,0&giIwD-r*1,8{du+7Asa 4GS_B! j 2ph]͇SIU@?p>F[ɿz9fRH :k%U^>!.xTo.3A~\Pv<:$E[B. @O0(2_H%E23; |'ĜU+?R *#T2>@[4f7*ǂ$P#ô8DF~+%,*ކy ;Sp|7u*N+E,z^a ݭE]ug= \ߡ‡!Byic-T.PUsߟw@4)F,[% L װ>57ҬXV])x T9o:ߨdB@PX\LātВUee%= KH JG/(!PYU{P ^?5? IpS?)HQǛxy3Ha v PСEH”;7Y,E:%gYʙ}S YԌ\<& йg mQyug:^Bv!R2!8ޛ*cPQ(LgTg&}$T/D#,ZiD%OM&ߩ!ePEu&+ISeSsGїO[ahܖ%J)_]E1Xp郘 g'!}|"`?*m5<;b[E57XtsGV,[=u'{nH2a'W?qhJlʫxz=$RH*KJ)A7&ܵU6@zw bJ/k8/IP!K}O`v.-狒]kx^6 IKc/5-` q"tIBMU b=ɴ5(ѧu4* :ې Dwv3qWƠ>n\9{pDɼA7-fH"\G8pˮkZ~A_`<۲tb" ]b0cРq۠ ;-$?zSv7n@x+K%n gPc(Jo˧؉LJF"g3N p٘\,$Bai< ˄Nng QslZZbS7Ϙ>nבcj)QF 8"*l Ek_RĭUZW;+ ͹Xoo$Mps'MvtbDuR'†4DTwh UQwRpJ O-4`tߤlRl=HG sLUhdD1b~7i}ɘJ2Кݭ9qA0B|Wz鴠Wbܲbj{elD;@ZW8kDž4vfqM!Ӛa:DwTx6 u5j# m4q0jp`5Dhf$tCkOFO&0D %C^692F~qqcbrFߡ.\N,*Y-[#e < ? Ɛs(&q}ڠ,=/"F/fR^b{GR}p𣻑J i}1.LK0L~A\Mi+en'4$ +Y:ήn;2Fq۾zJ@==H B' Zi]Ms؋a V@Էhy/@Nrδp(4ǧ$6P PՄss9ÊmYWH #$) տb.5v`)1ͮet/  /L'`7& nv|+lDlt`ŽWJM4m84I Z;o6=.})8$3 UUKBT9L3^ȃn`3O- ^W06Sۀy41U=xK_lKSiF>'O5PQeOryxŹ0qp!@3%@=D[ҩaP8&JDr46p/,젂Udq^霒#9 fzmS B&n4 p,`,aWqha'p)" 溳 ' L!b%VyJ^R{ZpnOщ]fБbA/WxЅNSWЙwH:kQR~E+zQCz6I| 5Wk;@{3h8Rh#\ cWo `)xE͎AGEڢ-W2=9[ne͍:l` _-9h1De ֎'=MGA0$NCmr @=.v}n[*GbȫUnsx9ݐmIt ɳ. ]K E$%C]DIlWfH?`7 ?GnIfM|l  JP116;]"׷TQAQ ?2;Zw3hE'wB{vt*[PھX-ieYӤEE6 m [6ƝKDh]k6a%.xcrcRc]]Q#!/A ۝кǛ ;qߨ>@K@:]ׄ `:{T;*Qcf32,8jP~CR6^ȆWHD`TX l%5~hQR@'#0‰3w-; zwMsanL)1H/{q/LgKӁ=RcD_먙 -h^/Hf Rhў !,lS+h dp4֑=ʁ3rQ̲߬SPa(t|?ŝI$\]{1)vDpo@ ˈ.c-bC~V||zU[,]ℶ)п_59U]]! G+8]Nm99 /ZirgOǶǕ'}z2M`Bɞ⽈&ju&e6#5ˆzyj8?81:&ie -1",w/2|BS6Љ)H*;ه )`orw-m~bYz|FkйbD~ֿ߽q^CL> Nz|:M!15 "$a<-r0A;S, 3trٶʂj#V-jD=5X j0 sV=F=0 7#ŲUR%-V(6wiclxXoq7lZXOB.WGCAӡ`2Ǩ %<(\xR[[z F)tB21$]W(~Am. FjKΘYoG`Ƿ- 6r} ]^7,;;Q0V(=.ǭU씢14eo|MZ2ELP`,G9 RIQ¢_]Uʑ7r{O~c\v@/g5dDE_A߂ޟˑy!Տ]>:B'_ ;1+_=wL t`ܗM=g7M+^3|*q(!8 c" p/6'rk7^]f{FǺʏoT(ioܯ ч~QwNN6&NjIΒ%yyZ+m0׀өZI9\H3|m u7֎:6M A$Ax-I|mu^NsM} HV-W ]24/n젿>s`PuVySRud[Q읙#jE(œ<-m:˱bu/'>EwyT[qvk(>'>\[*,_,P1<6~ ! ԭi" 7+'b5J.xùCt%;WH'y3< qp#\Y:G:\$lـ<{('k¹OD=;GA NTˣK dOIWWTڒtQQNrv7-!(W7JOG+mrsUTrH E-xq!I\3W(Ujю$LEP'kA&FBoR6TLFe+p3FO?SA ^Htdܣ7TYH*s inȤ֒As$mƁ?/oo` 8hC:nQjsYRq]TfVPowP7K`G47uQpAְ)]Wj9:kRLԿ"[j"ĚX ٥̖a+QCi\{%0~2f MPʽUaʐ8;s̆oֶbJk=%R)V7ôg5LU16& rF? Dt5{uq܆d8U`B' [5S76g1GsB!/`Mk1ֳ^X-gڎi -s{䃕;㛊fQ)=YEj+"8+i"K fO7ٰ)c-eq"L;:ZVHFX\`h:TeyTc000daWLHpP۳BO>)֣ިvj1\tn`L6疻U0W#yxf] j^.Bv_ٕ]j" _w:s52/=A-0vN0zku<)Us񶺫tp=}P{?1*wE B$s6dC3n6:R8dqo)cr/DH"O= vV˭Uh|.x}L1'3t\Y"P6?p[R{}mjj|T%n3P \|sWXKfO8gS)8\y}2!YԴ7:W'ƶxN0*9Ч4Y®Sfņ(qUoE~3~D΄Ըkcɏ&fVfRsIzv;#b?H:Վ"Gl$Z&N GpvqugѨR UAg2'h{Ey2zgX*k e JtD?K_}:*#GU7*'|?Շۓ!WBZ81v51} gGG41ԥc~Y%-uCI(~}x*= q*.90%Ml;O)(=YháIU: ӳg5-M!|p[Nhj#Q3яNpr#.L)n|[=.y#L=./7IW*ݳBaZ8.YRȊPދF-[4@^}"/pX W4(!*sga!FNJ¯^'ML@GT$""i)s闊O%R#A*^\P7isHjJD3{xTb ELh`K֬Fy;9)ftH{&Y $*'WAHWfeB6 (SJvOl\}CyʐhLЮ}%bYwtdU O 5!:{ykgٛ4˖eE;wV0ʍb{)U7pF> n[GamR:! 𳷝//؎2r>bn^ªc 3 b8lV  }kLN–EUg}TT^-5Ft!*(YT(CeCYlѿ{dt.{c װ ^J{[JU nm v(?$EB%#s9390MeoIh.\  2DV꺘}4^ݪo?o%>iB6wb9Axc(ݕZZ &dc>bxX]sR[MCAFǣl2Cc'YzI2ւYIw~D=J9%$DF]@6SBGopԞPՈHlJ7;DqN5[>*uj_1d͌CĒQk4G)\E@bm}N@^R)s*};v eԶAF}m~\݅WrS?މBSBBC=B!O;Ivtme%|Fm\o Zb^p. 1!rW47fڊfs3r>QI:yz3 j/h>)}$U !GqU~[o `Joxy'kJ:ՙC)lx{-aw )e+\sԊs<6nI9\oc  uQɴmt&4Bd.CW|@d)-Bh8nJ=Z3OUtCOJ:v׃zɛkUn %uH/!h1/;wݗE: ;'{Ζ7J|6,US4`[ -*"*#z7qҗjhhO~X)FU1Zw㤝TohSqo]Zۺ ԲF @6UHd)j^I*_mO7_'xIX 8UJv2+<1=sg]gO^T* NQ .B8g"e&~Gf3s1 ^ci{L- zy^ dny0H")n_XLB4K|V 4H*뭛ck`˂sی7HF-dX*Is" c&88b$wn@ʲsHeФXx+#1W" QKH/slB053!V: |5N*DH u ES1]3 )_">5ͮrcc!e$ѱ`h/QZ71{nM5 FG5$/FqF>N֗vgww]Hd<8F/y ow`lN!v~!Mɫ"G=o캖d_ L7Y|%e~:m2}Xd~_s>j\% (EMs6JP)?2<:-R+M&Ϗ$Zi=ߓǶaqᦥjrT9 V3:)d>9+ W/{gW# ~d"6!`I:c:/*;D뾂XRNX+z@`wgqnga{M\]s^9QC2h%J)yZU+;wg)78%YzT }zi-SX~@Qk$N Q[',ZH^=WLO} &xbW 1w]B<%\!|ZG8w8I$,4lF#tl3X(f2P-X!hh{zrUVor̫a} V*y}& ?, dhz»^-"cT .JcR3&O23K |w%HR <-㛞]GS+ ?߉kAډ%Ne=5)7@z-*!ݘ pM :!^Nu }?!ΖeDa-JH![QD7lST4r~]{:䭴l -`81{<7Va(o3pAm?x!˼b}D*ơbdC׍_K:lc|/M0Ѐ`9`4ngw M񂃂ǥZiJ~jzH;Oo!kn^ Ќ7Mѿ9 }?ڝ)>]׻I)!(}W9XMRr I-mzfr. YZ