diff options
| -rw-r--r-- | meta-multimedia/recipes-multimedia/dav1d/dav1d_1.1.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.1.0.bb b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.1.0.bb new file mode 100644 index 0000000000..33dbef3524 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.1.0.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;branch=master" | ||
| 10 | SRCREV = "9593e625b75d498d1edea544da21ea764b98d507" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | DEPENDS:append:x86 = " nasm-native" | ||
| 15 | DEPENDS:append:x86-64 = " nasm-native" | ||
| 16 | |||
| 17 | inherit meson | ||
