summaryrefslogtreecommitdiff
path: root/media-video/ffcast
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-video/ffcast
reinit the tree, so we can have metadata
Diffstat (limited to 'media-video/ffcast')
-rw-r--r--media-video/ffcast/Manifest4
-rw-r--r--media-video/ffcast/ffcast-2.4.8.ebuild31
-rw-r--r--media-video/ffcast/metadata.xml14
3 files changed, 49 insertions, 0 deletions
diff --git a/media-video/ffcast/Manifest b/media-video/ffcast/Manifest
new file mode 100644
index 000000000000..60fa498085dd
--- /dev/null
+++ b/media-video/ffcast/Manifest
@@ -0,0 +1,4 @@
+DIST ffcast-2.4.8.tar.gz 25471 SHA256 a9bf54ad581d1174a432a50dbcadd0829fe86df6572937597ef2583c91c511bb SHA512 69f3d2927fac61f530cf6c0d8de422f0ab2baf90249a0771680fc724221edc5c97cbb38811f6b9523848d6dc96e9cbf659c8984543f8ca98ee98e45c105d3434 WHIRLPOOL bf270127f3cb6dd897f6f5c3e16c2b49d87a4c14fff5d0404a2d150c3f4aa077243c01c7cd9e8aa18367b193eaf990106a562b8708d762030be9b126f69ef83c
+EBUILD ffcast-2.4.8.ebuild 605 SHA256 8579eb89e52e3f9a16fc234974fccdafbb9be6cf00c22db20e640e50473e0975 SHA512 0077c02f550c530e32391c508365fb9ae20ac1df9678105d09a00c7ffb2942caa260f89d885bd9fd9821f04e22034c2bcc928036e402fc872e42c3630eb365c5 WHIRLPOOL 509962eb74e68dd672019addda9a4ed4e2047fc114d2372c3cb6010c3833e68188a542adcf93067312ef5be7f80ae9dfddf34a87babcaa0990f7734df5f55a77
+MISC ChangeLog 1561 SHA256 34e0f65a310930ae408b4de19e477f17ef885641c33dc77093935b472ba31664 SHA512 c8b8727e03f7b1f670d10cf2da115d2614e075bdd0f7e0326144327a11b5c9b3f8d918396c35282e395b1c620b45376348a3ce49b304f232677b4216dc4a5514 WHIRLPOOL f2de038455fac9a4b6520a352012d7a513ee5d04df13a8af6b35a180d641e8d2f8d005955372722281cf6109ce49e413c667ced8ab2f1e85a946ecca8a39f2c0
+MISC metadata.xml 433 SHA256 177ed87eed88b5bbf2e5492228e81fe7bcef474fa6889b4329d7ce59485d0620 SHA512 5786bd86b86659cb41cdb29898223ee36652a423c044df1f464b8c5920c6dab588459774a239c7a8804512ae25ccde9a52c9426ae94b29aa7f5b0897e346b118 WHIRLPOOL 87c86e843e4c37148cd59ded8aa14ae5dab737b0ac2199cdd6922884108330c6569cec2e33a39e9737fbab656ec1ba6cda27a285f20ce0e38dfed75467c6cdbf
diff --git a/media-video/ffcast/ffcast-2.4.8.ebuild b/media-video/ffcast/ffcast-2.4.8.ebuild
new file mode 100644
index 000000000000..e1e4a89cbe13
--- /dev/null
+++ b/media-video/ffcast/ffcast-2.4.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Record screencasts using ffmpeg"
+HOMEPAGE="https://github.com/lolilolicon/ffcast"
+SRC_URI="https://github.com/lolilolicon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-apps/xdpyinfo
+ x11-apps/xprop
+ x11-apps/xwininfo
+ x11-apps/xrectsel
+ media-video/ffmpeg
+ >=app-shells/bash-4.3"
+DEPEND=""
+
+S="${WORKDIR}/FFcast-${PV}"
+
+src_prepare() {
+ rmdir src/xrectsel
+ eapply_user
+ eautoreconf
+}
diff --git a/media-video/ffcast/metadata.xml b/media-video/ffcast/metadata.xml
new file mode 100644
index 000000000000..af0b38672573
--- /dev/null
+++ b/media-video/ffcast/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zx2c4@gentoo.org</email>
+ </maintainer>
+ <maintainer type="project">
+ <email>media-video@gentoo.org</email>
+ <name>Gentoo Video project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">lolilolicon/ffcast</remote-id>
+ </upstream>
+</pkgmetadata>