- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
18 lines
523 B
BlitzBasic
18 lines
523 B
BlitzBasic
SUMMARY = "dav1d AV1 decoder"
|
|
DESCRIPTION = "Targeted to be small, portable and fast."
|
|
HOMEPAGE = "https://code.videolan.org/videolan/dav1d"
|
|
SECTION = "multimedia"
|
|
LICENSE = "BSD-2-Clause"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669"
|
|
|
|
SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;branch=master"
|
|
SRCREV = "872e470ebf3e65b0b956f3a70329e885a2df1c2a"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS:append:x86 = " nasm-native"
|
|
DEPENDS:append:x86-64 = " nasm-native"
|
|
|
|
inherit meson pkgconfig
|