mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 03:21:21 +00:00
- inputstream.adaptive: update 19.0.6-Matrix to 19.0.7-Matrix - inputstream.ffmpegdirect: update 19.0.2-Matrix to 19.0.3-Matrix
18 lines
764 B
Makefile
18 lines
764 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="inputstream.ffmpegdirect"
|
|
PKG_VERSION="19.0.3-Matrix"
|
|
PKG_SHA256="4693793a44b54204884c676a285bd371b354c426162736e5adae4ad2aa6088cf"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL2+"
|
|
PKG_SITE="https://github.com/xbmc/inputstream.ffmpegdirect"
|
|
PKG_URL="https://github.com/xbmc/inputstream.ffmpegdirect/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform bzip2 ffmpeg gmp gnutls libpng libxml2 nettle xz zlib zvbi"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="inputstream.ffmpegdirect"
|
|
PKG_LONGDESC="InputStream Client for streams that can be opened by FFmpeg's libavformat such as plain TS, HLS and DASH (without DRM) streams."
|
|
|
|
PKG_IS_ADDON="yes"
|