Search Criteria
Package Details: deskreen 1.0.11-1
Package Actions
- View PKGBUILD / View Changes
- Download snapshot
- Search wiki
- Flagged out-of-date (2022-03-08)
- 1 pending request
- Submit Request
Git Clone URL: | https://aur.archlinux.org/deskreen.git (read-only, click to copy) |
---|---|
Package Base: | deskreen |
Description: | Turns any device with a web browser to a second screen for your computer |
Upstream URL: | https://github.com/pavlobu/deskreen |
Licenses: | AGPL3 |
Submitter: | zhixi |
Maintainer: | sonuishaq67 (pavlobu) |
Last Packager: | sonuishaq67 |
Votes: | 22 |
Popularity: | 3.27 |
First Submitted: | 2021-01-25 04:42 (UTC) |
Last Updated: | 2021-03-28 17:51 (UTC) |
Latest Comments
rimeno commented on 2021-07-17 09:09 (UTC)
I'm using sway, and I can't share desktop (black screen) or a wayland window. I can only share Xwayland window.
If I start deskreen with :
deskreen --enable-features=WebRTCPipeWireCapturer
I've got :
ERROR:base_capturer_pipewire.cc(279)] Failed to load the PipeWire library and symbols.
SpotlightKid commented on 2021-03-13 12:58 (UTC)
@Kwbmm: https://wiki.archlinux.org/index.php/Arch_User_Repository#Debugging_the_package_build_process (point 3). Or use an AUR helper to build packages.
Kwbmm commented on 2021-03-13 11:28 (UTC)
When building I get
sonuishaq67 commented on 2021-03-09 05:28 (UTC)
Thanks for that @spotlightkid i updated the pkgbuild accordingly
SpotlightKid commented on 2021-03-08 14:33 (UTC)
This package should be called
deskreen-bin
, since it installs pre-compiled binaries but upstream does provide source code and it could be compiled from source.Please change
arch
to('x86_64')
.Please remove the
provides
,conflicts
andreplaces
lines from the PKGBUILD. A package should not conflict with itself and doesn't needprovides
for its own package name. I guess these lines were just copied and pasted from a VCS package, where they would make more sense.Please add runtime dependencies to
depends
. At least 'gtk3' 'llvm' and 'nss' (excluding transient deps).Please quote every occurrence of
${srcdir}
and${pkgdir}
. These paths may contain spaces.BujuArena commented on 2021-02-21 20:05 (UTC)
Every time I update this, it tells me it's removing it, unlike every other package I update. I think this behavior is unusual.