Install this version:
emerge -a =dev-cpp/tracy-0.14.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-cpp/tracy-0.14.1
Or alternatively:
emerge --autounmask-write -a =dev-cpp/tracy-0.14.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.14.1 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="C++ frame profiler"
HOMEPAGE="https://github.com/wolfpld/tracy"
SRC_URI="https://github.com/wolfpld/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-libs/capstone
media-libs/freetype
media-libs/glfw"
RDEPEND="${DEPEND}"
src_prepare() {
# Upstream appends $<CONFIG> to the lib install destination for
# non-Release builds, which lands the library in /usr/lib64/RelWithDebInfo/
# under Gentoo's default CMAKE_BUILD_TYPE.
sed -re 's|/\$<IF:\$<CONFIG:Release>,,\$<CONFIG>>||g' -i CMakeLists.txt || die
cmake_src_prepare
}
dev-libs/capstone media-libs/freetype media-libs/glfw
dev-libs/capstone media-libs/freetype media-libs/glfw
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tracy-0.14.1.tar.gz | 6173646 bytes | https://github.com/wolfpld/tracy/archive/refs/tags/v0.14.1.tar.gz |