initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LIBG7221
|
||||
bool "libg7221"
|
||||
help
|
||||
libg722_1 is a library for the ITU G.722.1 and Annex C
|
||||
wideband speech codecs.
|
||||
|
||||
http://www.soft-switch.org
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 7f00d6a4f435a91ab3bc96e6c95aa1334bd416f80d98843b4f178067239ee832 libg7221-dbfc29d4806ecdace50379a2f4d68a992a6fec34-br1.tar.gz
|
||||
sha256 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645 COPYING
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# libg7221
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBG7221_VERSION = dbfc29d4806ecdace50379a2f4d68a992a6fec34
|
||||
# we use the FreeSwitch fork because it contains pkgconf support
|
||||
LIBG7221_SITE = https://freeswitch.org/stash/scm/sd/libg7221.git
|
||||
LIBG7221_SITE_METHOD = git
|
||||
LIBG7221_LICENSE = Polycom
|
||||
LIBG7221_LICENSE_FILES = COPYING
|
||||
LIBG7221_AUTORECONF = YES
|
||||
LIBG7221_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user