Import animorph 0.2
Animorph is a morphing engine responsible for calculating and then executing all the real time changes to the MakeHuman basemesh, as required by the user's morph target selections and those target's value settings. Naturally, it also loads and saves character body setting (.bs) files. ok jasper@
This commit is contained in:
parent
127dcdcaa6
commit
75245d4ad6
31
graphics/animorph/Makefile
Normal file
31
graphics/animorph/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/21 18:38:09 ajacoutot Exp $
|
||||
|
||||
COMMENT= "morphing engine"
|
||||
|
||||
DISTNAME= animorph-0.2
|
||||
SHARED_LIBS += animorph 0.0 # .0.0
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://www.dedalo-3d.com/
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=makehuman/}
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
|
||||
pre-configure:
|
||||
perl -pi -e 's,packagedocdir=doc,packagedocdir=share/doc,g' \
|
||||
${WRKSRC}/configure
|
||||
perl -pi -e 's,doc/animorph,share/doc/animorph,g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
4
graphics/animorph/distinfo
Normal file
4
graphics/animorph/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (animorph-0.2.tar.gz) = 90cfb95f5eb0b49df0ab5c717e26b2e0
|
||||
RMD160 (animorph-0.2.tar.gz) = 72bef3ec16ac506a2555f9b9444b1ba01ea6d87c
|
||||
SHA1 (animorph-0.2.tar.gz) = 30c8179f3cf50f1e8d56ac092a29457adfb79513
|
||||
SIZE (animorph-0.2.tar.gz) = 313115
|
5
graphics/animorph/pkg/DESCR
Normal file
5
graphics/animorph/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Animorph is a morphing engine responsible for calculating and then
|
||||
executing all the real time changes to the MakeHuman basemesh, as
|
||||
required by the user's morph target selections and those target's value
|
||||
settings. Naturally, it also loads and saves character body setting
|
||||
(.bs) files.
|
2
graphics/animorph/pkg/PFRAG.shared
Normal file
2
graphics/animorph/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2006/11/21 18:38:09 ajacoutot Exp $
|
||||
@lib lib/libanimorph.so.${LIBanimorph_VERSION}
|
41
graphics/animorph/pkg/PLIST
Normal file
41
graphics/animorph/pkg/PLIST
Normal file
@ -0,0 +1,41 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/21 18:38:09 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
include/animorph/
|
||||
include/animorph/BodySettings.h
|
||||
include/animorph/Color.h
|
||||
include/animorph/DirectoryList.h
|
||||
include/animorph/Euler.h
|
||||
include/animorph/Face.h
|
||||
include/animorph/FaceVector.h
|
||||
include/animorph/FileReader.h
|
||||
include/animorph/FileWriter.h
|
||||
include/animorph/Hotspot.h
|
||||
include/animorph/Material.h
|
||||
include/animorph/MathUtil.h
|
||||
include/animorph/Matrix.h
|
||||
include/animorph/Mesh.h
|
||||
include/animorph/ObjExporter.h
|
||||
include/animorph/PoseSemiTarget.h
|
||||
include/animorph/PoseTarget.h
|
||||
include/animorph/Quaternion.h
|
||||
include/animorph/RIBExporter.h
|
||||
include/animorph/Target.h
|
||||
include/animorph/TextureVector.h
|
||||
include/animorph/Vector2.h
|
||||
include/animorph/Vector3.h
|
||||
include/animorph/Vertex.h
|
||||
include/animorph/VertexGroup.h
|
||||
include/animorph/VertexVector.h
|
||||
include/animorph/util.h
|
||||
lib/libanimorph.a
|
||||
lib/libanimorph.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/animorph.pc
|
||||
share/doc/animorph/
|
||||
share/doc/animorph/AUTHORS
|
||||
share/doc/animorph/COPYING
|
||||
share/doc/animorph/ChangeLog
|
||||
share/doc/animorph/INSTALL
|
||||
share/doc/animorph/NEWS
|
||||
share/doc/animorph/README
|
||||
share/doc/animorph/TODO
|
Loading…
Reference in New Issue
Block a user