From 664467fd544c2b16a86f53dcaaaf8428f9dcab2d Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 13 Aug 2015 15:19:25 +0200 Subject: [PATCH] media-video/ffcast: import new ebuild Package-Manager: portage-2.2.20.1 --- media-video/ffcast/Manifest | 1 + media-video/ffcast/ffcast-2.4.1.ebuild | 31 ++++++++++++++++++++++++++ media-video/ffcast/metadata.xml | 8 +++++++ 3 files changed, 40 insertions(+) create mode 100644 media-video/ffcast/Manifest create mode 100644 media-video/ffcast/ffcast-2.4.1.ebuild create mode 100644 media-video/ffcast/metadata.xml diff --git a/media-video/ffcast/Manifest b/media-video/ffcast/Manifest new file mode 100644 index 000000000000..1452034e7218 --- /dev/null +++ b/media-video/ffcast/Manifest @@ -0,0 +1 @@ +DIST ffcast-2.4.1.tar.gz 24542 SHA256 57131f5d05bf77ce6116305061481e8d2a8bd7b71f2ef3d21dc982118d67ff3c SHA512 dc2be630ccd8538f3f0c1dce2443ec7ddbc3bda6606fa97262a46c0d91590889891c7efd1d63dbeb388755e1a3bdf47ce654fcffe3add247f5f7b64509d2c95f WHIRLPOOL 4ac36d41ffa18703bd0f0d9d641774dbbf9721db25e64909e72f32aa3c6a75d9b29ea7e4c81b42509d7f0ca003b9608b13c0d42c28158e73af1a997a0547aa7f diff --git a/media-video/ffcast/ffcast-2.4.1.ebuild b/media-video/ffcast/ffcast-2.4.1.ebuild new file mode 100644 index 000000000000..69e0af7e3c18 --- /dev/null +++ b/media-video/ffcast/ffcast-2.4.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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 + eautoreconf +} diff --git a/media-video/ffcast/metadata.xml b/media-video/ffcast/metadata.xml new file mode 100644 index 000000000000..d9dbdaa77c74 --- /dev/null +++ b/media-video/ffcast/metadata.xml @@ -0,0 +1,8 @@ + + + + video + + zx2c4@gentoo.org + + -- 2.26.2