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/libcanberra/
Date: Mon, 31 Oct 2022 02:57:11
Message-Id: 1667185016.2a2c9b094bed1ffd822bc79cb0c57b5ccbfbee00.mattst88@gentoo
1 commit: 2a2c9b094bed1ffd822bc79cb0c57b5ccbfbee00
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 02:53:09 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 02:56:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2c9b09
7
8 Revert "media-libs/libcanberra: Set remote-id"
9
10 This reverts commit cc17ab37f26baf56c42a8562334b6430ca4a9e1c.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 media-libs/libcanberra/metadata.xml | 39 +++++++++++++++++--------------------
15 1 file changed, 18 insertions(+), 21 deletions(-)
16
17 diff --git a/media-libs/libcanberra/metadata.xml b/media-libs/libcanberra/metadata.xml
18 index b3c1403e357c..fa09b064c145 100644
19 --- a/media-libs/libcanberra/metadata.xml
20 +++ b/media-libs/libcanberra/metadata.xml
21 @@ -1,41 +1,38 @@
22 <?xml version="1.0" encoding="UTF-8"?>
23 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
24 <pkgmetadata>
25 - <maintainer type="project">
26 - <email>gnome@g.o</email>
27 - <name>Gentoo GNOME Desktop</name>
28 - </maintainer>
29 - <maintainer type="project">
30 - <email>sound@g.o</email>
31 - <name>Gentoo Sound project</name>
32 - </maintainer>
33 - <longdescription>
34 + <maintainer type="project">
35 + <email>gnome@g.o</email>
36 + <name>Gentoo GNOME Desktop</name>
37 + </maintainer>
38 + <maintainer type="project">
39 + <email>sound@g.o</email>
40 + <name>Gentoo Sound project</name>
41 + </maintainer>
42 + <longdescription>
43 A small and lightweight implementation of the XDG Sound Theme Specification
44 (http://0pointer.de/public/sound-theme-spec.html)
45 </longdescription>
46 - <use>
47 - <flag name="alsa">Enables ALSA sound driver.</flag>
48 - <flag name="gstreamer">Enables gstreamer sound driver. Not useful when
49 + <use>
50 + <flag name="alsa">Enables ALSA sound driver.</flag>
51 + <flag name="gstreamer">Enables gstreamer sound driver. Not useful when
52 alsa or pulseaudio is available.</flag>
53 - <flag name="gtk2">Enables building of gtk+ helper library, gtk+ runtime
54 + <flag name="gtk2">Enables building of gtk+ helper library, gtk+ runtime
55 sound effects and the canberra-gtk-play utility. To enable the gtk+
56 sound effects add canberra-gtk-module to the colon separated list of
57 modules in the GTK_MODULES environment variable.</flag>
58 - <flag name="gtk3">Enables building of gtk+3 helper library, gtk+3
59 + <flag name="gtk3">Enables building of gtk+3 helper library, gtk+3
60 runtime sound effects and the canberra-gtk-play utility. To enable
61 the gtk+3 sound effects add canberra-gtk-module to the colon
62 separated list of modules in the GTK_MODULES environment
63 variable.</flag>
64 - <flag name="pulseaudio">Enables PulseAudio sound driver that should be
65 + <flag name="pulseaudio">Enables PulseAudio sound driver that should be
66 able to support positional event sounds. This is the preferred
67 choice for best sound events experience and picked by default if
68 compiled in and possible to use at runtime.</flag>
69 - <flag name="sound">Install <pkg>x11-themes/sound-theme-freedesktop</pkg> to get
70 + <flag name="sound">Install <pkg>x11-themes/sound-theme-freedesktop</pkg> to get
71 sounds on Gnome and Xfce.</flag>
72 - <flag name="tdb">Enables Trivial Database support for caching
73 + <flag name="tdb">Enables Trivial Database support for caching
74 purposes.</flag>
75 - </use>
76 - <upstream>
77 - <remote-id type="gnome-gitlab">GNOME/libcanberra</remote-id>
78 - </upstream>
79 + </use>
80 </pkgmetadata>