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.
Created attachment 173605 [details] proposed ebuild Just a simple ebuild.
nice to have it
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. >
Created attachment 201899 [details] proposed ebuild
I can maintain this package, as I new maintainer/developer of v4l2ucp. How can I do it?
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.
Created attachment 210514 [details] Live ebuild
Created attachment 217249 [details] media-video/v4l2ucp Bump version
Comment on attachment 210429 [details] media-video/v4l2ucp-2.0.1 Superseded by 2.0.2.
Comment on attachment 210429 [details] media-video/v4l2ucp-2.0.1 Obsolete now.
Created attachment 221009 [details] v4l2ucp-2.0.2.ebuild unnecessary things are removed
Comment on attachment 217249 [details] media-video/v4l2ucp Obsoleted
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="".