Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385317 - media-sound/normalize-0.7.7[audiofile] fails with media-libs/audiofile-0.3.1
Summary: media-sound/normalize-0.7.7[audiofile] fails with media-libs/audiofile-0.3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-02 05:13 UTC by SpanKY
Modified: 2011-10-27 10:23 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 SpanKY gentoo-dev 2011-10-02 05:13:01 UTC
looks like audiofile no longer installs "audiofile-config" (just a .pc file), but normalize only searches for the config script, and so building it fails

configure:24394: checking for audiofile-config
configure:24425: result: no
configure:24433: checking for Audio File Library - version >= 0.2.2
configure:24563: result: no
configure:24693: error: --with-audiofile specified, but audiofile library not found

you can see this in AM_PATH_AUDIOFILE in the aclocal.m4
Comment 1 Tim Harder gentoo-dev 2011-10-27 10:23:10 UTC
Fixed in the latest revbump in CVS.

I bumped normalize to depend on >=audiofile-0.3.1 in order to simplify checking for audiofile only using pkgconfig.