mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
- inputstream.ffmpegdirect: update 1.21.8-Matrix to 19.0.0-Matrix - inputstream.rtmp: update 3.4.0-Matrix to 19.0.0-Matrix - peripheral.xarcade: update 1.2.0-Matrix to 19.0.0-Matrix - pvr.demo: update 7.1.5-Matrix to 19.0.0-Matrix - pvr.mythtv: update 7.3.1-Matrix to 7.3.4-Matrix - visualization.projectm: update 3.3.0-Matrix to 19.0.0-Matrix - visualization.shadertoy: update 19.0.1-Matrix to 19.1.1-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.0-Matrix"
|
|
PKG_SHA256="47b920094d1ffaa8a6204ffb223cff94078a764c035a97384ae969e87a3f5e6e"
|
|
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"
|