Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add-tracy #1432

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions anda/misc/tracy/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "tracy.spec"
}
}
68 changes: 68 additions & 0 deletions anda/misc/tracy/tracy.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
Name: tracy
Version: 0.10
Release: 1%?dist
Summary: A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.
License: BSD-3-Clause
URL: https://github.com/wolfpld/tracy
Source0: https://github.com/wolfpld/tracy/refs/tags/%version.tar.gz
BuildRequires: cmake meson gcc libxkbcommon libglvnd pkgconfig(glfw) pkgconfig(freetype) pkgconfig(capstone) pkgconfig(dbus) pkgconfig(libunwind) pkgconfig(libdebuginfod) pkgconfig(tbb)
Patch: https://github.com/wolfpld/tracy/commit/1a971d867d6fa5bf6dc57d705dcbbc6020031e7a.patch

%description
%A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.

%prep
%autosetup -n tracy

%build
%make_build -C capture/build/unix release
%make_build -C csvexport/build/unix release
%make_build -C import-chrome/build/unix release
%make_build -C library/unix release
%make_build -C profiler/build/unix release
%make_build -C update/build/unix release

%install
mkdir -p %{buildroot}/usr/bin/
install -m 755 Tracy-release %{buildroot}/usr/bin/Tracy-release

%files
%config/tracy/.
%config/tracy/..
%config/tracy/capture
%config/tracy/.clang-tidy
%config/tracy/cmake
%config/tracy/CMakeLists.txt
%config/tracy/Config.cmake.in
%config/tracy/csvexport
%config/tracy/doc
%config/tracy/dtl
%config/tracy/examples
%config/tracy/extra
%config/tracy/getopt
%config/tracy/.git
%config/tracy/.github
%config/tracy/.gitignore
%config/tracy/icon
%config/tracy/imgui
%config/tracy/import-chrome
%config/tracy/import-fuchsia
%config/tracy/library
%config/tracy/LICENSE
%config/tracy/manual
%config/tracy/meson.build
%config/tracy/meson.options
%config/tracy/NEWS
%config/tracy/nfd
%config/tracy/profiler
%config/tracy/public
%config/tracy/python
%config/tracy/README.md
%config/tracy/server
%config/tracy/test
%config/tracy/update
%config/tracy/.vscode
%config/tracy/zstd

%changelog
%autochangelog
Empty file added anda/misc/tracy/update.rhai
Empty file.
Loading