ffmpeg-progress-yield-0.7.9.ebuild 619 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2024 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. DISTUTILS_USE_PEP517=setuptools
  5. PYTHON_COMPAT=( python3_{11..13} )
  6. inherit distutils-r1
  7. DESCRIPTION="Run an ffmpeg command with its progress yielded"
  8. HOMEPAGE="https://pypi.org/project/ffmpeg-progress-yield"
  9. SRC_URI="https://github.com/slhck/ffmpeg-progress-yield/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
  10. LICENSE="MIT"
  11. SLOT="0"
  12. KEYWORDS="~amd64"
  13. RDEPEND="
  14. >=dev-python/tqdm-4.38.0[${PYTHON_USEDEP}]
  15. >=dev-python/colorama-0.4.3[${PYTHON_USEDEP}]
  16. >=media-video/ffmpeg-4.4444"
  17. RESTRICT="mirror"