diff options
author | Tim Biermann <tbier@posteo.de> | 2021-11-20 18:35:59 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-11-20 18:36:49 +0100 |
commit | bb8df521265c365696d76bc46e06bfa2381b0a07 (patch) | |
tree | a08aad5bfdc207d16518048a5391c9d1c71793c8 /assimp | |
parent | a2bbed4754d0a32b43ad3ea41ef50198325230da (diff) | |
download | contrib-bb8df521265c365696d76bc46e06bfa2381b0a07.tar.gz contrib-bb8df521265c365696d76bc46e06bfa2381b0a07.tar.xz |
assimp: 5.1.0 -> 5.1.1
Diffstat (limited to 'assimp')
-rw-r--r-- | assimp/.footprint | 1 | ||||
-rw-r--r-- | assimp/.signature | 8 | ||||
-rw-r--r-- | assimp/Pkgfile | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/assimp/.footprint b/assimp/.footprint index 4dd108e59..567e6ed50 100644 --- a/assimp/.footprint +++ b/assimp/.footprint @@ -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 diff --git a/assimp/.signature b/assimp/.signature index a651c608a..5dd6b4865 100644 --- a/assimp/.signature +++ b/assimp/.signature @@ -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 diff --git a/assimp/Pkgfile b/assimp/Pkgfile index 8af476d97..ff1edb3c3 100644 --- a/assimp/Pkgfile +++ b/assimp/Pkgfile @@ -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 \ |