Install this version:
emerge -a =media-video/video2x-qt6-6.4.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/video2x-qt6-6.4.0
Or alternatively:
emerge --autounmask-write -a =media-video/video2x-qt6-6.4.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.4.0 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Qt 6 GUI for Video2x."
HOMEPAGE="https://github.com/k4yt3x/video2x-qt6"
SRC_URI="https://github.com/k4yt3x/video2x-qt6/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-qt/qtbase:6
dev-qt/qtsvg:6
dev-libs/libfmt:=
dev-libs/spdlog:=
media-libs/vulkan-loader
media-video/ffmpeg"
RDEPEND="${DEPEND}
>=media-video/video2x-${PV}"
src_configure() {
local mycmakeargs=(
-DUSE_EXTERNAL_SPDLOG=ON
-DUSE_EXTERNAL_VIDEO2X=ON
)
cmake_src_configure
}
dev-qt/qtbase:6 dev-qt/qtsvg:6 dev-libs/libfmt:= dev-libs/spdlog:= media-libs/vulkan-loader media-video/ffmpeg
dev-qt/qtbase:6 dev-qt/qtsvg:6 dev-libs/libfmt:= dev-libs/spdlog:= media-libs/vulkan-loader media-video/ffmpeg >=media-video/video2x-6.4.0
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | video2x-qt6-6.4.0.tar.gz | 243241 bytes | https://github.com/k4yt3x/video2x-qt6/archive/refs/tags/6.4.0.tar.gz |