Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 324537

Summary: media-libs/aubio: missing runtime dependencies for python
Product: Gentoo Linux Reporter: Sebastian Pipping <sping>
Component: Current packagesAssignee: Professional Audio Applications Maintainers <proaudio>
Status: RESOLVED FIXED    
Severity: normal CC: sping
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sebastian Pipping gentoo-dev 2010-06-18 01:09:14 UTC
.
Comment 1 Sebastian Pipping gentoo-dev 2010-11-06 21:16:22 UTC
For reference see patch for Python 2.6 in bug #312915, please.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2011-10-01 10:46:42 UTC
python/aubioweb.py says:

-- cut --

This script works with mod_python to browse a collection of annotated wav files
and results.

you will need to have at least the following packages need to be installed (the
name of the command line tool is precised in parenthesis):

libapache-mod-python (apache2 prefered)
sndfile-programs (sndfile-info)
vorbis-tools (oggenc)
python-gnuplot
python-numarray

-- cut --

$ qlist aubio |grep examples
/usr/share/doc/aubio-0.3.2-r2/examples/README.examples.bz2
/usr/share/doc/aubio-0.3.2-r2/examples/aubioweb.py
/usr/share/doc/aubio-0.3.2-r2/examples/aubiofilter-notes
/usr/share/doc/aubio-0.3.2-r2/examples/aubioplot-notes
/usr/share/doc/aubio-0.3.2-r2/examples/aubiocompare-onset

with USE=examples on -r2 now

I guess numpy is a missing depend too... ?
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-20 01:45:30 UTC
numpy is in RDEPEND for python for a while now.