mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
assimp, bump base and docs version to 6.0.2 (#12508)
This commit is contained in:
@@ -8,7 +8,7 @@ COPYRIGHT="2006-2025, assimp team"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/assimp/assimp/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0c6ec0e601cab4700019c1e60b5cd332cc6355e63e59c11344693623c08a7d38"
|
||||
CHECKSUM_SHA256="d1822d9a19c9205d6e8bc533bf897174ddb360ce504680f294170cc1d6319751"
|
||||
SOURCE_DIR="assimp-$portVersion"
|
||||
PATCHES="assimp-$portVersion.patchset"
|
||||
|
||||
@@ -61,16 +61,16 @@ BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
# cmd:dot
|
||||
# cmd:doxygen
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:dot
|
||||
cmd:doxygen
|
||||
cmd:ninja
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. -GNinja -DCMAKE_BUILD_TYPE=Release \
|
||||
cmake -B build -S . -GNinja -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs \
|
||||
-DCMAKE_INSTALL_BINDIR=$prefix/bin \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
@@ -78,6 +78,7 @@ BUILD()
|
||||
-DASSIMP_BUILD_TESTS=OFF \
|
||||
-DASSIMP_BUILD_ASSIMP_TOOLS=ON \
|
||||
-DASSIMP_WARNINGS_AS_ERRORS=OFF
|
||||
|
||||
ninja -C build $jobArgs
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
SUMMARY="The Asset-Importer-Lib Docs"
|
||||
DESCRIPTION="This is the documentation for the Open Asset Import Library (short name: Assimp)."
|
||||
HOMEPAGE="https://github.com/assimp/assimp-docs"
|
||||
COPYRIGHT="2019 Open Asset Import Library"
|
||||
COPYRIGHT="2025 Open Asset Import Library"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="250be0be3ddcbb837c677cd93bf627d5f1520203da3c7aea02483d0cd5d11f23"
|
||||
CHECKSUM_SHA256="031215d7197ed6b99d1f85acc75bca281b816113231f140ba5989b6b112b06f7"
|
||||
SOURCE_FILENAME="assimp-docs-v$portVersion.tar.gz"
|
||||
SOURCE_DIR="assimp-docs-$portVersion"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From cedc81d524f33d05c29cf5d47f77a2ddc821f436 Mon Sep 17 00:00:00 2001
|
||||
From f070ee55492d998b367dcbc3f982bbaad1b4e78c Mon Sep 17 00:00:00 2001
|
||||
From: Begasus <begasus@gmail.com>
|
||||
Date: Wed, 27 Sep 2023 10:04:20 +0200
|
||||
Subject: Disable failing/crashing tests
|
||||
Reference in New Issue
Block a user