diff options
author | Stefan Strogin <steils@gentoo.org> | 2019-05-08 04:27:39 +0300 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2019-05-08 04:30:39 +0300 |
commit | 6bd875fe1b345fc5906eb4a78c29bc749e177a5a (patch) | |
tree | 3121ef330f99dc3edf54c9a97b7092520aaacebc /media-libs/opus | |
parent | media-libs/opus: bump version to 1.3.1 (diff) | |
download | gentoo-6bd875fe1b345fc5906eb4a78c29bc749e177a5a.tar.gz gentoo-6bd875fe1b345fc5906eb4a78c29bc749e177a5a.tar.bz2 gentoo-6bd875fe1b345fc5906eb4a78c29bc749e177a5a.zip |
media-libs/opus: add myself as maintainer; update metadata.xml
USE=custom-modes description taken from configure.ac.
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'media-libs/opus')
-rw-r--r-- | media-libs/opus/metadata.xml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/media-libs/opus/metadata.xml b/media-libs/opus/metadata.xml index f3553eca22f3..434041c511d8 100644 --- a/media-libs/opus/metadata.xml +++ b/media-libs/opus/metadata.xml @@ -1,11 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sound@gentoo.org</email> - <name>Gentoo Sound project</name> - </maintainer> - <use> - <flag name="custom-modes">Build with custom-modes.</flag> - </use> + <maintainer type="project"> + <email>sound@gentoo.org</email> + <name>Gentoo Sound project</name> + </maintainer> + <maintainer type="person"> + <email>steils@gentoo.org</email> + <name>Stefan Strogin</name> + </maintainer> + <use> + <flag name="custom-modes">Enable non-Opus modes, e.g. 44.1 kHz and 2^n frames</flag> + </use> </pkgmetadata> |