assimp: update to 4.0.0
This commit is contained in:
parent
739ade5792
commit
00f09b3435
|
@ -2728,7 +2728,7 @@ libomxvideosched.so.0 libomxil-bellagio-0.9.3_1
|
|||
libnss_libvirt_guest.so.2 libvirt-3.1.0_1
|
||||
libvirt-admin.so.0 libvirt-3.1.0_1
|
||||
libnss_libvirt.so.2 libvirt-3.1.0_1
|
||||
libassimp.so.3 libassimp-3.3.1_1
|
||||
libassimp.so.4 libassimp-4.0.0_1
|
||||
libdouble-conversion.so.1 double-conversion-2.0.1_1
|
||||
libspectrum.so.8 libspectrum-1.2.2_1
|
||||
libbearssl.so.0 bearssl-0.3_1
|
||||
|
|
|
@ -1,28 +1,24 @@
|
|||
# Template file for 'assimp'
|
||||
pkgname=assimp
|
||||
version=3.3.1
|
||||
revision=2
|
||||
version=4.0.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake pkg-config doxygen"
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="boost-devel zlib-devel"
|
||||
short_desc="Import library for various well-known 3D model formats"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="3-clause-BSD"
|
||||
homepage="http://assimp.sourceforge.net/"
|
||||
distfiles="https://github.com/assimp/assimp/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=d385c3f90876241343f09e45f4e5033a6a05861b971c63d1f6d512371ffdc7bf
|
||||
checksum=9025d7fdd2a1d1d23261cbbcb1155b267f2a277f7e86103e5e16f1cdea407fb9
|
||||
depends="libassimp>=${version}_${revision}"
|
||||
|
||||
post_install() {
|
||||
cd doc
|
||||
# Create command documentation
|
||||
rm -rf AssimpCmdDoc_Html
|
||||
doxygen Doxyfile_Cmd
|
||||
vmkdir usr/share/doc/${pkgname}
|
||||
vcopy AssimpCmdDoc_Html/* usr/share/doc/${pkgname}
|
||||
# Create library documentation
|
||||
rm -rf AssimpDoc_Html
|
||||
doxygen Doxyfile
|
||||
vmkdir usr/share/doc/${pkgname}/lib
|
||||
vcopy AssimpDoc_Html/* usr/share/doc/${pkgname}/lib
|
||||
cd ..
|
||||
|
|
Loading…
Reference in New Issue