Update to animorph-0.3.
This commit is contained in:
parent
49bacf8de3
commit
f3028c2f9b
@ -1,22 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/17 08:05:12 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/10/23 11:05:53 ajacoutot Exp $
|
||||
|
||||
COMMENT= morphing engine
|
||||
|
||||
DISTNAME= animorph-0.2
|
||||
REVISION = 0
|
||||
SHARED_LIBS += animorph 0.0 # .0.0
|
||||
DISTNAME= animorph-0.3
|
||||
CATEGORIES= graphics
|
||||
|
||||
SHARED_LIBS += animorph 1.0 # unknown
|
||||
|
||||
HOMEPAGE= http://www.dedalo-3d.com/
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# LGPL
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += m stdc++
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=makehuman/}
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
@ -29,4 +31,8 @@ pre-configure:
|
||||
perl -pi -e 's,doc/animorph,share/doc/animorph,g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
# remove useless files (ChangeLog, INSTALL...)
|
||||
post-install:
|
||||
rm -rf ${PREFIX}/share/doc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (animorph-0.2.tar.gz) = kM+5X16wtJ3wq1xxfiay4A==
|
||||
RMD160 (animorph-0.2.tar.gz) = cr7z7BasUGolVfm5REsboB6m2Hw=
|
||||
SHA1 (animorph-0.2.tar.gz) = MMgXnzz1Dx6NVqwJKilFet+3lRM=
|
||||
SHA256 (animorph-0.2.tar.gz) = rLN8mxsDMWE/e9N556IBqt4U6xurQCAZd3cQV/N4q9Q=
|
||||
SIZE (animorph-0.2.tar.gz) = 313115
|
||||
MD5 (animorph-0.3.tar.gz) = 51/Sldlbz0sdlbhtt4ZsGA==
|
||||
RMD160 (animorph-0.3.tar.gz) = fkUHzX/MkqenmEEBI2R39JJsHZE=
|
||||
SHA1 (animorph-0.3.tar.gz) = q2ok2gp01+bjQeH2Z6Aolko07/4=
|
||||
SHA256 (animorph-0.3.tar.gz) = 20dnRWoawshEqwbl09prfKu6d2vwyDI7Bjt8iR5Yl5M=
|
||||
SIZE (animorph-0.3.tar.gz) = 379299
|
||||
|
@ -1,11 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2006/11/23 08:51:10 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/10/23 11:05:53 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
include/animorph/
|
||||
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
|
||||
@ -15,10 +18,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
|
||||
@ -27,6 +37,7 @@ 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/pkgconfig/
|
||||
|
Loading…
Reference in New Issue
Block a user