public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Coppens" <coppens.matthias.abc@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/wlrobs/
Date: Tue, 10 Nov 2020 08:28:07 +0000 (UTC)	[thread overview]
Message-ID: <1604996857.786decb3a2b4e73fc4e75f8c59946f2852242350.coppens.matthias@gentoo> (raw)

commit:     786decb3a2b4e73fc4e75f8c59946f2852242350
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Tue Nov 10 08:26:00 2020 +0000
Commit:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Tue Nov 10 08:27:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=786decb3

media-video/wlrobs: New package

This is an OBS plugin to enable screensharing on wlroots based Wayland
compositors.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>

 media-video/wlrobs/metadata.xml       | 15 +++++++++++++++
 media-video/wlrobs/wlrobs-9999.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/media-video/wlrobs/metadata.xml b/media-video/wlrobs/metadata.xml
new file mode 100644
index 00000000..cba88532
--- /dev/null
+++ b/media-video/wlrobs/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <name>Matthias Coppens</name>
+        <email>coppens.matthias.abc@gmail.com</email>
+    </maintainer>
+    <upstream>
+        <bugs-to>https://todo.sr.ht/~scoopta/wlrobs</bugs-to>
+    </upstream>
+    <use>
+        <flag name="dmabuf">Enable the dmabuf backend</flag>
+        <flag name="scpy">Enable the screen copy backend</flag>
+    </use>
+</pkgmetadata>

diff --git a/media-video/wlrobs/wlrobs-9999.ebuild b/media-video/wlrobs/wlrobs-9999.ebuild
new file mode 100644
index 00000000..614bbc9e
--- /dev/null
+++ b/media-video/wlrobs/wlrobs-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit mercurial meson
+
+DESCRIPTION="OBS plugin that allows you to screen capture on wlroots based compositors"
+HOMEPAGE="https://hg.sr.ht/~scoopta/wlrobs"
+EHG_REPO_URI="https://hg.sr.ht/~scoopta/wlrobs"
+
+LICENSE="GPL-3"
+
+SLOT="0"
+KEYWORDS=""
+
+IUSE="+dmabuf +scpy"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use dmabuf use_dmabuf)
+		$(meson_use scpy   use_scpy  )
+	)
+	meson_src_configure
+}
+
+src_install() {
+	exeinto "/usr/lib64/obs-plugins"
+	doexe "$BUILD_DIR/libwlrobs.so"
+}


             reply	other threads:[~2020-11-10  8:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-10  8:28 Matthias Coppens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-13 16:09 [gentoo-commits] repo/proj/guru:dev commit in: media-video/wlrobs/ Matthias Coppens
2020-12-17 14:36 Matthias Coppens
2020-12-22 20:41 Matthias Coppens
2022-08-08 20:45 Haelwenn Monnier
2023-12-23  6:58 Viorel Munteanu
2023-12-23  6:58 Viorel Munteanu
2023-12-23  7:24 Viorel Munteanu
2024-12-01 10:29 Takuya Wakazono

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1604996857.786decb3a2b4e73fc4e75f8c59946f2852242350.coppens.matthias@gentoo \
    --to=coppens.matthias.abc@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox