- audioencoder.flac: update 19.0.0-Matrix to 19.0.1-Matrix - audioencoder.lame: update 19.1.0-Matrix to 19.1.1-Matrix - audioencoder.vorbis: update 19.0.0-Matrix to 19.0.1-Matrix - audioencoder.wav: update 19.0.0-Matrix to 19.0.1-Matrix
20 lines
729 B
Makefile
20 lines
729 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="audioencoder.wav"
|
|
PKG_VERSION="19.0.1-Matrix"
|
|
PKG_SHA256="32069979efb02daaa79b8ce09e060eed73f3fa73a4614b6c67e50ee33f1b096f"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/audioencoder.wav"
|
|
PKG_URL="https://github.com/xbmc/audioencoder.wav/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="audioencoder.wav: A audioencoder addon for Kodi"
|
|
PKG_LONGDESC="audioencoder.wav is a audioencoder addon for Kodi"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="xbmc.audioencoder"
|