mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
assimp: update to 5.0.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
ca737a8a5a
commit
d7c7af9fbc
3 changed files with 5 additions and 21 deletions
|
@ -2800,7 +2800,7 @@ libomxvideosched.so.0 libomxil-bellagio-0.9.3_1
|
||||||
libnss_libvirt_guest.so.2 libvirt-3.1.0_1
|
libnss_libvirt_guest.so.2 libvirt-3.1.0_1
|
||||||
libvirt-admin.so.0 libvirt-3.1.0_1
|
libvirt-admin.so.0 libvirt-3.1.0_1
|
||||||
libnss_libvirt.so.2 libvirt-3.1.0_1
|
libnss_libvirt.so.2 libvirt-3.1.0_1
|
||||||
libassimp.so.4 libassimp-4.0.0_1
|
libassimp.so.5 libassimp-5.0.0_1
|
||||||
libdouble-conversion.so.1 double-conversion-2.0.1_1
|
libdouble-conversion.so.1 double-conversion-2.0.1_1
|
||||||
libspectrum.so.8 libspectrum-1.2.2_1
|
libspectrum.so.8 libspectrum-1.2.2_1
|
||||||
libbearssl.so.0 bearssl-0.3_1
|
libbearssl.so.0 bearssl-0.3_1
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
--- tools/assimp_qt_viewer/glview.cpp 2017-07-28 22:33:41.000000000 +0200
|
|
||||||
+++ tools/assimp_qt_viewer/glview.cpp 2017-08-05 09:47:00.697027943 +0200
|
|
||||||
@@ -3,6 +3,11 @@
|
|
||||||
/// \author smal.root@gmail.com
|
|
||||||
/// \date 2016
|
|
||||||
|
|
||||||
+#if defined(__arm__)
|
|
||||||
+// Avoid conflict for types GLsizeiptr and GLintptr
|
|
||||||
+#define GL_VERSION_1_5
|
|
||||||
+
|
|
||||||
+#endif
|
|
||||||
#include "glview.hpp"
|
|
||||||
|
|
||||||
// Header files, OpenGL.
|
|
|
@ -1,22 +1,20 @@
|
||||||
# Template file for 'assimp'
|
# Template file for 'assimp'
|
||||||
pkgname=assimp
|
pkgname=assimp
|
||||||
version=4.1.0
|
version=5.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DASSIMP_BUILD_SAMPLES=OFF"
|
configure_args="-DASSIMP_BUILD_SAMPLES=OFF"
|
||||||
hostmakedepends="cmake pkg-config qt5-qmake qt5-host-tools qt5-devel"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="boost-devel libgomp-devel devil-devel qt5-devel minizip-devel zziplib-devel"
|
makedepends="boost-devel libgomp-devel devil-devel minizip-devel zziplib-devel"
|
||||||
short_desc="Import library for various well-known 3D model formats"
|
short_desc="Import library for various well-known 3D model formats"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
homepage="http://assimp.sourceforge.net/"
|
homepage="http://assimp.sourceforge.net/"
|
||||||
distfiles="https://github.com/assimp/assimp/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/assimp/assimp/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=3520b1e9793b93a2ca3b797199e16f40d61762617e072f2d525fad70f9678a71
|
checksum=b0110a91650d6bb4000e3d5c2185bf77b0ff0a2e7a284bc2c4af81b33988b63c
|
||||||
depends="libassimp>=${version}_${revision}"
|
depends="libassimp>=${version}_${revision}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Install assimp_qt_viewer
|
|
||||||
vbin build/tools/assimp_qt_viewer/assimp_qt_viewer
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
# Create command documentation
|
# Create command documentation
|
||||||
|
|
Loading…
Add table
Reference in a new issue