Package Details: lottieconv 0.3.0-1

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.dev
Votes: 3
Popularity: 0.008115
First Submitted: 2022-07-13 15:15 (UTC)
Last Updated: 2024-04-07 14:10 (UTC)

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.