libv4l2-0-0.6.4-9.1>t  DH`pM] /=„0)/:[΋pc ?ޏ# Bkk6aRc_UZpb m)Œ^ fu51?R zTwiO #@9shH}NzYnY?yHF!MQXO4:聠hvWbHWlVfƻe}-a@r9 uqay2"0C)Mk;noadc7a52c2cfefd590a3ff454728cea07c4e8163cSM] /=„ ~)eP(+yPkvG.<%%)ۃhER ^Q3o!Is"*F+8?^^y`$.nXCB[ƞTRT_Uވ?2 0(tMYu* xuC$$)_XO->wŽV@BMט%0?3A #G[?Y;*AM o0A=_|Mevd썜1"K9rT>"'7Fo}>7"?"d   /tx      - 049>X\(8 9@ : >!"@!1F!@G!TH!XI!\X!`Y!l\!]!^!b!c"'d"e"f"l"z"Clibv4l2-00.6.49.1The libv4l2-0 shared libThis package contains shared lib for packages that use libv4l2.so.0M]Nbuild03openSUSE 11.4openSUSELGPLv2.0+http://bugs.opensuse.orgSystem/Librarieshttp://people.atrpms.net/~hdegoede/linuxi586M]I0d8bc08be7e97406bba6e8afd4fbbf7crootrootlibv4l-0.6.4-9.1.src.rpmlibv4l2.so.0libv4l2-0libv4l2-0(x86-32)  @@@@@@@@@ libv4l/sbin/ldconfig/sbin/ldconfigrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libpthread.so.0libpthread.so.0(GLIBC_2.0)libv4lconvert.so.0rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.8.0LK/KqKqKqKPXJ JzIV@I7@wittemar@googlemail.comcoolo@novell.comro@suse.debphilips@novell.combphilips@novell.comchris@computersalat.deschaeferf.obs@googlemail.comschaeferf.obs@googlemail.combphilips@suse.debphilips@suse.de- build libv4l-32bit- remove explicit version requires to non-versioned package from shared libraries - buildrequire pkg-config to fix provides- buildfix: "control reaches end of non-void function"- Upstream doesn't provide bz2. Change back to gz in URL.- Update to v0.6.4 - Add more laptop models to the upside down devices table - Add error checking to mr97310a decompression - Increase mr97310a minimum clockdiv upon 3 consecutive decoding errors - Add support for decompressing CPIA1 compressed YUV - Speed up autogain algorithm - Updates from v0.6.3 - Add more laptop models to the upside down devices table - Improved mr97310a decompression - Add support for decompressing yuv420 planar JPEG (one component per SOS, 3 SOS per frame), this is needed for w9968cf based cams - Add support for STV0680 raw bayer data - Updates from v0.6.2 - Add more laptop models to the upside down devices table - Put usb id in controls shm segment name for USB devices, to better distuingish between devices plugged into the same port - Enable software whitebalance and autogain for mr97310a cameras - Improvements / tweaks to software autogain algorithm- cleanup spec * shared libs to subpkg * added debug_package_requires * bzipped source - rpmlint * devel-package-with-non-devel-group * summary-not-capitalized - added baselibs.conf as a source2 o and updated- Update to v0.6.1 - Add more laptop models to the upside down devices table - Bugfix: fixup 320x240 output for pac7302 cameras - Bugfix: fix reqbuf Device or Resource busy error when using v4l2_read() - Some applications want to use jpg format if possible, so do not hide it from the apps (do not assume it always needs conversion) - Change controls shm segment name to include the username, as it is only writable by the user (this means libv4l controls are per user) (Gregor Jasny) - Add support for decompressing sn9c2028 compressed bayer (Theodore Kilgore) - Report V4L2_FMT_FLAG_EMULATED in v4l2_fmtdesc flags for emulated formats- Update to v0.6.0 - Software whitebalancing, automatic gain, exposure and gamma control for cams which lack this in hardware - Fake v4l2 controls to control all these - Software flipping controls - Recognize disabled controls and replace with fake equivalents where available - Add tons of laptop models to the upside down devices table - Add support for decompressing ov511 and ov518 "JPEG" - Improved pac207 decompression code - Support for rgb565 source format - Many bug fixes - Merge spec files from drivers:webcam and openSUSE:Factory - Add baselibs.conf to build -32bit packages - Version bump to 0.5.8 * Add support for UYVY (for USB Apple iSight) patch by Julien BLACHE * Remove v4lconvert_yvyu_to_yuv420 function as its functionality is duplicate with v4lconvert_yuyv_to_yuv420 * Use Requires.private where appropiate in .pc files (patch by Gregor Jasny) * Switch to using USB-id's instead of USB product string, as not all devices set a unique product string. This fixes the upside down issues with genius e-messenger 112 cams * Add support for sn9c20x-i420 format patch by Vasily Khoruzhick - Version bump to 0.5.7 * Fix a nasty (and stupid) bug in the special try_fmt handling for UVC cams * Add some more verbose logging of various calls when asking libv4l to log calls to a file, to assist in (future) debugging libv4l-0.5.6 * Always do a s_fmt on uvc cams even if this changes nothing, as not doing the s_fmt triggers a bug in the uvcvideo driver in kernel <= 2.6.28 (with certain cams) libv4l-0.5.5 * Avoid the use of try_fmt as much as possible on UVC cams, instead use the results of the enum_framesizes ioctl. This is because: 1) try_fmt actually causes IO with UVC cams making apps which do lot of querrying of device capabilities slow (cheese) 2) some buggy cams don't like getting lots of UVC video probes and crash when they do libv4l-0.5.4 * Don't report DQBUF errors when errno is EAGAIN, this fixes flooding the screen with errors when applications use non blocking mode * Add support for downscaling to make apps which want low resolutions (skype, spcaview) happy when used with cams which can only do high resolutions (by Lukáš Karas ). * Add support for converting to YV12 planar (next to the already supported YU12 / I420) * Implement RGB/BGR24 -> YU/YV12 conversion libv4l-0.5.3 * When conversion requires multiple passes don't alloc the needed temporary buffer on the stack, as some apps (ekiga) use so much stack themselves this causes us to run out of stack space libv4l-0.5.2 * Add Philips SPC210NC to list of cams with upside down sensor, reported by Rieker Flaik * Work around some drivers (pwc) not properly reflecting what one gets after a s_fmt in their try_fmt answer * Check that s_fmt atleast gives us the width, height and pixelformat try_fmt promised us, and if not disable conversion * Only check width, height and pixelformat when checking if we are doing conversion, instead of doing a memcmp, as that are the only things which the convert code checks * Take into account that the buffers only contain half of the lines when field is V4L2_FIELD_ALTERNATE libv4l-0.5.1 * Add support for software cropping from 352x288 -> 320x240 / 176x144 -> 160x120, so that apps which will only work with vga resolutions like 320x240 (Skype!) will work with cams/drivers which do not support cropping CIF resolutions to VGA resolutions in hardware. This makes all 2.6.27 gspca supported cams, except for the pac7302 which only does 640x480 (and skype wants 320x240), work with skype * The v4lconvert_convert function was becoming a bit of a mess, so split the functionailiy into separate v4lconvert_convert_pixfmt, v4lconvert_rotate and v4lconvert_crop functions, and make v4lconvert_convert a frontend to these * Do not link the wrapper libs against libpthread (patch from Gregor Jasny) libv4l-0.5.0 * Add support for enumerating framesizes and frameintervals of emulated formats when the driver supports it for the real format * Make sure the video device always gets opened RW even if the application asks for RO * Add Genius E-Messenger 112 (093a:2476) to list of cams which have their sensor upside down libv4l-0.4.3 * Add suport for YUYV and YVYU packed pixel formats (Jean-Francois Moine) * Prefer compressed pixformats for resolutions > 176x144 libv4l-0.4.2 * The bayer pixel order in gspca's sonixb driver was different from that in the sn9c102 driver from the mainline kernel, a recent gspca patch fixes this, adjust libv4l to match (and make it work properly with the sn9c102 driver). libv4l-0.4.1 * When the driver supports read() and we are not converting let the driver handle read() instead of emulating it with mmap mode * Fix errors and warnings when compiling with ICC (Gregor Jasny) * Add support to libv4lconvert for rotating images 90 (for Pixart 7302 cams) or 180 (Philips SPC200NC / Philips SPC300NC) degrees * Add support for Pixart custom JPEG format * Hide non public symbols (Gregor Jasny) * Fix and enable x86_64 asm jpeg decompress helper functions (Gregor Jasny)/sbin/ldconfig/sbin/ldconfigbuild03 1297987150)0.6.4-9.10.6.4-9.1libv4l2.so.0/usr/lib/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.4/standard/1c271f1eca55c2ffff0bbc38781a8e84-libv4lcpiolzma5i586-suse-linuxknOP.p?] c[+13ը_ q*%w Fe \% FHkm 9jf8[蠅rxPjP:@Bzְ4<_@>orR1|G{9mTd*mmZ_(z v7p 㬪z 8_л { g'dn\N#*¥4;;Ĭ(Q?* Y ڂ)E%0:xW^/U DeNbN0ŝ>Uи`}gC%Զ] ζ<]Ļbnii'f`hPmy QagTYR$D;=dʚw ?UM?}E>KF|=4I+b7m1/U:-TPP׋#V0;[ /SZwA]e-R,'YSUKyT7]m&WjU4y?F*Ei1fU {]X`ASjY"G^a) Hȯɪ3JdSqiN}ͫyyZ䊙Qm[`' zW Q)M@_ȵƲG,+#&]=;x8›$wk6O_.k`U6Jf(W}S$T5:-΍,c\?S٥uv++Ɔ5-?+*HZ ܝ85 !hx|%%F^; t4a]"[6s'1*ZT>Ddvni,o yᒿhaR%T|/I~ݺz+jtSGw?ggM J$\ \"nD Fݗ v 0+tGs.8!jbJFcX}1$kCaBp: 5gSE?-DR=EHYAK$dQ (s[:۞O0gMdҷI+3RKJCr O|L?j{mi,K!sf5k 3WWb`MKtBCW"e>8 _J ڜZI>4T]HZ nT]q@ҵuw?ՍIE\i2lY\;K:iܴ8SvĒENoD~vrSvw n7 Cu"XYw.5Dgz6' GcǿJFQ)}yv-'BʲƠmŇKZ;03o@БS)sZrw\T9vD1?$̕l :V ֨G=B(Zp7yծ]:RWJΆwh\[Ț#99;7D,^㽯,{%9aklGfgw k+L|eS|%NR %Mj@JEA\ǂxUu5i)Dx̷pdA&gљu O ]Xo`J֤Ӫ;*i{7_9=:\O)seG[ym$˿tw_8$ F]u5FEb8/|ˬ'X(d&ZG'/fOhبQ~Z8!ܞߺ}_;Jr(I݂N\:0KIaM32WL{F ا~r-ަ _F<%)dC tܞߥ QbCrdWb0./ T1u*u0Bf ֽau NM9kL}f bu" arC6tk.ܢ"VA]2*@NJrp ٽlu'!!xh/q?֢$W]HG{N(U uX[!dYEzlYvG.] MQ5Hyꩂ _;=ĠmjŅget$XOgGh5O^ $>f"T_/d 1CQK$76M9|吅8:56+]s&IXWAs}4!?aJx];*=d(8dԝ?\"ّaAm}xQfyz8 X\xn8\ěbߪؖN=3#[*OsO][ FfL nF^l"ӣ9yھ7|0HLZYDžlٛ,}ERiY>n ī[eY9F_(fMnkO$gZ gY%)(GS[+^ؕQ8h.Q.$6Qxzo׏㱜AA,pK(˓P/T/jxc%B\37>*S'eSZs4l'hΎ]K՝/SLReڤ k{f:{R\)^q#&yCmHDS>pe&DVt fM^xJMP * G#elkBȚ

5p&;'-qYjty_)5n8'ae-mMҘǐ96Pkb֘?:N;g5#Y6VT`僡qQZ L$W!|=~eeNkKe0jAj&%M!Gb t32~?d~ 5B|47onTsB e1ƚ^,-r?hɎnt!xˋe!̣p$|L\ 1VIHļu(N߅enI)L^-j$/@ <(w/.R5N'^߰Ĺ["ʽZ'}id$jY^#>tD14W:$S||GbNm4/0 *uw@:ɎYf@Ntb =$\:"Xpj*jVG:MDU"e\;  ٞϑ`F60"Jz8%"QeVJʹ24@w]@hJhJ_z.SOCw vb 9D]~9FJbG]4DRlte5wuwI*8fo_x<JA`P{]@u ?0+}ʥ@AujK\7.K5Vy}W"LHiu@HLhvL+<߼ay`BҠ5F_UVHb<{@wj ÐAA4"-Ic(nƂ{@iE;XLo Ԓ"qFؚ_#5ہrMK1^c${Ε]cC]QUjb xP8_oUL?{\ }Wb_@.*޻A^0-}kEq9!JX9;Rε*攖NMW~EpZhjd#wfMKrVmb"L;ڢ'~+IEaVҁC|l-E]C'pjӿ⸱h}{X Ke{3k."4ZfUz \[Bz̔]kp'uaɊq"m5Jm!x¨Ph>(L R;;X28: Z:ϗlU%1:*#^{8R8nТ1`=)oTp|Xf̹ dxqE"po E;$xza6S] uË(whx طޔWݱeqݷ>#i97p.n zx6~F`AbIݶ$s-AmZ3$ OY‘`p{dB^{5+ JgRk^ѪJOdD٣ٙ:!˰ݖ*tjab$@ 6K" _A vBkU͔OYm7(ۇ wȇqU.y n:c1I\n5a5y,:wgy~I_@ q52wV7;ϟZO١HXSBǂZ$g#qsXEqܑ4tjg#xĦ ƈRڬ~G^$|mƭTBqg旰ip~1L̈́tpp\hb\랟0 `YV BBZ_Ax+ьñk]$ "Iksճ15"dh-$R&򕷹=9Hrɣ }Gpdv<~ncR3)dܑa>Qln"6*Z-&t}~;|W3uf)Tf@ܯ=2.?G=Y>獊S衇_%sPmEnޒ~ѽAf:eݳN{2:J1^ 2ޱ${{laT+eN4uj!|;['iϰs%o? &Edt!l)1M3Rɳ,>$-dbbm>@m/TD滼Pȴ;k׳%h!hoAu evcbj"4voq+e$q*ū+d9 NJ9M x& O"Dsf|=S̃ԐOF6i9 :JP}q OJqw?p ݱ֦}."NA5bĂAuqtGQ>/u}ԀH@-F,"}UtU&ӁҵH?ȇĩ+& "g0D;U)TLJaHX&ձM*7ޗ|$Ұٛ1QL ɖ9!HZa.h77KasģB (v,AZ NW>w9g^{|s"1*B2HTFRc{rAfrvź7f~6is}E7`>~up4kDǍފ&94yc 7' Es=V l%[7:N8(6uMuW'lKmEI6WuT0i0&ם}ԻAs%:8.'FCZ]0k6rУ.?+#Qz]j싱>kaFC_bC0x;x $kW7eWaOjI bAǺEl $Q0F?!Ȼn+f٠0gʡdcV>A:eJ鈔BTγ^=lK癍 vKgRb0x=/dp_|(sy~wPU$s0 Fh tԧb;OLdgHt랮J3@ezoZ&Jʙ(oAY}|TĐ}6)jt9o s: PD?\C :}, ׅ@r@N$_Cx=WƢ ״H` .p} s7)?#k-;qX> Br9;u<:Q@.]_ Ѕ$Oxӳ'S>mkiwD&"/o : ЖJ1 `1O":5PK6I:Six&6GHlx∢<{C: ڽ(cͲc"`2Sd #)<>oJJiS_y1w2y~NbyMZvcgYᤞPPV +V$`@m˫vTD͞R/[aMgOaqA쑆gG0^dOn*d+XlHL%.Hziz 1*`ǧ'Yj@ n*Jݚ+4ـJN-ME`m"ʬO膮oadpdn(l0IxR E]eDb+ѐR؞PզUpIdTxzv+vf0ڟ/ Ku g&>OD宵2-vǻJo*'[oq:'F&1k WϏGGwk|zwGdNǭ:((,00 HZE7Yo(vGȈ,7Q}…kjD pSd:2pQ\p bjMHuRd >egIzPv^:v\T {dfdީYr# X/Mֻ#R>D+d?H+dZz'Ӻ%v[T 4ِTSɜr}0ts㟭wElܦ̂&a''۵+MQh~=:0'DXL -gܡRLΘ8%}t#E{,қh~5 :!:s%פZ JJ6??xa1 Nh)ZgF!twsFh;Vp29b(f_8 j2Y;d% dioP P/k'U EŔ.-c݇\ŊPИŴٷ`e| V)M*3%8:׌r>I(9?uR[4G6M'HMOz! ƺ{*#xʮ:r jf 4:&; B{vμ9!#[HUt|6X+ro%6! 1U -K[*%VH~2]Tc"6JBVRWЁ%eEh%,q}M"k3(f߀>H'kCY9Pn|:& 0W$ƿT4eEدnS&32G-,/z?!$(LC^ K@nEs,h&a .<#?l'~/B|.Ѻs($ƿōe0:ғdAVʉzIݖl]'.Xg4u1uL q`ζ*t[uPtQ3p<-1eHռ76ַ~[ &[by7ʊ/2uqwA%'hI{8cZeHO>ʹ;I9} "h5ok|aTioHA N)IG\(ָ2[ꔣtQkkLQ!pSM$üܧ֛