Package Details: plutovg-git 1.1.0+4.r220.20250609.6cbcea0-2

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)

Sources (1)

Latest Comments

dreieck commented on 2025-06-10 15:03 (UTC)

Is it intended that this -git package does not produce a libplutovg.so? I only have a libplutovg.a

No. The standard build procedure just did emit this.

Could your package also produce .so files, i.e., libplutovg.so

I needed to explicitly add -DBUILD_SHARED_LIBS=ON. I have done so. Now, libplutovg.so is built and installed (but libplutovg.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 a libplutovg.a

Could your package also produce .so files, i.e., libplutovg.so

dreieck commented on 2025-05-01 08:42 (UTC)

This needs cmake added to build deps

Thanks for mentioning. Fixed.

(I actually should have seen it since cmake is used in the PKGBUILD.)

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)