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:
parent
d6819a88db
commit
f77805c533
@ -7,7 +7,6 @@
|
|||||||
</maintainer>
|
</maintainer>
|
||||||
<use>
|
<use>
|
||||||
<flag name="atomicparsley">Use AtomicParsley for embedding thumbnails in audio files</flag>
|
<flag name="atomicparsley">Use AtomicParsley for embedding thumbnails in audio files</flag>
|
||||||
<flag name="ffmpeg">Required for various video post-processing tasks</flag>
|
|
||||||
</use>
|
</use>
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="github">axcore/tartube</remote-id>
|
<remote-id type="github">axcore/tartube</remote-id>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# 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
|
inherit xdg distutils-r1
|
||||||
|
|
||||||
@ -21,19 +21,15 @@ fi
|
|||||||
RESTRICT="mirror"
|
RESTRICT="mirror"
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="+atomicparsley +ffmpeg"
|
IUSE="+atomicparsley"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-python/pygobject[${PYTHON_USEDEP}]
|
dev-python/pygobject[${PYTHON_USEDEP}]
|
||||||
dev-python/requests[${PYTHON_USEDEP}]
|
dev-python/requests[${PYTHON_USEDEP}]
|
||||||
net-misc/youtube-dl
|
|
||||||
x11-themes/adwaita-icon-theme
|
x11-themes/adwaita-icon-theme
|
||||||
atomicparsley? (
|
atomicparsley? (
|
||||||
media-video/atomicparsley
|
media-video/atomicparsley
|
||||||
)
|
)
|
||||||
ffmpeg? (
|
|
||||||
media-video/ffmpeg
|
|
||||||
)
|
|
||||||
"
|
"
|
||||||
|
|
||||||
DOCS=(
|
DOCS=(
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# 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
|
inherit xdg distutils-r1
|
||||||
|
|
||||||
@ -21,19 +21,15 @@ fi
|
|||||||
RESTRICT="mirror"
|
RESTRICT="mirror"
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="+atomicparsley +ffmpeg"
|
IUSE="+atomicparsley"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-python/pygobject[${PYTHON_USEDEP}]
|
dev-python/pygobject[${PYTHON_USEDEP}]
|
||||||
dev-python/requests[${PYTHON_USEDEP}]
|
dev-python/requests[${PYTHON_USEDEP}]
|
||||||
net-misc/youtube-dl
|
|
||||||
x11-themes/adwaita-icon-theme
|
x11-themes/adwaita-icon-theme
|
||||||
atomicparsley? (
|
atomicparsley? (
|
||||||
media-video/atomicparsley
|
media-video/atomicparsley
|
||||||
)
|
)
|
||||||
ffmpeg? (
|
|
||||||
media-video/ffmpeg
|
|
||||||
)
|
|
||||||
"
|
"
|
||||||
|
|
||||||
DOCS=(
|
DOCS=(
|
||||||
|
Loading…
Reference in New Issue
Block a user