mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 03:21:21 +00:00
- 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
739 B
Makefile
20 lines
739 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.flac"
|
|
PKG_VERSION="19.0.1-Matrix"
|
|
PKG_SHA256="fdc70c68b10e28469c8d20f5a0dcc1c24fdddda81afe98dd031bff58c8e184e8"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/audioencoder.flac"
|
|
PKG_URL="https://github.com/xbmc/audioencoder.flac/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform flac"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="audioencoder.flac: A audioencoder addon for Kodi"
|
|
PKG_LONGDESC="audioencoder.flac is a audioencoder addon for Kodi"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="xbmc.audioencoder"
|