mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 23:30:03 +02:00
Closes: https://bugs.gentoo.org/947817 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41967 Signed-off-by: Sam James <sam@gentoo.org>
56 lines
1.8 KiB
XML
56 lines
1.8 KiB
XML
<?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="cgal">
|
|
Enable cgal render backend via <pkg>sci-mathematics/cgal</pkg> (old/slow)
|
|
</flag>
|
|
<flag name="egl">
|
|
Build using EGL instead of GLX
|
|
</flag>
|
|
<flag name="experimental">
|
|
Enable experimental features
|
|
</flag>
|
|
<flag name="glx">
|
|
Enable GLX to interface OpenGL and X11
|
|
</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="manifold">
|
|
Enable Manifold render backend via <pkg>sci-mathematics/manifold</pkg> (new/fast)
|
|
</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>
|