generated from gaoyang3513/SDK_RK3288
[Mod] First commit
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 67d8f99f1ccf23e7ebdfa2c3be0b09f147949fd9511d1e6748b7f412ef046e1f pyalsa-1.2.7.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.2.7
|
||||
PYTHON_PYALSA_SOURCE = pyalsa-$(PYTHON_PYALSA_VERSION).tar.bz2
|
||||
PYTHON_PYALSA_SITE = https://www.alsa-project.org/files/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