package/kodi-imagedecoder-raw: new package
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
801419c811
commit
38370aa2f9
15
package/kodi-imagedecoder-raw/Config.in
Normal file
15
package/kodi-imagedecoder-raw/Config.in
Normal file
@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_KODI_IMAGEDECODER_RAW
|
||||
bool "kodi-imagedecoder-raw"
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
select BR2_PACKAGE_JPEG
|
||||
select BR2_PACKAGE_LCMS2
|
||||
select BR2_PACKAGE_LIBRAW
|
||||
help
|
||||
RAW image decoder add-on for Kodi
|
||||
|
||||
https://github.com/xbmc/imagedecoder.raw
|
||||
|
||||
comment "kodi-imagedecoder-raw needs a toolchain w/ C++"
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
3
package/kodi-imagedecoder-raw/kodi-imagedecoder-raw.hash
Normal file
3
package/kodi-imagedecoder-raw/kodi-imagedecoder-raw.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 6235c0be431bbb814b3e464753af9ad17febf6001f77cbf030e6c6e1cdc41a04 kodi-imagedecoder-raw-20.1.0-Nexus.tar.gz
|
||||
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md
|
13
package/kodi-imagedecoder-raw/kodi-imagedecoder-raw.mk
Normal file
13
package/kodi-imagedecoder-raw/kodi-imagedecoder-raw.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# kodi-imagedecoder-raw
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KODI_IMAGEDECODER_RAW_VERSION = 20.1.0-Nexus
|
||||
KODI_IMAGEDECODER_RAW_SITE = $(call github,xbmc,imagedecoder.raw,$(KODI_IMAGEDECODER_RAW_VERSION))
|
||||
KODI_IMAGEDECODER_RAW_LICENSE = GPL-2.0+
|
||||
KODI_IMAGEDECODER_RAW_LICENSE_FILES = LICENSE.md
|
||||
KODI_IMAGEDECODER_RAW_DEPENDENCIES = kodi jpeg lcms2 libraw
|
||||
|
||||
$(eval $(cmake-package))
|
@ -293,6 +293,7 @@ endmenu
|
||||
|
||||
menu "Image decoder addons"
|
||||
source "package/kodi-imagedecoder-heif/Config.in"
|
||||
source "package/kodi-imagedecoder-raw/Config.in"
|
||||
endmenu
|
||||
|
||||
menu "Peripheral addons"
|
||||
|
Loading…
Reference in New Issue
Block a user