Search Criteria
Package Details: tracy-git v0.14.0.r1.g16329e0a-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tracy-git.git (read-only, click to copy) |
|---|---|
| Package Base: | tracy-git |
| Description: | Real-time, nanosecond resolution frame profiler |
| Upstream URL: | https://github.com/wolfpld/tracy |
| Licenses: | BSD-3-Clause |
| Conflicts: | tracy |
| Provides: | tracy |
| Submitter: | encelo |
| Maintainer: | encelo |
| Last Packager: | encelo |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-12-15 15:06 (UTC) |
| Last Updated: | 2026-08-11 16:15 (UTC) |
Dependencies (11)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-woledAUR, freetype2-qdoled-gen3AUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- pugixml (pugixml-gitAUR)
- wayland (wayland-asan-gitAUR, wayland-gitAUR, wayland-chromiumAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- xdg-desktop-portal (xdg-desktop-portal-minimal-gitAUR, xdg-desktop-portal-gitAUR) (optional) – file dialogs
Latest Comments
1 2 Next › Last »
encelo commented on 2026-08-11 16:18 (UTC)
cmake --buildinstead of invokingmake.tracy-profilerexecutable on installation anymore, so the upstream.desktopfile should now work.nyanpasu64 commented on 2026-08-01 09:04 (UTC)
The supplied .desktop file doesn't work, because the project builds to tracy-profiler and you install an (upstream-provided) .desktop file that executes tracy-profiler, but you rename tracy-profiler to /usr/bin/tracy upon installation.
calcmogul commented on 2026-05-07 17:55 (UTC) (edited on 2026-05-07 17:56 (UTC) by calcmogul)
The build step can be made build-system-agnostic by replacing
make -Cwithcmake --build, as per https://wiki.archlinux.org/title/CMake_package_guidelines#Template. Users can change the build system by overridingCMAKE_GENERATORto e.g.,Ninjain their~/.bashrc.Terence commented on 2024-12-24 16:52 (UTC)
@sigurd4 this is because tracy bumped the capstone dependency to version 6 which is still in alpha (https://github.com/wolfpld/tracy/commit/5454b3202d3d36c5b8a1b07c3ff33f685a3cb51b). Either use the git version or remove the
-D DOWNLOAD_CAPSTONE=OFFin the PKGBUILD.sigurd4 commented on 2024-12-14 19:59 (UTC) (edited on 2024-12-14 20:04 (UTC) by sigurd4)
Install failed:
encelo commented on 2024-08-08 00:36 (UTC)
wayland-protocolsto themakedependsarrayoptionstracy-profilertotracywhen installing itencelo commented on 2023-06-27 23:24 (UTC)
@bwidawsk What would be the best way to provide both options, with two different packages?
bwidawsk commented on 2023-06-27 21:28 (UTC)
Tracy by default is built against Wayland. Can we please get a build which doesn't require glfw-x11?
encelo commented on 2022-11-05 00:15 (UTC)
Updated with the changes introduced in the
v0.9non-git package.JPenuchot commented on 2022-10-25 09:17 (UTC)
@encelo The whole Tracy client library isn't installed at all at the moment. Another solution would be to have the client library installed through another package, but having both managed from a single package would make it much easier to ensure both the client and the server are on the same version.
1 2 Next › Last »