Add media-video/Videomass package
This commit is contained in:
parent
d97189fbd0
commit
cfb7a2b8bb
|
@ -0,0 +1,2 @@
|
||||||
|
DIST Videomass-3.4.2.tar.gz 2370380 BLAKE2B 0c00121b827f2685384cafa1734ea51d7bcc92f1aa91c7aec699955fc8df63d189d715dcd35fb2055dc5170709de612e96b8057d1d46e567a636ff3acf6c8a4b SHA512 9dba6d42a29fc5afabf0cbcbfdc7c4dcdcf94057315a4182ab3366cdd833619bd0131bd421f7cb447aed98fa92ae4b3c0ac7d33aedfde56ff9d9be0cd8d017c5
|
||||||
|
EBUILD Videomass-3.4.2.ebuild 652 BLAKE2B 0a64e5f93aef8d9ec60e8a44de0a339b37b73b29eaff3831e00bdfa35b569e33c86f617aa0d6faf4377cb31c1e9a6f5c81652d4a7bf6712c2ffa474f2bc607b0 SHA512 7e46abf38c55de54a409ee15dabc6afe04ae4d7691acc75679cd024bbddf8ae5178b9f01b0c6451443f9d387e4929f653140136c93c01a4516f23747689c74c0
|
|
@ -0,0 +1,25 @@
|
||||||
|
# Copyright 2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{8..10} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Videomass is a free, open source and cross-platform GUI for FFmpeg and Youtube-dl"
|
||||||
|
HOMEPAGE="https://jeanslack.github.io/Videomass https://github.com/jeanslack/Videomass"
|
||||||
|
SRC_URI="https://github.com/jeanslack/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-3.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="dev-python/wxpython:4.0
|
||||||
|
dev-python/requests
|
||||||
|
dev-python/pypubsub
|
||||||
|
media-video/ffmpeg
|
||||||
|
net-misc/youtube-dl"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
Loading…
Reference in New Issue