Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 661790 - media-sound/mumble-9999 ignores pulseaudio flag during build
Summary: media-sound/mumble-9999 ignores pulseaudio flag during build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-22 10:13 UTC by Jarek Rymut
Modified: 2018-08-21 19:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jarek Rymut 2018-07-22 10:13:38 UTC
Live ebuild for mumble ignores pulseaudio use flag — it's only used to pull dependency. I need pulseaudio libraries for some stuff, but I'm using alsa as a default, so cmake is finding pulseaudio (because it is in my system) and mumble is built with pulseaudio support.

Simply adding `$(myuse pulseaudio)` in `src_configure()` stops cmake from even searching and builds mumble without pulseaudio support — respecting lack of use flag.
Comment 1 Larry the Git Cow gentoo-dev 2018-08-21 19:21:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb7c30de71196c19823a77bc17c7f96255ab230

commit 4bb7c30de71196c19823a77bc17c7f96255ab230
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-08-21 19:20:21 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-08-21 19:21:03 +0000

    media-sound/mumble: Fix missing pulseaudio build switch
    
    Reported-by: Jarek Rymut <jarymut+gentoo.bugs@gmail.com>
    Closes: https://bugs.gentoo.org/661790
    Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-sound/mumble/mumble-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)