Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 200873
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Professional Audio Applications Maintainers <proaudio@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Richard Ash <richard@audacityteam.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
audacity-1.3.4.ebuild.patch patch to enable libresample where needed patch Richard Ash 2007-11-30 21:12 0000 378 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 200873 depends on: Show dependency tree
Bug 200873 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-11-30 21:12 0000
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 From Richard Ash 2007-11-30 21:12:37 0000 -------
Created an attachment (id=137409) [details]
patch to enable libresample where needed

------- Comment #2 From Alexis Ballier 2007-12-02 14:00:55 0000 -------
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.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug