yes, true, but managing updates manually, no thanks.
Search Criteria
Package Details: thorvg 0.15.16-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/thorvg.git (read-only, click to copy) |
|---|---|
| Package Base: | thorvg |
| Description: | An open-source, lightweight, and portable library designed for rendering vector-based scenes and animations, including SVG and Lottie formats |
| Upstream URL: | https://www.thorvg.org/ |
| Keywords: | animation gl lottie svg vector |
| Licenses: | MIT |
| Submitter: | Popolon |
| Maintainer: | Popolon |
| Last Packager: | Popolon |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-01-24 11:56 (UTC) |
| Last Updated: | 2025-12-29 19:23 (UTC) |
Dependencies (7)
- libjpeg (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libwebp (libwebp-gitAUR)
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-rk35xx-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa-amber)
- meson (meson-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make)
Required by (0)
Sources (2)
Latest Comments
simona commented on 2025-12-29 19:49 (UTC)
Popolon commented on 2025-12-29 19:14 (UTC) (edited on 2025-12-30 17:33 (UTC) by Popolon)
If you complaint about conflict du another tool that use this so generic name (svg2png), you can use thorvg-git version that resolve the issue by renaming sv2png, and lottie2gif with a 'tgv-' prefix. (tvg-svg2png, etc...), but no more svg2tvg tool. if I change it, I'm affraid example will now work anymore, and break lot of other users workflow.
If you still want this before next stable release, you can uncomment the 3 following lines in the PKGBUILD in
_package()section
# mv $pkgdir/usr/bin/svg2png $pkgdir/usr/bin/tvg-svg2png # mv $pkgdir/usr/bin/svg2tvg $pkgdir/usr/bin/tvg-svg2tvg # mv $pkgdir/usr/bin/lottie2gif $pkgdir/usr/bin/tvg-lottie2gif
simona commented on 2025-12-29 13:44 (UTC)
thorvg: /usr/bin/svg2png è già presente nel filesystem (appartiene a mapnik)
simona commented on 2025-10-07 14:40 (UTC)
conflict with mapnik
Pinned Comments
Popolon commented on 2025-12-29 19:14 (UTC) (edited on 2025-12-30 17:33 (UTC) by Popolon)
If you complaint about conflict du another tool that use this so generic name (svg2png), you can use thorvg-git version that resolve the issue by renaming sv2png, and lottie2gif with a 'tgv-' prefix. (tvg-svg2png, etc...), but no more svg2tvg tool. if I change it, I'm affraid example will now work anymore, and break lot of other users workflow.
If you still want this before next stable release, you can uncomment the 3 following lines in the PKGBUILD in
section