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
761 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.vorbis"
PKG_VERSION="19.0.1-Matrix"
PKG_SHA256="26f5b3e60ec3d3e17ea81a009fc91886159335fb8eec56e874e357901c90deeb"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/audioencoder.vorbis"
PKG_URL="https://github.com/xbmc/audioencoder.vorbis/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform libogg libvorbis"
PKG_SECTION=""
PKG_SHORTDESC="audioencoder.vorbis: A audioencoder addon for Kodi"
PKG_LONGDESC="audioencoder.vorbis is a audioencoder addon for Kodi"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.audioencoder"