diff options
Diffstat (limited to 'graphics/animorph/pkg-plist')
-rw-r--r-- | graphics/animorph/pkg-plist | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/graphics/animorph/pkg-plist b/graphics/animorph/pkg-plist index e5322bdffcd..3aef69ae17f 100644 --- a/graphics/animorph/pkg-plist +++ b/graphics/animorph/pkg-plist @@ -1,8 +1,11 @@ include/animorph/BodySettings.h +include/animorph/ColladaExporter.h include/animorph/Color.h include/animorph/DirectoryList.h +include/animorph/EdgeStrip.h include/animorph/Euler.h include/animorph/Face.h +include/animorph/FaceGroup.h include/animorph/FaceVector.h include/animorph/FileReader.h include/animorph/FileWriter.h @@ -12,10 +15,17 @@ include/animorph/MathUtil.h include/animorph/Matrix.h include/animorph/Mesh.h include/animorph/ObjExporter.h +include/animorph/OgreXMLExporter.h +include/animorph/PoseRotation.h include/animorph/PoseSemiTarget.h include/animorph/PoseTarget.h +include/animorph/PoseTranslation.h include/animorph/Quaternion.h include/animorph/RIBExporter.h +include/animorph/RawMesh.h +include/animorph/Skin.h +include/animorph/SkinVertex.h +include/animorph/SmoothVertex.h include/animorph/Target.h include/animorph/TextureVector.h include/animorph/Vector2.h @@ -24,17 +34,18 @@ include/animorph/Vertex.h include/animorph/VertexGroup.h include/animorph/VertexVector.h include/animorph/util.h +include/animorph/xmlParser.h lib/libanimorph.a lib/libanimorph.la lib/libanimorph.so lib/libanimorph.so.0 libdata/pkgconfig/animorph.pc -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%% +@comment %%PORTDOCS%%%%DOCSDIR%%/AUTHORS +@comment %%PORTDOCS%%%%DOCSDIR%%/COPYING +@comment %%PORTDOCS%%%%DOCSDIR%%/ChangeLog +@comment %%PORTDOCS%%%%DOCSDIR%%/INSTALL +@comment %%PORTDOCS%%%%DOCSDIR%%/NEWS +@comment %%PORTDOCS%%%%DOCSDIR%%/README +@comment %%PORTDOCS%%%%DOCSDIR%%/TODO +@comment %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/animorph |