diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:20:26 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-31 10:27:52 -0400 |
commit | e402f2776348be682d1e2a817308055a435fe27d (patch) | |
tree | 6ca52183a6fbeffe5346ae35bbf89210ebbe61b3 /media-video/totem | |
parent | media-video/subtitleeditor: Set remote-id (diff) | |
download | gentoo-e402f2776348be682d1e2a817308055a435fe27d.tar.gz gentoo-e402f2776348be682d1e2a817308055a435fe27d.tar.bz2 gentoo-e402f2776348be682d1e2a817308055a435fe27d.zip |
media-video/totem: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-video/totem')
-rw-r--r-- | media-video/totem/metadata.xml | 42 |
1 files changed, 24 insertions, 18 deletions
diff --git a/media-video/totem/metadata.xml b/media-video/totem/metadata.xml index 8dc7faf1e718..18256ddf7a00 100644 --- a/media-video/totem/metadata.xml +++ b/media-video/totem/metadata.xml @@ -1,22 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <maintainer type="project"> - <email>media-video@gentoo.org</email> - <name>Gentoo Video project</name> - </maintainer> - <maintainer type="project"> - <email>gstreamer@gentoo.org</email> - <name>GStreamer package maintainers</name> - </maintainer> - <longdescription> -Totem is movie player for the GNOME desktop. It features a playlist, fullscreen mode, seek and volume controls, as well as a pretty complete keyboard navigation. It comes with added functionality such as a video thumbnailer for Nautilus, Nautilus properties tab and a webcam utility. - </longdescription> - <use> - <flag name="python">Build <pkg>dev-lang/python</pkg> using plugins (dbusservice for notifications and MPRIS control, interactive python console and opensubtitles lookup)</flag> - </use> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <maintainer type="project"> + <email>media-video@gentoo.org</email> + <name>Gentoo Video project</name> + </maintainer> + <maintainer type="project"> + <email>gstreamer@gentoo.org</email> + <name>GStreamer package maintainers</name> + </maintainer> + <longdescription> + Totem is movie player for the GNOME desktop. It features a playlist, + fullscreen mode, seek and volume controls, as well as a pretty complete + keyboard navigation. It comes with added functionality such as a video + thumbnailer for Nautilus, Nautilus properties tab and a webcam utility. + </longdescription> + <use> + <flag name="python">Build <pkg>dev-lang/python</pkg> using plugins (dbusservice for notifications and MPRIS control, interactive python console and opensubtitles lookup)</flag> + </use> + <upstream> + <remote-id type="gnome-gitlab">GNOME/totem</remote-id> + </upstream> </pkgmetadata> |