initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
config BR2_PACKAGE_OPENCORE_AMR
bool "opencore-amr"
depends on BR2_INSTALL_LIBSTDCPP
help
Library of OpenCORE Framework implementation of Adaptive
Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB)
speech codec.
http://opencore-amr.sourceforge.net/
comment "opencore-amr needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
+6
View File
@@ -0,0 +1,6 @@
# From https://sourceforge.net/projects/opencore-amr/files/opencore-amr/
md5 e0798587b91411cc092aa73091a97dfc opencore-amr-0.1.5.tar.gz
sha1 bef4d1e3a8a155b47569b6691a223843b33e279e opencore-amr-0.1.5.tar.gz
# Locally computed:
sha256 2c006cb9d5f651bfb5e60156dbff6af3c9d35c7bbcc9015308c0aff1e14cd341 opencore-amr-0.1.5.tar.gz
sha256 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb LICENSE
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# opencore-amr
#
################################################################################
OPENCORE_AMR_VERSION = 0.1.5
OPENCORE_AMR_SITE = http://downloads.sourceforge.net/project/opencore-amr/opencore-amr
OPENCORE_AMR_INSTALL_STAGING = YES
OPENCORE_AMR_LICENSE = Apache-2.0
OPENCORE_AMR_LICENSE_FILES = LICENSE
$(eval $(autotools-package))