diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-07-19 12:34:06 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-19 07:15:45 -0700 |
| commit | 18de7c1e14544976ef2e254143e24e9120b01bc5 (patch) | |
| tree | 9eb9417d249b9800ab9976438fd5c42f7fbe62ca /meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.3.bb | |
| parent | 60a250c7e2fc9824e913cb3b739a00641ba431ad (diff) | |
| download | meta-openembedded-18de7c1e14544976ef2e254143e24e9120b01bc5.tar.gz | |
dav1d: update 1.4.2 -> 1.4.3
- set nobranch=1 to fix:
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for 1.4.3 'Road Runner':
--------------------------------
1.4.3 is a small release focused on security issues
- AArch64: Fix potential out of bounds access in DotProd H/HV filters
- cli: Prevent buffer over-read
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.3.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.3.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.3.bb b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.3.bb new file mode 100644 index 0000000000..43056e9a46 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.3.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "dav1d AV1 decoder" | ||
| 2 | DESCRIPTION = "Targeted to be small, portable and fast." | ||
| 3 | HOMEPAGE = "https://code.videolan.org/videolan/dav1d" | ||
| 4 | SECTION = "multimedia" | ||
| 5 | LICENSE = "BSD-2-Clause" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669" | ||
| 8 | |||
| 9 | SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;nobranch=1" | ||
| 10 | SRCREV = "e9986de7f4264940af6fa1df1498fd2754077de4" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | DEPENDS:append:x86 = " nasm-native" | ||
| 15 | DEPENDS:append:x86-64 = " nasm-native" | ||
| 16 | |||
| 17 | inherit meson pkgconfig | ||
