diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:20:21 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-30 22:55:33 -0400 |
commit | 7d9f0fa954964ccf6079a9d7d24879a5445f4df2 (patch) | |
tree | c09587fa2f360149f8a3165ab6b19c0806ce7e4b /media-libs/grilo | |
parent | media-libs/gexiv2: Set remote-id (diff) | |
download | gentoo-7d9f0fa954964ccf6079a9d7d24879a5445f4df2.tar.gz gentoo-7d9f0fa954964ccf6079a9d7d24879a5445f4df2.tar.bz2 gentoo-7d9f0fa954964ccf6079a9d7d24879a5445f4df2.zip |
media-libs/grilo: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/grilo')
-rw-r--r-- | media-libs/grilo/metadata.xml | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/media-libs/grilo/metadata.xml b/media-libs/grilo/metadata.xml index c56c7588184e..6e7590f6d34f 100644 --- a/media-libs/grilo/metadata.xml +++ b/media-libs/grilo/metadata.xml @@ -1,16 +1,19 @@ <?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> - <use> - <flag name="playlist">Enable support for playlists through - <pkg>dev-libs/totem-pl-parser</pkg></flag> - </use> - <longdescription lang="en">Grilo is a framework that provides access to various sources of multimedia -content, using a pluggable system. It is focused on making media discovery -and browsing easy for application developers. - </longdescription> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <use> + <flag name="playlist">Enable support for playlists through <pkg>dev-libs/totem-pl-parser</pkg></flag> + </use> + <longdescription lang="en"> + Grilo is a framework that provides access to various sources of multimedia + content, using a pluggable system. It is focused on making media discovery + and browsing easy for application developers. + </longdescription> + <upstream> + <remote-id type="gnome-gitlab">GNOME/grilo</remote-id> + </upstream> </pkgmetadata> |