You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/openscad/metadata.xml

51 lines
1.6 KiB

<?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>