Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 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" |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 10 | SRCREV = "bb645893f374ab694b10a79f1205a728e010f2c9" |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | DEPENDS:append:x86 = " nasm-native" |
| 15 | DEPENDS:append:x86-64 = " nasm-native" |
| 16 | |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 17 | inherit meson pkgconfig |