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,8 @@
config BR2_PACKAGE_KODI_AUDIOENCODER_LAME
bool "kodi-audioencoder-lame"
select BR2_PACKAGE_KODI_OPTICALDRIVE
select BR2_PACKAGE_LAME
help
An audioencoder addon for Kodi
https://github.com/xbmc/audioencoder.lame

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 7fbdc6c9111431f49498157204d19dfa94bbf9e5f807b631e84129c6c491225e kodi-audioencoder-lame-v1.0.0.tar.gz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# kodi-audioencoder-lame
#
################################################################################
KODI_AUDIOENCODER_LAME_VERSION = v1.0.0
KODI_AUDIOENCODER_LAME_SITE = $(call github,xbmc,audioencoder.lame,$(KODI_AUDIOENCODER_LAME_VERSION))
KODI_AUDIOENCODER_LAME_LICENSE = GPLv2+
KODI_AUDIOENCODER_LAME_LICENSE_FILES = src/EncoderLame.cpp
KODI_AUDIOENCODER_LAME_DEPENDENCIES = kodi lame
KODI_AUDIOENCODER_LAME_CONF_OPTS += \
-DLAME_INCLUDE_DIRS=$(STAGING_DIR)/usr/include
$(eval $(cmake-package))