| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 18.3.1 | 8 | amd64 x86 | 0 |
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=meson-python
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
DESCRIPTION="Command line util to draw images on terminals by using child windows"
HOMEPAGE="https://github.com/ueber-devel/ueberzug/"
SRC_URI="
https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz
"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
COMMON_DEPEND="
x11-libs/libX11
x11-libs/libXext
x11-libs/libXres
"
RDEPEND="
${COMMON_DEPEND}
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/docopt[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
!media-gfx/ueberzugpp
"
DEPEND="
${COMMON_DEPEND}
x11-base/xorg-proto
"
distutils_enable_tests import-check
python_test() {
rm -rf ueberzug || die #960342
distutils-r1_python_test
}
x11-libs/libX11 x11-libs/libXext x11-libs/libXres x11-base/xorg-proto
x11-libs/libX11
x11-libs/libXext
x11-libs/libXres
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/docopt[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
!media-gfx/ueberzugpp
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ueberzug-18.3.1.tar.gz | 58290 bytes | https://github.com/ueber-devel/ueberzug/archive/refs/tags/18.3.1.tar.gz |