commit: 664467fd544c2b16a86f53dcaaaf8428f9dcab2d Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> AuthorDate: Thu Aug 13 13:19:25 2015 +0000 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org> CommitDate: Thu Aug 13 13:20:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664467fd
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(+) diff --git a/media-video/ffcast/Manifest b/media-video/ffcast/Manifest new file mode 100644 index 0000000..1452034 --- /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 0000000..69e0af7 --- /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 0000000..d9dbdaa --- /dev/null +++ b/media-video/ffcast/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>video</herd> + <maintainer> + <email>zx...@gentoo.org</email> + </maintainer> +</pkgmetadata>