Search Criteria
Package Details: plutovg-git 1.1.0+4.r220.20250609.6cbcea0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/plutovg-git.git (read-only, click to copy) |
---|---|
Package Base: | plutovg-git |
Description: | A standalone 2D vector graphics library in C. |
Upstream URL: | https://github.com/sammycage/plutovg |
Licenses: | MIT |
Conflicts: | plutovg |
Provides: | libplutovg.so, plutovg |
Submitter: | dreieck |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-01-08 17:11 (UTC) |
Last Updated: | 2025-06-10 14:58 (UTC) |
Dependencies (3)
Required by (6)
- pcsx2 (requires plutovg)
- pcsx2-avx-git (requires plutovg)
- pcsx2-git (requires plutovg)
- plutosvg (requires libplutovg.so)
- plutosvg-git (requires plutovg)
- plutosvg-git (requires plutovg) (make)
Latest Comments
dreieck commented on 2025-06-10 15:03 (UTC)
No. The standard build procedure just did emit this.
I needed to explicitly add
-DBUILD_SHARED_LIBS=ON
. I have done so. Now,libplutovg.so
is built and installed (butlibplutovg.a
no longer).Regards and thanks for mentioning!
rubin55 commented on 2025-06-09 09:33 (UTC) (edited on 2025-06-10 12:56 (UTC) by rubin55)
Is it intended that this -git package does not produce a
libplutovg.so
? I only have alibplutovg.a
Could your package also produce
.so
files, i.e.,libplutovg.so
dreieck commented on 2025-05-01 08:42 (UTC)
Thanks for mentioning. Fixed.
(I actually should have seen it since
cmake
is used in thePKGBUILD
.)Regards!
parkerlreed commented on 2025-05-01 07:58 (UTC)
This needs cmake added to build deps as it doesn't build in a clean chroot
(PCSX2 now depends on this library)