debian/0000755000000000000000000000000011533170164007167 5ustar debian/compat0000644000000000000000000000000211420637272010370 0ustar 7 debian/patches/0000755000000000000000000000000011533167561010625 5ustar debian/patches/02-v4l1_support.patch0000644000000000000000000000123711533167561014452 0ustar Description: This prevents build failures with newer kernels which will no longer provide support for V4L1. See http://wiki.debian.org/ReleaseGoals/NoVideo4Linux1 for more information. Author: Alessio Treglia Forwarded: https://sourceforge.net/tracker/?func=detail&aid=3196131&group_id=146218&atid=764484 --- src/v4l2ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- v4l2ucp.orig/src/v4l2ctrl.c +++ v4l2ucp/src/v4l2ctrl.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #define FORMATW "%u:%31s:%d\n" debian/patches/series0000644000000000000000000000005411533161355012034 0ustar 01-desktop_file.patch 02-v4l1_support.patch debian/patches/01-desktop_file.patch0000644000000000000000000000075311420637433014534 0ustar Author: Alessio Treglia Description: Fix desktop file as per-spec. Forwarded: not-needed --- v4l2ucp.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- v4l2ucp-2.0.2.orig/v4l2ucp.desktop +++ v4l2ucp-2.0.2/v4l2ucp.desktop @@ -3,5 +3,5 @@ Type=Application Name=Video4Linux Control Panel Comment=A universal control panel for V4L2 devices Exec=v4l2ucp -Categories=AudioVideo;X-AudioVideoTools; +Categories=Settings;HardwareSettings; Icon=v4l2ucp debian/rules0000755000000000000000000000003611420637272010251 0ustar #!/usr/bin/make -f %: dh $@ debian/docs0000644000000000000000000000000711420637272010042 0ustar README debian/v4l2ucp.lintian-overrides0000644000000000000000000000003711420637272014051 0ustar v4l2ucp: no-upstream-changelog debian/control0000644000000000000000000000163511440233404010571 0ustar Source: v4l2ucp Section: x11 Priority: optional Maintainer: Alessio Treglia Build-Depends: debhelper (>= 7), libqt4-dev, libv4l-dev, cmake Standards-Version: 3.9.1 Homepage: http://v4l2ucp.sourceforge.net Vcs-Git: git://git.debian.org/collab-maint/v4l2ucp.git Vcs-Browser: http://git.debian.org/?p=collab-maint/v4l2ucp.git Package: v4l2ucp Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Video for Linux 2 Universal Control Panel V4L2UCP is an universal control panel for V4L and V4L2 devices. It reads the description of the controls that the device supports from the device device, and presents the user with a graphical means for adjusting those controls; it allows for controlling multiple devices. . Controls can be updated with the device status either manually, or periodically. There is an easy way to reset one or all the controls to their default state. debian/v4l2ucp.manpages0000644000000000000000000000002211420637272012200 0ustar debian/manpages/* debian/changelog0000644000000000000000000000354211533170004011036 0ustar v4l2ucp (2.0.2-4) unstable; urgency=low * Bump Standards. * Apply patch to prevent build failure with recent kernel headers; see http://wiki.debian.org/ReleaseGoals/NoVideo4Linux1 for more information. -- Alessio Treglia Tue, 01 Mar 2011 14:09:07 +0100 v4l2ucp (2.0.2-3) unstable; urgency=low * Bump Standards. * Change my email address. * Update 01-desktop_file.patch. * Add config file for git-buildpackage. * Add .gitignore file. * Move packaging to git. -- Alessio Treglia Sun, 18 Jul 2010 19:53:56 +0200 v4l2ucp (2.0.2-2) unstable; urgency=low * v4l2ucp.desktop: Move from Utility to Settings. * debian/control: - Bump Standards. - Set priority to optional. -- Alessio Treglia Sat, 27 Mar 2010 11:16:43 +0100 v4l2ucp (2.0.2-1) unstable; urgency=low * New upstream release: - Now supports both V4L2 and V4L1 devices. * Switch to debian 3.0 (quilt) format. * debian/control: - Update and improve description. - Build-depends on libv4l-dev. - Allow uploads by Debian Maintainers. * Update debian/copyright. * Refresh patches. -- Alessio Treglia Tue, 26 Jan 2010 16:26:59 +0100 v4l2ucp (2.0.1-1) unstable; urgency=low * New upstream release. * Update debian/copyright. * Remove debian/patches/01-video0_as_default.diff, adopted by upstream. * debian/patches/01-desktop_file.patch: - Adjust desktop file according to Freeedesktop.org's spec. -- Alessio Treglia Wed, 04 Nov 2009 19:21:48 +0100 v4l2ucp (2.0.0-1) unstable; urgency=low * Initial release (Closes: #545707). * debian/patches/01-video0_as_default.diff: Set /dev/video0 as the default device. * Add manpages in debian/manpages. -- Alessio Treglia Tue, 13 Oct 2009 13:13:17 +0200 debian/gbp.conf0000644000000000000000000000004711420637474010616 0ustar [git-buildpackage] pristine-tar = True debian/copyright0000644000000000000000000000426711420637272011136 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: Video for Linux 2 Universal Control Panel Maintainer: Scott J. Bertin Source: http://sourceforge.net/projects/v4l2ucp/files/ Files: src/mainWindow.cpp Copyright: 2005, 2009, Scott J. Bertin 2009, Vasily Khoruzhick License: GPL-2 Files: src/mainWindow.h, src/v4l2controls.*, src/v4l2ucp.cpp Copyright: 2005, Scott J. Bertin 2009, Vasily Khoruzhick License: GPL-2 Files: src/v4l2ctrl.c Copyright: 2008-2009, Scott J. Bertin License: GPL-2 Files: images/* Copyright: 2009, Scott J. Bertin License: GFDL-1.3 Files: debian/* Copyright: 2009-2010, Alessio Treglia License: GPL-2 License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. X-Comment: On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2. License: GFDL-1.3 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". X-Comment: On Debian GNU/Linux systems, the complete text of the GNU Free Documentation License can be found in /usr/share/common-licenses/GFDL-1.3. debian/source/0000755000000000000000000000000011420637272010472 5ustar debian/source/format0000644000000000000000000000001411420637272011700 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000006611420637272010225 0ustar version=3 http://sf.net/v4l2ucp/v4l2ucp-(.*)\.tar\.gz debian/menu0000644000000000000000000000016711420637272010065 0ustar ?package(v4l2ucp): needs="x11"\ section="Applications/System/Hardware"\ title="v4l2ucp"\ command="/usr/bin/v4l2ucp" debian/manpages/0000755000000000000000000000000011420637272010765 5ustar debian/manpages/v4l2ucp.10000644000000000000000000000204511420637272012347 0ustar .TH V4L2UCP 1 "May 13, 2009" .SH "NAME" v4l2ucp \- An universal control panel for all Video for Linux Two devices. .SH "SYNOPSIS" .B v4l2ucp .RI " files" ... .SH "DESCRIPTION" .PP .B v4l2ucp reads a description of the controls that the V4L2 device supports \ from the device, and presents the user with a graphical means for adjusting \ those controls. .PP A list of device files can be given on the command line. If no files are \ given, the program will check the V4L2UCP_DEV environment variable. If it \ is set, that file will be opened. Finally, it will try to open /dev/video \ if nothing else was specified. If no devices can be opened, the program will \ exit. .SH "OPTIONS" In addition to the standard Qt arguments, v4l2ucp will also recognize \-h \ and \-\-help. These will print a brief usage summary and exit. .SH "SEE ALSO" .BR v4l2ctrl (1), .SH "AUTHOR" v4l2ucp was written by Scott J. Bertin . .PP This manual page was written by Alessio Treglia , for the Ubuntu project (and may be used by others). debian/manpages/v4l2ctrl.10000644000000000000000000000134711420637272012530 0ustar .TH V4L2CTRL 1 "May 13, 2009" .SH "NAME" v4l2ctrl \- manage settings for Video for Linux Two devices. .SH SYNOPSIS .B v4l2ctrl .RI [ options ] .RI files .br .SH "DESCRIPTION" \fBv4l2ctrl\fP can be used for saving and loading settings for .B v4l2ucp .SH "OPTIONS" .TP .B \-d Specify the device name to use. Defaults to /dev/video0. .TP .B \-s Save settings to filename. .TP .B \-l Load settings from filename. .TP .B \-h, \-\-help Show summary of options. .TP .B \-v, \-\-version Show version of program. .SH "SEE ALSO" .BR v4l2ucp (1). .SH "AUTHOR" v4l2ctrl was written by Scott J. Bertin . .PP This manual page was written by Alessio Treglia , for the Ubuntu project (and may be used by others).