mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
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/
|
||||
@@ -1,3 +0,0 @@
|
||||
# locally computed
|
||||
sha256 1c9fc529b78de7d26e9e47cf182c9f8bf43838d8f62a9c1773540d57f5ebc522 pymad-0.6.tar.gz
|
||||
sha256 d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5 COPYING
|
||||
@@ -1,29 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-mad
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MAD_VERSION = 0.6
|
||||
PYTHON_MAD_SOURCE = pymad-$(PYTHON_MAD_VERSION).tar.gz
|
||||
PYTHON_MAD_SITE = http://spacepants.org/src/pymad/download
|
||||
PYTHON_MAD_SETUP_TYPE = distutils
|
||||
PYTHON_MAD_LICENSE = GPL-2.0+
|
||||
PYTHON_MAD_LICENSE_FILES = COPYING
|
||||
|
||||
PYTHON_MAD_DEPENDENCIES = libmad
|
||||
|
||||
ifeq ($(BR2_ENDIAN),"LITTLE")
|
||||
PYTHON_MAD_ENDIAN = little
|
||||
else
|
||||
PYTHON_MAD_ENDIAN = big
|
||||
endif
|
||||
|
||||
define PYTHON_MAD_CONFIGURE_CMDS
|
||||
echo "endian = $(PYTHON_MAD_ENDIAN)" > $(@D)/Setup
|
||||
echo "mad_libs = mad" >> $(@D)/Setup
|
||||
echo "mad_lib_dir = $(STAGING_DIR)/usr/lib" >> $(@D)/Setup
|
||||
echo "mad_include_dir = $(STAGING_DIR)/usr/include" >> $(@D)/Setup
|
||||
endef
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user