All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 10/10] python-mad: new package
Date: Mon, 24 Jan 2011 22:23:53 +0100	[thread overview]
Message-ID: <871v42q9li.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <4202ec9552c58af1c5ba12aac109b6c563ac6ef0.1295866866.git.thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Mon, 24 Jan 2011 12:01:38 +0100")

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> python-mad is a Python binding for the MAD library, a high-quality
 Thomas> integer-only MPEG decoder.

 Thomas> This package has been introduced as a test to make sure that
 Thomas> third-party Python modules that rely on a C extension can properly be
 Thomas> built against the Python infrastructure of Buildroot.

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 Thomas> ---
 Thomas>  package/multimedia/Config.in                |    1 +
 Thomas>  package/multimedia/python-mad/Config.in     |    7 ++++
 Thomas>  package/multimedia/python-mad/python-mad.mk |   41 +++++++++++++++++++++++++++
 Thomas>  3 files changed, 49 insertions(+), 0 deletions(-)
 Thomas>  create mode 100644 package/multimedia/python-mad/Config.in
 Thomas>  create mode 100644 package/multimedia/python-mad/python-mad.mk

 Thomas> diff --git a/package/multimedia/Config.in b/package/multimedia/Config.in
 Thomas> index da50dbb..ae685cf 100644
 Thomas> --- a/package/multimedia/Config.in
 Thomas> +++ b/package/multimedia/Config.in
 Thomas> @@ -25,6 +25,7 @@ source "package/multimedia/libvorbis/Config.in"
 Thomas>  source "package/multimedia/madplay/Config.in"
 Thomas>  source "package/multimedia/mpg123/Config.in"
 Thomas>  source "package/multimedia/mplayer/Config.in"
 Thomas> +source "package/multimedia/python-mad/Config.in"
 Thomas>  source "package/multimedia/speex/Config.in"
 Thomas>  source "package/multimedia/swfdec/Config.in"
 Thomas>  source "package/multimedia/festival/Config.in"
 Thomas> diff --git a/package/multimedia/python-mad/Config.in b/package/multimedia/python-mad/Config.in
 Thomas> new file mode 100644
 Thomas> index 0000000..d25f2b8
 Thomas> --- /dev/null
 Thomas> +++ b/package/multimedia/python-mad/Config.in
 Thomas> @@ -0,0 +1,7 @@
 Thomas> +config BR2_PACKAGE_PYTHON_MAD
 Thomas> +	bool "python-mad"
 Thomas> +	depends on BR2_PACKAGE_PYTHON
 Thomas> +	select BR2_PACKAGE_LIBMAD
 Thomas> +	help
 Thomas> +	  python-mad is a Python binding for the MAD library, a
 Thomas> +	  high-quality integer-only MPEG decoder.
 Thomas> \ No newline at end of file

Please add the newline (here and elsewhere) and add a link to
http://spacepants.org/src/pymad/

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2011-01-24 21:23 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-24 11:01 [Buildroot] [pull request] Pull request for branch for-2011.02/python-bump Thomas Petazzoni
2011-01-24 11:01 ` [Buildroot] [PATCH 01/10] python: Move to version 2.7 Thomas Petazzoni
2011-01-24 11:01 ` [Buildroot] [PATCH 02/10] python: Port the python2.4 patches to 2.7 Thomas Petazzoni
2011-01-24 11:01 ` [Buildroot] [PATCH 03/10] python: Add the needed patches to compile python2.7 in buildroot Thomas Petazzoni
2011-01-24 11:01 ` [Buildroot] [PATCH 04/10] python: Fix make install (Workaround python's bug #1669349) Thomas Petazzoni
2011-01-24 11:01 ` [Buildroot] [PATCH 05/10] libffi: new package Thomas Petazzoni
2011-01-24 11:01 ` [Buildroot] [PATCH 06/10] autotools: allow host package to use <pkg>_MAKE_ENV and <pkg>_MAKE Thomas Petazzoni
2011-01-24 21:04   ` Peter Korsgaard
2011-01-25  7:55     ` Thomas Petazzoni
2011-01-25  9:02       ` Peter Korsgaard
2011-01-24 11:01 ` [Buildroot] [PATCH 07/10] python: convert to autotargets, bump to 2.7.1, many improvements Thomas Petazzoni
2011-01-24 11:01 ` [Buildroot] [PATCH 08/10] Remove .py or .pyc depending on Python configuration Thomas Petazzoni
2011-01-24 21:20   ` Peter Korsgaard
2011-01-24 11:01 ` [Buildroot] [PATCH 09/10] python-serial: new package Thomas Petazzoni
2011-01-24 21:22   ` Peter Korsgaard
2011-01-24 11:01 ` [Buildroot] [PATCH 10/10] python-mad: " Thomas Petazzoni
2011-01-24 21:23   ` Peter Korsgaard [this message]
2011-01-25  8:03 ` [Buildroot] [pull request] Pull request for branch for-2011.02/python-bump Thomas Petazzoni
2011-01-25 21:17   ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871v42q9li.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.