forked from libretro/Lakka-LibreELEC
47bfcfa8d9
Signed-off-by: Matthias Reichl <hias@horus.com>
20 lines
760 B
Makefile
20 lines
760 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="20.2.0-Nexus"
|
|
PKG_SHA256="359e972ddcc498727620ff224a82f970fa2ae22b71ea6ab30b96898dffe6f1f9"
|
|
PKG_REV="5"
|
|
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"
|