Package Details: cctv-viewer-git 0.1.9_alpha-1

Git Clone URL: https://aur.archlinux.org/cctv-viewer-git.git (read-only, click to copy)
Package Base: cctv-viewer-git
Description: A simple Qt application for simultaneously viewing multiple video streams. Designed for high performance and low latency. Based on ffmpeg.
Upstream URL: https://github.com/iEvgeny/cctv-viewer
Licenses: GPL
Provides: cctv-viewer
Submitter: zajoe
Maintainer: zajoe (cradcore, iEvgeny)
Last Packager: iEvgeny
Votes: 5
Popularity: 0.050305
First Submitted: 2020-12-09 19:32 (UTC)
Last Updated: 2024-02-29 19:38 (UTC)

Dependencies (16)

Required by (0)

Sources (2)

Latest Comments

zajoe commented on 2023-04-26 09:09 (UTC)

Hi cradcore

You are welcome to take over as maintainer as I have been swamped with work for a while now. I'd like to remain a co-maintainer if that okay.

cradcore commented on 2022-10-10 21:28 (UTC) (edited on 2022-10-10 21:28 (UTC) by cradcore)

I recommend the following patch, as this package doesn't currently build with QT6.

diff --git a/PKGBUILD b/PKGBUILD
index d6062f4..5518ddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,8 @@ prepare() {
     git submodule init    
     git config submodule.gmlav.url $srcdir/mysubmodule
     git submodule update
+
+    sed -i "s/Qt6//g" "${srcdir}/cctv-viewer/CMakeLists.txt"
 }

 build() {

zajoe commented on 2021-02-22 19:12 (UTC)

@erkexzcx thanks for the feedback, ttf-font dependency added.

erkexzcx commented on 2021-02-20 23:32 (UTC)

Add ttf-font as a dependency as installing ttf-dejavu fixed fonts rendering issue for me.

erkexzcx commented on 2021-02-20 23:13 (UTC)

I've installed this app as well as xorg server and start this app on boot. Some dependencies are missing because right-side panel is not rendering properly (only boxes, no text etc.)