mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-12 16:53:26 +00:00
47bfcfa8d9
Signed-off-by: Matthias Reichl <hias@horus.com>
20 lines
738 B
Makefile
20 lines
738 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.lame"
|
|
PKG_VERSION="20.3.0-Nexus"
|
|
PKG_SHA256="90f36ee0b4972669ed2876eae2502e58d86287aacdbf4bb25180aca01385e1c1"
|
|
PKG_REV="5"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/audioencoder.lame"
|
|
PKG_URL="https://github.com/xbmc/audioencoder.lame/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform lame"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="audioencoder.lame: A audioencoder addon for Kodi"
|
|
PKG_LONGDESC="audioencoder.lame is a audioencoder addon for Kodi"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="xbmc.audioencoder"
|