Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 45649781219 for <~alpine/aports@lists.alpinelinux.org>; Sat, 15 Jan 2022 10:35:31 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1642242378; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=RGVbKP9JyxnbLZxHbFUAxrX19W32zXI3709w874hl8U=; b=KZx3w/msxhfzpgRtrE47LT0Mal4Q5zRwcC/DvMmkbgXzpjgAmnUf31gNDE+x7rWH5Xj8Xn CXkoAcEg+vB5aluzsRIr5+r1T78CNfGw/rXRu44ezRkCCKGQHsE0E4mm/I4c37655VOz8/ zbyfpoCXcDCK0PMfDgJlGK9/3yhxphfDn04fsqv47ZH10TNRMbqtFDWScBAa1rilmd2Dot b9/qldubR7AT0rBA+t7hbMfy6EdiQUlADUBKW05KmSGIt2zSFOloJvb42dPXdrxfcvO9TE aoyk3uqAu5OzXk4p8UYigLQnaKN5SUIoD9/9YevAfdeFpMGJUoTLUf+s33SmoA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH v2] testing/wlrobs: enable more arches, dmabuf Date: Sat, 15 Jan 2022 10:26:17 +0000 Message-Id: <20220115102617.17311-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com 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