Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_KODI_ADSP_BASIC
bool "kodi-adsp-basic"
select BR2_PACKAGE_LIBPLATFORM
select BR2_PACKAGE_KODI_PLATFORM
help
This add-on contains basic dsp related parts to handle
speaker delays, channel related volume amplification. As
mode it supports a Dolby Pro Logic II compatible
multichannel downmix to stereo, which becomes available if
only 2 channel output on Kodi is selected.
https://github.com/kodi-adsp/adsp.basic

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 d6ef031157ceb825a6e6ba114fb20c622ef7f396ddd17ae8bf1954aab25bc2af kodi-adsp-basic-2ae604e591346741324663260696cfa231931870.tar.gz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# kodi-adsp-basic
#
################################################################################
# This cset is on the branch 'Krypton'
# When Kodi is updated, then this should be updated to the corresponding branch
KODI_ADSP_BASIC_VERSION = 2ae604e591346741324663260696cfa231931870
KODI_ADSP_BASIC_SITE = $(call github,kodi-adsp,adsp.basic,$(KODI_ADSP_BASIC_VERSION))
KODI_ADSP_BASIC_LICENSE = GPL-3.0+
KODI_ADSP_BASIC_LICENSE_FILES = LICENSE.md
KODI_ADSP_BASIC_DEPENDENCIES = libplatform kodi-platform
$(eval $(cmake-package))