Package Details: catt-qt 4.0-4

Git Clone URL: https://aur.archlinux.org/catt-qt.git (read-only, click to copy)
Package Base: catt-qt
Description: A control GUI for Chromecasts written using python3, catt api, pychromecast and PyQt5.
Upstream URL: https://github.com/soreau/catt-qt
Licenses: GPLv3
Submitter: d-air1
Maintainer: d-air1
Last Packager: d-air1
Votes: 2
Popularity: 0.003374
First Submitted: 2023-07-14 18:24 (UTC)
Last Updated: 2023-07-15 20:21 (UTC)

Latest Comments

d-air1 commented on 2023-07-15 20:21 (UTC)

@yochananmarqos Ok the remaining dependencies have been added.

yochananmarqos commented on 2023-07-15 20:02 (UTC)

@d-air1: Try running python -m build --wheel --no-isolation on it's own, you'll see Flit complain about the missing runtime dependencies.

xdg-desktop-portal is required for the file browser as it uses xdg-document-portal.

d-air1 commented on 2023-07-15 19:50 (UTC)

@yochananmarqos Make that four dependencies. I didn't include "xdg-desktop-portal" as well. Most people have that installed for separate reasons and I don't think it provides anything for this package. As well with the other dependencies, any reason this should be added?

d-air1 commented on 2023-07-15 19:44 (UTC)

@yochananmarqos Thanks for your advice. I have nearly made all of the changes with the exception of three dependencies. "python-brotli" and "python-websockets" and "python-pycryptodomex". The package builds and works fine without these. Does this break some functionality of the application for you? I don't mind including them, but I try not to include anything not strictly necessary.

yochananmarqos commented on 2023-07-15 16:36 (UTC)

I was able to build it with python-flit, see my PKGBUILD with missing dependencies (according to flit) added as well.