summaryrefslogtreecommitdiff
path: root/media-sound/csound/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-sound/csound/metadata.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'media-sound/csound/metadata.xml')
-rw-r--r--media-sound/csound/metadata.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/media-sound/csound/metadata.xml b/media-sound/csound/metadata.xml
new file mode 100644
index 000000000000..7bee7a51e80e
--- /dev/null
+++ b/media-sound/csound/metadata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>proaudio@gentoo.org</email>
+ <name>Gentoo ProAudio Project</name>
+ </maintainer>
+ <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="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="luajit">Use the lua just-in-time compiler <pkg>dev-lang/luajit</pkg> instead of <pkg>dev-lang/lua</pkg></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="score">Build the alternative score parser</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="websocket">Build the websocket opcode</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">csound</remote-id>
+ <remote-id type="github">csound/csound</remote-id>
+ </upstream>
+</pkgmetadata>