FS#78283 - [f3d] package should enable plugins

Attached to Project: Community Packages
Opened by Mathieu Westphal (GloW) - Saturday, 22 April 2023, 09:39 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 23 April 2023, 05:36 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: F3D package depends on many dependencies but do not enable any of them


Additional info:
* package version(s): 2.0.0
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:

`f3d --scan-plugins` : only native and exodus found

To fix, enable the following in the CMakeLists:

```
-DF3D_PLUGIN_BUILD_ALEMBIC=ON \
-DF3D_PLUGIN_BUILD_ASSIMP=ON \
-DF3D_PLUGIN_BUILD_DRACO=ON \
-DF3D_PLUGIN_BUILD_OCCT=ON \
```


See the aur:

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=f3d-git
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Sunday, 23 April 2023, 05:36 GMT
Reason for closing:  Fixed
Comment by Toolybird (Toolybird) - Saturday, 22 April 2023, 22:36 GMT
> To fix, enable the following in the CMakeLists:

It appears they were removed on purpose by the PM [1] for some reason.

[1] https://github.com/archlinux/svntogit-community/commit/41a7807231ffa94f183f8115d4976eefac5d089c
Comment by Toolybird (Toolybird) - Saturday, 22 April 2023, 22:42 GMT
PS: @Svenstaro, this is still missing a dep on jsoncpp as mentioned in  FS#77801 . It doesn't run without it.
Comment by Sven-Hendrik Haase (Svenstaro) - Sunday, 23 April 2023, 00:42 GMT
Please test now, rel-3.
Comment by Mathieu Westphal (GloW) - Sunday, 23 April 2023, 05:11 GMT
Indeed, fixed ! Thanks !

Loading...