diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-10 19:31:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-10 19:39:13 +0200 |
commit | 58f481a78d5fa7085381d7a62ba49f6ef4865b23 (patch) | |
tree | fa6b503efb4112b76cf516d36a76123ed4b8f940 /games-emulation | |
parent | app-admin/ansible: 2.8.5 stable amd64 and x86 with cleanup (diff) | |
download | gentoo-58f481a78d5fa7085381d7a62ba49f6ef4865b23.tar.gz gentoo-58f481a78d5fa7085381d7a62ba49f6ef4865b23.tar.bz2 gentoo-58f481a78d5fa7085381d7a62ba49f6ef4865b23.zip |
games-emulation/mupen64plus-audio-sdl: Add dep on speexdsp
Closes: https://bugs.gentoo.org/697440
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild index 5b2611dce5b9..0060f4baaaf8 100644 --- a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild +++ b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild @@ -15,10 +15,13 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="libsamplerate oss speex" -RDEPEND=">=games-emulation/mupen64plus-core-${PV}:0= +RDEPEND=">=games-emulation/mupen64plus-core-${PV}:= media-libs/libsdl2:0=[sound] - libsamplerate? ( media-libs/libsamplerate:0= ) - speex? ( media-libs/speex:0= )" + libsamplerate? ( media-libs/libsamplerate:= ) + speex? ( + media-libs/speex:= + media-libs/speexdsp:= + )" DEPEND="${RDEPEND} virtual/pkgconfig" |