package/kodi-adsp-freesurround: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2016-02-20 23:09:32 +01:00 committed by Thomas Petazzoni
parent 9eeb1f687d
commit f25fca7096
4 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,11 @@
config BR2_PACKAGE_KODI_ADSP_FREESURROUND
bool "kodi-adsp-freesurround"
select BR2_PACKAGE_LIBPLATFORM
select BR2_PACKAGE_KODI_PLATFORM
help
FreeSurround is meant to be the KODI equivalent of your
hi-fi receiver's Dolby ProLogic II button. It's purpose is
to decode surround information from your stereo music and to
produce multichannel output from it.
https://github.com/kodi-adsp/adsp.freesurround

View file

@ -0,0 +1,2 @@
# Locally computed
sha256 652c32d0c4b61343cbed13b6edd1ab4ad35280240a0ddb386f04adaa46986e7f kodi-adsp-freesurround-08b691d3d9a0382d2f6f789a31614fb02512036c.tar.gz

View file

@ -0,0 +1,13 @@
################################################################################
#
# kodi-adsp-freesurround
#
################################################################################
KODI_ADSP_FREESURROUND_VERSION = 08b691d3d9a0382d2f6f789a31614fb02512036c
KODI_ADSP_FREESURROUND_SITE = $(call github,kodi-adsp,adsp.freesurround,$(KODI_ADSP_FREESURROUND_VERSION))
KODI_ADSP_FREESURROUND_LICENSE = GPLv3+
KODI_ADSP_FREESURROUND_LICENSE_FILES = LICENSE.md
KODI_ADSP_FREESURROUND_DEPENDENCIES = libplatform kodi-platform
$(eval $(cmake-package))

View file

@ -238,6 +238,10 @@ menu "Audio decoder addons"
source "package/kodi-audiodecoder-vgmstream/Config.in"
endmenu
menu "Audio DSP addons"
source "package/kodi-adsp-freesurround/Config.in"
endmenu
menu "Audio encoder addons"
source "package/kodi-audioencoder-flac/Config.in"
source "package/kodi-audioencoder-lame/Config.in"