add media-video/over-video
This commit is contained in:
parent
5dac1cb833
commit
62e0318e2f
1 changed files with 29 additions and 0 deletions
29
media-video/over-video/over-video-9999.ebuild
Normal file
29
media-video/over-video/over-video-9999.ebuild
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Audio-video format converter used to convert everything into one normalized format."
|
||||
HOMEPAGE="https://git.decade.cz/overwatch/${PN}"
|
||||
EGIT_REPO_URI="https://git.decade.cz/overwatch/${PN}.git"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="*"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/over
|
||||
media-video/ffmpeg[encode,opus,vorbis,vpx,x264,x265]
|
||||
"
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/share/${PN}
|
||||
doexe ${PN}.py
|
||||
|
||||
insinto /usr/share/${PN}
|
||||
doins aux.py version.py
|
||||
|
||||
dosym /usr/share/${PN}/${PN}.py /usr/bin/${PN}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue