summaryrefslogtreecommitdiffstats
path: root/package/multimedia/python-mad/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni2011-01-11 21:46:44 +0100
committerThomas Petazzoni2011-01-25 08:59:58 +0100
commit6ea3c8bd4dabe2b11a8beecb6a641336e6e90f3c (patch)
tree6d2bd5001671c930e410ecd2294b47fa6050bc17 /package/multimedia/python-mad/Config.in
parentpython-serial: new package (diff)
downloadbuildroot-6ea3c8bd4dabe2b11a8beecb6a641336e6e90f3c.tar.gz
buildroot-6ea3c8bd4dabe2b11a8beecb6a641336e6e90f3c.tar.xz
buildroot-6ea3c8bd4dabe2b11a8beecb6a641336e6e90f3c.zip
python-mad: new package
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>
Diffstat (limited to 'package/multimedia/python-mad/Config.in')
-rw-r--r--package/multimedia/python-mad/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/multimedia/python-mad/Config.in b/package/multimedia/python-mad/Config.in
new file mode 100644
index 000000000..25354213d
--- /dev/null
+++ b/package/multimedia/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/