Versions
v12.0 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~arm ~x86
- USE flags
- X gui test
USE flags
General
- X
- Add support for X11
- gui
- Enable support for a graphical user interface
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
abi_mips
- n32
- 64-bit (32-bit pointer) libraries
- n64
- 64-bit libraries
- o32
- 32-bit libraries
abi_s390
- 32
- 32-bit (s390) libraries
- 64
- 64-bit (s390x) libraries
abi_x86
- 32
- 32-bit (x86) libraries
- 64
- 64-bit (amd64) libraries
- x32
- x32 ABI libraries
python_single_target
- python3_11
- Build for Python 3.11 only
- python3_12
- Build for Python 3.12 only
- python3_13
- Build for Python 3.13 only
Dependencies
app-arch / brotli : Generic-purpose lossless compression algorithm
app-arch / snappy : A high-speed compression/decompression library by Google
dev-lang / python : Freethreading (no-GIL) version of Python programming language
dev-qt / qtbase : Cross-platform application development framework
media-libs / libpng : Portable Network Graphics library
media-libs / waffle : Library that allows selection of GL API and of window system at runtime
Runtime Dependencies
app-arch / brotli : Generic-purpose lossless compression algorithm
app-arch / snappy : A high-speed compression/decompression library by Google
dev-lang / python : Freethreading (no-GIL) version of Python programming language
dev-qt / qtbase : Cross-platform application development framework
media-libs / libpng : Portable Network Graphics library
media-libs / waffle : Library that allows selection of GL API and of window system at runtime
Bugs
- 923777
- dev-debug/apitrace-9.0-r4 fails to compile: process_name.cpp:52:1: error: redefinition of a extern inline function readlink is not supported in C++
- 924102
- dev-debug/apitrace-9.0-r4 fails tests: 1 - libbacktrace_btest (SEGFAULT)
- 935390
- dev-debug/apitrace-9.0-r5 fails to compile: backtrace.h:54:10: fatal error: gstdint.h: No such file or directory
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Nicolas PARLANT · gentoo
dev-debug/apitrace: fix snappy detection
Use config mode for find_package(Snappy) to prevent conflict with /usr/lib64/cmake/Qt6/FindSnappy.cmake provided by qtwebengine Thanks to Paul Zander <negril.nx+gentoo@gmail.com> for finding conflict. Closes: https://bugs.gentoo.org/951977 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Closes: https://github.com/gentoo/gentoo/pull/41279 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
dev-debug/apitrace: drop 9.0-r5
Bug: https://bugs.gentoo.org/951573 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Nicolas PARLANT · gentoo
dev-debug/apitrace: add 12.0, qt6
qt6 (network not required) deps : rm media-libs/libglvnd as it uses bundled headers to preserve compatibility rm sys-process/procps as it requires a header provided only by procps-3 and from upstream "I was planning to deprecate procps use in apitrace" add 3rd libbacktrace, not in tree virtual/pkgconfig add dev-python/pillow and dev-python/numpy in optfeatures IUSE : add test (dev-cpp/gtest) qt6 -> gui multilib : add gltrim add symlinks for libEGL wrapper Closes: https://bugs.gentoo.org/951573 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Closes: https://github.com/gentoo/gentoo/pull/41210 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
dev-debug/apitrace: 9.0-r5 Fix compilation on GCC 15
Closes: https://bugs.gentoo.org/937722 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38271 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
dev-debug/apitrace: Depend on libglvnd, not mesa
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
dev-debug/apitrace: Add Python 3.12/3.13 compatibility
Closes: https://bugs.gentoo.org/929390 Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {dev-util → dev-debug}/apitrace
Signed-off-by: Michał Górny <mgorny@gentoo.org>