1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
heitbaum f1b2374ce9 kodi-binary-addons: update to latest versions
- 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
2021-11-22 22:55:23 +11:00

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"