Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 2CCA17811DC for <~alpine/aports@lists.alpinelinux.org>; Fri, 14 Jan 2022 21:39: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=1642195930; 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=zXwwVEcWVkfar6YFXLjO/VO1UP9ffP3bEDBHY4xYzHo=; b=l9EHj2CnU9GEfdieRLvBzKkmHZcx6C5ZVcdbewLwwPMMJAE7EIoj/ueF0TCNpTb9HXzMSY /09tlkcExiskng7YAlDkRvN8mx2O/yAlaYObJRfCMESFDLuEhWDQ7y80KLrbn934aH54WR eOInyNd1RxMufkRtIa0taDyzP2MiCFlCR/Gz+DtEo2E8oET9zpj9TkmqQZdDNKFpfEU4Bf gTtXEMwgJrbXahqMVzR88yOmqpf0sseu0XUyvmhq2cWCQ0iM/oVuZcXAJvWhnSLjataDSM +72rZoEam+g9MXJMJODZqz9xHsI5cyPFr21BPI/ZbMfk65Gv9VPuFVuPztL2JA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] testing/wlrobs: enable dmabuf Date: Fri, 14 Jan 2022 22:32:07 +0100 Message-Id: <20220114213206.10973-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com 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 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