diff options
author | qinxialei <xialeiqin@gmail.com> | 2020-10-29 11:46:44 +0800 |
---|---|---|
committer | qinxialei <xialeiqin@gmail.com> | 2020-10-29 11:46:44 +0800 |
commit | 6d69715425a6e881486b3f6c4993ae4f319a2a4d (patch) | |
tree | 8baa9141b48892e5cef6c1aa1b62f495b731f0da | |
parent | 4eb6d7873ba9e7b23a44f41cc3abb9326effcaf4 (diff) | |
download | libgav1-6d69715425a6e881486b3f6c4993ae4f319a2a4d.tar.gz libgav1-6d69715425a6e881486b3f6c4993ae4f319a2a4d.tar.bz2 libgav1-6d69715425a6e881486b3f6c4993ae4f319a2a4d.zip |
change debian/control
-rw-r--r-- | debian/control | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/debian/control b/debian/control index 988c8f4..6d48fdb 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: libgav1 -Section: text +Section: libs Priority: optional Maintainer: qinxialei <xialeiqin@gmail.com> Build-Depends: debhelper-compat (= 13), cmake( >= 3.7.1),libabsl-dev @@ -10,16 +10,15 @@ Vcs-Git: https://salsa.debian.org/multimedia-team/libgav1.git Rules-Requires-Root: no Package: libgav1-0 -Section: libs 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 + 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) - + than aomdec (libaom). + Package: libgav1-dev Section: libdevel Architecture: any @@ -27,14 +26,14 @@ 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 + 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) + than aomdec (libaom). Package: libgav1-bin Section: utils Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libabsl20200923 +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 + An example application of gav1. gav1_decode can be used to decode IVF files. + see gav1_decode --help for options. |