sys-apps/vbetool - 1.2.2 (gentoo)

Search

Package Information

Description:
Run real-mode video BIOS code to alter hw state (i.e. reinitialize video card)
Homepage:
https://cgit.freedesktop.org/~airlied/vbetool/
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit autotools

DESCRIPTION="Run real-mode video BIOS code to alter hw state (i.e. reinitialize video card)"
HOMEPAGE="https://cgit.freedesktop.org/~airlied/vbetool/"
SRC_URI="https://dev.gentoo.org/~ionen/distfiles/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="selinux"

DEPEND="
	dev-libs/libx86
	virtual/zlib:=
	x11-libs/libpciaccess
"
RDEPEND="
	${DEPEND}
	selinux? ( sec-policy/selinux-vbetool )
"
BDEPEND="virtual/pkgconfig"

PATCHES=(
	"${FILESDIR}"/${P}-libx86.patch
)

src_prepare() {
	default

	eautoreconf
}

USE Flags

Dependencies

DEPEND

	dev-libs/libx86
	virtual/zlib:=
	x11-libs/libpciaccess

RDEPEND

	
	dev-libs/libx86
	virtual/zlib:=
	x11-libs/libpciaccess

	selinux? ( sec-policy/selinux-vbetool )

BDEPEND

virtual/pkgconfig

Manifest for 1.2.2

Type File Size Source URLs
DIST vbetool-1.2.2.tar.xz 22032 bytes https://dev.gentoo.org/~ionen/distfiles/vbetool-1.2.2.tar.xz