mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
dev-python/mautrix: add optfeature ffmpeg
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -6,7 +6,7 @@ EAPI=8
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 optfeature
|
||||
|
||||
DESCRIPTION="A Python 3 asyncio Matrix framework"
|
||||
HOMEPAGE="https://github.com/mautrix/python/"
|
||||
@@ -35,3 +35,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "media transcoding" media-video/ffmpeg
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user