Attached is a debdiff to change this behavior. --- Mario Limonciello Dell | Linux Engineering Desk : (512) 723-0582 [EMAIL PROTECTED]
diff -u ekiga-2.0.11/debian/patches/00list ekiga-2.0.11/debian/patches/00list --- ekiga-2.0.11/debian/patches/00list +++ ekiga-2.0.11/debian/patches/00list @@ -1,5 +1,6 @@ 01_lpi 02_autoconf +03_V4L2_default.dpatch 42_change_pixmaps 50_fix_POTFILES.in.dpatch #10_relibtoolize diff -u ekiga-2.0.11/debian/changelog ekiga-2.0.11/debian/changelog --- ekiga-2.0.11/debian/changelog +++ ekiga-2.0.11/debian/changelog @@ -1,3 +1,9 @@ +ekiga (2.0.11-3) unstable; urgency=low + + * Default to V4L2 as the input device for video. (Closes #468085) + + -- Mario Limonciello <[EMAIL PROTECTED]> Tue, 26 Feb 2008 16:11:55 -0600 + ekiga (2.0.11-2) unstable; urgency=low * Add debug package. only in patch2: unchanged: --- ekiga-2.0.11.orig/debian/patches/03_V4L2_default.dpatch +++ ekiga-2.0.11/debian/patches/03_V4L2_default.dpatch @@ -0,0 +1,31 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 03_V4L2_default.patch.dpatch by <[EMAIL PROTECTED]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Sets the default capture device to be V4L2 since V4L is deprecated + [EMAIL PROTECTED]@ +diff -urNad ekiga-2.0.11~/ekiga.schemas ekiga-2.0.11/ekiga.schemas +--- ekiga-2.0.11~/ekiga.schemas 2007-09-18 04:42:10.000000000 -0500 ++++ ekiga-2.0.11/ekiga.schemas 2008-02-26 16:15:28.000000000 -0600 +@@ -975,7 +975,7 @@ + <applyto>/apps/ekiga/devices/video/plugin</applyto> + <owner>Ekiga</owner> + <type>string</type> +- <default>V4L</default> ++ <default>V4L2</default> + <locale name="C"> + <short>Video plugin</short> + <long>The video plugin that will be used to detect the devices and manage them</long> +diff -urNad ekiga-2.0.11~/ekiga.schemas.in.in ekiga-2.0.11/ekiga.schemas.in.in +--- ekiga-2.0.11~/ekiga.schemas.in.in 2007-09-18 04:00:22.000000000 -0500 ++++ ekiga-2.0.11/ekiga.schemas.in.in 2008-02-26 16:15:13.000000000 -0600 +@@ -40,7 +40,7 @@ + <applyto>/apps/@PACKAGE_NAME@/devices/video/plugin</applyto> + <owner>Ekiga</owner> + <type>string</type> +- <default>V4L</default> ++ <default>V4L2</default> + <locale name="C"> + <short>Video plugin</short> + <long>The video plugin that will be used to detect the devices and manage them</long>
signature.asc
Description: This is a digitally signed message part