summaryrefslogtreecommitdiff
path: root/media-gfx/openscad/metadata.xml
blob: 654ea84529a51a8f16c84d6b4448f230841bc8b0 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
	<email>negril.nx+gentoo@gmail.com</email>
	<name>Paul Zander</name>
</maintainer>
<maintainer type="project" proxied="proxy">
	<email>proxy-maint@gentoo.org</email>
	<name>Proxy Maintainers</name>
</maintainer>
<longdescription>
	OpenSCAD is a software for creating solid 3D CAD objects.  Unlike
	most free software for creating 3D models (such as the famous
	application Blender) it does not focus on the artistic aspects of 3D
	modelling but instead on the CAD aspects. Thus it might be the
	application you are looking for when you are planning to create 3D
	models of machine parts but pretty sure is not what you are looking
	for when you are more interested in creating computer-animated movies.
	OpenSCAD is free software and available for Linux/UNIX, MS Windows and
	Mac OS X.
</longdescription>
<use>
	<flag name="egl">
		Build using EGL instead of GLX
	</flag>
	<flag name="experimental">
		Enable experimental features
	</flag>
	<flag name="gamepad">
		Add support for gamepads through <pkg>dev-qt/qtgamepad</pkg>
	</flag>
	<flag name="gui">
		Enable or disable building of the GUI
	</flag>
	<flag name="hidapi">
		Build in support for HID-Class devices using <pkg>dev-libs/hidapi</pkg>
	</flag>
	<flag name="mimalloc">
		Build using <pkg>dev-libs/mimalloc</pkg> as memory allocator
	</flag>
	<flag name="spacenav">
		Add support for space navigator devices through
		<pkg>dev-libs/libspnav</pkg>
	</flag>
</use>
<upstream>
	<remote-id type="github">openscad/openscad</remote-id>
</upstream>
</pkgmetadata>