19 lines
601 B
Makefile
19 lines
601 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="imagedecoder.raw"
|
|
PKG_VERSION="20.1.0-Nexus"
|
|
PKG_SHA256="6235c0be431bbb814b3e464753af9ad17febf6001f77cbf030e6c6e1cdc41a04"
|
|
PKG_REV="8"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/imagedecoder.raw"
|
|
PKG_URL="https://github.com/xbmc/imagedecoder.raw/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform libraw"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="imagedecoder.raw"
|
|
PKG_LONGDESC="imagedecoder.raw"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="kodi.imagedecoder"
|