Search Criteria
Package Details: standardese-git 0.5.2.r9.gefbc112-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/standardese-git.git (read-only, click to copy) |
---|---|
Package Base: | standardese-git |
Description: | A (work-in-progress) nextgen Doxygen for C++ |
Upstream URL: | https://github.com/standardese/standardese |
Licenses: | MIT |
Conflicts: | standardese |
Provides: | standardese |
Submitter: | verri |
Maintainer: | mallchad (verri) |
Last Packager: | mallchad |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-11-29 19:08 (UTC) |
Last Updated: | 2021-10-11 19:57 (UTC) |
Dependencies (7)
- boost-libs
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- cmark (cmark-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
mallchad commented on 2023-12-20 07:45 (UTC)
@cadihac you'll have to be more specific because my Arch installs are very old and I can't get any error to occur either. The issue you reference is like 9 months old and is already fixed so I don't understand the relevance.
Please provide an error message or something
cadilhac commented on 2023-12-19 15:29 (UTC)
Compilation currently fails because of this: https://github.com/foonathan/cppast/issues/165
mallchad commented on 2021-10-11 20:36 (UTC)
Sorted basically all of the comments, no more libstandardese.so or libccapst.so, its statically linked.
Cleaned up some stuff like removing unused external files
ainola commented on 2021-10-08 06:24 (UTC)
I went ahead and went through with the orphan because it's been a while since this last interaction.
mallchad commented on 2021-09-24 11:27 (UTC) (edited on 2021-09-24 19:47 (UTC) by mallchad)
Alright, cool, no problem, spam filters can be pesky sometimes :P
verri had a few fixes if you check in the Flagged out of Date Section,
I had a few of my own... Before I realized verri had some better solutions and amended my changes, now what I'm left with is these series of patches.
http://ix.io/3zOT
The TL;DR
- Tweak cmake to build statically, no headers are provided
so following upstream to make shared options is pointless.
- Update the source/url to go to the new home (GitHub has been silently
redirecting for the time being, as it does).
- Move cmark to a build only dependency, its built and use statically
as far as I can tell
- Remove spdlog providing, it never provides such a thing, its a header-only
logging utility (maybe) used in the project
- Update '.SRCINFO' and bump 'pkgrel/pkgver'
CvR_XX commented on 2021-09-24 09:30 (UTC)
Sorry, sorry, sorry. My spam filter was picking out the status emails. Lets fix this!
pluc commented on 2020-12-20 09:16 (UTC)
Hello, it seems the package is missing a shared library :
CvR_XX commented on 2020-07-06 12:31 (UTC)
Added llvm to dependencies so it should work again!
felixthecat commented on 2020-02-03 16:19 (UTC) (edited on 2020-02-03 16:20 (UTC) by felixthecat)
Standardese needs "llvm" package as a needed dependency, can be installed with "sudo pacman -S llvm".