commit: 6d82e5e7431c8a25df0a87312bc7a9790a3cbd51 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Wed Apr 3 22:54:34 2024 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Wed Apr 3 22:54:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d82e5e7
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 <AT> gentoo.org> media-video/ffmpeg-chromium/metadata.xml | 16 ++++++++++++---- 1 file 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>[email protected]</email> - <name>James Le Cuirot</name> -</maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>James Le Cuirot</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Chromium in Gentoo Project</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</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>
