From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/python-pyalsa: new package
Date: Tue, 31 Dec 2019 19:48:47 +0200 [thread overview]
Message-ID: <875zhw2xog.fsf@tarshish> (raw)
In-Reply-To: <20191231174019.19617-1-juju@cotds.org>
Hi Julien,
On Tue, Dec 31 2019, Julien Olivain wrote:
> Official ALSA Python binding, including hardware
> management, mixer and sequencer control.
>
> http://www.alsa-project.org/
>
> Signed-off-by: Julien Olivain <juju@cotds.org>
> ---
> DEVELOPERS | 1 +
> package/Config.in | 1 +
> package/python-pyalsa/Config.in | 7 +++++++
> package/python-pyalsa/python-pyalsa.hash | 2 ++
> package/python-pyalsa/python-pyalsa.mk | 13 +++++++++++++
> 5 files changed, 24 insertions(+)
> create mode 100644 package/python-pyalsa/Config.in
> create mode 100644 package/python-pyalsa/python-pyalsa.hash
> create mode 100644 package/python-pyalsa/python-pyalsa.mk
>
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 27bedad48c..f7b2ba458d 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -1377,6 +1377,7 @@ F: configs/imx8mmpico_defconfig
> F: configs/imx8mpico_defconfig
> F: package/fluid-soundfont/
> F: package/fluidsynth/
> +F; package/python-pyalsa/
Typo, line should start with 'F:'.
baruch
>
> N: Julien Viard de Galbert <julien@vdg.name>
> F: package/dieharder/
> diff --git a/package/Config.in b/package/Config.in
> index 05a4e87ae7..af6bd9526a 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -1036,6 +1036,7 @@ menu "External python modules"
> source "package/python-pudb/Config.in"
> source "package/python-py/Config.in"
> source "package/python-pyaes/Config.in"
> + source "package/python-pyalsa/Config.in"
> source "package/python-pyasn/Config.in"
> source "package/python-pyasn-modules/Config.in"
> source "package/python-pyasn1/Config.in"
> diff --git a/package/python-pyalsa/Config.in b/package/python-pyalsa/Config.in
> new file mode 100644
> index 0000000000..f379096058
> --- /dev/null
> +++ b/package/python-pyalsa/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_PYTHON_PYALSA
> + bool "python-pyalsa"
> + help
> + Official ALSA Python binding, including hardware
> + management, mixer and sequencer control.
> +
> + http://www.alsa-project.org/
> diff --git a/package/python-pyalsa/python-pyalsa.hash b/package/python-pyalsa/python-pyalsa.hash
> new file mode 100644
> index 0000000000..c484313b96
> --- /dev/null
> +++ b/package/python-pyalsa/python-pyalsa.hash
> @@ -0,0 +1,2 @@
> +# Locally computed
> +sha256 2771291a5d2cf700f0abbe6629ea37468d1463a01b2330d84ef976e1e918676c pyalsa-1.1.6.tar.bz2
> diff --git a/package/python-pyalsa/python-pyalsa.mk b/package/python-pyalsa/python-pyalsa.mk
> new file mode 100644
> index 0000000000..af20b5602a
> --- /dev/null
> +++ b/package/python-pyalsa/python-pyalsa.mk
> @@ -0,0 +1,13 @@
> +################################################################################
> +#
> +# python-pyalsa
> +#
> +################################################################################
> +
> +PYTHON_PYALSA_VERSION = 1.1.6
> +PYTHON_PYALSA_SOURCE = pyalsa-$(PYTHON_PYALSA_VERSION).tar.bz2
> +PYTHON_PYALSA_SITE = ftp://ftp.alsa-project.org/pub/pyalsa
> +PYTHON_PYALSA_SETUP_TYPE = distutils
> +PYTHON_PYALSA_LICENSE = LGPL-2.1+
> +
> +$(eval $(python-package))
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
next prev parent reply other threads:[~2019-12-31 17:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-31 17:40 [Buildroot] [PATCH 1/1] package/python-pyalsa: new package Julien Olivain
2019-12-31 17:48 ` Baruch Siach [this message]
2020-01-04 15:59 ` [Buildroot] [PATCH v2 " Julien Olivain
2020-04-19 20:18 ` Thomas Petazzoni
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=875zhw2xog.fsf@tarshish \
--to=baruch@tkos.co.il \
--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.