imagedecoder.mpo: add package

imagedecoder.mpo is available as a binary addon from the Kodi
repo but was missing in LibreELEC

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-03-02 11:25:23 +01:00
parent a66a074373
commit 956f7e3995

View File

@ -0,0 +1,18 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="imagedecoder.mpo"
PKG_VERSION="1.0.1-Leia"
PKG_SHA256="33e580c7878dbf4e29e40aaf844ad2b138cc42a3156c3ec9621b33f6a764a4f3"
PKG_REV="0"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/imagedecoder.mpo"
PKG_URL="https://github.com/xbmc/imagedecoder.mpo/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform libjpeg-turbo"
PKG_SECTION=""
PKG_SHORTDESC="imagedecoder.mpo"
PKG_LONGDESC="imagedecoder.mpo"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="kodi.imagedecoder"