Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266738 - media-libs/libsndfile ebuild should be able to configure --disable-external-libs
Summary: media-libs/libsndfile ebuild should be able to configure --disable-external-libs
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-19 09:02 UTC by Luca Lesinigo
Modified: 2009-04-19 12:48 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 Luca Lesinigo 2009-04-19 09:02:54 UTC
Upgrading from libsndfile-1.0.17-r1 to 1.0.19 introduces new, mandatory, dependencies on libvorbis (and thus libogg too) and makes the once optional dep on flac a mandatory one.

libsndfile's configure script has an option to turn (all of) them off:
  --disable-external-libs disable use of FLAC, Ogg and Vorbis

the ebuild should have a USE flag to trigger that option and avoid linking and depending on those libraries.
Comment 1 Rafał Mużyło 2009-04-19 12:48:05 UTC
Unless I'm looking at the wrong ebuild,
'minimal' useflag does exactly that.