mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 02:11:22 +00:00
- audioencoder.flac: update 3.0.0-Matrix to 19.0.0-Matrix - audioencoder.lame: update 3.0.2-Matrix to 19.0.0-Matrix - audioencoder.vorbis: update 3.0.1-Matrix to 19.0.0-Matrix - audioencoder.wav: update 3.0.0-Matrix to 19.0.0-Matrix - imagedecoder.raw: update 3.0.1-Matrix to 19.0.0-Matrix
19 lines
602 B
Makefile
19 lines
602 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="imagedecoder.raw"
|
|
PKG_VERSION="19.0.0-Matrix"
|
|
PKG_SHA256="10215b984fe0c0b41e68587a7bfe7bddde261c1cdf740cfc5e36e890ddf0b555"
|
|
PKG_REV="1"
|
|
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"
|