diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-30 22:53:09 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-30 22:56:56 -0400 |
commit | 2a2c9b094bed1ffd822bc79cb0c57b5ccbfbee00 (patch) | |
tree | 3023176dcc059319b9016944588f8bfb2414aa16 /media-libs/libcanberra | |
parent | media-libs/libshumate: Set remote-id (diff) | |
download | gentoo-2a2c9b094bed1ffd822bc79cb0c57b5ccbfbee00.tar.gz gentoo-2a2c9b094bed1ffd822bc79cb0c57b5ccbfbee00.tar.bz2 gentoo-2a2c9b094bed1ffd822bc79cb0c57b5ccbfbee00.zip |
Revert "media-libs/libcanberra: Set remote-id"
This reverts commit cc17ab37f26baf56c42a8562334b6430ca4a9e1c.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/libcanberra')
-rw-r--r-- | media-libs/libcanberra/metadata.xml | 39 |
1 files changed, 18 insertions, 21 deletions
diff --git a/media-libs/libcanberra/metadata.xml b/media-libs/libcanberra/metadata.xml index b3c1403e357c..fa09b064c145 100644 --- a/media-libs/libcanberra/metadata.xml +++ b/media-libs/libcanberra/metadata.xml @@ -1,41 +1,38 @@ <?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>sound@gentoo.org</email> - <name>Gentoo Sound project</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <maintainer type="project"> + <email>sound@gentoo.org</email> + <name>Gentoo Sound project</name> + </maintainer> + <longdescription> A small and lightweight implementation of the XDG Sound Theme Specification (http://0pointer.de/public/sound-theme-spec.html) </longdescription> - <use> - <flag name="alsa">Enables ALSA sound driver.</flag> - <flag name="gstreamer">Enables gstreamer sound driver. Not useful when + <use> + <flag name="alsa">Enables ALSA sound driver.</flag> + <flag name="gstreamer">Enables gstreamer sound driver. Not useful when alsa or pulseaudio is available.</flag> - <flag name="gtk2">Enables building of gtk+ helper library, gtk+ runtime + <flag name="gtk2">Enables building of gtk+ helper library, gtk+ runtime sound effects and the canberra-gtk-play utility. To enable the gtk+ sound effects add canberra-gtk-module to the colon separated list of modules in the GTK_MODULES environment variable.</flag> - <flag name="gtk3">Enables building of gtk+3 helper library, gtk+3 + <flag name="gtk3">Enables building of gtk+3 helper library, gtk+3 runtime sound effects and the canberra-gtk-play utility. To enable the gtk+3 sound effects add canberra-gtk-module to the colon separated list of modules in the GTK_MODULES environment variable.</flag> - <flag name="pulseaudio">Enables PulseAudio sound driver that should be + <flag name="pulseaudio">Enables PulseAudio sound driver that should be able to support positional event sounds. This is the preferred choice for best sound events experience and picked by default if compiled in and possible to use at runtime.</flag> - <flag name="sound">Install <pkg>x11-themes/sound-theme-freedesktop</pkg> to get + <flag name="sound">Install <pkg>x11-themes/sound-theme-freedesktop</pkg> to get sounds on Gnome and Xfce.</flag> - <flag name="tdb">Enables Trivial Database support for caching + <flag name="tdb">Enables Trivial Database support for caching purposes.</flag> - </use> - <upstream> - <remote-id type="gnome-gitlab">GNOME/libcanberra</remote-id> - </upstream> + </use> </pkgmetadata> |