Skip to content

Commit

Permalink
media-plugins/alsa-plugins: Fixed speex dependency (bug #611690).
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.4, Repoman-2.3.2
  • Loading branch information
Lars Wendler committed Mar 4, 2017
1 parent a1b1ae4 commit 24859ed
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion media-plugins/alsa-plugins/alsa-plugins-1.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,16 @@ RDEPEND="
jack? ( >=media-sound/jack-audio-connection-kit-0.121.3-r1[${MULTILIB_USEDEP}] )
libsamplerate? ( >=media-libs/libsamplerate-0.1.8-r1:=[${MULTILIB_USEDEP}] )
pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
speex? ( >=media-libs/speex-1.2_rc1-r1:=[${MULTILIB_USEDEP}] )
speex? (
|| (
(
>=media-libs/speex-1.2.0[${MULTILIB_USEDEP}]
media-libs/speexdsp[${MULTILIB_USEDEP}]
)
<media-libs/speex-1.2.0[${MULTILIB_USEDEP}]
)
media-libs/speex:=[${MULTILIB_USEDEP}]
)
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
Expand Down

0 comments on commit 24859ed

Please sign in to comment.