Skip to content

Commit

Permalink
contrib/xwaylandvideobridge: new package (0.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiKettunen authored and nekopsykose committed May 30, 2024
1 parent 359daf2 commit e26770d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions contrib/xwaylandvideobridge/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
pkgname = "xwaylandvideobridge"
pkgver = "0.4.0"
pkgrel = 0
build_style = "cmake"
configure_args = ["-DQT_MAJOR_VERSION=6"]
hostmakedepends = [
"cmake",
"extra-cmake-modules",
"gettext",
"ninja",
]
makedepends = [
"kcoreaddons-devel",
"ki18n-devel",
"knotifications-devel",
"kpipewire-devel",
"kstatusnotifieritem-devel",
"kwindowsystem-devel",
"qt6-qtdeclarative-devel",
"xcb-util-devel",
]
pkgdesc = "Utility to stream Wayland screens/windows to X11 applications"
maintainer = "Jami Kettunen <jami.kettunen@protonmail.com>"
license = "GPL-2.0-or-later"
url = "https://invent.kde.org/system/xwaylandvideobridge"
source = f"$(KDE_SITE)/xwaylandvideobridge/xwaylandvideobridge-{pkgver}.tar.xz"
sha256 = "ea72ac7b2a67578e9994dcb0619602ead3097a46fb9336661da200e63927ebe6"
# TODO: check CFI stability again, previously crashed on screenshare
hardening = ["vis", "cfi"]

0 comments on commit e26770d

Please sign in to comment.