Search Criteria
Package Details: artem 3.0.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/artem.git (read-only, click to copy) |
|---|---|
| Package Base: | artem |
| Description: | Convert images from multiple formats (jpg, png, webp, etc…) to ASCII art, written in Rust |
| Upstream URL: | https://github.com/finefindus/artem |
| Keywords: | ascii ascii-art cli rust |
| Licenses: | MPL2 |
| Conflicts: | artem |
| Provides: | artem |
| Submitter: | finefindus |
| Maintainer: | finefindus |
| Last Packager: | finefindus |
| Votes: | 2 |
| Popularity: | 0.014530 |
| First Submitted: | 2022-05-27 12:35 (UTC) |
| Last Updated: | 2024-04-02 18:39 (UTC) |
Dependencies (1)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
Latest Comments
finefindus commented on 2024-04-02 18:42 (UTC)
@dreieck could you please create an issue in the upstream repository? It's easier for me to handle it there :)
yochananmarqos commented on 2024-04-02 17:16 (UTC)
@finefindus: There's a typo in the source array:
dreieck commented on 2024-04-02 12:07 (UTC)
Test
full_file_compare_html_background_colorstill fails for me. Any idea?dreieck commented on 2024-02-13 14:27 (UTC)
I see you have updated the package.
Build still fails for me -- please add
options+=('!lto')to disable LTO for that packages in environments where it otherwise is enabled:check()now succeeds after a succesful build withoptions+=('!lto').Regards and thanks for maintaining!
dreieck commented on 2024-01-12 10:57 (UTC)
With
options+=('!lto'),build()succeeds butcheck()fails:Regards!
dreieck commented on 2024-01-12 10:55 (UTC)
You need to add
options+=('!lto')to thePKGBUILDin order to mitigate this linking error reported on 2024-01-12, 10:51 UTC (LTO needs to be disabled, even if the user has configured it for it's system).Regards!
dreieck commented on 2024-01-12 10:51 (UTC)
It fails to build for me with
error: linking withccfailed: exit status: 1:Regards!