summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Pakker2022-12-24 14:32:52 +0000
committerOmar Pakker2022-12-24 14:32:52 +0000
commite742f63e91cc077ba8190c55536522b2f657a2e4 (patch)
tree0507a92b4166808df4a9e0ea47392fe42faa89d8
parent71970cbf52db5dabfcf805e1117c761932ff2e23 (diff)
downloadaur-e742f63e91cc077ba8190c55536522b2f657a2e4.tar.gz
Add pipewire dependency to host application
Enabled by default upstream in commit f01489720fd49603cca4604570c30d427eea2e93
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c024a1771302..5bcc74f5380f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = looking-glass-git
pkgdesc = An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough
- pkgver = B6rc1.r0.g5b6095ad
+ pkgver = B6.r0.g188f25c6
pkgrel = 1
epoch = 2
url = https://looking-glass.io/
@@ -58,6 +58,7 @@ pkgname = looking-glass-host-git
pkgdesc = Linux host application for pushing frame data to the LookingGlass IVSHMEM device
depends = libxcb
depends = zlib
+ depends = pipewire
provides = looking-glass-host
conflicts = looking-glass-host
diff --git a/PKGBUILD b/PKGBUILD
index ad2cd1a6f94e..bbdeff596fea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=("${_pkgname}-git"
"${_pkgname}-host-git"
"obs-plugin-${_pkgname}-git")
epoch=2
-pkgver=B6rc1.r0.g5b6095ad
+pkgver=B6.r0.g188f25c6
pkgrel=1
pkgdesc="An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough"
url="https://looking-glass.io/"
@@ -87,7 +87,7 @@ package_looking-glass-module-dkms-git() {
package_looking-glass-host-git() {
pkgdesc="Linux host application for pushing frame data to the LookingGlass IVSHMEM device"
- depends=('libxcb' 'zlib')
+ depends=('libxcb' 'zlib' 'pipewire')
provides=("${_pkgname}-host")
conflicts=("${_pkgname}-host")