Package Details: xwaylandvideobridge-git 0.4.0_r243.g1a8d5af-1

Git Clone URL: https://aur.archlinux.org/xwaylandvideobridge-git.git (read-only, click to copy)
Package Base: xwaylandvideobridge-git
Description: A tool to make it easy to stream wayland windows and screens to Xwayland applicatons that don't have native pipewire support.
Upstream URL: https://invent.kde.org/system/xwaylandvideobridge
Licenses: GPL2
Conflicts: xwaylandvideobridge
Provides: xwaylandvideobridge
Submitter: Rubos
Maintainer: DawfukFR
Last Packager: DawfukFR
Votes: 8
Popularity: 0.076664
First Submitted: 2023-05-21 00:13 (UTC)
Last Updated: 2024-09-06 22:48 (UTC)

Latest Comments

« First ‹ Previous 1 2

Rubos commented on 2024-03-27 10:41 (UTC)

I orphaned this package, as i no longer have the time or intention to maintain it.

Rubos commented on 2023-12-28 23:17 (UTC)

@agusdallalba Done, thanks for the recommendation.

agusdallalba commented on 2023-11-08 16:30 (UTC)

Thanks for the package.

I think it's missing a provides=( xwaylandvideobridge ), conflicts=( xwaylandvideobridge ).

This way other packages can depend on this one but let users choose if they want the flatpak or git versions.

Cheers.

Rubos commented on 2023-10-24 11:02 (UTC)

sorry it took me so long to fix, dependencies are updated now.

hch12907 commented on 2023-10-21 11:42 (UTC) (edited on 2023-10-21 11:43 (UTC) by hch12907)

kljunas2: You can workaround the issue by uninstalling xwaylandvideobridge-git, download the PKGBUILD, manually change 'kcoreaddons', 'kwindowsystem', 'knotifications', 'ki18n' to 'kcoreaddons5', 'kwindowsystem5', 'knotifications5', 'ki18n5' in the line starting with depends=, then manually install the package by doing makepkg -i

kljunas2 commented on 2023-10-20 14:17 (UTC) (edited on 2023-10-20 14:17 (UTC) by kljunas2)

```:: installing kcoreaddons5 (5.111.0-1) breaks dependency 'kcoreaddons' required by xwaylandvideobridge-git

:: installing kwindowsystem5 (5.111.0-1) breaks dependency 'kwindowsystem' required by xwaylandvideobridge-git

:: installing knotifications5 (5.111.0-1) breaks dependency 'knotifications' required by xwaylandvideobridge-git

:: installing ki18n5 (5.111.0-1) breaks dependency 'ki18n' required by xwaylandvideobridge-git ```

SnipeX commented on 2023-07-30 11:48 (UTC)

Can you kindly add kwidgetsaddons to the dependency list? Or else it throws errors about missing KF5WidgetsAddons.

Thanks.

nycex commented on 2023-06-23 10:52 (UTC)

You should add kwidgetsaddons as a makedepend, the build fails if it is not installed.

Rubos commented on 2023-06-05 09:33 (UTC)

Thank you for pointing it out. I added it

perro commented on 2023-06-02 13:42 (UTC) (edited on 2023-06-02 13:43 (UTC) by perro)

CMake Error: CMake was unable to find a build program corresponding to "Ninja".
CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.

Easy to fix (sudo pacman -S ninja), but it might be a good idea to add ninja as a dependency.