Commit graph

5 commits

Author SHA1 Message Date
nros
76be298328 Update multimedia/assimp to version 5.2.3
Update multimedia/assimp to version 5.2.3.

The reason for updating is that this
version has changes, mOrthographicWith in
aiCamera, needed by some packages in wip
(qt6).

This update should be safe since only wip
packages depend on it.

pkgsrc changes:
patch-assimp.pc.in came from upstream and
is now removed.
contrib/irrXML does not exist anymore so
patch-contrib_irrXML_CMakeLists.txt has
been removed.

Changes in package:
To many to mention.
2022-04-14 13:20:42 +00:00
nros
b8095bb631 Fix the assimp pkgconfig file
Set the correct includedir in the
assimp pkgconfig file.
Add missing PKGCONFIG_OVERRIDE.
2021-05-10 08:18:53 +00:00
gutteridge
e0d2dec792 assimp: adjust a portability patch
Simplify, per joerg@'s suggestion "Drop the whole block. Seems much
safer."
2021-01-10 05:20:00 +00:00
gutteridge
eaf4ba362b assimp: build fix for 32-bit architectures
Rather than add to the ifdef stew that's already there, simply don't
try to second-guess the host platform. Otherwise, we'd need more macro
checks added for, at least, NetBSD, FreeBSD, and musl, but including
sys/types.h should "just work".

(There's seemingly another unrelated portability issue directly below
that code block, but it won't break builds, and would require different
means of correction.)
2021-01-07 05:15:47 +00:00
gutteridge
07b07c7292 assimp: fix Darwin and FreeBSD builds
Make this package build a dependent library consistently on all pkgsrc
platforms, so we don't get PLIST mismatches.
2021-01-05 04:50:53 +00:00