diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-01-25 09:36:00 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-01-26 08:57:09 +0100 |
commit | a78c73c85242eb33d018c3016fb5996eb72a61bf (patch) | |
tree | 3e3dfbec3bd1c0b4575e290077c9e81a0907a093 /media-sound/fluidsynth | |
parent | app-emulation/virtiofsd: crank copyright (diff) | |
download | gentoo-a78c73c85242eb33d018c3016fb5996eb72a61bf.tar.gz gentoo-a78c73c85242eb33d018c3016fb5996eb72a61bf.tar.bz2 gentoo-a78c73c85242eb33d018c3016fb5996eb72a61bf.zip |
media-sound/fluidsynth: QA fixes
- Indirect inherit usage: BUILD_DIR, line 93
- QA PG 0301 suggests that the (useful) example files should be installed
unconditionally.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/fluidsynth')
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-2.3.4.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/media-sound/fluidsynth/fluidsynth-2.3.4.ebuild b/media-sound/fluidsynth/fluidsynth-2.3.4.ebuild index 96ebeb8f21dd..e1b9a0c3bb5e 100644 --- a/media-sound/fluidsynth/fluidsynth-2.3.4.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.3.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib systemd toolchain-funcs +inherit cmake-multilib multibuild systemd toolchain-funcs DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications" HOMEPAGE="https://www.fluidsynth.org" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-2.1+" SLOT="0/3" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86" -IUSE="alsa dbus debug examples ipv6 jack ladspa lash network oss pipewire portaudio pulseaudio +readline sdl +sndfile systemd threads" +IUSE="alsa dbus debug ipv6 jack ladspa lash network oss pipewire portaudio pulseaudio +readline sdl +sndfile systemd threads" BDEPEND=" virtual/pkgconfig @@ -106,10 +106,8 @@ src_install() { docinto pdf dodoc doc/*.pdf - if use examples; then - docinto examples - dodoc doc/examples/*.c - fi + docinto examples + dodoc doc/examples/*.c if use systemd; then multilib_foreach_abi install_systemd_files |