Install this version:
emerge -a =dev-util/directx-headers-1.619.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/directx-headers-1.619.1
Or alternatively:
emerge --autounmask-write -a =dev-util/directx-headers-1.619.1
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN=DirectX-Headers
inherit dot-a meson-multilib
if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://github.com/microsoft/${MY_PN}.git"
inherit git-r3
else
SRC_URI="https://github.com/microsoft/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
S="${WORKDIR}"/${MY_PN}-${PV}
fi
DESCRIPTION="DirectX header files and WSL stubs"
HOMEPAGE="https://github.com/microsoft/DirectX-Headers"
LICENSE="MIT"
SLOT="0"
multilib_src_configure() {
lto-guarantee-fat
local emesonargs=(
-Dbuild-test=false
)
meson_src_configure
}
multilib_src_install_all() {
strip-lto-bytecode
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | directx-headers-1.619.1.tar.gz | 510025 bytes | https://github.com/microsoft/DirectX-Headers/archive/refs/tags/v1.619.1.tar.gz |