diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:15:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:58:38 +0100 |
commit | 4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch) | |
tree | c9fc5379b3c3097e4235ec64664ef2d893dd58ad /media-plugins/audacious-plugins | |
parent | package.use.mask studio for net-analyzer/icinga2 (diff) | |
download | gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.bz2 gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.zip |
Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not
preserve original use of single and double quotes. Ensuring unified
quoting before the process allows distinguishing the GLEP 67-related
metadata.xml changes from unrelated quoting changes.
Diffstat (limited to 'media-plugins/audacious-plugins')
-rw-r--r-- | media-plugins/audacious-plugins/metadata.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/media-plugins/audacious-plugins/metadata.xml b/media-plugins/audacious-plugins/metadata.xml index 731f28e89c71..3b90ee923af6 100644 --- a/media-plugins/audacious-plugins/metadata.xml +++ b/media-plugins/audacious-plugins/metadata.xml @@ -7,16 +7,16 @@ <name>Tony Vroon</name> </maintainer> <use> - <flag name='adplug'>Build with AdPlug (Adlib sound card emulation) + <flag name="adplug">Build with AdPlug (Adlib sound card emulation) support</flag> - <flag name='bs2b'>Enable Bauer Bauer stereophonic-to-binaural + <flag name="bs2b">Enable Bauer Bauer stereophonic-to-binaural headphone filter</flag> - <flag name='cue'>Support CUE sheets using the libcue library</flag> - <flag name='fluidsynth'>Support FluidSynth as MIDI synth backend</flag> - <flag name='http'>Support HTTP streams through neon</flag> + <flag name="cue">Support CUE sheets using the libcue library</flag> + <flag name="fluidsynth">Support FluidSynth as MIDI synth backend</flag> + <flag name="http">Support HTTP streams through neon</flag> <flag name="gtk3">Link against version 3 of the GIMP Toolkit instead of version 2 (x11-libs/gtk+)</flag> - <flag name='midi'>Build with amidi-plug (MIDI synth) support</flag> - <flag name='scrobbler'>Build with scrobbler/LastFM submission support</flag> - <flag name='sid'>Build with SID (Commodore 64 Audio) support</flag> + <flag name="midi">Build with amidi-plug (MIDI synth) support</flag> + <flag name="scrobbler">Build with scrobbler/LastFM submission support</flag> + <flag name="sid">Build with SID (Commodore 64 Audio) support</flag> </use> </pkgmetadata> |