Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-clutter_renderer_finalize-don-t-destroy-unexisting-s.patch | clutter_renderer_finalize: don't destroy unexisting speaker window This avoids the following warning when you are closing pinpoint and there is no speaker window: (pinpoint:1730): Gtk-CRITICAL **: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed https://bugzilla.gnome.org/show_bug.cgi?id=784114 |
Antonio Terceiro <terceiro@softwarelivre.org> | no | 2017-02-26 | ||
0002-Remove-DAX-support.patch | Remove DAX support According to the commens section of https://blogs.gnome.org/clutter/get-it/, DAX is no longer developed. |
Antonio Terceiro <asa@terceiro.xyz> | no | 2019-05-14 | ||
0003-clutter-support-SVG-files.patch | clutter: support SVG files Cairo supports SVG already, displaying them is just a matter of treating them just like any other image. |
Antonio Terceiro <asa@terceiro.xyz> | no | 2019-05-14 | ||
XInitThreads.patch | Add call to XInitThreads() to prevent segfault Currently pinpoint runs into a segfault in some Xlib code due to an uninitialised mutex. Add a call to XInitThreads() at the beginning of the program to ensure Xlib mutexes are initialised correctly. Patch based on https://mail.gnome.org/archives/commits-list/2012-November/msg04029.html |
Andrew Donnellan <andrew.donnellan@au1.ibm.com> | no | debian |