diff options
author | Boyuan Yang <byang@debian.org> | 2020-10-29 10:20:46 -0400 |
---|---|---|
committer | Boyuan Yang <byang@debian.org> | 2020-10-29 10:20:46 -0400 |
commit | 4cdd420a23bccafe3c7f30f83a1dfdd0223d7e6c (patch) | |
tree | a93ac87028c6d24ba36a2f22e7d6b18478379dca | |
parent | 7e9cf727a6c974c231cd68ac483ba08e31ddec42 (diff) | |
download | libgav1-4cdd420a23bccafe3c7f30f83a1dfdd0223d7e6c.tar.gz libgav1-4cdd420a23bccafe3c7f30f83a1dfdd0223d7e6c.tar.bz2 libgav1-4cdd420a23bccafe3c7f30f83a1dfdd0223d7e6c.zip |
Prepare new upload.
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 20 |
2 files changed, 17 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index 9be0c11..c91b599 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libgav1 (0.16.0-2) unstable; urgency=medium + + * Team upload. + * debian/control: Update package description to remove mentions + of advanced build flags since we are not enabling them. + + -- Boyuan Yang <byang@debian.org> Thu, 29 Oct 2020 10:19:44 -0400 + libgav1 (0.16.0-1) unstable; urgency=medium * Initial release (Closes: #973288) diff --git a/debian/control b/debian/control index fbede5a..8f6b14b 100644 --- a/debian/control +++ b/debian/control @@ -16,28 +16,26 @@ 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 +Description: 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). + profiles 0 and 1). 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 +Description: 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). + profiles 0 and 1). 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. +Description: Av1 decoder developed by Google -- example application + This package provides gav1_decode binary as an example application of + libgav1. It can be used to decode IVF files. + . + Please see the output of "gav1_decode --help" for detailed options. |