initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_LIBOGG
|
||||
bool "libogg"
|
||||
help
|
||||
Ogg is a multimedia container format, and the native file
|
||||
and stream format for the Xiph.org multimedia codecs. As
|
||||
with all Xiph.org technology is it an open format free for
|
||||
anyone to use.
|
||||
|
||||
https://xiph.org/ogg/
|
||||
@@ -0,0 +1,5 @@
|
||||
# From https://www.xiph.org/downloads/
|
||||
sha256 c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705 libogg-1.3.5.tar.xz
|
||||
|
||||
# Hash for license file:
|
||||
sha256 d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814 COPYING
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# libogg
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBOGG_VERSION = 1.3.5
|
||||
LIBOGG_SOURCE = libogg-$(LIBOGG_VERSION).tar.xz
|
||||
LIBOGG_SITE = http://downloads.xiph.org/releases/ogg
|
||||
LIBOGG_LICENSE = BSD-3-Clause
|
||||
LIBOGG_LICENSE_FILES = COPYING
|
||||
|
||||
LIBOGG_INSTALL_STAGING = YES
|
||||
LIBOGG_DEPENDENCIES = host-pkgconf
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user