about summary refs log tree commit diff
path: root/pkgs/applications/graphics/apitrace/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-05apitrace: 11.1 -> 12.0R. Ryantm1-2/+2
2022-11-13apitrace: 7.1.old -> 11.1K9001-13/+23
Update from 2015 to current latest release.
2022-02-27apitrace: fix build w/glibc-2.34Maximilian Bosch1-0/+6
Failing Hydra build: https://hydra.nixos.org/build/155150225
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-01treewide: remove trailing whitespacesBen Siraphob1-3/+3
2020-05-04apitrace: fix OpenGL library path and Qt GUI (#86475)Guillaume Bouchard1-2/+43
For unknown reasons, Apitrace breaks the runpath of the traced program. OpenGL programs on nix are looking at /run/opengl-driver/lib to find the system OpenGL driver. This change: - add path /run/opengl-driver{-32} to the RPATH of the wrapper libraries. This fixs tracing with `apitrace trace`. - add rpath to `libglnvd` and `libGL` to the `{e}glretrace` binaries. These libraries are loaded at runtime, but does not appears as NEEDED in the binaries, hence the need for the explicit rpath addition. This fix `{e}glretrace`. - Explicitly add Qt wrapper to `qapitrace`. It fixs the GUI. Co-authored-by: Florian Klink <flokli@flokli.de> Co-authored-by: Florian Klink <flokli@flokli.de>
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-27apitrace: 363 -> 572 (2017-04-21 -> 2019-03-26)Will Dietz1-3/+3
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+0
Goodbye, and thanks for all the Nix...
2017-04-30apitrace: 7.1 -> git (#24829)Alexey Lebedeff1-3/+3
After upgrade `qapitrace` have working "Buffers" tab where the data can be inspected (it was always empty before). There is no tags after `7.1`, but I think that fixing pretty important piece of functionality warrants an upgrade to current `master` tip.
2016-11-24apitrace: use python2Frederik Rietdijk1-2/+2
2016-02-28apitrace: add qapitrace and backtracing supportNikolay Amiantov1-7/+5
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice1-3/+2
This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
2015-12-20apitrace: Qt 5 infrastructure updateThomas Tuegel1-2/+2
2015-11-26apitrace 7.0 -> 7.1Tobias Geerinckx-Rice1-2/+2
2015-07-23apitrace: 6.1 -> 7.0Tobias Geerinckx-Rice1-4/+5
- Many bug fixes - Switch to Qt 5
2015-06-17Separate nativeBuildInputs where maintainers |= nckxTobias Geerinckx-Rice1-1/+2
2015-05-28Don't use "with licenses;" for single licencesTobias Geerinckx-Rice1-1/+1
And don't use square brackets on such lines.
2015-04-21meta.licenses -> licenseJoachim Fasting1-1/+1
2015-04-17apitrace 09519af205 -> 6.1Tobias Geerinckx-Rice1-7/+11
2014-12-14apitrace: New expressionOliver Charles1-0/+24