[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,10 @@
config BR2_PACKAGE_LIBBROADVOICE
bool "libbroadvoice"
# broken with gcc <= 4.8 on arc
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59049
depends on !BR2_arc || BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
help
broadvoice - a library for the BroadVoice 16 and 32 speech
codecs
https://www.broadcom.com/support/broadvoice

View File

@ -0,0 +1,3 @@
# Locally computed
sha256 777e5dccc3d189514b7f8e85b6c941d3b9d16d2d68d72cad055cbdfb571d3681 libbroadvoice-f65b0f50c8c767229fbf1758370880abc0d78564-br1.tar.gz
sha256 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094 COPYING

View File

@ -0,0 +1,19 @@
################################################################################
#
# libbroadvoice
#
################################################################################
LIBBROADVOICE_VERSION = f65b0f50c8c767229fbf1758370880abc0d78564
# we use the FreeSwitch fork because (quoting README):
# "This library is based on the Broadcom reference code, but has been
# heavily modified so that it builds into a proper library, with a clean
# usable interface, on a range of platforms."
LIBBROADVOICE_SITE = https://freeswitch.org/stash/scm/sd/libbroadvoice.git
LIBBROADVOICE_SITE_METHOD = git
LIBBROADVOICE_LICENSE = LGPL-2.1
LIBBROADVOICE_LICENSE_FILES = COPYING
LIBBROADVOICE_AUTORECONF = YES
LIBBROADVOICE_INSTALL_STAGING = YES
$(eval $(autotools-package))