assimp: 5.1.0 -> 5.1.1

This commit is contained in:
Tim Biermann 2021-11-20 18:35:59 +01:00
parent a2bbed4754
commit bb8df52126
3 changed files with 7 additions and 6 deletions

View File

@ -32,6 +32,7 @@ drwxr-xr-x root/root usr/include/assimp/Compiler/
-rw-r--r-- root/root usr/include/assimp/Exporter.hpp
-rw-r--r-- root/root usr/include/assimp/fast_atof.h
-rw-r--r-- root/root usr/include/assimp/GenericProperty.h
-rw-r--r-- root/root usr/include/assimp/GltfMaterial.h
-rw-r--r-- root/root usr/include/assimp/Hash.h
-rw-r--r-- root/root usr/include/assimp/importerdesc.h
-rw-r--r-- root/root usr/include/assimp/Importer.hpp

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35kAtK4KR9HyRixJu8K+yuXRGZ9mPLAZvV/fm6DRdj4HXg6r2YhWxlSvq84Y81Ldo6hHBdj/pWGPTIlYa+Hc1Qo=
SHA256 (Pkgfile) = 7e66e688120a2573cf00198e04e6f8652cb71c80626423e2caaf0f155f8e3004
SHA256 (.footprint) = 1bb748e8b55ac7c5c6e89676084b2675f2c4984187ac43030d9bed39b61ea5d0
SHA256 (assimp-5.1.0.tar.gz) = b96f609bca45cc4747bf8ea4b696816ada484aed2812e60ea4d16aae18360b0b
RWSagIOpLGJF32qeJL3Q5ZUe11cYSgJIkBbWuOqgZLT2Lj6j2vP/+qDP3RXPvxDQVsXj5el55foHlnEuT48ZGhLyWeMaQHjUsQA=
SHA256 (Pkgfile) = 965d66045f41f4a082051ed27a8d5ab60d7ccbc3c39c37fd8f497dc8545087e2
SHA256 (.footprint) = 00ac2b55a6c7eb39526087204cdd040ae973284e7125d397c5031e1e20d94b1a
SHA256 (assimp-5.1.1.tar.gz) = ccb71bcbd8b5047b3779f1732958ccdb7ada3f64e254f4293d9570a47e1ce803

View File

@ -4,12 +4,12 @@
# Depends on: cmake
name=assimp
version=5.1.0
version=5.1.1
release=1
source=(https://github.com/assimp/assimp/archive/v$version/$name-$version.tar.gz)
build() {
[[ -e /usr/bin/ninja ]] && PKGMK_ASSIMP+=' -G Ninja'
prt-get isinst ninja && PKGMK_ASSIMP+=' -G Ninja'
cmake -S $name-$version -B build $PKGMK_ASSIMP_OPTIONS \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \