public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wf-recorder/
Date: Thu, 11 Jun 2020 14:23:39 +0000 (UTC)	[thread overview]
Message-ID: <1591885410.f37f8e32f3ae8fc479291919570ac681d35c7ece.juippis@gentoo> (raw)

commit:     f37f8e32f3ae8fc479291919570ac681d35c7ece
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Jun  9 15:43:47 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 14:23:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37f8e32

gui-apps/wf-recorder: live ebuild added

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/15919
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 gui-apps/wf-recorder/wf-recorder-9999.ebuild | 42 ++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/gui-apps/wf-recorder/wf-recorder-9999.ebuild b/gui-apps/wf-recorder/wf-recorder-9999.ebuild
new file mode 100644
index 00000000000..6bc50719fea
--- /dev/null
+++ b/gui-apps/wf-recorder/wf-recorder-9999.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Screen recorder for wlroots-based compositors"
+HOMEPAGE="https://github.com/ammen99/wf-recorder"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/ammen99/wf-recorder.git"
+else
+	SRC_URI="https://github.com/ammen99/wf-recorder/releases/download/v${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="+man opencl"
+
+DEPEND="
+	dev-libs/wayland
+	media-sound/pulseaudio
+	media-video/ffmpeg[opencl?,pulseaudio,x264]
+	opencl? ( virtual/opencl )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+	dev-libs/wayland-protocols
+	man? ( >=app-text/scdoc-1.9.3 )
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature man man-pages)
+		$(meson_feature opencl)
+	)
+	meson_src_configure
+}


             reply	other threads:[~2020-06-11 14:23 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-11 14:23 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-27  3:44 [gentoo-commits] repo/gentoo:master commit in: gui-apps/wf-recorder/ Yixun Lan
2024-07-27  7:06 Joonas Niilola
2024-07-27  7:06 Joonas Niilola
2024-02-07 10:01 Arthur Zamarin
2023-05-29 12:23 Andreas Sturmlechner
2023-05-29 12:23 Andreas Sturmlechner
2023-05-29 12:23 Andreas Sturmlechner
2022-06-15 18:26 John Helmert III
2022-06-15 17:39 John Helmert III
2022-06-15 17:39 John Helmert III
2022-06-15 17:39 John Helmert III
2020-06-11 14:23 Joonas Niilola
2020-06-11 14:23 Joonas Niilola
2020-04-29 12:03 Tony Vroon

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=1591885410.f37f8e32f3ae8fc479291919570ac681d35c7ece.juippis@gentoo \
    --to=juippis@gentoo.org \
    --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