diff options
Diffstat (limited to 'media-gfx/blender/metadata.xml')
| -rw-r--r-- | media-gfx/blender/metadata.xml | 107 |
1 files changed, 47 insertions, 60 deletions
diff --git a/media-gfx/blender/metadata.xml b/media-gfx/blender/metadata.xml index 755c971c..e7f2302f 100644 --- a/media-gfx/blender/metadata.xml +++ b/media-gfx/blender/metadata.xml @@ -1,65 +1,52 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>graphics</herd> + <longdescription> + Blender, the open source software for 3D modeling, animation, + rendering, post-production, interactive creation and playback. + </longdescription> - <maintainer> - <email>lu_zero@gentoo.org</email> - <name>Luca Barbato</name> - </maintainer> - - <maintainer> - <email>flameeyes@gentoo.org</email> - </maintainer> - - <longdescription> - Blender, the open source software for 3D modeling, animation, - rendering, post-production, interactive creation and playback. - </longdescription> - - <use> - <flag name='3dmouse'> - Adds support for space navigator devices through package - <pkg>dev-libs/libspnav</pkg>. - </flag> - <flag name='blender-game' restrict='<media-gfx/blender-2.50'> - Adds Game Engine support to Blender. - </flag> - <flag name='game-engine' restrict='>=media-gfx/blender-2.50'> - Adds Game Engine support to Blender. - </flag> - <flag name='collada'> - Add support for Collada interchange format through - <pkg>media-libs/opencollada</pkg>. - </flag> - <flag name='cycles'> - Build cycles renderer (requires <pkg>media-libs/openimageio</pkg> and - <pkg>dev-libs/boost</pkg>). - </flag> - <flag name='verse'> - Adds verse clustering features to Blender. - </flag> - <flag name='dds'> - Adds DDS textures support to Blender. - </flag> - <flag name='player'> - Build the Blender Player. THis requires the Game engine. - </flag> - <flag name='elbeem'> - Adds surface fluid simulation to Blender using El'Beem library. - </flag> - <flag name="doc"> - Build C and Python API documentation directly from the source code. - </flag> - <flag name="tweak-mode"> - This flag allows you to model without confirming each translation, - in particular it lets you grab with left mouse button (LMB) and not - having to confirm by another click. Blender 'Tweak Mode' is similar - to the 'Tweak Mode' of the Wings modeller (<pkg>media-gfx/wings</pkg>). - </flag> - <flag name="redcode"> - This flag add support for RED CODE camera digital format (5K HD - images *.r3d) - EXPERIMENTAL. - </flag> - </use> + <use> + <flag name="game-engine" restrict=">=media-gfx/blender-2.50"> + Adds Game Engine support to Blender. + </flag> + <flag name="collada"> + Add support for Collada interchange format through + <pkg>media-libs/opencollada</pkg>. + </flag> + <flag name="cycles"> + Build cycles renderer (requires <pkg>media-libs/openimageio</pkg> and + <pkg>dev-libs/boost</pkg>). + </flag> + <flag name="dds"> + Adds DDS textures support to Blender. + </flag> + <flag name="player"> + Build the Blender Player. THis requires the Game engine. + </flag> + <flag name="elbeem"> + Adds surface fluid simulation to Blender using El'Beem library. + </flag> + <flag name="doc"> + Build C and Python API documentation directly from the source code. + </flag> + <flag name="redcode"> + This flag add support for RED CODE camera digital format (5K HD + images *.r3d) - EXPERIMENTAL. + </flag> + <flag name="boost"> + Enable features depending on boost. + </flag> + <flag name="bullet"> + Enable Bullet (Physics Engine). + </flag> + <flag name="colorio"> + Enable OpenColorIO color management. + </flag> + <flag name="ndof"> + Enable NDOF input devices (SpaceNavigator and friends). + </flag> + <flag name="openimageio">Enable OpenImageIO Support</flag> + <flag name="opennl">Enable use of Open Numerical Library</flag> + </use> </pkgmetadata> |
