bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -2,6 +2,7 @@ config BR2_PACKAGE_KODI_AUDIOENCODER_LAME
bool "kodi-audioencoder-lame"
select BR2_PACKAGE_KODI_OPTICALDRIVE
select BR2_PACKAGE_LAME
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help
An audioencoder addon for Kodi

View File

@@ -1,3 +1,3 @@
# Locally computed
sha256 9df54cf5c5ae3882a2d89d745c1d1f8b749e71a7f9305a1b059ecfd356995a36 kodi-audioencoder-lame-2.0.4-Leia.tar.gz
sha256 68a06632cc80eea941b07e27777788dcd4f7c5ba9c006e24f467a9d4bf4d3582 debian/copyright
sha256 774e75b051b1872620a706aa5e6c8741708364ac8d9d849286c4a265dd1a22f7 kodi-audioencoder-lame-19.1.2-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md

View File

@@ -4,12 +4,16 @@
#
################################################################################
KODI_AUDIOENCODER_LAME_VERSION = 2.0.4-Leia
KODI_AUDIOENCODER_LAME_VERSION = 19.1.2-Matrix
KODI_AUDIOENCODER_LAME_SITE = $(call github,xbmc,audioencoder.lame,$(KODI_AUDIOENCODER_LAME_VERSION))
KODI_AUDIOENCODER_LAME_LICENSE = GPL-2.0+
KODI_AUDIOENCODER_LAME_LICENSE_FILES = debian/copyright
KODI_AUDIOENCODER_LAME_LICENSE_FILES = LICENSE.md
KODI_AUDIOENCODER_LAME_DEPENDENCIES = kodi lame
KODI_AUDIOENCODER_LAME_CONF_OPTS += \
-DLAME_INCLUDE_DIRS=$(STAGING_DIR)/usr/include
ifeq ($(BR2_ENABLE_LOCALE),)
KODI_AUDIOENCODER_LAME_DEPENDENCIES += libiconv
endif
$(eval $(cmake-package))