commit:     a78c73c85242eb33d018c3016fb5996eb72a61bf
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu Jan 25 08:36:00 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 07:57:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78c73c8

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 <AT> posteo.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/fluidsynth/fluidsynth-2.3.4.ebuild | 10 ++++------
 1 file 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

Reply via email to