12 lines
545 B
Makefile
12 lines
545 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="speex"
|
|
PKG_VERSION="1.2.0"
|
|
PKG_SHA256="eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094"
|
|
PKG_LICENSE="BSD"
|
|
PKG_SITE="https://speex.org"
|
|
PKG_URL="http://downloads.us.xiph.org/releases/speex/speex-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="An Open Source Software patent-free audio compression format designed for speech."
|