diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-02-27 05:42:44 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-02-27 05:42:44 +0000 |
commit | 533c1bb189448e58c89d59efb11e2b8a7c6eee7b (patch) | |
tree | 65275c4a57c73ace05f9b6d8e7088bef83a65d91 /media-sound | |
parent | Initial import. Ebuild by me. (diff) | |
download | gentoo-2-533c1bb189448e58c89d59efb11e2b8a7c6eee7b.tar.gz gentoo-2-533c1bb189448e58c89d59efb11e2b8a7c6eee7b.tar.bz2 gentoo-2-533c1bb189448e58c89d59efb11e2b8a7c6eee7b.zip |
Sort use flags and fix whitespace.
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/csound/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/csound/metadata.xml | 40 |
2 files changed, 24 insertions, 21 deletions
diff --git a/media-sound/csound/ChangeLog b/media-sound/csound/ChangeLog index fd516f2fb0eb..bb4af21a3bae 100644 --- a/media-sound/csound/ChangeLog +++ b/media-sound/csound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/csound # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.1 2012/02/27 05:37:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.2 2012/02/27 05:42:44 radhermit Exp $ + + 27 Feb 2012; Tim Harder <radhermit@gentoo.org> metadata.xml: + Sort use flags and fix whitespace. *csound-5.16.6 (27 Feb 2012) diff --git a/media-sound/csound/metadata.xml b/media-sound/csound/metadata.xml index 02325a13bd6e..6c4c3f1a7f7e 100644 --- a/media-sound/csound/metadata.xml +++ b/media-sound/csound/metadata.xml @@ -1,24 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>proaudio</herd> - <use> - <flag name="beats">Build the beats score frontend</flag> - <flag name="chua">Build the chua opcodes</flag> - <flag name="csoundac">Build the CsoundAC extension module</flag> - <flag name="double-precision">Use double-precision floating point for audio samples</flag> - <flag name="dssi">Build the DSSI opcodes</flag> - <flag name="fluidsynth">Build the fluidsynth opcodes</flag> - <flag name="html">Install the html version of the manual</flag> - <flag name="image">Build the image opcodes</flag> - <flag name="keyboard">Build Virtual MIDI keyboard</flag> - <flag name="linear">Build the linear algebra Opcodes</flag> - <flag name="doc">Install the pdf version of the manual</flag> - <flag name="portmidi">Build the PortMIDI I/O module</flag> - <flag name="samples">Install the HRTF datafiles for use with hrtfmove, hrtfmove2, hrtfstat, hrtfearly, and hrtfreverb</flag> - <flag name="stk">Build the stk opcodes</flag> - <flag name="tcl">Build the tcl interface and clients</flag> - <flag name="utils">Build stand-alone executables for utilities that can also be used via `csound -U`</flag> - <flag name="vst">Build the CsoundVST frontend</flag> - </use> + <herd>proaudio</herd> + <use> + <flag name="beats">Build the beats score frontend</flag> + <flag name="chua">Build the chua opcodes</flag> + <flag name="csoundac">Build the CsoundAC extension module</flag> + <flag name="doc">Install the pdf version of the manual</flag> + <flag name="double-precision">Use double-precision floating point for audio samples</flag> + <flag name="dssi">Build the DSSI opcodes</flag> + <flag name="fluidsynth">Build the fluidsynth opcodes</flag> + <flag name="html">Install the html version of the manual</flag> + <flag name="image">Build the image opcodes</flag> + <flag name="keyboard">Build Virtual MIDI keyboard</flag> + <flag name="linear">Build the linear algebra Opcodes</flag> + <flag name="portmidi">Build the PortMIDI I/O module</flag> + <flag name="samples">Install the HRTF datafiles for use with hrtfmove, hrtfmove2, hrtfstat, hrtfearly, and hrtfreverb</flag> + <flag name="stk">Build the stk opcodes</flag> + <flag name="tcl">Build the tcl interface and clients</flag> + <flag name="utils">Build stand-alone executables for utilities that can also be used via `csound -U`</flag> + <flag name="vst">Build the CsoundVST frontend</flag> + </use> </pkgmetadata> |