Skip to content

Commit

Permalink
media-video/ffcast: import new ebuild
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
zx2c4 committed Aug 13, 2015
1 parent 4afd147 commit 664467f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-video/ffcast/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST ffcast-2.4.1.tar.gz 24542 SHA256 57131f5d05bf77ce6116305061481e8d2a8bd7b71f2ef3d21dc982118d67ff3c SHA512 dc2be630ccd8538f3f0c1dce2443ec7ddbc3bda6606fa97262a46c0d91590889891c7efd1d63dbeb388755e1a3bdf47ce654fcffe3add247f5f7b64509d2c95f WHIRLPOOL 4ac36d41ffa18703bd0f0d9d641774dbbf9721db25e64909e72f32aa3c6a75d9b29ea7e4c81b42509d7f0ca003b9608b13c0d42c28158e73af1a997a0547aa7f
31 changes: 31 additions & 0 deletions media-video/ffcast/ffcast-2.4.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
}
8 changes: 8 additions & 0 deletions media-video/ffcast/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
</maintainer>
</pkgmetadata>

0 comments on commit 664467f

Please sign in to comment.