Package Details: tracy 0.10-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
Conflicts: tracy
Provides: tracy
Submitter: dseg
Maintainer: encelo
Last Packager: encelo
Votes: 9
Popularity: 0.066199
First Submitted: 2015-04-17 05:45 (UTC)
Last Updated: 2023-10-16 22:35 (UTC)

Latest Comments

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

encelo commented on 2022-09-20 20:43 (UTC)

I moved xdg-desktop-portal to the optdepends array.

Sahnvour commented on 2022-09-15 09:40 (UTC)

Probably, I don't know what the options are as I never packaged anything. If it can be made optional with an automatic activation when needed, or a prompt during install, that would be great.

encelo commented on 2022-09-06 10:00 (UTC)

Maybe xdg-desktop-portal can be added as an optional dependency?

Sahnvour commented on 2022-09-06 07:59 (UTC)

Hello, the xdg-desktop-portal added dependency broke something on my system, delaying many GUI programs launch by ~20s (firefox, thunderbird, ...). Logs indicate that

Failed to get an inhibit portal proxy: Error calling StartServiceByName for org.freedesktop.portal.Desktop: Timeout was reached

Removing the package and its dependencies fixed the issue. What can we do about it ?

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