Search Criteria
Package Details: libloot 0.24.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libloot.git (read-only, click to copy) |
---|---|
Package Base: | libloot |
Description: | A library for the Load Order Optimisation Tool for Starfield, The Elder Scrolls (Morrowind and later) and Fallout (3 and later) games. |
Upstream URL: | https://loot.github.io |
Licenses: | GPL-3.0-only |
Submitter: | C0rn3j |
Maintainer: | C0rn3j |
Last Packager: | C0rn3j |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-09-14 14:52 (UTC) |
Last Updated: | 2024-11-04 18:31 (UTC) |
Dependencies (12)
- fmt (fmt-gitAUR)
- icu (icu-gitAUR)
- spdlog (spdlog-gitAUR)
- tbb (onetbb-gitAUR, onetbb)
- boost (boost-gitAUR) (make)
- cbindgen (make)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-breathe (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rustup) (make)
Latest Comments
yochananmarqos commented on 2024-10-06 18:15 (UTC)
@C0rn3j: Ah, so it is. Sorry, I hadn't updated my local PKGBUILD and forgot to check your commits.
C0rn3j commented on 2024-10-06 17:42 (UTC)
Thanks for the heads up, am aware, I pushed for it :)
It's already required with 0.24.1.
yochananmarqos commented on 2024-10-05 18:49 (UTC)
@C0rn3j: FYI, with 0.24.3
fmt
is now a required dependency. If it's not found during build, it will be built and install conflicting files.C0rn3j commented on 2024-10-01 19:05 (UTC)
Can you reproduce it in a clean chroot?
sakure commented on 2024-10-01 13:01 (UTC) (edited on 2024-10-01 13:02 (UTC) by sakure)
gives me an error
[ 85%] Building CXX object CMakeFiles/loot.dir/src/api/sorting/plugin_graph.cpp.o In file included from /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/metadata/yaml/plugin_metadata.h:40, from /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/api_database.cpp:32: /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/metadata/yaml/message.h: In static member function ‘static bool YAML::convert<loot::Message>::decode(const YAML::Node&, loot::Message&)’: /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/metadata/yaml/message.h:144:41: error: expected unqualified-id before ‘&’ token 144 | } catch (const fmt::format_error& e) { | ^ /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/metadata/yaml/message.h:144:41: error: expected ‘)’ before ‘&’ token /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/metadata/yaml/message.h:144:17: note: to match this ‘(’ 144 | } catch (const fmt::format_error& e) { | ^ /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/metadata/yaml/message.h:144:41: error: expected ‘{’ before ‘&’ token 144 | } catch (const fmt::format_error& e) { | ^ /tmp/makepkg/libloot/src/libloot-0.24.1/src/api/metadata/yaml/message.h:144:43: error: ‘e’ was not declared in this scope 144 | } catch (const fmt::format_error& e) { | ^ make[3]: *** [CMakeFiles/loot.dir/build.make:90: CMakeFiles/loot.dir/sr c/api/api_database.cpp.o] Error 1
Infernio commented on 2024-09-21 08:16 (UTC) (edited on 2024-09-21 08:17 (UTC) by Infernio)
The .desktop file in the git repo of this package seems unused and could probably be deleted.