libltc11-1.3.2-bp155.1.5 >  A deI%z QF$#vÿ"(dIڍ JfDDh!'+G΍괺&f.c_3坞U}8v4s+dž+'[k BYOOZҩ>Ƒ\@?wQӊsZ4*iFu>Ӄ|sd?9 B]x?0rȚ0 M$L l)L3-YτP&v*{ 7r˚"U(D:y}9 +2$}\o:ru|F*Pa_9Vz`) gFi䰒l0%ŵvsCFL ZMn{{ 3QSp@x?hd   @ (H X h   0Xx  6 ([8d9:>@(F7GLHlIXY\]^8bc[defluvwxyz"dClibltc111.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.des390zl241SUSE Linux Enterprise 15 SP5openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://github.com/x42/libltclinuxs390xgX =סA큤A큤dededeP(pc `VldeP(q 754c7cf96178e2757a588ebd959c2096fd6dd57a9289048b5a020d8b9395919d8462f5a455f076453e70b80e419b0a61620a6ac70de7b0877451248f032a7e5ce38ba27fd37b14f77ef33e14f83302eeb079df48d3e712f4a88ab1f5b781a38adda308447de521d30f51cc6f73831a5d845dde5b119633d58acf7d07eeb04c77a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1clibltc.so.11.2.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibltc-1.3.2-bp155.1.5.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.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/ldconfigs390zl24 16843445481.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-libltccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f0067289edfe6f66cab7ba32e278bea8d8fa23d8, strippeddirectoryASCII textPRRRRRRRĬnlyÅH69,utf-80af90828a4ca3a968a15a9256e1356f6767a4197200d105b7a20a0adb4b0775e?7zXZ !t/W4] cr$x#HtE*Sn7vUHPD_?eg&S`CUЄm- / e2 !KU$5Ic"0(+8%0`*sF MR?~T6yt[*xؕ07TPqAGŇ\e&{ʠe>Hx53VtGV\aDtQߐeD\;MPGC{?Gx e0O*xbq RgH1=̣hia4Si(7%"~@ᨢna-}xA&uDcOCLOoqTbĿJbΈ<1*q$0&O/JL t42{[LeQ/b(v^֛cѓW(3C wV[CKGtIYZ_K(|FmKs]IȥP74ds.Lpܓ»ShIe)~'U6Z/d-Z5mz7~h \g0|Q4 +̕EPq@`2q 3`E~4h9BƜ"=[4Mkb\c{Ӄ!Ul@X E$/]KI3pF6 &odƈz b9–sT -ſ )֥v 9ȡk:-nAhZVϓSZr(2FbDwΊ]>klp`Я>UԊ%T=Y;!H "s ܔ ?[2᫂3|ۃuV]k=_QR)h݄x2i 3j Hj6ܑ j82~ɱ*jVe4?Q# UQA?3»9QqW~FzRגBAqRǧ0[s`cL ;X!oߪ<3 x@rp/:umޟI,D84s; G)6t=bpo:* go?X3ԞZ!DK똩ܷ%M!GYJ=0k-ml;|0/xVBEaX zU>RH}ֈ ~S"o*|D=}J`; 0”1,B3RO9N ̋#5AB 5k1Jz>&ZP%@#IHV˙3j! گ`D@dB zE{Vs{jMM,].T4|GĬ%^~Oy5+NEy w\<1CF2|@o2$xGBĐkT诎0'yLbXF]ԾS"jT^EnYyvR *Sʬ6A^;rׁ ~s q׎N&izsx~yo])־U%%Qҏ'jBkib~3h]kbݎZז[& '>UMXYΎِ9 U*/5sqKH^پõ;JZI<97nokL*J)_Xn$^䠍n:&Rģ'K3@bVs *K'#_Kb"_ :jwr]LpL8g+yj00x/" hƩd˄MezoկECw/\3}@(r&4tBrJuTGHgl|2 U;ia^ڦ+Kf%zM{=&}+Ë,򽋠)TO}'e}ك$1!"27h(çj&ǧ/{#g )&"B-qPqj}4J,{UĐd.## 2:|2Am-rE| hlѸ$ ķpUO5ā0&F0P'<=4l\fQ"SpdIُ8CVE Xټy>^:]'m5X8}!s`MPOnʙS @57ps>*r/3 ;m"6IfUloM.ӵ(uܙx~n(sdRMRB%۔fL.oL1B\cS'iVN_H]iZlZoƈ̾diM<`UX܃\FG(ԤwV##NքKJuT?S LEZUVRc<,2l`eO) 9_Oi (xPwDrۮ%D! A7.Hj|TN6ޅԚ1CYR7*u2L T [Q 3#4KLiA҃y֦= tazD.K9x%;K Ƴ ߱w,,7 /hxZc.̾EW.KB=9pݙ2Dd4?IzFt lȡA(P<+i#iC1Ɋv Z"^a -%bU_ f /eяM >w4mđJ[6cKvhi~Z2kxVn3^ʽ48X#o*? }cq.ZT|yL?U쏪9)HĚZ¸מԏ+uXb*o%[.νL8"`eWշ\t\{5s_KG4p+^&9Sxw%L'#7LsBG w,&AA}8;e1B7 yq4 =O_}Yzy /,sfTuSrd[0&\s;0[ Fﴠa- A]'8?%vR ^FcRgKjm0M8bL]$䓅d(Zh@ih4t\DOGJ'#|$nێfKoBF1!7HiI^yt]VE^X7㡠Qrw`GzI'tBHk 1)>JK50O@ ׶Ī~&v9)ąASo2rr55 &IƑ>![WYܑ~A##Bt0c%.pU#p>OF$M~6d*Qnqkw!RW"C$+ߎTF/xu˦P]Y%&$) JD6kd[$gn;>}/ ~(Y*:G'Ď3cvz] ױ^[ O5z3}>`Vh{eڑnG5 ՗:]~uə/ n^jVEoWdnܸ'@JV6q䕯@CgzeUhQ&鞥VGSiM,7uG֨}2$vk=^M0&>V\h+j EX n_)Cc^ M0罞KH@4G#6CC4m+1{Q+ M/Gۃ=ej&hCgkzybs顒p|O~ 1fשuZ~Axpَc?$BDـf]!`7fe$a2j0{ ]EKs(lX -A-¦\7$^{FvXs B$GN|Včdb^\4JSӒ0vaSlǼM=i4~Vzbaг׼|%h,Q\fkT0[%dyKQ#;)?"kex), e$nIԄ禓)ઍRAK[4P1^:i EJ(#'vjSw?Zq ׷\:lsgD᥶aFږf9APt1R~%oXOIY@.rWorVm>7A釻 x]X!6wX55bՓR U!9Gq G~hՒ/p$L򮴓儴[|5Vm1dO:kRa$<4l1>fT :KMi}2v1TTCꤳ@nƠLIBUP,Tyn:`WL%Ek)5Hpd7cFlسlZ˂p A]#4HgY?WcV>mW%l{)WA cq8#2tsib ]GIɴ$~| s9 q%&}6~G0 g!%EI?6[,lT/צm!=&M2Sl'N7}w\i : wbMLj,[Z#tdΈe1&6nFDF{,jqsuULA[)i=R_\"'ހ94]:swdBcv[Q9pRM\>/|A=J얥5dlP#;1wdUND2Vz_X5P&חeTÜGlU2Ҁ&*doB'>qnl&l*U`hj΀h!hJ'6,pdI,k3.챖u5wktdsscc]UwPQsUӗ6 t-yQ6dr}zK_Knv} O3-0$w`X5z-,%ЙҾB(.9fɾdUiYPab&JBqk<0%0?oHcs>I+anvf9Q*1ʺۮjOqh_0h{Пyԟbɒʔö8Qȼ ";j5g( }& lH*zF֙T2p{W6&Hi|FK)҇EnPȉ'xҤx17C11%#bn?mu3o E2dE*N,Z]p]\?]fffmd"pS?Yx"N,fv;¼$-Etm6_eXB +$fHcg$g $40ÈA M@4MNhH SH3Buſ$q5>D䅊[Wjt}G0ӷv.[# ݓzvgphx!3G4TsQ-$t&?~.=H@.NAW (>>8#Fg&̲\ĪK@K6mI*gASm nɊ /_7ԣ|^R9n:Gu߬)Nf15f[ʖNJO̶wUr2nz}O$Xpb?/,)mw?}ZjjvݭjsϞ񁸾cS?XtʖI~Lm./`̮6Q M +No^+5yW "d_A!{.ĹwUxag}.Fo*wZ&b:OaWC9d"34Zd煒z ~<ek?(R֝K-һATD UX &HqgF7M/~ A0mZx}|tVYؖY@s5"DZ_wJn4RuS?̰ΥQ0Khܞ>@u+y5ckˈ𝆔%a:[m͏B^ Jy ̙Uk?48j`syX |X(yX'Uz>ګQ'U:p' ŭO;{:qLNQ=Q:1:6r GOF~ŵڟᨵΔITa4]( _9`2!վL x&y7/: v'ѿҠβM쁲{TmUGTخ8R{Rֻqm ,wkEtH@XO C\ f́æy@1$01B-9%]zrq^VҸL^Diwxe:2,_0@ |[F^boc\㟮MnHzG-*=&gMy2ps5b75T* VZgD=Eh4 yJBf{) )]ׁp2|a/1d%+K Gx/56 xdR 輺ݡ4gd`9b]E=EUIfS<=a;D_4i1j9- uV/&7JW ə"Pڊ~p'"8#! ,_oqHb!Nv=4-xWAVnw_'h.Z|cҬH4J(gUPF?Hzүbtf&05y)-4Ȭi!28sP>l[͡ Pyd8^dI= Bջ+ 0:Q~ T&;v mPYbi|.5 HZ B?)/yPTb1F({t:8Y.T9`wLa8Q,=b$4 Ҥ(~mǜc4; Y}]^ڈؤ,-esA4_l G1U4Aćoܜ[\zo2ޓ5{V`%_*Cľ*3f2ҽAaU?b+#>ݐBr0Iq)ސR3#Uy&A\ WNWo̩n|eIg5c3 /[TnbqA=kIa g7;\謦L@ǐzpG69xD9Ӝ1](4~m6BQ/랝K:HPm j^k̈́ 3b)XOiƫtLDlu'U$w w4+s}8uƚNvc~0PҶF7W[RJM,OM ݽ Vs~BB÷uaW_ 8s4 [X9NEyFRhɖX+w+X/NZE}tL/DCFjda@vv-t,˸0i_@B↚0$S!6i]V,SlumZ -T?%-9XӃem[qo,[D4 N[u_ޑR'XgӀ,Ba %ەA7OiV]ur~dL䇝NP]BZF^23sh- ^kL?5+ vDWV85$PPP&Կ ϐ'Q=}t[R40)KaSi>OABBU}"DW<%$kVU6].dY O׎A  Dyen !9>vnC}W5'@,kӵO$EYT#-5^@W ZP}!wШEƖs@-rkhX9Pr@޸FW[6I``DzD|>|;6VW=wB# )PX T~ #qjuOQ8\ߴTOi?Y:[xuބsl=xGR?dm[`Erk}`uhVI8we6X5[UlGa{ )w+)l#1724 l畢lnVNCPLGH˭%(p@nVk-͓NsQ z$VUeE NT4|3 'WTWZvzbsz~՛ z)pGg8vHP'fSZZu,iGFш`R/ . u9H(8~$ c0,2b H5f}0zV{տ(TEn b03J/#oCr\Mrc JE'MM;r=^-3ĕʡ! <۲-O(7FW|m