Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 735754

Summary: media-sound/audacity-2.4.2-r1 should conditionally depend on media-sound/lame
Product: Gentoo Linux Reporter: CaptainBlood <luc_pierard_de_maujouy>
Component: Current packagesAssignee: Professional Audio Applications Maintainers <proaudio>
Status: RESOLVED INVALID    
Severity: normal CC: fordfrog, richard
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description CaptainBlood 2020-08-03 11:25:45 UTC
ebuild no more has conditional for +lame USE flag: 

diff /var/db/repos/gentoo/media-sound/audacity/audacity-2.3.3.ebuild /var/db/repos/gentoo/media-sound/audacity/audacity-2.4.2-r1.ebuild:
...
30a31
> 	>=media-sound/lame-3.100-r3
33,34c34,35
< 	ffmpeg? ( >=media-video/ffmpeg-1.2:= )
< 	flac? ( >=media-libs/flac-1.3.1[cxx] )
---
> 	ffmpeg? ( media-video/ffmpeg:= )
> 	flac? ( media-libs/flac[cxx] )
37d37
< 	lame? ( >=media-sound/lame-3.70 )
...

Seems like unconditional install of media-sound/lame...
Can't this be avoided?

Thks 4 ur attention, interest & support

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2020-08-06 06:43:23 UTC
Could you try writing proper English, please? Resorting to all kinds of shorthand is not really beneficial when your command of the language is this bad.
Comment 2 Miroslav Ć ulc gentoo-dev 2020-08-06 07:08:35 UTC
audacity switched to cmake build system and the only options for lame are either system or local so imo it can't be turned off so afaik it can't be avoided.