diff options
author | 2021-01-10 10:04:47 +1300 | |
---|---|---|
committer | 2021-01-10 05:42:07 +0200 | |
commit | e4c4ea585e1c10c364abe3421811caf4a3ad2198 (patch) | |
tree | ea9a5c781ea4d77956e4cb17b6d941cfdd0e7be1 /media-libs/svt-av1/metadata.xml | |
parent | dev-libs/apr: Fixed build with sys-devel/autoconf-2.70 (diff) | |
download | gentoo-e4c4ea585e1c10c364abe3421811caf4a3ad2198.tar.gz gentoo-e4c4ea585e1c10c364abe3421811caf4a3ad2198.tar.bz2 gentoo-e4c4ea585e1c10c364abe3421811caf4a3ad2198.zip |
media-libs/svt-av1: new package 0.8.6
The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an
AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development is
a work-in-progress targeting performance levels applicable to both VOD and
Live encoding / transcoding video applications. The SVT-AV1 decoder
implementation is targeting future codec research activities.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/17110
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-libs/svt-av1/metadata.xml')
-rw-r--r-- | media-libs/svt-av1/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/media-libs/svt-av1/metadata.xml b/media-libs/svt-av1/metadata.xml new file mode 100644 index 000000000000..ba30acda57ab --- /dev/null +++ b/media-libs/svt-av1/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>telans@posteo.de</email> + <name>Theo Anderson</name> + </maintainer> + <maintainer type="project"> + <name>Proxy Maintainers</name> + <email>proxy-maint@gentoo.org</email> + </maintainer> + <maintainer type="project"> + <email>media-video@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="github">AOMediaCodec/SVT-AV1</remote-id> + </upstream> +</pkgmetadata> |