mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
multimedia/assimp: Update 5.0.1 -> 5.1.0
Also: * add the 'test' target * update WWW
This commit is contained in:
parent
7e7a8cc91b
commit
135e04d156
@ -1,7 +1,7 @@
|
||||
PORTNAME= vkmark
|
||||
DISTVERSION= 2017.08-24
|
||||
DISTVERSIONSUFFIX= -g53abc4f
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= doomsday
|
||||
PORTVERSION= 2.3.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION}
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= pioneer
|
||||
DISTVERSION= 20210723
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= magnum-extras
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2019.10
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= magnum-plugins
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2019.10
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= 3d
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= dartsim
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 6.11.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,7 +1,6 @@
|
||||
PORTNAME= assimp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 5.0.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 5.1.0
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -12,15 +11,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libminizip.so:archivers/minizip
|
||||
|
||||
USES= cmake compiler:c++11-lib localbase:ldflags pkgconfig
|
||||
USES= cmake:testing compiler:c++11-lib localbase:ldflags pkgconfig
|
||||
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_OFF= ASSIMP_BUILD_TESTS
|
||||
CMAKE_OFF= ASSIMP_BUILD_TESTS
|
||||
CMAKE_TESTING_ON= ASSIMP_BUILD_TESTS
|
||||
|
||||
PLIST_SUB= VER2=${DISTVERSION:R}
|
||||
|
||||
post-install: # rm the third-party lib installed by mistake: https://github.com/assimp/assimp/issues/1650
|
||||
@${RM} ${STAGEDIR}${PREFIX}/lib/libIrrXML.a
|
||||
do-test:
|
||||
@cd ${BUILD_WRKSRC} && \
|
||||
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${CMAKE_TESTING_ARGS} ${CMAKE_SOURCE_PATH} && \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
|
||||
${BUILD_WRKSRC}/bin/unit
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1579977205
|
||||
SHA256 (assimp-assimp-v5.0.1_GH0.tar.gz) = 11310ec1f2ad2cd46b95ba88faca8f7aaa1efe9aa12605c55e3de2b977b3dbfc
|
||||
SIZE (assimp-assimp-v5.0.1_GH0.tar.gz) = 46607553
|
||||
TIMESTAMP = 1637032976
|
||||
SHA256 (assimp-assimp-v5.1.0_GH0.tar.gz) = b96f609bca45cc4747bf8ea4b696816ada484aed2812e60ea4d16aae18360b0b
|
||||
SIZE (assimp-assimp-v5.1.0_GH0.tar.gz) = 48875899
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -3,4 +3,4 @@ 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: https://github.com/assimp/assimp
|
||||
WWW: https://www.assimp.org/
|
||||
|
@ -3,6 +3,7 @@ include/assimp/BaseImporter.h
|
||||
include/assimp/Bitmap.h
|
||||
include/assimp/BlobIOSystem.h
|
||||
include/assimp/ByteSwapper.h
|
||||
include/assimp/ColladaMetaData.h
|
||||
include/assimp/Compiler/poppack1.h
|
||||
include/assimp/Compiler/pstdint.h
|
||||
include/assimp/Compiler/pushpack1.h
|
||||
@ -10,7 +11,6 @@ include/assimp/CreateAnimMesh.h
|
||||
include/assimp/DefaultIOStream.h
|
||||
include/assimp/DefaultIOSystem.h
|
||||
include/assimp/DefaultLogger.hpp
|
||||
include/assimp/Defines.h
|
||||
include/assimp/Exceptional.h
|
||||
include/assimp/Exporter.hpp
|
||||
include/assimp/GenericProperty.h
|
||||
@ -23,7 +23,6 @@ include/assimp/LineSplitter.h
|
||||
include/assimp/LogAux.h
|
||||
include/assimp/LogStream.hpp
|
||||
include/assimp/Logger.hpp
|
||||
include/assimp/Macros.h
|
||||
include/assimp/MathFunctions.h
|
||||
include/assimp/MemoryIOWrapper.h
|
||||
include/assimp/NullLogger.hpp
|
||||
@ -34,6 +33,7 @@ include/assimp/RemoveComments.h
|
||||
include/assimp/SGSpatialSort.h
|
||||
include/assimp/SceneCombiner.h
|
||||
include/assimp/SkeletonMeshBuilder.h
|
||||
include/assimp/SmallVector.h
|
||||
include/assimp/SmoothingGroups.h
|
||||
include/assimp/SmoothingGroups.inl
|
||||
include/assimp/SpatialSort.h
|
||||
@ -46,6 +46,7 @@ include/assimp/Subdivision.h
|
||||
include/assimp/TinyFormatter.h
|
||||
include/assimp/Vertex.h
|
||||
include/assimp/XMLTools.h
|
||||
include/assimp/XmlParser.h
|
||||
include/assimp/ZipArchiveIOSystem.h
|
||||
include/assimp/aabb.h
|
||||
include/assimp/ai_assert.h
|
||||
@ -56,11 +57,11 @@ include/assimp/cfileio.h
|
||||
include/assimp/cimport.h
|
||||
include/assimp/color4.h
|
||||
include/assimp/color4.inl
|
||||
include/assimp/commonMetaData.h
|
||||
include/assimp/config.h
|
||||
include/assimp/defs.h
|
||||
include/assimp/fast_atof.h
|
||||
include/assimp/importerdesc.h
|
||||
include/assimp/irrXMLWrapper.h
|
||||
include/assimp/light.h
|
||||
include/assimp/material.h
|
||||
include/assimp/material.inl
|
||||
@ -83,12 +84,11 @@ include/assimp/vector2.inl
|
||||
include/assimp/vector3.h
|
||||
include/assimp/vector3.inl
|
||||
include/assimp/version.h
|
||||
lib/cmake/assimp-%%VER2%%/assimp-config-version.cmake
|
||||
lib/cmake/assimp-%%VER2%%/assimp-config.cmake
|
||||
lib/cmake/assimp-%%VER2%%/assimpTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/assimp-%%VER2%%/assimpTargets.cmake
|
||||
lib/libIrrXML.so
|
||||
lib/cmake/assimp-5.1/assimpConfig.cmake
|
||||
lib/cmake/assimp-5.1/assimpConfigVersion.cmake
|
||||
lib/cmake/assimp-5.1/assimpTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/assimp-5.1/assimpTargets.cmake
|
||||
lib/libassimp.so
|
||||
lib/libassimp.so.5
|
||||
lib/libassimp.so.5.0.0
|
||||
lib/libassimp.so.5.1.0
|
||||
libdata/pkgconfig/assimp.pc
|
||||
|
Loading…
Reference in New Issue
Block a user