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,9 @@
config BR2_PACKAGE_KODI_AUDIOENCODER_VORBIS
bool "kodi-audioencoder-vorbis"
select BR2_PACKAGE_KODI_OPTICALDRIVE
select BR2_PACKAGE_LIBOGG
select BR2_PACKAGE_LIBVORBIS
help
An audioencoder addon for Kodi
https://github.com/xbmc/audioencoder.vorbis

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 65169e785d82f9081088df2693721f4a7e4b2d24f7e8b1e86b5f443206935303 kodi-audioencoder-vorbis-v1.0.0.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# kodi-audioencoder-vorbis
#
################################################################################
KODI_AUDIOENCODER_VORBIS_VERSION = v1.0.0
KODI_AUDIOENCODER_VORBIS_SITE = $(call github,xbmc,audioencoder.vorbis,$(KODI_AUDIOENCODER_VORBIS_VERSION))
KODI_AUDIOENCODER_VORBIS_LICENSE = GPLv2+
KODI_AUDIOENCODER_VORBIS_LICENSE_FILES = src/EncoderVorbis.cpp
KODI_AUDIOENCODER_VORBIS_DEPENDENCIES = kodi libogg libvorbis host-pkgconf
$(eval $(cmake-package))