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:
parent
5d8f478559
commit
a796989351
5
gui-apps/wf-recorder/ChangeLog
Normal file
5
gui-apps/wf-recorder/ChangeLog
Normal 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
|
1
gui-apps/wf-recorder/Manifest
Normal file
1
gui-apps/wf-recorder/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST wf-recorder-0.2.tar.gz 21972 SHA256 e35eef43920fc0492cd4702653b613b5ab1caaf070b5f0542db2f5c4d7a90deb SHA512 245790493f94519bef9177d64a1128b033ce91732007a18c98184cde9becea57611e3c84f7c52213ee671271ebd851851ea4025b333f76d8392efbf007f72293 WHIRLPOOL 7a03c4f45a717c1ec28be98e9a061d50f1993eddb41ced9e9612549820bfbc8ec8fc4b9322642d8b149c0fc0ce79cfb77e661da349052b9ed9cdf28e14a9b2cf
|
18
gui-apps/wf-recorder/metadata.xml
Normal file
18
gui-apps/wf-recorder/metadata.xml
Normal 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>
|
25
gui-apps/wf-recorder/wf-recorder-0.2.ebuild
Normal file
25
gui-apps/wf-recorder/wf-recorder-0.2.ebuild
Normal 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
|
||||||
|
"
|
Loading…
x
Reference in New Issue
Block a user