media-video/tartube: EAPI 8; remove ffmpeg and youtube-dl dependencies

Closes: https://gitlab.com/src_prepare/src_prepare-overlay/-/issues/35
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2021-11-29 16:31:27 +01:00
parent d6819a88db
commit f77805c533
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
3 changed files with 6 additions and 15 deletions

View File

@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="atomicparsley">Use AtomicParsley for embedding thumbnails in audio files</flag>
<flag name="ffmpeg">Required for various video post-processing tasks</flag>
</use>
<upstream>
<remote-id type="github">axcore/tartube</remote-id>

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{7..9} )
inherit xdg distutils-r1
@ -21,19 +21,15 @@ fi
RESTRICT="mirror"
LICENSE="GPL-3"
SLOT="0"
IUSE="+atomicparsley +ffmpeg"
IUSE="+atomicparsley"
RDEPEND="
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
net-misc/youtube-dl
x11-themes/adwaita-icon-theme
atomicparsley? (
media-video/atomicparsley
)
ffmpeg? (
media-video/ffmpeg
)
"
DOCS=(

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{7..9} )
inherit xdg distutils-r1
@ -21,19 +21,15 @@ fi
RESTRICT="mirror"
LICENSE="GPL-3"
SLOT="0"
IUSE="+atomicparsley +ffmpeg"
IUSE="+atomicparsley"
RDEPEND="
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
net-misc/youtube-dl
x11-themes/adwaita-icon-theme
atomicparsley? (
media-video/atomicparsley
)
ffmpeg? (
media-video/ffmpeg
)
"
DOCS=(