mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
16
package/python-pyalsa/Config.in
Normal file
16
package/python-pyalsa/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_PYTHON_PYALSA
|
||||
bool "python-pyalsa"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
select BR2_PACKAGE_ALSA_LIB
|
||||
select BR2_PACKAGE_ALSA_LIB_HWDEP
|
||||
select BR2_PACKAGE_ALSA_LIB_MIXER
|
||||
select BR2_PACKAGE_ALSA_LIB_RAWMIDI
|
||||
select BR2_PACKAGE_ALSA_LIB_SEQ
|
||||
help
|
||||
Official ALSA Python binding, including hardware
|
||||
management, mixer and sequencer control.
|
||||
|
||||
http://www.alsa-project.org/
|
||||
|
||||
comment "python-pyalsa needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
2
package/python-pyalsa/python-pyalsa.hash
Normal file
2
package/python-pyalsa/python-pyalsa.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 2771291a5d2cf700f0abbe6629ea37468d1463a01b2330d84ef976e1e918676c pyalsa-1.1.6.tar.bz2
|
||||
14
package/python-pyalsa/python-pyalsa.mk
Normal file
14
package/python-pyalsa/python-pyalsa.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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+
|
||||
PYTHON_PYALSA_DEPENDENCIES = alsa-lib
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user