Package: xawtv
Version: 3.95.dfsg.1-6
Severity: normal
Tags: patch
As per
http://svn.berlios.de/wsvn/linux-uvc/patches/xawtv/xawtv-3.95.diff?op=file&rev=0&sc=0
the fix for segfaults in xawtv when using the uvcvideo driver follows.
I have verified this is needed for my laptops "OmniVision OEM Dell
Notebook" v4l2 internal webcam, and presume this doesn't break anyone
elses v4l2 input.
diff -ur libng/plugins/drv0-v4l2.c libng/plugins/drv0-v4l2.c
--- libng/plugins/drv0-v4l2.c 2005-02-11 18:56:24.000000000 +0100
+++ libng/plugins/drv0-v4l2.c 2006-12-17 19:20:26.000000000 +0100
@@ -768,6 +768,7 @@
/* get it */
memset(&buf,0,sizeof(buf));
buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
+ buf.memory = V4L2_MEMORY_MMAP;
if (-1 == xioctl(h->fd,VIDIOC_DQBUF,&buf, 0))
return -1;
h->waiton++;
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22 (SMP w/2 CPU cores)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages xawtv depends on:
ii debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii libasound2 1.0.14a-2 ALSA library
ii libc6 2.6.1-5 GNU C Library: Shared libraries
ii libfontconfig1 2.4.2-1.2 generic font configuration library
ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library
ii libjpeg62 6b-14 The Independent JPEG Group's JPEG
ii liblircclient0 0.8.0-12 LIRC client library
ii libncurses5 5.6+20070908-1 Shared libraries for terminal hand
ii libpng12-0 1.2.15~beta5-2 PNG library - runtime
ii libsm6 2:1.0.3-1+b1 X11 Session Management library
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxaw7 2:1.0.4-1 X11 Athena Widget library
ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar
ii libxft2 2.1.12-2 FreeType-based font drawing librar
ii libxinerama1 1:1.0.2-1 X11 Xinerama extension library
ii libxmu6 1:1.0.3-1 X11 miscellaneous utility library
ii libxpm4 1:3.5.7-1 X11 pixmap library
ii libxrandr2 2:1.2.2-1 X11 RandR extension library
ii libxrender1 1:0.9.4-1 X Rendering Extension client libra
ii libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii libxv1 1:1.0.3-1 X11 Video extension library
ii libxxf86dga1 2:1.0.2-1 X11 Direct Graphics Access extensi
ii libxxf86vm1 1:1.0.1-2 X11 XFree86 video mode extension l
ii libzvbi0 0.2.25-2 Vertical Blanking Interval decoder
ii pia 3.95.dfsg.1-6 movie player
ii scantv 3.95.dfsg.1-6 scan TV channels for stations
ii v4l-conf 3.95.dfsg.1-6 tool to configure video4linux driv
ii xawtv-plugins 3.95.dfsg.1-6 plugins for xawtv and motv
ii xutils 1:7.3+2 X Window System utility programs m
ii zlib1g 1:1.2.3.3.dfsg-5 compression library - runtime
xawtv recommends no packages.
-- debconf information:
xawtv/channel-scan: true
xawtv/makedev: true
xawtv/freqtab:
xawtv/tvnorm:
xawtv/build-config: false
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]