diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-04-04 08:54:34 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-04-04 08:54:49 +1000 |
commit | 6d82e5e7431c8a25df0a87312bc7a9790a3cbd51 (patch) | |
tree | a1acd16c0ad7fae66da4e720191af71e1efa849f /media-video | |
parent | x11-libs/libXcursor: Stabilize 1.2.2 ppc, #928530 (diff) | |
download | gentoo-6d82e5e7431c8a25df0a87312bc7a9790a3cbd51.tar.gz gentoo-6d82e5e7431c8a25df0a87312bc7a9790a3cbd51.tar.bz2 gentoo-6d82e5e7431c8a25df0a87312bc7a9790a3cbd51.zip |
media-video/ffmpeg-chromium: add myself as a maintainer
Also adopt by the chromium project; this almost exclusively
supports web browsers that we look after.
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg-chromium/metadata.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/media-video/ffmpeg-chromium/metadata.xml b/media-video/ffmpeg-chromium/metadata.xml index 1d15ec93bf0f..026866d3f537 100644 --- a/media-video/ffmpeg-chromium/metadata.xml +++ b/media-video/ffmpeg-chromium/metadata.xml @@ -1,10 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>chewi@gentoo.org</email> - <name>James Le Cuirot</name> -</maintainer> + <maintainer type="person"> + <email>chewi@gentoo.org</email> + <name>James Le Cuirot</name> + </maintainer> + <maintainer type="project"> + <email>chromium@gentoo.org</email> + <name>Chromium in Gentoo Project</name> + </maintainer> + <maintainer type="person"> + <email>kangie@gentoo.org</email> + <name>Matt Jolly</name> + </maintainer> <use> <flag name="cpudetection">Enables runtime CPU detection (useful for bindist, compatibility on other CPUs)</flag> <flag name="gpl">Build GPL code. Should be enabled unless you require LGPL binaries.</flag> |