diff --git a/gui-apps/wf-recorder/ChangeLog b/gui-apps/wf-recorder/ChangeLog new file mode 100644 index 0000000..e90ef1c --- /dev/null +++ b/gui-apps/wf-recorder/ChangeLog @@ -0,0 +1,5 @@ +*wf-recorder-0.2 (29 Mar 2020) + + 29 Mar 2020; +metadata.xml, +wf-recorder-0.2.ebuild: + gui-apps/wf-recorder: new package Ebuild credit to + https://github.com/epsilon-0/wayfire-desktop diff --git a/gui-apps/wf-recorder/Manifest b/gui-apps/wf-recorder/Manifest new file mode 100644 index 0000000..98897f0 --- /dev/null +++ b/gui-apps/wf-recorder/Manifest @@ -0,0 +1 @@ +DIST wf-recorder-0.2.tar.gz 21972 SHA256 e35eef43920fc0492cd4702653b613b5ab1caaf070b5f0542db2f5c4d7a90deb SHA512 245790493f94519bef9177d64a1128b033ce91732007a18c98184cde9becea57611e3c84f7c52213ee671271ebd851851ea4025b333f76d8392efbf007f72293 WHIRLPOOL 7a03c4f45a717c1ec28be98e9a061d50f1993eddb41ced9e9612549820bfbc8ec8fc4b9322642d8b149c0fc0ce79cfb77e661da349052b9ed9cdf28e14a9b2cf diff --git a/gui-apps/wf-recorder/metadata.xml b/gui-apps/wf-recorder/metadata.xml new file mode 100644 index 0000000..7f7a5cf --- /dev/null +++ b/gui-apps/wf-recorder/metadata.xml @@ -0,0 +1,18 @@ + + + + + mathgeniusabhinav@gmail.com + Abhinav Tamaskar + + + chr@chymera.eu + Horea Christian + + + 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. + + diff --git a/gui-apps/wf-recorder/wf-recorder-0.2.ebuild b/gui-apps/wf-recorder/wf-recorder-0.2.ebuild new file mode 100644 index 0000000..9a8a37f --- /dev/null +++ b/gui-apps/wf-recorder/wf-recorder-0.2.ebuild @@ -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 +"