Search Criteria
Package Details: lottieconv 0.3.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lottieconv.git (read-only, click to copy) |
|---|---|
| Package Base: | lottieconv |
| Description: | Convert lottie files to WEBP or GIF |
| Upstream URL: | https://crates.io/crates/lottieconv |
| Licenses: | MIT |
| Conflicts: | lottie2gif, lottie2webp |
| Replaces: | lottie2gif, lottie2webp |
| Submitter: | msrd0 |
| Maintainer: | msrd0 (msrd0.dev) |
| Last Packager: | msrd0 |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-07-13 15:15 (UTC) |
| Last Updated: | 2025-07-14 09:00 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- libwebp (libwebp-gitAUR)
- rlottieAUR (rlottie-gitAUR, rlottie-paper-plane-gitAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- cargo-auditable (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
Required by (1)
- rlottie (optional)
Latest Comments
msrd0 commented on 2022-09-11 12:59 (UTC)
@saltedcoffii lottieconv is written in Rust and doesn't use gcc or clang (except for linking, I recommend clang and mold for faster build times, but by default it uses gcc). However, its dependency rlottie depends on rlottie-sys which build-time-depends on bindgen which depends on clang-sys which needs libclang.
TL;DR it doesn't use clang compiler, but needs libclang to build the Rust interface for the rlottie C library.
saltedcoffii commented on 2022-09-11 11:11 (UTC)
Why does lottieconv makedepend on clang? It builds fine with gcc.