1name: dav1d
2base: core18
3version: git
4version-script: git describe HEAD --always
5summary: AV1 decoder from VideoLAN
6description: |
7  A small and fast AV1 decoder from the people who brought you VLC.
8
9grade: stable
10confinement: strict # use 'strict' once you have the right plugs and slots
11
12apps:
13  dav1d:
14    command: usr/bin/dav1d
15    plugs: [ 'home' ]
16
17parts:
18  dav1d:
19    plugin: meson
20    source: ../../
21    build-packages: [ 'nasm' ]
22    meson-parameters:
23      - --prefix=/usr
24      - --buildtype=release
25