Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200873 - media-sound/audacity-1.3.4 has resampling disabled
Summary: media-sound/audacity-1.3.4 has resampling disabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-30 21:12 UTC by Richard Ash
Modified: 2007-12-02 14:00 UTC (History)
0 users

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


Attachments
patch to enable libresample where needed (audacity-1.3.4.ebuild.patch,378 bytes, patch)
2007-11-30 21:12 UTC, Richard Ash
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Ash 2007-11-30 21:12:04 UTC
the ebuild for audacity 1.3.4 has libresample re-sampling force disabled. This is the default re-sampling engine and included in the source tarball. There is no good reason that I (as a developer) know of for disabling libresample support.

This does not affect the libsamplerate use flag. If both libraries are available (because there is a system copy of libsamplerate) then the configure script will use whichever is requested, falling back to libsamplerate if neither is. Hence the attached patch so that default audacity builds get resampling support.

You could go the whole hog and give libresample a use flag of it's own (which would have to be exclusive with libsamplerate) but I don't see the point as it's included in the tarball.
Comment 1 Richard Ash 2007-11-30 21:12:37 UTC
Created attachment 137409 [details, diff]
patch to enable libresample where needed
Comment 2 Alexis Ballier gentoo-dev 2007-12-02 14:00:55 UTC
fair enough, there is no real point in disabling libresample, I had disabled it according to http://www.audacityteam.org/wiki/index.php?title=Libresample telling there is no real reason not to use libsamplerate, but letting the build system decide if libresample is needed or not is probably a better idea.