mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Open Asset Import Library (short name: Assimp) is a portable Open Source
library to import various well-known 3D model formats in a uniform manner. The most recent version also knows how to export 3d files and is therefore suitable as general-purpose 3D model converter. See the feature list. WWW: http://http://assimp.sourceforge.net PR: ports/174428 Submitted by: Yuri <yuri@tsoft.com>
This commit is contained in:
parent
e2eec3ca7b
commit
48b6e73d98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309400
@ -10,6 +10,7 @@
|
||||
SUBDIR += aegisub
|
||||
SUBDIR += arista
|
||||
SUBDIR += asdcplib
|
||||
SUBDIR += assimp
|
||||
SUBDIR += atomicparsley
|
||||
SUBDIR += audacious
|
||||
SUBDIR += audacious-plugins
|
||||
|
32
multimedia/assimp/Makefile
Normal file
32
multimedia/assimp/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# Created by: Yuri <yuri@tsoft.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= assimp
|
||||
PORTVERSION= 3.0
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-3.0
|
||||
DISTNAME= ${PORTNAME}--${PORTVERSION}.1270-source-only
|
||||
|
||||
MAINTAINER= yuri@tsoft.com
|
||||
COMMENT= Library to import various 3D model formats in a uniform manner
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_CMAKE= yes
|
||||
USE_PKGCONFIG= build
|
||||
USE_GCC= 4.6+ # 4.2+ causes compiler warnings
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
# CMAKE_ARGS instructs cmake to skip runtime path removal during install
|
||||
CMAKE_ARGS+= "-DCMAKE_SKIP_RPATH=ON"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
|
||||
${WRKSRC}/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
2
multimedia/assimp/distinfo
Normal file
2
multimedia/assimp/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (assimp--3.0.1270-source-only.zip) = ac29beb596db97df57451a5503afaf2d8b4366522842a6914da89644927a1423
|
||||
SIZE (assimp--3.0.1270-source-only.zip) = 4042147
|
6
multimedia/assimp/pkg-descr
Normal file
6
multimedia/assimp/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Open Asset Import Library (short name: Assimp) is a portable Open Source
|
||||
library to import various well-known 3D model formats in a uniform manner.
|
||||
The most recent version also knows how to export 3d files and is therefore
|
||||
suitable as general-purpose 3D model converter. See the feature list.
|
||||
|
||||
WWW: http://http://assimp.sourceforge.net
|
53
multimedia/assimp/pkg-plist
Normal file
53
multimedia/assimp/pkg-plist
Normal file
@ -0,0 +1,53 @@
|
||||
bin/assimp
|
||||
include/assimp/Compiler/poppack1.h
|
||||
include/assimp/Compiler/pstdint.h
|
||||
include/assimp/Compiler/pushpack1.h
|
||||
include/assimp/DefaultLogger.hpp
|
||||
include/assimp/Exporter.hpp
|
||||
include/assimp/IOStream.hpp
|
||||
include/assimp/IOSystem.hpp
|
||||
include/assimp/Importer.hpp
|
||||
include/assimp/LogStream.hpp
|
||||
include/assimp/Logger.hpp
|
||||
include/assimp/NullLogger.hpp
|
||||
include/assimp/ProgressHandler.hpp
|
||||
include/assimp/ai_assert.h
|
||||
include/assimp/anim.h
|
||||
include/assimp/camera.h
|
||||
include/assimp/cexport.h
|
||||
include/assimp/cfileio.h
|
||||
include/assimp/cimport.h
|
||||
include/assimp/color4.h
|
||||
include/assimp/color4.inl
|
||||
include/assimp/config.h
|
||||
include/assimp/defs.h
|
||||
include/assimp/importerdesc.h
|
||||
include/assimp/light.h
|
||||
include/assimp/material.h
|
||||
include/assimp/material.inl
|
||||
include/assimp/matrix3x3.h
|
||||
include/assimp/matrix3x3.inl
|
||||
include/assimp/matrix4x4.h
|
||||
include/assimp/matrix4x4.inl
|
||||
include/assimp/mesh.h
|
||||
include/assimp/postprocess.h
|
||||
include/assimp/quaternion.h
|
||||
include/assimp/quaternion.inl
|
||||
include/assimp/scene.h
|
||||
include/assimp/texture.h
|
||||
include/assimp/types.h
|
||||
include/assimp/vector2.h
|
||||
include/assimp/vector2.inl
|
||||
include/assimp/vector3.h
|
||||
include/assimp/vector3.inl
|
||||
include/assimp/version.h
|
||||
lib/cmake/assimp-3.0/assimp-config-version.cmake
|
||||
lib/cmake/assimp-3.0/assimp-config.cmake
|
||||
lib/libassimp.so
|
||||
lib/libassimp.so.3
|
||||
lib/libassimp.so.3.0.1264
|
||||
libdata/pkgconfig/assimp.pc
|
||||
@dirrm lib/cmake/assimp-3.0
|
||||
@dirrmtry lib/cmake
|
||||
@dirrm include/assimp/Compiler
|
||||
@dirrm include/assimp
|
Loading…
Reference in New Issue
Block a user