27 lines
613 B
Bash
27 lines
613 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=5
|
|
|
|
inherit git-2
|
|
|
|
DESCRIPTION="A video converter meant to coerce all video formats into HEVC+Vorbis within Matroska containers. Other uses include extracting audio from video files, resizing, cutting..."
|
|
|
|
HOMEPAGE="https://git.covalent.cz/overwatch/over-video"
|
|
SRC_URI=""
|
|
EGIT_REPO_URI="https://git.covalent.cz/overwatch/over-video.git"
|
|
|
|
LICENSE="AO-JSL"
|
|
SLOT="0"
|
|
KEYWORDS="x86 amd64"
|
|
IUSE=""
|
|
|
|
RDEPEND="
|
|
dev-python/over
|
|
virtual/ffmpeg
|
|
"
|
|
|
|
src_install() {
|
|
/bin/bash install.sh "${D}"
|
|
}
|