637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
14 lines
324 B
TOML
14 lines
324 B
TOML
[package]
|
|
name = "dav1d"
|
|
version = "1.5.3"
|
|
|
|
#TODO not compiled or tested
|
|
# build instructions: https://code.videolan.org/videolan/dav1d#compile
|
|
[source]
|
|
tar = "https://downloads.videolan.org/videolan/dav1d/1.5.3/dav1d-1.5.3.tar.xz"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Denable_tests=false",
|
|
] |