Date: Sunday, March 12, 2023 @ 07:37:30 Author: svenstaro Revision: 1419236
upgpkg: f3d 1.3.1-9: Rebuild for vtk breakage (FS#77801) Modified: f3d/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-12 07:21:20 UTC (rev 1419235) +++ PKGBUILD 2023-03-12 07:37:30 UTC (rev 1419236) @@ -3,12 +3,12 @@ # Contributor: Mathieu Wespthal <[email protected]> pkgname=f3d pkgver=1.3.1 -pkgrel=8 +pkgrel=9 pkgdesc='A fast and minimalist 3D viewer' arch=('x86_64') url="https://github.com/${pkgname}-app/${pkgname}" license=('BSD') -depends=('vtk' 'glew' 'pugixml' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'python' 'fmt') +depends=('vtk' 'glew' 'pugixml' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'python' 'fmt' 'nlohmann-json') makedepends=('cmake' 'help2man' 'openmp' 'pybind11' 'ninja') source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname-app/$pkgname/archive/refs/tags/v$pkgver.tar.gz") sha256sums=('653dc4044e14d0618c1d947a8ee85d2513e100b3fc24bd6e51830131a13e795d') @@ -15,7 +15,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" - + export CXXFLAGS+=" -ffat-lto-objects" cmake \ -GNinja \ -Bbuild \
