1
0
Fork 0

gui-apps/wf-recorder: new package

Ebuild credit to https://github.com/epsilon-0/wayfire-desktop

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-03-29 00:12:36 -04:00
parent 5d8f478559
commit a796989351
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,5 @@
*wf-recorder-0.2 (29 Mar 2020)
29 Mar 2020; <chymera@gentoo.org> +metadata.xml, +wf-recorder-0.2.ebuild:
gui-apps/wf-recorder: new package Ebuild credit to
https://github.com/epsilon-0/wayfire-desktop

View File

@ -0,0 +1 @@
DIST wf-recorder-0.2.tar.gz 21972 SHA256 e35eef43920fc0492cd4702653b613b5ab1caaf070b5f0542db2f5c4d7a90deb SHA512 245790493f94519bef9177d64a1128b033ce91732007a18c98184cde9becea57611e3c84f7c52213ee671271ebd851851ea4025b333f76d8392efbf007f72293 WHIRLPOOL 7a03c4f45a717c1ec28be98e9a061d50f1993eddb41ced9e9612549820bfbc8ec8fc4b9322642d8b149c0fc0ce79cfb77e661da349052b9ed9cdf28e14a9b2cf

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mathgeniusabhinav@gmail.com</email>
<name>Abhinav Tamaskar</name>
</maintainer>
<maintainer type="person">
<email>chr@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<longdescription>
wf-recorder is a utility program for screen recording of wlroots-based
compositors (more specifically, those that support wlr-screencopy-v1 and
xdg-output). Its dependencies are ffmpeg, wayland-client and
wayland-protocols.
</longdescription>
</pkgmetadata>

View File

@ -0,0 +1,25 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="A program for screen recording of wlroots-based compositors"
HOMEPAGE="https://github.com/ammen99/wf-recorder"
SRC_URI="https://github.com/ammen99/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
LICENSE="MIT"
SLOT="0"
IUSE=""
DEPEND="
media-video/ffmpeg
media-sound/pulseaudio
"
BDEPEND="
virtual/pkgconfig
dev-libs/wayland-protocols
"