Search Criteria
Package Details: v4l2ucp-qt5 2.0.2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/v4l2ucp-qt5.git (read-only, click to copy) |
---|---|
Package Base: | v4l2ucp-qt5 |
Description: | A universal control panel for Video for Linux Two (V4L2) devices (QT5-Fork) |
Upstream URL: | https://github.com/smunaut/v4l2ucp-qt5 |
Licenses: | GPL2 |
Conflicts: | v4l2ucp |
Submitter: | Anagastes |
Maintainer: | Anagastes |
Last Packager: | Anagastes |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-02-11 21:18 (UTC) |
Last Updated: | 2025-04-30 14:22 (UTC) |
Dependencies (4)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- v4l-utils (v4l-utils-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- mplayer (mplayer-gui-svnAUR) (optional) – video preview
Latest Comments
robindegen commented on 2025-04-30 18:37 (UTC)
@Anagastes Thank you
Anagastes commented on 2025-04-30 14:22 (UTC)
@robindegen
sould be fixed now
robindegen commented on 2025-04-30 14:06 (UTC)
Doesn't build due to CMake changes: CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.
Fixed by adding the following to prepare: slsed -i 's/cmake_minimum_required(VERSION 2.6)/cmake_minimum_required(VERSION 3.15)/' CMakeLists.txt
Anagastes commented on 2023-08-24 16:03 (UTC)
@ChrisLane fixed
ChrisLane commented on 2023-08-24 08:22 (UTC)
Package fails to build with the following error:
Anagastes commented on 2023-08-23 14:18 (UTC)
@MarsSeed
changed source package
MarsSeed commented on 2023-08-18 16:09 (UTC)
Please don't use a file as source that can change at any time, like the GitHub
master.zip
.Instead, define a specific commit version tarball.
E.g., the latest code version as of now is:
https://github.com/smunaut/v4l2ucp-qt5/archive/2d2f90cb48207fdad6acf24e010cf0e270affbec.tar.gz