On Feb 04 01:10:34, Jacob Meuser wrote: > On Wed, Feb 03, 2010 at 10:05:28PM +0100, Jan Stary wrote: > > On Feb 03 16:10:48, Jacob Meuser wrote: > > > I wonder if these problems would go away if jack support were dropped > > > from portaudio. only working with 32-bit sounds suspicious. > > > > That's another thing: why is jack and esound in the dependencies > > of audacity (in 4.6)? Neither of them seems to ever be running anyway. > > jack -> portaudio-svn -> audacity > esound -> wxWidgets -> audacity > > audacity itself doesn't depends on those, but packages audacity depends > on depends on them.
Actually, audacity seems to be depending on jack directly: $ pkg_info -R esound Information for inst:esound-0.2.41v0 Required by: wxWidgets-gtk2-2.8.10p0 $ pkg_info -R jack Information for inst:jack-0.116.1p3 Required by: audacity-1.3.9p0 portaudio-svn-1406 (Note how audacity is not listed as depending on esound, but is listed as depending on jack.)