update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_KODI_AUDIOENCODER_WAV
bool "kodi-audioencoder-wav"
select BR2_PACKAGE_KODI_OPTICALDRIVE
help
An audioencoder addon for Kodi
https://github.com/xbmc/audioencoder.wav

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 d4e6de5786b9e2bd3fa5e09314c9a60a8daac32cf96e8aa84ab42cacf60f7094 kodi-audioencoder-wav-v1.0.0.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# kodi-audioencoder-wav
#
################################################################################
KODI_AUDIOENCODER_WAV_VERSION = v1.0.0
KODI_AUDIOENCODER_WAV_SITE = $(call github,xbmc,audioencoder.wav,$(KODI_AUDIOENCODER_WAV_VERSION))
KODI_AUDIOENCODER_WAV_LICENSE = GPLv2+
KODI_AUDIOENCODER_WAV_LICENSE_FILES = src/EncoderWav.cpp
KODI_AUDIOENCODER_WAV_DEPENDENCIES = kodi
$(eval $(cmake-package))