Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 249103

Summary: New package: v4l2ucp
Product: Gentoo Linux Reporter: Sandro Bonazzola <sandro.bonazzola>
Component: Current packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: anarsoul, dominique.c.michel, gentoo.integer, gtlinuxman, juanluperez, kripton, patrizio.bassi, petr.pisar, rossi.f
Priority: High    
Version: 2008.0   
Hardware: All   
OS: Linux   
URL: http://v4l2ucp.sourceforge.net/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: proposed ebuild
proposed ebuild
media-video/v4l2ucp-2.0.1
Live ebuild
media-video/v4l2ucp
v4l2ucp-2.0.2.ebuild

Description Sandro Bonazzola 2008-11-27 19:30:27 UTC
From the home page:
v4l2ucp - A universal control panel for all Video for Linux Two (V4L2) devices.

This software is written in C++ using Qt libraries on Linux. It 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. 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.
Comment 1 Sandro Bonazzola 2008-11-27 19:47:24 UTC
Created attachment 173605 [details]
proposed ebuild

Just a simple ebuild.
Comment 2 Patrizio Bassi 2008-11-28 09:49:27 UTC
nice to have it
Comment 3 Juanlu PĂ©rez 2009-06-28 23:10:06 UTC
I tested this ebuild but I renamed this to v4l2ucp-1.3.ebuild and it worked for me.

Thanks Sandro.

(In reply to comment #1)
> Created an attachment (id=173605) [edit]
> proposed ebuild
> 
> Just a simple ebuild.
> 

Comment 4 Vasily 2009-08-21 21:18:43 UTC
Created attachment 201899 [details]
proposed ebuild
Comment 5 Vasily 2009-08-21 21:20:33 UTC
I can maintain this package, as I new maintainer/developer of v4l2ucp. How can I do it?
Comment 6 Petr Pisar 2009-11-16 17:17:10 UTC
Created attachment 210429 [details]
media-video/v4l2ucp-2.0.1

Version 2.0.1 bumped by upstream. Corresponding ebuild attached. RDEPEND on qt:4 changed to DEPEND because Qt header files are needed at compile time.

Not sure whether the cmake-* calles are needed or some eclass provides automagic functions.
Comment 7 Vasily 2009-11-17 14:16:11 UTC
Created attachment 210514 [details]
Live ebuild
Comment 8 Vasily 2010-01-23 15:27:21 UTC
Created attachment 217249 [details]
media-video/v4l2ucp

Bump version
Comment 9 Petr Pisar 2010-01-23 15:49:41 UTC
Comment on attachment 210429 [details]
media-video/v4l2ucp-2.0.1

Superseded by 2.0.2.
Comment 10 Petr Pisar 2010-01-23 15:50:14 UTC
Comment on attachment 210429 [details]
media-video/v4l2ucp-2.0.1

Obsolete now.
Comment 11 gtlinuxman 2010-02-24 17:54:28 UTC
Created attachment 221009 [details]
v4l2ucp-2.0.2.ebuild

unnecessary things are removed
Comment 12 Vasily 2011-02-27 21:36:32 UTC
Comment on attachment 217249 [details]
media-video/v4l2ucp

Obsoleted
Comment 13 Dominique Michel 2012-09-27 15:30:46 UTC
The 2.0.2 version fail with

cd /var/tmp/portage/media-video/v4l2ucp-2.0.2/work/v4l2ucp-2.0.2_build/src && /usr/bin/uic -o /var/tmp/portage/media-video/v4l2ucp-2.0.2/work/v4l2ucp-2.0.2_build/src/ui_previewSettings.h /var/tmp/portage/media-video/v4l2ucp-2.0.2/work/v4l2ucp-2.0.2/src/previewSettings.ui
/var/tmp/portage/media-video/v4l2ucp-2.0.2/work/v4l2ucp-2.0.2/src/v4l2ctrl.c:29:28: fatal error: linux/videodev.h: No such file or directory
compilation terminated.
make[2]: *** [src/CMakeFiles/v4l2ctrl.dir/v4l2ctrl.c.o] Error 1


The live ebuild succeded to install v4l2ucp.
A little remark: the correct keyword for live ebuild is KEYWORD="".