mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
* Install tmpfiles config. The release notes mention this and I'd meant to do it and forgot with the other big changes done in e30fcf2e2f7b63e6e03b473bb4b5c30a70940043. * Set `-DDEFAULT_SOUNDFONT` so we can actually find media-sound/fluid-soundfont (bug #782871). In media-sound/fluid-soundfont, we do the same as Ubuntu and others by installing to /usr/share/sounds/sf2 rather than where fluidsynth looks by default at /usr/share/soundfonts/default.sf2. So, we should do as Ubuntu does and also tell fluidsynth about that. * Depend on systemd w/ USE=systemd because libsystemd is used there, though only for the native ABI as it's not used in the library. Closes: https://bugs.gentoo.org/782871 Signed-off-by: Sam James <sam@gentoo.org>