Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/grilo/
Date: Mon, 31 Oct 2022 02:56:19
Message-Id: 1667184933.7d9f0fa954964ccf6079a9d7d24879a5445f4df2.mattst88@gentoo
1 commit: 7d9f0fa954964ccf6079a9d7d24879a5445f4df2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:20:21 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 02:55:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9f0fa9
7
8 media-libs/grilo: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/grilo/metadata.xml | 27 +++++++++++++++------------
13 1 file changed, 15 insertions(+), 12 deletions(-)
14
15 diff --git a/media-libs/grilo/metadata.xml b/media-libs/grilo/metadata.xml
16 index c56c7588184e..6e7590f6d34f 100644
17 --- a/media-libs/grilo/metadata.xml
18 +++ b/media-libs/grilo/metadata.xml
19 @@ -1,16 +1,19 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="project">
24 - <email>gnome@g.o</email>
25 - <name>Gentoo GNOME Desktop</name>
26 - </maintainer>
27 - <use>
28 - <flag name="playlist">Enable support for playlists through
29 - <pkg>dev-libs/totem-pl-parser</pkg></flag>
30 - </use>
31 - <longdescription lang="en">Grilo is a framework that provides access to various sources of multimedia
32 -content, using a pluggable system. It is focused on making media discovery
33 -and browsing easy for application developers.
34 - </longdescription>
35 + <maintainer type="project">
36 + <email>gnome@g.o</email>
37 + <name>Gentoo GNOME Desktop</name>
38 + </maintainer>
39 + <use>
40 + <flag name="playlist">Enable support for playlists through <pkg>dev-libs/totem-pl-parser</pkg></flag>
41 + </use>
42 + <longdescription lang="en">
43 + Grilo is a framework that provides access to various sources of multimedia
44 + content, using a pluggable system. It is focused on making media discovery
45 + and browsing easy for application developers.
46 + </longdescription>
47 + <upstream>
48 + <remote-id type="gnome-gitlab">GNOME/grilo</remote-id>
49 + </upstream>
50 </pkgmetadata>