diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2012-01-04 12:30:00 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-07 20:51:01 +0100 |
commit | d67a67efaa8fb7fd24e0ee0f5b261a8a57583d35 (patch) | |
tree | 74369a0bc258403d502342eeae5eb721875fb712 /package/python-mad/Config.in | |
parent | 5a6087d62e5c2a272278606ebf1cc62830cf4c68 (diff) |
Python: add external modules option
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>
Diffstat (limited to 'package/python-mad/Config.in')
-rw-r--r-- | package/python-mad/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-mad/Config.in b/package/python-mad/Config.in new file mode 100644 index 000000000..25354213d --- /dev/null +++ b/package/python-mad/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_PYTHON_MAD + bool "python-mad" + depends on BR2_PACKAGE_PYTHON + select BR2_PACKAGE_LIBMAD + help + python-mad is a Python binding for the MAD library, a + high-quality integer-only MPEG decoder. + + http://spacepants.org/src/pymad/ |