aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: fbede5a35cc5ff98ccc5569c7d4928770004f97a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: libgav1
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: qinxialei <xialeiqin@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 cmake (>= 3.7.1),
 libabsl-dev,
Standards-Version: 4.5.0
Homepage: https://chromium.googlesource.com/codecs/libgav1/
Vcs-Browser: https://salsa.debian.org/multimedia-team/libgav1
Vcs-Git: https://salsa.debian.org/multimedia-team/libgav1.git
Rules-Requires-Root: no

Package: libgav1-0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: gav1 is an AV1 decoder developed by Google -- runtime library
 This package contains the runtime, shared library of gav1. Gav1 is
 a new decoder implementation for AV1 video encoding format (supporting
 profiles 0 and 1). Libgav1 adopts advanced optimization based on
 neon (ARM) and sse4.1 (x86) instruction set to achieve better performance
 than aomdec (libaom).

Package: libgav1-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libgav1-0 (= ${binary:Version})
Description: gav1 is an AV1 decoder developed by Google -- development kit
 This package contains the header file and development library of gav1.
 Gav1 is A new decoder implementation for AV1 video encoding format (supporting
 profiles 0 and 1). Libgav1 adopts advanced optimization based on
 neon (ARM) and sse4.1 (x86) instruction set to achieve better performance
 than aomdec (libaom).

Package: libgav1-bin
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: gav1_decode -- example application
 An example application of gav1. gav1_decode can be used to decode IVF files.
 see gav1_decode --help for options.