~alpine/aports

testing/wlrobs: enable dmabuf v1 APPLIED

Drew DeVault: 1
 testing/wlrobs: enable dmabuf

 1 files changed, 2 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3877/mbox | git am -3
Learn more about email & git

[PATCH] testing/wlrobs: enable dmabuf Export this patch

This was released in obs-studio and does not require a patch.
---
 testing/wlrobs/APKBUILD | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/testing/wlrobs/APKBUILD b/testing/wlrobs/APKBUILD
index 40a7a031ae..7431e62265 100644
--- a/testing/wlrobs/APKBUILD
+++ b/testing/wlrobs/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=wlrobs
pkgver=1.0
pkgrel=0
pkgrel=1
pkgdesc="obs-studio plugin that allows you to screen capture on wlroots"
url="https://hg.sr.ht/~scoopta/wlrobs"
arch="x86 x86_64" # obs-stduio not provided on other platforms
@@ -21,10 +21,8 @@ snapshot() {
}

build() {
	# Disable dmabuf backend, this requires a patched version of obs-studio,
	# which is not packaged
	abuild-meson \
		-Duse_dmabuf=false \
		-Duse_dmabuf=true \
		build
	meson compile ${JOBS:+-j ${JOBS}} -C build
}
-- 
2.34.1