libltc11-1.3.1-bp154.1.19 >  A byH%!M@eeet;PfK#.)~b>T(%}xeڅZBGmsc pLCvK7 03bYғϢ(X 7XeXֺU%1yaU7' +2G3mPtCƖ/| n'KhG/RZ rya344f7e2d4200bcd71f07f7cf979276df3d80b82f9828c5e38db28a1c37eb18f5dce5a8a1e6e1acb2e2eec8d5334f4672068526dSPbyH%!M@eeeLOx&uAZh=pta\0Q w`d=fr u&FaDDd&,b~^gҥfu& W9~65B58gO9[7H@լENSkk2C]4Mc011GJlTT,ѵ*h`[ڭ=#4elf2!!nkɓp@) `2)0PN-6"$>p@?d   A #,L \ l    4\|  : (_8h9:>6@EFTGhHIXY\]^Tbcwdefluvwxyz$48>Clibltc111.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.byHs390zl24SUSE Linux Enterprise 15 SP4openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://github.com/x42/libltclinuxs390xX( ;סA큤A큤byHbyHbyHP(p\_EPRbyHP(q 93f03622bd2936b300f509a90d799c60b7d57a017305e8a223e441fadc178a3c8462f5a455f076453e70b80e419b0a61620a6ac70de7b0877451248f032a7e5c3308f3b9ce7877865cdc81ae7fd0d5010eb28e69c47ad8dac93d86747d5975e24c7c139130f59e612f43f20191c0814072bea653c9716b7f06c02ff815345010a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1clibltc.so.11.1.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibltc-1.3.1-bp154.1.19.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.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/ldconfigs390zl24 16521154821.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-libltccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=319722684f6a74ff5dce3cdd615d4de78ee31ac4, strippeddirectoryASCII textPRRRRRRR^::k%qutf-830acb777f5162355f237a16df5aeeeac67d27d9667469379d804736bb39b450b?7zXZ !t/#2S] cr$x#F67Nu} sɄ@DH9Qܸ%援"Tz_ԽjŏRnD>D\auLG}e|KrJ0䎼γJmG.J Zn\g5kѲ5 13iDrcsiLj آ˩zQDvmbE2BE(mW&yخy9A:֌=U}D{{x,=f771wS+*r\Lv `<1v'237s6V9.Q6!vL#oW:ĆƲ^r^WjZ铋zgY &r^MKiW5bhjSk{:wGpxtז EFPWռ6V3ج+ cB#?2bK%]9Ha[-KÒQ v[y $WAlj?%*9l_ yH[YHj'`[H$4H^"CD/K%$ޖ|,t g C3 P5w~E+./cvL{J[ݓ5I鈴ïGVIPԜ'':F@GRWjL\7aVq8vVeZ$5NQr9B$U2Cyf'3TR TęJ}Eщh ^ )9{!IaMLӲu럏<,-|񒳡=,DIfQ@S%''D*|:\x ,?q.6.Dg3bU.b_\bXfGkn z[}ѩoH#&|\aVb2̳+b,s}Ꞿp]I`d;guɿyg҃5Q+iѯG #[oO/'%5$,3`.7cp* Pd]76Q'\|TnқJKKHdFW}4R5.2zOhxiXǫzߏd ^=jknEۋE8Dv]dJ#'^jqgdgn6KOt9^B㲬`/׈Qd^+z3OYe&vMa=1P-ح`ʱSE揁2[SvӁl Nc9fxر]fF[Nb.Q IL[3w dōƗ2L 9Hh{&.n4OK<]v ٰYZc&ej伉P<D"ha]O(AқF#8WPiQUnlHo_߫|$ۗ}NmcN[Z=`5 !DCqٍ%d*U'{f2b0a,@AQqC̅ϰ޳ÚLiK<9C ]2$6ŢlGOٹ=б3AZT[4c:"I)I-lܞ+kXGMr@(luesʹ$e6N]GDxD5 ϔp.\iab-ol=€ƇfRrB\2ڇ[;#ǹA?'Ȋॏ Z\a FcV90izkr[YI}:RI+5t{Sã^LMGt߶Tĥ(]ޅuq"|>H>$8?}2i=l~H|3$5>~z/(R,(+w/0խzH)0okJ 6O|O#Ћ[_ _'TK^*URqĢpmƶy ϓkq|R{:Bö7usϤDŻ9<7l][dr-ܯ2kF7+QXJF-ςgބ}+aRH>;Eܫ߸&GWZ\cʑ`XrRz`u.25 @.= *[rHxHfC=^>+̤1y a{?) "AHx~0䂆qag%-f".ej:ybPy.1)"@T3h]Z[M +k"^ŌYP%ЊY+nCm`'U-=*q:uodkЈFη2$T̿Fԇ PWϳIʔDiOyrOo ^iI(f|!}.xN-[q`_@⢽T+ꏯ(Fwx?ex''&G^s XBB5=hd¦iƙG8LKN&_tFkED5cwFBk4㆟9L"pφ JSa1yLG _\g~0~lLG{Տ:F4"$KIۅ"p4j6N6ծ-,.fj%ΎT2-B/H~5ugVw#M^s{ʜ>8l<5RMR&Fv50OqN.k:~ pȫrwhM{zE\E`,14P2.'L?erRlNs3@:~`C,0I3DY3xrjY{~/e,iNwC8O&I1}y2(vSdUнɦ,i{of2w+y1(GK냡Pzm>vXn3͸ -@88j%Lj:i;^?rȆi\.O@Ѐc66Jw31<*!hXnm?h"Sҳ0'X"%GngjP xSC 'J.+!= Wz`p0rDLoW=h֧nEwfʹ4RS2KY5AȇM0x`e* ªWsZ7@ V&䐨y䣖gU N^yP.b{kRoQ֑H1t*reء>7V=\ւq0rd6F9.66iIx'nn/H6'"㚳e=tPpuB SkZijVs +o7o s =5nGZF7? #v}%%7̻+.'s Mhj{oNڙMF!Jb a!"`#M*1mwA8g#D[!اȾ=R~6fQ'&QOg[C;҇'XǀxoJٗ!u*PnaK*⿋g/2+" >ml'Ok |F«8cBYE' I#e陿`Ȅ-"Ĩzp"=ܸs>;J?U`u1! H|g#RckĕNH(Cc֭H[R_eY̥{JeIfy쾂i#nGl78|#g jĮoL GzH*k$03%Ӡ:/ f !Q?u|P1$ r+oks+s&Ch%Gme!%cj] ƨS El(|)Uooui,2zU݄ E֬MT!@~3 [? c2orc )5mC+ۛzSa v -SI߉U;ԙ>T+xCe5س 0>oVV|؟},/}'g^$$–dYӐ/߫K{r3EUGɒ/5{ #?@~f,fБXM Kk9!#q(_xx1^efk>h0dBJC99Ux spI>O{T~HU5!͹(GH#[TmzO/!f܀^hȥ%2@]gaY,6  1y,R$aX1w:FTxFɌ|"fF?6!Zř3YYnQQ bLڬ;%i3GBQ10 VIh]h Â]f{f~y[cb)eO`lL0]jj~A#"ڎh+qsޛ/XIUFW%ЉѲ@`g\;GJ=5D}UghNC.D ڳJScx]j<1k_cJHR5eTv_uT%8f`N.3D]$򃕎Ok(3UrxXI`BTʹt1GK(<1@,5qp+]?Si_R W<bjWd[;I`Cz[='Y(Z{f9斤#YlR)Qп)(ԢBx5Q?_TSWlL9ؚu*OS"FRv -l,G'Aye*"~(t`MٛQHj(mQ,&Y[fɳ$sAN0DXRVot1S}d!/ VఐGW*kաo#TuQ40S*륣 &mT'`gL1ep7+Q$--z50P>) z2"B9+x!Ms0؁O,mq~ЁlQ4ݕļH'LOQўf&MIZ(xkD|+kۊ1/dÆ?7̖2UPjag_k`g"!F3ĩ5)YUq"4TlotRT'eRdEut,y#tup"hJx{cH{Ue]X.`ٚo2j@(hFp#=_ιުH`LA6𢐙 .<% ƴ[ sˁFAAʹ<}ZO`C֮Y` U%*:Hn;ob2R^U`A-Hfpڊ qS_PSE陠ՑiɁ}m&v@+kkٽi֔NB!ԑt*l΄DgYJeEt=(Rcg.h,r(Q&ȔJA2)SL@zl+& x3yOF=0*1#5P]tƢsd޳N̫3Z tૡ;_ *+b4M4W b t~‰}xJVe$JApFB2{'b9" C95щ3<5O[jܗʝV:ch't9Z2n.)uyyhVrGB>eX3M *%E 7O~ؤ/:Jeo+n"ChA L_CB`PL P] vU<>fPI[i`#Cx8hL.k.mI.'G WSoxp"|>Y'72Xr%93n\5躏R_~o&Z,PdN )S*v:_3ʴ-ѹgGgEK"y`` 9r}OCs҂>T!uSP4IȌ8qO5+l$Rd>}616g²Էo'sވ]Iz4P!c<yj2*EP (EKռĀD%CFOOy <!Kf"f ~6WI7)+3A2' r(*C:{?y`ȑe?}@ZND5.4f)Ï/Jr-ٹE)U!`\@nÆxit@Ķ3wr}bÏ eG93ƩqAy<$[KPUK{ iEN Ơ Z6R!!D<$ńǹfⴳšFH=6*5/{ј1:h׉LIecB 4 -Y j,Fw,9 $E@!H0P#w>(H&2} R,.vwM(B۬ϲ#Q{:v`pܵ?ۼ̼3QTiV-A e2Gہ>|e &9eFoVR.@J Kg]Ea>: !V^F@p3MbOV!a-"!vY0^5O(ORSYHh6LMg"}pQPOdי @؍qWMƘtfvּ 4c.p|vUPT캅gܣsuQe/^Cnr'|{1s v;;>m}FQɺ]|swYGѴO]JvnM^_i0O 'G*s!0oxI ux3ځSOgA=mыp%W)e]xG1bI#lnqGBc `'(1Ʈw}ɢ5iX6-L?Sxs}4u0 }A֛}aZi3Y*!}X|оa۴Ckb)䯞y{*7Zn摝^5{9k xcVOn_8 OQBw6 ` 95 *g⣦\ -exGJo>j14F/Zң}zaC?ͯ92~?t21+wBҵ1jݗ?7;EX!ޠ.?F(Y[I@fnJӢ'YBw g-t_+jbG?'9$uN߲^V,sv#~)>u& /vGoC5dp*fR 5 !E7Ia#PgsǺ|ՙƢxUe_֯46b/[r' ih4)Q2G,ȱah)Qu8!=IL{9eNMgx4@k/?q.$N,U5xS:7:_h`G_?n3[6EU;}Z +\̐ω5CE A& TcR3ܖ=+,ʀs;~.Y8k" ȧZ/if7Mr?d&`kL+'9*"ŽbxDbl&Y6PDNL}[^!Fq8wV1!50Yz<ɽAlڜd(8"45+'.WOT`2Z#tf?N7dC{VX KEm23߲ -=IFbQ2j"g"N[B9s%l>HfN#DO._)+=>Z /OVl7m,AT`az6lN堕(c.| G/%7< !qq-@6tT"%VS1n#4\ډv)w~yjpT[K>e܇SR..(?rVg+PP[^Pt{zm:o=P?o,2cbPf'D TK} lȍ}szßtvyc%FbRB3 {h daZO)$ ڟH!׆ϞlaZ21&2; 5mpQމO,q!bUc|٭cC+g*=DbRG 6w0ا)~ nR/VQ Oy3jbR\ueȤ9j4N4Ah|EKkL)x&2i a4ՁC-\U'*J50RZP4XY\or#d1:I~A:|,s`Yb[cp+9iA#nN;U6 %hehE%xUSGvMXӳH|XolN*VbAy閊§`Rֹ^fݝ&&`@NIuXMng8Y.mV6'ܩo`v R@ΚA!!UD,JjAFZF3&iPhԲQr+ߍjȡau lH v~EovqtQ]blw<6,.W+8ؠigbv6,]3:h !3՞_ yUeLqשJ| SE^ >;(PYt9Bi"gЎ=)?cYSRmk+L߫0=y> X'o5JԸn29oOL* 3I6Xmz:C]ڛLl%ޥ|SΟ'a@p`Lv;Cw} Yn ܌eLv'VwC^* A-z1vKM-xPgDZ - m{K*R^v k0 \ "-騗w{k1ΏTS=-vF j2)F+%}~SWH3ќP01L=TL9ք_'hXеx@TrQ8vB[ʃT?qRE䙀~Nmt4ӯ:J*KޫIJAj[ ,K&ȟ6T(JI@.N#tbrɃ(_[ ,?"6>(fVW((G@}K'XcnB_УY WKy>I^X^>F/Ɔwe~OWG|čwrw_h G,C {B 2y"9EXItZcRI>BMWHlJ%VTҽ>%ą}\I r^9د͓1Yd[? m5^ւV--eG7zbmU;9fS?֣VI!A,Ѥ,N.. 㾎/k,C,yO"ݜ׶ aH&Sfiߍ]3NVH?K`yDgG״q'%kW֨^lw7~ j9)Cu7}I0AuySGl,edQzե@*[,wQ60924Fˮ4u%+p)"b0(`nfoHu p*weĥ YZ