libltc11-1.1.4-bp153.1.16 >  A `B曜!M@eeep;<& KyuJ5Be$.CRC ŬSҧ@U|:|~X&o08^JN}:[Oe$޹yN`n"-ʽQBajb8g=7-naeV=bIn|~sF?>"#-dLD2}HV45J|1>g+]a6Kx̧ƅ&i^${؄7fcd774d1f588d056092cfa16fe9af719dee3e653bf243e951bd0a65e49bc80f17b0a86e2b88272a6b8188536954ba9957f9333d40R`B曜!M@eeeTFDV,MՅ:H#*yZ|RuqkW>4ŞwKқBeY6sTaƘ~Zb,HmDVڏ=w8ڹC!DG ^paփ9($7{]=kj 鞂YTmG]BvzL_TX0ϧ!sy%yEnEFBqʸi~otU-p@?d   A $@ N \ x  :\x   (;8D9T:>@F G H<IXX`Yl\]^b>cdLeQfTlVuhvw0xLyhzClibltc111.1.4bp153.1.16Linear/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.`Bms390zp21SUSE Linux Enterprise 15 SP3openSUSELGPL-3.0+https://bugs.opensuse.orgSystem/Librarieshttps://github.com/x42/libltclinuxs390xfX  A큤`Bl`Bl`BmP(pP(q SvCPRe471f4d7e61719c00efa1f272d612f54c428a3866c282579add0d97b04d471268462f5a455f076453e70b80e419b0a61620a6ac70de7b0877451248f032a7e5ca853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c1b27d0b829b0ff5676cf78cf15a2dcc592b366c0610bed9a436a4cad0bc3f9ab4c7c139130f59e612f43f20191c0814072bea653c9716b7f06c02ff815345010libltc.so.11.0.3rootrootrootrootrootrootrootrootrootrootrootrootrootrootlibltc-1.1.4-bp153.1.16.src.rpmlibltc.so.11()(64bit)libltc11libltc11(s390-64)@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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)(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.1VɦV@S9@S@jengelh@inai.dempluskal@suse.comvirtuousfox@gmail.comdnh@opensuse.org- 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/ldconfigs390zp21 16149973571.1.4-bp153.1.161.1.4-bp153.1.16libltc.so.11libltc.so.11.0.3libltc11AUTHORSCOPYINGChangeLogREADME.md/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libltc11/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/da97f5d81f9790a0b1ef225a3564deb4-libltccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f44cf9711e6cf3e14f224405b1a69dc3f0157f27, not strippeddirectoryASCII textPRRRRRRRw|#҈ߵӛNJutf-8f3fd40b163cfcb51eb9f7f0a92f0374415771bf0c07dcc1ac712caf09a35bd00?7zXZ !t/C3] cr$x#DdBM nzLFHHW( V;V ME<15YZm 1l4W% k. 76.@]]Y bGs܌f>{'OV*_+o@l~م}9?mۂQ }QφMef|XQ6wKc2$8PK\qi*< 'y sA /x/D2 z_SP/Z64hOҚA{F`+w~;=?IA2 _k#gwV)}LӅ{Hж_m\4`fP\'x#G$RZXOjElȾୈW)vD7NL\n;kuYg~%;$4·g:&(]InRNӽO1b0|=&dWy$.%ll)}?`00R JPZz&(ݘ6W_ۃ e}XY&j&g+r*U/;Naϴ_--j߳q-0q~%M\9jP<6n: o ۋiLHßi&3-6%Hx`Y0r{-e/y9O;B(Ssj%XZֹ']?u8LQKH3s6s:k;=} C=Xp^cZþ- ?}-s=lJ:Ռ+.ܪFXv JXp'Eҙ(CF88 2(rZM`TR?!1TS`"{ f[`ed4XB"q,k:}I !GzAtt?d{Oʤ@JehEMuvf"*" ".9(\;/ {)q) ِF>RQ ~ku vkeDoyb KdT0CB[$KdbH6LYMRʓg-)$e3C!;?ߘ߶1}{^_6rPG0OU%-v''&3--@7J5n/}RҽHK4#Q/qDh􂱇kg+V6=C]Ygfuf%W} WgySXNjC\ݝ Γh0h~NaĦ%ΕTRR656wav)\O2IREصƚ\ܺ$4!Zq]tт?pCQ9ſ\AUAvPԻ8nª3B̝R[폾U/j=:n<{+|lYhaE(rT+Ǥ-C"n$TMZVRYQ>j4$2"LW:TB}2[ʁH s^a$݂CdU9J9&>cGAЛv~{['DPs+{kXG~7wW1B?C+ѩ5H6nmg` $^4g屢|p䶋Uor/eVDHm8\KAXì|HjxM$ 6WxV E5IϓD`(E)0Pa7C`SS!'[<t¬˿_S͚j7fy!);W,J#V0]#7~C3+ o̍D4a$P@>(9?+>r69Dphyx&?A=du<$nrʭB͢W@n6qϊ9p ? vb [LSΘb ? `o{}JP_FLC>'Aϯtv2dhRR{$LywՐLjdS;µ*)i@4%I*rn 5O!]'jᒊ;R^Ýq".)̏E;E0,q:+*wCxQg\no]K`PO1_g.]-/yD16%NB2l]IWPկ4|ޅVՉXϴH%'bePOR0`#76CP?[C!" gъ1c5QA}FNxAuOH~6CwjN얮WJ7=Q kO-%ɿ6nK?-77hRV*=١BvMNmAaGFD,|W(9k7Cx-?&tZE!v5 {l^ ɢ#V/}\6|WC: ȝ%@ՑU7Iйs1>׼(F. ũmeȮ=lHE?#'U-w2ztuD%;{tUn۩\z'GйGQ"Lg JkQi2>Q.svu)9~VsJ h*keKϥ!@'*rֲɑc ~hb`2Tj,L6G[;uB@qSL:pht`iN{'wem &Eڂ$ng(o$83(~<7;)=J= Pcn"@rVssxؤ"_LDiD ܓhJXW2xw M@-&e#?z#ݖ/V<]m+qzG4s%fD81?wR: ݼkN/KDeKy"X5%EW񯑈h؇B'!iO~hg8],}6]30 Q @{ɦk~J9Ժ E nY Lߜi1jrԁ3t7D}{Z'`ɊX7#JFN&C3S4cEXc31D&"p_azGQG-'^ߤ2(`Qw~Q̰)ո-q`Uw{ 1㷱e +QSFil#!"6{6 !mGg#OtE-xrf@ĭ'LYa|U/ёz Ȟ^ě .@q@Y @e0Hg垞0Hu$һZ*uQ܀"S~QWScZt7jo:Ѐn)/c!y("Mz Er\⍰@fԢXˀ,IF~QxDXv޳6SE!,&l>%k- _շ_RՁ ~!>9 ŭ`4nToljU!ޚ1sx{p3`Z5TCd[M`Q]ˉlRh_۳Yh1^|Î+rj`r?@~psV#7.I2qv(p=AuYכz )M*2PXTIiR"{9^٩86Κβ9…8.t` Zx$.Ԋ UVU\iX(,N%@[oЇi`2*mQ[kͭ%`1j&C `\6+@AWlO\Y=="Vfr;FR烚{W%c >)hGs9t{;X;TYn.:Z 5Nή0.9?rηw ZFO} ԆtX ۃ řcy{t)\X?5 Uܠҿ`f06u٤;= Q%z;?_ݣ"O һr֤S(z*pQPZ7L}Q`ȁ3dDADhM]B%qPwbA!_FhF"za;W?ߊђya2n{#D3̅q4(miA?軭㾪hr<=$84 lτ !Alŷd^Ns515 \TUeU4|U9fJChoz^PrNދ21r)Pc-z|] z4MZpaf,T%RJIB۫j+] AbK¬n.Qgl ?~rֺtݸedCעlqn*Mi,^}>s1ܾOq'أ!gΎ׋ѱBDe!Sj;ץXw m(aXU]KF?cTLSupm տ2җ/W(B9vwvYuep"/R믃Sm!r˟3dZ ꚡW/x HNQ/ۑD2]dݕ&ļLti`I^y%2, LK۴ooYxM-ŀ݂K:Ӑ6*W{28lt9'Ӊ:m v.OْJnd.  OIP?! Ye/0T3i"mcҨdJ}AKRɾp&{7Л1f/v]>Noz3WKdG*/Nv[v"X$'hwsFX,O.1jul׋VW}x[VclHj 7B $ed|  3뇏6[dmٰR+ οސ%Zb' p ]chy #Mocg A1sǛ)8JU'~E8׼YygC7 -!PtI`^ơKgpD&nEn.!ʇg7 Y&SFqhBP8g}Neߐy̗`.~cw4p%T~޴9 W|-bB5<6$Mjv  U{Er/5JyeGMؙeX2A^O3:In Ż`lG a|{?@(ݯ`CA#Io2nl2TU,<= C7ONa(^7jRxH10Fj_{JzaQ=xJ6/#afndAN )q>wW#^Niy_|;rWf?qr{BNΓk\;:)L2z䥬^ZcȜV a@Z:P>1< J쯗F_WU;֞.QvO|==ӑCvٔ7a|"pa 3J/Q-\±`y.ǛR%ӣF]63^ (K>pO8ʨVk0ea΃.*D?vJ8!9+_^m@K(bK`w]b7*:hFAB s*u|qL4D{1ޙLR_!oϳ0") 9Ih?3rnt$=遪$6/GE re0.ڱ:fUZ1@Բ{-0&ҹ&SӇY}~!:<~iWfaAI̷~iL/XI:s7paG 9mϩ 'lO/‰qkuPvPMǧaPx!|BshRf9욭' 2~G\'&~ Cb>s|*fU_f9wͶў%|X A*Tڿ+-k^TI3eHЦaD Y@rS)[rfxyl #(@H!9я| #ĺy>'Xǹ()a#<9R۲L(Riב!m/II>WZ$al" =,$mԌ0bBh.$Yz#K <@Y6URxTvf@Xa:L L(Heb=;;7hI W:.mĕ2Ӄ֥\>to l fp77莜z.vRsߵW߽Y0ӻf(Ȳ&X*8Zx\A.%5Eoh ,$?Gٝe1ޮA8q%]v5 6MoE,sXy`hqe\ ω:خ)7t-sbk kv-J櫮bonU'J )/9Jaa *iם^Hz92g4YbA:ȱ»!ek\E!:w@Aln=Zᶎ<\Uc‹AķpGļER 0W:4đ~#n#r%8s:ƔADZ*KXl먰Z#d[SI|bH5&ފƎM}RE]*pj[~%k )v4nH3+YRmB!KrRz$܏%cТx'Pt>N&UgBɤ`×Vqm\eS8467@31HH=CJ=}u*F&BqG!s\zm驎jUqߝ5Bu;v ,c8[KCm9T@>ŒoDusO#foT} +'61!=amk* |/'v#xM[T;.N+[#g8R$eز6,̩Vb24Mq}9dapҧ!qt 4l T.` xCj1D@QԘxD]^?%R=njot5 DPaʹ-݉D{D<u&= wzo*+C};pB<\'XC8(ݢ) },`bDs1ʿ7~MYu1m =[)XOJZ8  y8?qu58A#N c^~on@j`yw&,.̾5!'t;<"Lʱ֥BJdkݭ[4TM<xgUN7*-G&: ԩ{7$eZI] KxT zQkU-n@Yeo+ɯQvb⤚ Ԫx>:Tw4c~CWAi\UH'ԍa*do)vbc*ڹh+網Jc ݏ.'4~'nӎG;|IUBLnb+k X%T%ux(nQ_!ufOɡ@]gK.2kq-Y rPLcgOџ4ўfZjǓI3 SJIc5Ծk bBR<~A΅n{(6.Q|Lc[j(b~JzE_vǠA)s|2^B~}x IG.c퀥OjNnmJ }}C*J9\.z,9xXXCɥ^W_Q8樥䃊zln~0垠*S#Ty|;JX\jTba?Fl< * %20RP&u~Ib ^*^0Õzщ~૕N7d yơbϷlI t1?TB7{%:"ηd߅<|O:k'qgjVkɓ3B:CӐon4Ֆ_p_PblJA)A0#0}[buQbA^,\NZg;32@V9)h5wy#E, iǯa*7\մ7[yzKm n[k,Y7M!ێ% D7ՏN_^ּ|'P Ql n1-ٗwĿTCU$f<:MԲH*ΜQMe!qQLeo:ZE3BVj4*tFS0)ۧ4be6ڙC5q'Ǿ/T;L}1H-t*XdwN`~[~!<7Ѥ?M`GQ/H5o@leAc%Y;LɡH;3_Kҧ &v>iu-yRh(J~ PA@vdn3h ^X_O`>zXy.  QW%Pj㚙C|£MeEӂB;aKψe7 WP_NnlNH1xI9l̝:ܜg.t7ZU=M,VI`+D ,z $)hǭ`^n9u!#BM~M+Zם.ə ]D.`Q&x]r^ k߻~g=K'23WVF%ibp>i 597xiv Jj Ϸ^싽p⧽'pڒJ< _{O*-Ic⢱ YVְ wR ܘ<-qDoO6L/}~gJ5{vV <.@7RVY:O&CݐB>RuAQT.*ҵ DGׅ̰$3S^Z:%LGJ9HE*2Xi`IcDJm 6 %ZC2K3-מG?jX#t1xQcs;䯞}Qz~#.+AJܻAE޷#M IܬWURN݌ݵ2f*7ىp<#n:Ly 򄭧LJS_Q*AX`vc2Պ >f@H WW,,\z1(&^c oMA?:p-q/d ֝pq ~pMoi\ocOEv]#\`w=8*ۓ艈׬mwqU $1zvvsibTϐa j6I܋R1 )&)wc@M[([\էq1Dc~` '2Kkg1(L{G-.+NyhSvpz"N}:-|pܺ5(1U-gΫ\ ?Ųl4܏U~xu !̶ haxgL$}H8}W5%_Wm8py$$cX!&eO%(j$3N>N",X߇!bFL2Ө.S^7'Hq%Ba@l/{qMز1 RVi7lj W'M@,,8_aV [<)ðƻ0W|'@yRޮ|5J]_>s'Q79bپC<)\7B~zJy-Jze+ױ&ҺcHO/ntiaĀ) j% EϏhc _&G0XЈ=*C>䒓-B(9Us6qڤ86*ݩztLtDZ*m:?Cj0|-#Gk^/$!ӇrgK,SfuH VƟDMF(s,Y^.JW`*ݸZQ$90S͉z9E4$eh@,96 ؔvE~ERc3.C orWͿ*OHGhظѳ& ~hK_!䦄KXc|dKZ#ځU-+q cDɾ|ebcԔ'J`>IJt@ kTx+.k2^Q 2? gJsLޱkRՌFx0^`Rw)l v@!KWhmVgz=Q5̈́m[>3ir2;98 sК?tF;(RvgIJ4W YZ