~alpine/aports

testing/wlrobs: enable more arches, dmabuf v2 REJECTED

Drew DeVault: 1
 testing/wlrobs: enable more arches, dmabuf

 1 files changed, 2 insertions(+), 2 deletions(-)
I have a separate patch which should enable obs-studio on these arches.
Drew DeVault <sir@cmpwn.com> replied via email:

```
I have a separate patch which should enable obs-studio on these arches.

```

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/29582#note_206368
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/3885/mbox | git am -3
Learn more about email & git

[PATCH v2] testing/wlrobs: enable more arches, dmabuf Export this patch

dmabuf is now supported without an upstream obs patch, and my earlier
obs changes fix obs on all architectures.
---
v2: rebase

 testing/wlrobs/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/wlrobs/APKBUILD b/testing/wlrobs/APKBUILD
index 7431e62265..3edd554cb4 100644
--- a/testing/wlrobs/APKBUILD
+++ b/testing/wlrobs/APKBUILD
@@ -4,9 +4,9 @@ pkgver=1.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
arch="all"
license="GPL-3.0-only"
makedepends="meson ninja obs-studio-dev wayland-dev"
makedepends="meson ninja obs-studio-dev wayland-dev libdrm-dev mesa-dev"
source="https://dev.alpinelinux.org/archive/wlrobs/wlrobs-$pkgver.tar.gz "
builddir="$srcdir/$pkgname-v$pkgver"
options="!check" # No tests provided
-- 
2.34.1
Fails on s390x and armhf due to obs-studio(-dev) not packaged. lgtm otherwise

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/29582#note_206366
Depends on !29571.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/29582#note_206524
Sorry to bother you @mailinglist-bot,

but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping `@maribu`. You can also ask on IRC on `#alpine-devel` on irc.oftc.net. If no further activity occurs in this MR, Alpine developers may close it in the future.

Thanks for your contribution.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/29582#note_215443