Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 610830 - dev-qt/qtwebengine-5.7.1 unneeded dependency on media-libs/flac
Summary: dev-qt/qtwebengine-5.7.1 unneeded dependency on media-libs/flac
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-24 18:08 UTC by Ostashevskyi Viktor
Modified: 2017-06-04 13:21 UTC (History)
0 users

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 Ostashevskyi Viktor 2017-02-24 18:08:02 UTC
FLAC is used only when enable_web_speech = 1, see:

src/3rdparty/chromium/content/content_browser.gypi:
...
    ['enable_web_speech==1', {                                                                                                        
      'dependencies': [                                                                                                               
        '../third_party/flac/flac.gyp:libflac',                                                                                       
      ],                                                                                                                              
    }, { # enable_web_speech==0                                                                                                       
      'sources/': [                                                                                                                   
        ['exclude', '^browser/speech/'],                                                                                              
      ],                                                                                                                              
    }],
...

WebSpeech is explicitly disabled in src/core/config/common.pri:
...
# WebSpeech requires Google API keys and adds dependencies on speex and flac.                                                         
GYP_CONFIG += enable_web_speech=0
...
Comment 1 Michael Palimaka (kensington) gentoo-dev 2017-06-04 13:21:13 UTC
Thanks, fixed in git.

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f45d0172ad22d6b8a6e77025499156b704dcc9