initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_LIBVORBIS
|
||||
bool "libvorbis"
|
||||
select BR2_PACKAGE_LIBOGG
|
||||
help
|
||||
Library for the Vorbis open source audio decoder
|
||||
Ogg Vorbis is a fully open, non-proprietary,
|
||||
patent-and-royalty-free, general-purpose compressed audio
|
||||
format for mid to high quality (8kHz-48.0kHz, 16+ bit,
|
||||
polyphonic) audio and music at fixed and variable bitrates
|
||||
from 16 to 128 kbps/channel.
|
||||
|
||||
This places Vorbis in the same competitive class as audio
|
||||
representations such as MPEG-4 (AAC), and similar to, but
|
||||
higher performance than MPEG-1/2 audio layer 3, MPEG-4 audio
|
||||
(TwinVQ), WMA and PAC.
|
||||
|
||||
https://xiph.org/vorbis/
|
||||
@@ -0,0 +1,4 @@
|
||||
# From http://www.xiph.org/downloads/
|
||||
sha256 b33cc4934322bcbf6efcbacf49e3ca01aadbea4114ec9589d1b1e9d20f72954b libvorbis-1.3.7.tar.xz
|
||||
# License files, locally calculated
|
||||
sha256 ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a COPYING
|
||||
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# libvorbis
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBVORBIS_VERSION = 1.3.7
|
||||
LIBVORBIS_SOURCE = libvorbis-$(LIBVORBIS_VERSION).tar.xz
|
||||
LIBVORBIS_SITE = https://downloads.xiph.org/releases/vorbis
|
||||
LIBVORBIS_INSTALL_STAGING = YES
|
||||
LIBVORBIS_CONF_OPTS = --disable-oggtest
|
||||
LIBVORBIS_DEPENDENCIES = host-pkgconf libogg
|
||||
LIBVORBIS_LICENSE = BSD-3-Clause
|
||||
LIBVORBIS_LICENSE_FILES = COPYING
|
||||
LIBVORBIS_CPE_ID_VENDOR = xiph.org
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user