Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654260 - dev-util/renderdoc - A tool for tracing, analyzing, and debugging graphics APIs
Summary: dev-util/renderdoc - A tool for tracing, analyzing, and debugging graphics APIs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/baldurk/renderdoc
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2018-04-28 20:33 UTC by Peter Asplund
Modified: 2022-04-02 13:05 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
renderdoc-1.0.ebuild (renderdoc-1.0.ebuild,945 bytes, text/plain)
2018-04-28 20:33 UTC, Peter Asplund
Details
ChangeLog (ChangeLog,284 bytes, text/plain)
2018-04-28 20:34 UTC, Peter Asplund
Details
metadata.xml (metadata.xml,617 bytes, text/xml)
2018-04-28 20:34 UTC, Peter Asplund
Details
Ebuild for version 1.1 (renderdoc-1.1.ebuild,874 bytes, text/plain)
2018-11-27 23:17 UTC, Peter Asplund
Details
Version bump to v1.2 (renderdoc-1.2.ebuild,1.19 KB, text/plain)
2019-01-29 13:07 UTC, Peter Asplund
Details
Ebuild for v1.8 (renderdoc-1.8.ebuild,1.27 KB, text/plain)
2020-05-27 20:19 UTC, Peter Asplund
Details
Ebuild for v1.9 (renderdoc-1.9.ebuild,1.27 KB, text/plain)
2020-08-05 09:45 UTC, Peter Asplund
Details
Ebuild for v1.10 (renderdoc-1.10.ebuild,1.23 KB, text/plain)
2020-11-04 14:58 UTC, Peter Asplund
Details
Ebuild for v1.16 (renderdoc-1.16.ebuild,1.78 KB, text/plain)
2021-10-16 18:38 UTC, Peter Asplund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Asplund 2018-04-28 20:33:40 UTC
Created attachment 528732 [details]
renderdoc-1.0.ebuild

RenderDoc is a very popular and capable graphics debugging program developed by Baldur Karlson.

"RenderDoc is a free MIT licensed stand-alone graphics debugger that allows quick and easy single-frame capture and detailed introspection of any application using Vulkan, D3D11, OpenGL & OpenGL ES or D3D12 across Windows 7 - 10, Linux, or Android."

I've written an ebuild for it, hopefully it can be whipped into shape for the main tree.

You can also find the ebuild in my overlay: AzP
Comment 1 Peter Asplund 2018-04-28 20:34:19 UTC
Created attachment 528734 [details]
ChangeLog
Comment 2 Peter Asplund 2018-04-28 20:34:44 UTC
Created attachment 528736 [details]
metadata.xml
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2018-04-29 12:05:06 UTC
Comment on attachment 528734 [details]
ChangeLog

Haven't seen a ChangeLog in a while...
Comment 4 Peter Asplund 2018-04-29 19:42:12 UTC
(In reply to Jeroen Roovers from comment #3)
> Comment on attachment 528734 [details]
> ChangeLog
> 
> Haven't seen a ChangeLog in a while...

I thought that was still the way of doing it.. :)
Comment 5 Peter Asplund 2018-11-27 23:17:24 UTC
Created attachment 556536 [details]
Ebuild for version 1.1

Bump version to v1.1.
Comment 6 Peter Asplund 2019-01-16 15:56:42 UTC
I'm trying to update the ebuild for v1.2, but for some reason, the compilation step doesn't go through because it's unable to download dependencies from Baldurk's forked github repositories. More specifically his patched swig fork.
Comment 7 Peter Asplund 2019-01-29 13:07:48 UTC
Created attachment 563180 [details]
Version bump to v1.2

Bumping ebuild version to v1.2, as well as cleaning up download of extra SWIG zip file needed for the build.
Comment 8 Danny Robson 2019-03-12 13:10:44 UTC
Thanks for the ebuild, it's going to be helpful for me.

I received QA notices when building renderdoc-1.2. Specifically they were about calling xdg_desktop_database_update, xdg_icon_cache_update, and xdg_mimeinfo_database_update in pkg_postinst and pkg_postrm phases.

Manually adding the calls seems to have silenced the warnings locally.
Comment 9 Peter Asplund 2020-05-27 20:19:13 UTC
Created attachment 642114 [details]
Ebuild for v1.8
Comment 10 Dennis Schridde 2020-07-23 16:23:36 UTC
Version 1.9 was just released: https://github.com/baldurk/renderdoc/releases/v1.9
Comment 11 Peter Asplund 2020-08-05 09:45:17 UTC
Created attachment 653218 [details]
Ebuild for v1.9

Here is the updated 1.9 ebuild. I also pushed an update to my own overlay at the time of the release.
Comment 12 Peter Asplund 2020-11-04 14:58:42 UTC
Created attachment 670013 [details]
Ebuild for v1.10

Updated ebuild for v1.10.
Comment 13 Peter Asplund 2021-10-16 18:38:40 UTC
Created attachment 745206 [details]
Ebuild for v1.16

Update with new ebuild for version 1.16.

Added use flags for controlling cmake build.
Added calls to update mime-databases, et al.