Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
gegl-Don-t-exceed-arbitrary-maximum-number-of-threads.patch | gegl: Don't exceed arbitrary maximum number of threads gegl has an arbitrary maximum value for GeglConfig:threads, currently 64, and exceeding it causes critical warnings. This can make the build-time tests fail on massively parallel hardware. For example, on a dual POWER8 system used to build Debian ppc64el packages (2 CPUs, 10 cores per CPU and 8 threads per core, for a total of 160 threads), we ask gegl to use 80 threads, which is more than 64. The simple approach to this would be to clamp to the range [1, GEGL_MAX_THREADS], but this would not be robust against possible future changes to the value of GEGL_MAX_THREADS, so this commit introspects the property to find out the true maximum at runtime. |
Simon McVittie <smcv@debian.org> | yes | debian | 2020-12-09 | |
90_drop-onlyshowin.patch | Show GNOME Photos in menus everywhere https://bugzilla.gnome.org/show_bug.cgi?id=787029 |
Jeremy Bicha <jbicha@ubuntu.com> | no | 2018-03-27 | ||
test-gegl-Mark-as-slow-test.patch | test-gegl: Mark as slow test Debian's official armel builder is slow https://buildd.debian.org/status/logs.php?pkg=gnome-photos&arch=armel |
Jeremy Bicha <jbicha@debian.org> | no | 2019-10-20 | ||
debian/Revert-Switch-to-private-instances-of-the-Tracker-2.x-dae.patch | Revert "Switch to private instances of the Tracker 2.x daemons" GNOME upstream defaults to Tracker 3, but Debian doesn't yet. This reverts commit d212d0d69ccd2343c58494cff222603104055b39. |
Simon McVittie <smcv@debian.org> | not-needed | 2020-10-05 |