media-video/avcut - 9999 (anyc)

Search

Install

Install this version:

emerge -a =media-video/avcut-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-video/avcut-9999

Or alternatively:

emerge --autounmask-write -a =media-video/avcut-9999

Package Information

Description:
Frame-accurate video cutting with only small quality loss
Homepage:
http://github.com/anyc/avcut.git
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=8

if [ "${PV}" == "9999" ]; then
	inherit git-r3
fi

DESCRIPTION="Frame-accurate video cutting with only small quality loss"
HOMEPAGE="http://github.com/anyc/avcut.git"
if [ "${PV}" == "9999" ]; then
	EGIT_REPO_URI="https://github.com/anyc/avcut.git"
else
	SRC_URI="https://github.com/anyc/avcut/archive/v${PV}.tar.gz"
fi
LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="media-video/ffmpeg"
DEPEND="${RDEPEND}"

src_install() {
	dobin avcut
	dodoc README.md
}

Inherited Eclasses

Dependencies

DEPEND

media-video/ffmpeg

RDEPEND

media-video/ffmpeg