Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions srcpkgs/assimp/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'assimp'
pkgname=assimp
version=5.2.5
revision=2
version=6.0.5
revision=1
build_style=cmake
configure_args="-DASSIMP_BUILD_SAMPLES=OFF -DASSIMP_WARNINGS_AS_ERRORS=OFF"
hostmakedepends="pkg-config"
Expand All @@ -11,8 +11,8 @@ short_desc="Import library for various well-known 3D model formats"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/assimp/assimp"
distfiles="https://github.com/assimp/assimp/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=b5219e63ae31d895d60d98001ee5bb809fb2c7b2de1e7f78ceeb600063641e1a
distfiles="https://github.com/assimp/assimp/archive/v${version}.tar.gz"
checksum=edf3749559c2b7d1f758ffb66fc5bec62186221e623b7f2e8969f17ee46ecb6f

post_install() {
# Copy contrib/stb_image header file (required for assimp_qt_viewer)
Expand All @@ -38,7 +38,7 @@ libassimp_package() {
}
libassimp-devel_package() {
short_desc+=" - development files"
depends="libassimp>=${version}_${revision} zlib-devel"
depends+=" zlib-devel"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
Expand Down
Loading