libgviewrender-2_0-2-2.0.6-bp153.1.26 >  A `,!M@eee/ (vӋ4ƗJ'3^$~Avn&Ķ;9il"1+L0zBM8 Dd F#6A~3AXO!ӳ#o6{JAN쪤PpR8K!q l*Z䆭{@ӋidtD2աIF*0x?7 0?W*VEhWyc.yV3 =4lEHn)Nb/C }FN|:4#W Nw2|zd}A?A#^{U+j!#p@?d ( E+ EVw}     <D(;8D 9l := >@FGHIXY \D]L^bc2defluvwXx`yh zClibgviewrender-2_0-22.0.6bp153.1.26GTK+ UVC Viewer and CapturerA GTK interface for capturing and viewing video from devices supported by the Linux UVC driver, although it should also work with any v4l2 compatible device.`s390zp26SUSE Linux Enterprise 15 SP3openSUSEGPL-3.0-onlyhttps://bugs.opensuse.orgSystem/Librarieshttp://guvcview.sourceforge.net/linuxs390x``50642e8a9f8c57112673402c0c96653c368a9dde2f3efc247e65b72caefa9e63libgviewrender-2.0.so.2.0.0rootrootrootrootguvcview-2.0.6-bp153.1.26.src.rpmlibgviewrender-2.0.so.2()(64bit)libgviewrender-2_0-2libgviewrender-2_0-2(s390-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibSDL2-2.0.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgsl.so.25()(64bit)libgslcblas.so.0()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^8 @\b@ZK@YzY|xX @W%VBUTSyDominique Leuenberger bjorn.lie@gmail.comolaf@aepfle.dejengelh@inai.dealoisio@gmx.comjengelh@inai.dealoisio@gmx.comolaf@aepfle.dejoerg.lorenzen@ki.tng.dejoerg.lorenzen@ki.tng.de- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow OBS to shortcut through the -mini flavors.- Update to version 2.0.6: * No upstream changes provided, please see https://sourceforge.net/p/guvcview/git-master/ci/master/tree/ - No longer force use ffmpeg3 version of pkgconfig(libav*). - Drop guvcview-qt5-ppc64_QVariant.patch: Fixed upstream. - Rebase guvcview-qt5-nolibs_qt5names.patch with quilt.- Use ffmpeg3 versions of pkgconfig(libav*)- Update summary of -devel subpackage.- Update to version 2.0.5 * terminate configure if qt5 is enabled and moc is missing * add sfml render * fix aac encoder (replace experimental aac by libvo_aacenc) * fix build against newer kernels * disable window key pressed events if a string control has focus * fix video monotonic pts flag value in encoder context * fix audio cleanup * add support for HEVC (h265) video codec * fix muxed h264 support; fix raw output (alloc outbuf frame) * add circular buffer for delayed audio frames pts * remove support for older libavcodec versions (< 54.01) * add support for VP9 * fix motion estimation method for x264 [1-4] * fix buggy behaviour for file names without extension * add support for sfml render * drop support for sdl1 based render * Flavio Spagnuolo : fix matroska clean up when audio is disabled * fix segfault when destroying mutexes by unlocking already unlocked mutexes * fix libc readdir_r deprecated warning: replace by readdir * add extra video fx filters - Dropped guvcview-2.0.4_ffmpeg-3.0.patch (merged upstream) - Split lang package contents between guvcview-lang and a new libgviewv4l2core-lang - Added separate -qt5 and -qt5-lang packages and pre_checkin.sh and guvcview-qt5-nolibs_qt5names.patch to support them - Added guvcview-qt5-ppc64_QVariant.patch to fix build on ppc64 - Replaced some in-spec commands with guvcview-SUSE.patch- Rename %soname to %sover to better reflect its use - Ensure description neutrality- Update to version 2.0.4: * drop support for internal 422 packed format (use only 420 planar) * add support for extra pixel formats, including be formats * add command line option for requesting fps * add support for control events * add support for string, int64, bitmask and integer menu controls * make sure we can't select unsuported pix formats from the gui * fix status message for QT5 interface * move mutexes to device handlers (context) * v4l2core and audio api - don't access device data directly (use opaque structures) * add constructor and destructor functions for v4l2core and encoder Paulo Assis Mon, 22 Feb 2016 10:10:00 +0100 2.0.3: * Add Qt5 interface (--enable-qt5) * fix '-n' option (don't save frame when photo countdown reaches 0) * restore exit_on_term option * use AC_SYS_LARGEFILE m4 macro for enabling Large File Support (LFS) on 32 bit systems * add color config for crosshair osd * change rendering engine to use updateTexture instead of lock/unlock texture * change rendering lib to avoid frame copy when using osd Paulo Assis Mon, 4 Jan 2016 23:34:00 +0100 - Dropped guvcview-implicit-pointer-decl.patch guvcview-no-return-in-nonvoid-function.patch guvcview-voidreturn.patch - Added guvcview-2.0.4_ffmpeg-3.0.patch- Use pkgconfig for ffmpeg BuildRequires- Update to version 2.0.2: + fix mjpeg and h264 decoders (libav): init avpacket. + fix wrong logic of enable switches (Marvin Schmidt ticket #12). + create a frame queue and refactor frame grab/decode. + fix jpeg decoder for older libavcodec api ( < 54.25). + attach video capture to SIGUSR1 signal. + add audio latency control to gui. + change default portaudio latency to high latency. + set device during initialization. + use time for matroska segment uid if gsl is disabled. + fix array index causing buffer overflow. + restore CPPFLAGS after AC_CHECK_HEADERS. + remove direct access to device data in v4l2core lib. + make sure to stop encoder thread before exiting capture thread. + avoid SIGFPE on bad channels or samprate data inside audio capture callbacks. + remove check for avcodec.h (it's needed for very old libavcodec versions); set iyuv as default internal format (over yuyv). + add basic support for continuous and stepwise frame sizes. + add support for empty control list. + add code for crossair osd. + fix h264 demux from mjpg container. + fix pan/tilt for logitech peripheral V3 (use raw control instead of v4l2).- Update to version 2.0.1: + Fix audio clean bug (segfault when audio=none). + Add --disable_libv4l2 option. + Add support for internal yu12 planar format. + Workaround uvcvideo bug (buf.bytesused=0 on kernels >=3.16). - Changes since version 2.0.0: + New version 2.0.0 (code rewriten from scratch). + Move all core functions to 4 shared libs. + Change options. + Change config. + Add sdl2 render. + Use gsl for random number generation. - Changes since version 1.7.3: + Add silence frames to compensate audio drift (delay). + Fix possible memory leak. + Add video and image capture through system signals: SIGUSR1 and SIGUSR2. + Add true no_display mode (no X required). + Small bug fixes. - Changes since version 1.7.2: + Add H264 decoding support. + Sync translations. - Changes since version 1.7.1: + Fix avi muxer: fix opendml indexes (>= 1Gb). + Update Italian translation./sbin/ldconfig/sbin/ldconfigs390zp26 16191393172.0.6-bp153.1.262.0.6-bp153.1.26libgviewrender-2.0.so.2libgviewrender-2.0.so.2.0.0/usr/lib64/-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/ee254e9ea1f0cc8855f4bf7505fae030-guvcviewcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=46377358a48f37e64b79c9c44231d624c4512226, not stripped PR RRRRRRRpXV"3_/CKwutf-8c9c5f9e2a1e997befc51ee2081650953c2c705d49bea4ae0d0ede5a56ff4d25f?7zXZ !t/ൣ:] cr$x#Dh_ ϯuZϿԩ~ M|Pt'h6¯HNm@ܐj֝$?d'jI\VSi:\`^Kʭ9c_Y.sc//6喹U#,LK|l踆+Tp'Ss ǰek ^kdm4=b Z571Xj2WsqT5&[mD7d TkޖՁ^Zi 2=VD%iٖ M>hsL[ƷPY`{*/ţq)H}m֎'T0!d"Is[-\͚=`M =WMY$P"9R9S&2ՙ5wELRu{2G8QﲹKM&WU"g/N=~,˱ gOȫT!DA Q. BC~JtR#-wRr4,B!ǢMxrM;FC@2FՐ~Ɂց &!$>7?]{2!H +?u͸9׮^ePeeLK <^㌃iH8P=<rZ1YGPۆ?P<5E>є 8Y,hו-cHVlb6JIob9LX(-{^Onf~a. Q%G tLי3G{z,Pn?ԧo59#&ɀ)YHwIKN˶O3J?Thw"(AhҾ(ɠ$'. 0Q*Z@kƒ\pFWa4Nˣd_#&.m#*&ˇg6^tӭ?~x|4\Y\aH &^mkp%)'mv5_ZJ0em >}" ǥ !xZв iQ=ܸc,O{AX`nIcD7WS , ee1-̥ŪďD}ك)^o#-'TU9(\Q1Zxrz>ni#`Mk\~IT#.jzEt6%1 vVZ>"MYo #eXC^c9U)2>I2;1UG}!juztxo%%ZQ|‰]WzHo SS0~CNjs/J%! W@+L`2aR9dɬh] ٦wk ݐDiq@ur*jvQC'w1m+ O0 lޗ'P~؞D0m?z=0o@ZG4Œѩ$+k$4%F޿V0HfTUԨfJAdDwel+5ógS )MrDyۛTh菙: ,Cs {yȏSɿRkVUO1r泿(tt!ZWj Yy8<;sT( [ق7m<)&n$b^G oeG/[d+!=7X-JAvrB?AHh"l/K`V.YA>4E9 R<#,鏒]5a!OʌDpo[Jޖb]ь托7d.Pߕ܉CI*>I'W8Gw^׺U2?6]s#79 ؛`7r]Bჲy"[-쿳d6U?3G \((^SMfxVDx_| L\=Jt<[;)j3S`DtZ||j&?E/`ު>=Dzb|V[?By* i:v;Wg`਋ӑ:!Z@$')82̕I5oc6A&0Y7;WSmr~=2Y‘5̐D#he-M'Ι5N@\t*逳=&eR>F w Û,*_'KG G8[d'\?%;}}?9n\l8GGw>Ga>LyA"mg灙?Fi=5* tgS%dǨQg ƴ'y52$vQTauQkQ<mdBqB[ +0j>c-zDwDRgɹ0vP](}IFJIg$Eݝy'0ww]>(o zv埋ܴ-[12x7+֣G~Ƥ.8 ieخ_fRS85e0ͱt+-$cy [ݞIVlju;f*H<qp92vsX|wĮ6n~gpc9[@YDpT2g`/XH{ܡۭGSȀLlNUl0 ͖py|Aq'8;!YSƴ)LaaTm&]ިFjz[tQb(3DFT| Mep kJvPj0Y>G( ;:LJQ0VGKAD.Q? RAG+f4Jt.'x#K/Y5 /`҅:7)A`F8WFÀ@uG 8stw{6Fݍ0#SYLa`h!wnl#ɳ@;O3Z1ҩR2~`n%#O+~jgU/1KҵGA-Q}`y\ц(R'x75.jF*"1ŶJydz`YRck5q](TIkYWo+dȕ@&]]JᦌJn3sk$I`$;ޢB_F|\n{\D%zo53ݙ^p@E^<*U0_#re-ҶiJP}W^rBِks1vfޕ|/+~[_;u3_YFk0U씴mR4ʧ+^‰1Q;A?ve*pe]k{Ff,ơ2%nF7ҙ{Eg縏ͻA)RNYjJQ(Hhz)ϒOŒ-8Kb@ c.WV aZw9'j=tPy8 [}HQFA~c}e'4V?déJo3e^}d!g`g 1) ]jrT?a dhN%rssj{$Y4J&? <v=}ny<A:u2b`cXQ<$|l 8[7Jh5> h?UjZ2uI"@Ɯ]avؤܝ" za2sv,nߣDՆ1 D?&zp{,"w % :Z!m{کu1i.DUwG[[fob7P&$\NgA2wGLxXyJAg0M ZQ\ES1@)<ݟa̗q{>B[g210 ^BE /i"i@}n4\:b$'J+>;!q9KAi0UP]˙7ae7ȕ)d n sfg¾.$' J^X r4XnzqXlӐcyC2H?QB"5"]/f4:v$.MxDQ)KO ߰"*,LW\yZzEPhgbHeFkkl*$<9F]fFKr@*륉Ztiޔ-#tVSVx @E a2 iy0oJGK~żװNBw {I@n[aZlxw>D$uAҩ YTu_x|f6sRS>ހna}> |<)Qz@al>ؚYɋނ ӼeE(sbi?L;O—E؏% ?gԸLCyV]r?uHgR:2Dɝڌ0j ~k>s{7hXp/{EG}tdA8o]^;oy)/< ߧWOlid魤gC/"}D@l}a&?4yS+ "RAɓxfw4A|#i1?NE:D-jn2O;ʦ Sڑ(^pգF?fY -p9݊2yq%.0|s0RδXc'RA>_5uc@q[TYhڬo1'p  "T0~6Ov1\pkPd"l0kzyي"quدZZxlVI`NrN CSu^)UBE8ǣ$}k 4-iXƱ,0Lh? Tm%u*DޯC򴌠";o;qZR)׷ĉC7ZaHB.2 u cfi; H]~S}#CdVHW^ n#6A|w2Hz 친ea@s;?iR>@FS=fWa=So9#cX!"YY=vx!؞~'I;}ۇU$f,y]< |Z ,X*pIJf\6֘'aM r- n-|/Nӎ%vh̻| DS'{R^p,҃zv5lXPJ(NuSX]J4`,7dwwU )=7=o R_'07?sI|m 9…S3 R˱6 .*ba~~<{XHۍDm2 WvfZa*jV0 [Y2Жyc0'\M06侥\驌{"_4y%҄h*YZb_S&Lib̫ jH&XNM˒[dy W?r*~CmqhR+@ !,<7z?Jdi5O;F *]lIfXU9ŻQS;#}ʢgɘ_\k d0 Z%^oaQ-_3FE[MO2VVh=·_SQNG}_˛EN\4HG&EdױhC`BjiX}G}۲>e. ,$ʹc a7s]M#+/.J"“G"fN`~ &d"}Ѯ޿;{P,ɰ@n)Έ}5C4u~dD <6yLT#љ9GuytR~at&<+. pw?Q9Ew /X `ck=w* B'MALX474Q.=I&,c .=j^GцU=%>Ä]I~-ػ%cXW,(oЍyX!x9Nߢ8bQ#N/>|<1N &ei尠w#:Ѷ]w|ܭ_ u&w|.El.$IN;-Ű\y',7V:hK\U?g "WSWs&:]|CQ4D;uM6r4a&־_ǏkFe˶YL{]c>,'3mVR?(5gNǩ)Q]RT z _.+Pp *݁ MTHuMi s>HN0SJ24nB փ퉁v~P.siΚ#a M&8uw< ĝ)X1e]HF5{%|9)5_ؘ>MRI'-Vk˄4e*;fٴo /tg-RTfp$L@A{1*R/20l|hyf$8Sn 'I|&4**0.Z'}CR:Lpt+p(n _ Q9> b[luȟOݰR<'eBg,W|z0JYߝ| />3_횼) +kQd>DsYuh #uӹbcF?iI;"ȳR *"OjǐfSr_gdy(" 5aש w`h-<'(ɬU">lW;5\w.Gn)EDjZhAeYD:7³|a&;QbP,:oEJ+`2dlq8HoNm;aOo!cou7FXA )@ U_*ց| `'ґW$ 254h4Ƣ8qg*qzm'dob%'N<ٔ˹?av /tCw.>JݽC |m$CMn"V[|xŻ4Ls: 'V{ٽI=Uo^-AY63޿Ɇ1%`).4sob:VXV^l,d;[?;JCkaF FY0:6Rai"l$G{uprw b,1 |鑛˹9ht x aRVfd?Ӎ#sqޓ+ɶ#?emW +tBB*'o5VBZnș2\u m`DzqY4\3|ίJDbo{菚Ӈu;LDzC;sIR4Ґ)j8ڬF.Fiڨ@ʂ}.S u2?mkW⎡6w VtG6y;2 VpE;qJG*pѝilOR <@_E!O)WKL;w G+ @D/sPu8*%-)+)kZ:`!y(dT} `0~9DMD.En9dOH&@2$/[Jx}"Bo]{ _bm-F>v2XbL6h뤕i+S)\}|@+>qHj]]QNR%XI] 2}COlٸVb A'ԱY^,()mG:6%xԗK8Lݲ||Ѻ!LF۸9inqVnfzꯟXئvɎ&KU䘽!L#27yĚssSL֑wjv0٪*e|(VpSq~h|4™ ;XT5K8paz-ol~խ7Qw\JBYay< "T`@& &Vq́XҰ'Rh%-* &mcX@,0 fe UˌchRiJ=-: d zƇ kQ8Nmװ"rBUﳂ"Cq\> ~2 pvw%BU)~t?19W&+lwAR{ӕmDhvi^ # (*Kl 8e/-owtv`dWF+-FmNB *PoJ-hHLAeOi0a5wg冰$́t)c`ʸU̱fE.Sm;RIH،뵄[fV(XOl"Ydg]WX'f%D@zfP!_uZe%($rDzQеkz8LqEeG'Kȇ'ZE U;ϏZW ٸ׋ՒA5%xmgdBtpފ.*]i(ӗ+!}ƩU\hq5]o#xRhP]Ѯnn94\ɭ䛍w" R2 rɊ1Oƈ,qEzd'. Uƞ§?>Y\# KbQiFڰ>/>y>CR=y//'L!W 1_h6L>uVO[iK  rZ54%HF^eJPt]z`R~;\sfԢ~, r8",/q]C!/uO q/]ⷪƂ^с2-=S%Fd,1x$8E,Ut!U4x|rB$[h*KFWxd[Q9 y[(Q:f'vPi `YO4_=M| oqUC10E"e^"!&˯Uuo!+F\p~d:a^-X 톸OT a̿lSQ^|Gv);BZP5IPۆ` 6c4M3:I،>vjhu"c@b5w}d`MؠZ=te*0 \ Zτ΁+Ek/,!x69R.;p`7yxZ ShDzdAzK2'|LpYAFHm1/pO8:`PDmϩ IW),.unO6qBkJl+{֡F̨9Y.]R-+=ttTԣH{ԏZn$}%v hJIF>HCoUrᬂpN72"g դ' 9yÒ=iR%^'רk>nm)18 κ ڱ7S]FO,;l279ز`aH^D$3J/?Wc2>P[^M !IEr$|?L߲K{½Rbj@#Mڃ&]#>; P t7qeFن٤O{kemw$[kpsh}4&q͒pKrۮcFI1ۇ õ,-$5C9j?65PɅcz^ °:4sp_,1r`Uw%*<74^#]V2뚆r "JZ}̮[v3{擬8qtk d%_Wq:/h7稵W2XU'MFJ3xs/ ei3˘}Ѐh-%|>_;mδe uyc6}|$)Jc w۱j ͯ1 be0?Ϸ.N4{nZꢝ)|@",]ta-[3N n?XuHuSgrRw3O޵JHsN \:ZC;~v7)`I}1.@ꝫ7֗~>r ө'o@q#hiB4%_k!5߻o^4.lU,YPOQV@pF92vMfWh=$Hắ\. lMۇC'rNFk-)~O~΁/6p[}#6l ؔ3NTG[FqU;4 (kN. eP\}e)U\>wZ#?`72vZ?b{zzagv0ChAg020ur!@r( v68yV\ ?df4Z5 6@pTw 0Ys0\]CyJ;>3T˘@\z*iR6͉쁻&:!D. #mM۟ h_fIџ=-IBB#5yņ6=ḓ'qpA;񧚉.1|B nS- ɓcWڑ<h dFǯ ||=d A]9/Mw:yoPd& )z;vS~Kn놄fbHuۏ YZ