summaryrefslogtreecommitdiff
blob: c082d3ea4ddf5a8eda15af4179a86f374460c83f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>palipalo9@googlemail.com</email>
		<name>Ingolf Wagner</name>
	</maintainer>
	<maintainer type="project">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription>
		SuperCollider is a platform for audio synthesis and algorithmic 
		composition, used by musicians, artists, and researchers 
		working with sound. It is free and open source software 
		available for Windows, Mac OS X, and Linux.
	</longdescription>
	<upstream>
		<remote-id type="github">supercollider/supercollider</remote-id>
	</upstream>
	<use>
		<flag name="vim">Enable the SCVIM user interface</flag>
		<flag name="emacs">Enable the SCEL user interface</flag>
		<flag name="gedit">Enable the SCED user interface</flag>
		<flag name="gpl3">Build GPL-3 licensed code (recommended)</flag>
		<flag name="server">Build with internal server</flag>
		<flag name="wiimote">Build sclang with Wii Remote support</flag>
	</use>
</pkgmetadata>