Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324537 - media-libs/aubio: missing runtime dependencies for python
Summary: media-libs/aubio: missing runtime dependencies for python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-18 01:09 UTC by Sebastian Pipping
Modified: 2022-06-20 01:45 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 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.