SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="libav php test +youtube-dl"
+IUSE="php test +youtube-dl"
# Requires an active internet connection during tests
RESTRICT="test"
RDEPEND="
- !libav? ( media-video/ffmpeg )
>=dev-python/attrs-18.1.0[${PYTHON_USEDEP}]
>=dev-python/configargparse-0.13.0[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
dev-python/progress[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
+ media-video/ffmpeg
net-misc/wget
php? (
dev-lang/php:*[bcmath,cli,curl,simplexml]
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="libav test"
+IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# Requires an active internet connection during tests,
RESTRICT="test"
RDEPEND="${PYTHON_DEPS}
- !libav? ( media-video/ffmpeg )
+ media-video/ffmpeg
net-misc/wget
$(python_gen_cond_dep '
>=dev-python/attrs-18.1.0[${PYTHON_MULTI_USEDEP}]