media-gfx/backgroundremover - 0.4.5 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =media-gfx/backgroundremover-0.4.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-gfx/backgroundremover-0.4.5

Or alternatively:

emerge --autounmask-write -a =media-gfx/backgroundremover-0.4.5

Package Information

Description:
Remove backgrounds from images and video using AI.
Homepage:
https://github.com/nadermx/backgroundremover
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.4.5 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_1{0,1,2,3,4} )

inherit distutils-r1

DESCRIPTION="Remove backgrounds from images and video using AI."
HOMEPAGE="https://github.com/nadermx/backgroundremover"
SRC_URI="https://github.com/nadermx/backgroundremover/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

# shellcheck disable=SC2016
RDEPEND="$(python_gen_cond_dep 'dev-python/pysocks[${PYTHON_USEDEP}]
		dev-python/certifi[${PYTHON_USEDEP}]
		dev-python/ffmpeg-python[${PYTHON_USEDEP}]
		dev-python/filetype[${PYTHON_USEDEP}]
		dev-python/hsh[${PYTHON_USEDEP}]
		dev-python/idna[${PYTHON_USEDEP}]
		dev-python/more-itertools[${PYTHON_USEDEP}]
		dev-python/moviepy[${PYTHON_USEDEP}]
		dev-python/numpy[${PYTHON_USEDEP}]
		dev-python/pillow[${PYTHON_USEDEP}]
		dev-python/pymatting[${PYTHON_USEDEP}]
		dev-python/requests[${PYTHON_USEDEP}]
		dev-python/scikit-image[${PYTHON_USEDEP}]
		dev-python/six[${PYTHON_USEDEP}]
		dev-python/tqdm[${PYTHON_USEDEP}]
		dev-python/urllib3[${PYTHON_USEDEP}]
		dev-python/waitress[${PYTHON_USEDEP}]')
	sci-ml/torchvision[${PYTHON_SINGLE_USEDEP}]
	sci-ml/pytorch[${PYTHON_SINGLE_USEDEP}]
	${PYTHON_DEPS}"

Inherited Eclasses

Dependencies

RDEPEND

$(python_gen_cond_dep 'dev-python/pysocks[${PYTHON_USEDEP}]
		dev-python/certifi[${PYTHON_USEDEP}]
		dev-python/ffmpeg-python[${PYTHON_USEDEP}]
		dev-python/filetype[${PYTHON_USEDEP}]
		dev-python/hsh[${PYTHON_USEDEP}]
		dev-python/idna[${PYTHON_USEDEP}]
		dev-python/more-itertools[${PYTHON_USEDEP}]
		dev-python/moviepy[${PYTHON_USEDEP}]
		dev-python/numpy[${PYTHON_USEDEP}]
		dev-python/pillow[${PYTHON_USEDEP}]
		dev-python/pymatting[${PYTHON_USEDEP}]
		dev-python/requests[${PYTHON_USEDEP}]
		dev-python/scikit-image[${PYTHON_USEDEP}]
		dev-python/six[${PYTHON_USEDEP}]
		dev-python/tqdm[${PYTHON_USEDEP}]
		dev-python/urllib3[${PYTHON_USEDEP}]
		dev-python/waitress[${PYTHON_USEDEP}]')
	sci-ml/torchvision[${PYTHON_SINGLE_USEDEP}]
	sci-ml/pytorch[${PYTHON_SINGLE_USEDEP}]
	${PYTHON_DEPS}

Manifest for 0.4.5

Type File Size Source URLs
DIST backgroundremover-0.4.5.tar.gz 342093043 bytes https://github.com/nadermx/backgroundremover/archive/refs/tags/v0.4.5.tar.gz