Package Details: tracy 0.11.1-1

Git Clone URL: https://aur.archlinux.org/tracy.git (read-only, click to copy)
Package Base: tracy
Description: Real-time, nanosecond resolution frame profiler
Upstream URL: https://github.com/wolfpld/tracy
Keywords: gamedev performance profiler
Licenses: BSD-3-Clause
Conflicts: tracy
Provides: tracy
Submitter: dseg
Maintainer: encelo
Last Packager: encelo
Votes: 10
Popularity: 0.035853
First Submitted: 2015-04-17 05:45 (UTC)
Last Updated: 2024-10-24 22:53 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

das_kube commented on 2022-08-29 14:26 (UTC)

xdg-desktop-portal comes with a pipewire dependency (and other transitive dependencies). Maybe a choice of which portal to use would be preferable? It might be a dependency only for people who use wayland.

encelo commented on 2022-08-07 16:22 (UTC) (edited on 2022-08-07 16:39 (UTC) by encelo)

I have added xdg-desktop-portal to the depends array.

Thanks @TheRawMeatball.

TheRawMeatball commented on 2022-08-01 14:33 (UTC)

xdg-desktop-portal should be added to the dependency list, I was unable to use any file dialogues until I installed it.

encelo commented on 2022-07-08 16:57 (UTC)

Updated to v0.8.2

victor.vde commented on 2022-05-22 08:34 (UTC)

I was able to compile and run this on Wayland with the following patch:

diff --git a/PKGBUILD b/PKGBUILD
index 7462279..cb51992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,3 +10,3 @@ url="https://github.com/wolfpld/tracy"
 license=('BSD')
-depends=('glfw-x11' 'gtk3' 'intel-tbb' 'capstone')
+depends=('glfw-wayland' 'gtk3' 'intel-tbb' 'capstone')
 makedepends=('pkgconf' 'git')
@@ -19,5 +19,5 @@ build() {
   cd tracy
-  make -C profiler/build/unix release
-  make -C update/build/unix release
-  make -C capture/build/unix release
+  make -C profiler/build/unix release TRACY_USE_WAYLAND=1
+  make -C update/build/unix release TRACY_USE_WAYLAND=1
+  make -C capture/build/unix release TRACY_USE_WAYLAND=1
 }

encelo commented on 2022-04-29 23:01 (UTC)

Updated to v0.8.1

encelo commented on 2021-04-19 20:55 (UTC)

Updated to v0.7.7

encelo commented on 2021-02-14 01:14 (UTC)

Updated to v0.7.6

encelo commented on 2021-01-30 11:29 (UTC)

Updated to v0.7.5

encelo commented on 2020-10-10 13:17 (UTC)

Updated to v0.7.3