diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-02-27 05:37:48 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-02-27 05:37:48 +0000 |
commit | 6670cb3a252cf4dd62c7589d72fd4e392cf137f1 (patch) | |
tree | acf9343b13efadf06c413937901eaf3e3928b481 /media-sound/csound/metadata.xml | |
parent | Restricting pypy (diff) | |
download | gentoo-2-6670cb3a252cf4dd62c7589d72fd4e392cf137f1.tar.gz gentoo-2-6670cb3a252cf4dd62c7589d72fd4e392cf137f1.tar.bz2 gentoo-2-6670cb3a252cf4dd62c7589d72fd4e392cf137f1.zip |
Initial import. Ebuild by me.
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/csound/metadata.xml')
-rw-r--r-- | media-sound/csound/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-sound/csound/metadata.xml b/media-sound/csound/metadata.xml new file mode 100644 index 000000000000..02325a13bd6e --- /dev/null +++ b/media-sound/csound/metadata.xml @@ -0,0 +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> +</pkgmetadata> |