Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python: add external modules option | Yegor Yefremov | 2012-01-07 | 1 | -9/+0 |
| | | | | | | | | | | | | | all external python packages/libraries should reside in "external python modules" section. Move existing modules python-serial and python-mad there Move python-mad from package/multimedia to package Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | python-mad: new package | Thomas Petazzoni | 2011-01-25 | 1 | -0/+9 |
python-mad is a Python binding for the MAD library, a high-quality integer-only MPEG decoder. This package has been introduced as a test to make sure that third-party Python modules that rely on a C extension can properly be built against the Python infrastructure of Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |