media-video/ffcast: import new ebuild
authorJason A. Donenfeld <zx2c4@gentoo.org>
Thu, 13 Aug 2015 13:19:25 +0000 (15:19 +0200)
committerJason A. Donenfeld <zx2c4@gentoo.org>
Thu, 13 Aug 2015 13:20:04 +0000 (15:20 +0200)
Package-Manager: portage-2.2.20.1

media-video/ffcast/Manifest [new file with mode: 0644]
media-video/ffcast/ffcast-2.4.1.ebuild [new file with mode: 0644]
media-video/ffcast/metadata.xml [new file with mode: 0644]

diff --git a/media-video/ffcast/Manifest b/media-video/ffcast/Manifest
new file mode 100644 (file)
index 0000000..1452034
--- /dev/null
@@ -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 (file)
index 0000000..69e0af7
--- /dev/null
@@ -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 (file)
index 0000000..d9dbdaa
--- /dev/null
@@ -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>zx2c4@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>