summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMartin Schitter <ms@mur.at>2025-11-06 11:31:45 +0000
committerGreg Hogan <code@greghogan.com>2025-11-10 19:10:39 +0000
commitd4c9e4668809a1559fea8b897dd773da784aa123 (patch)
tree7a7a4d093820bbff5e85908723414a718c2698ef /gnu/packages
parenta3decf1383c59ca9c6f8b12ba394b3742a206ea7 (diff)
gnu: lunasvg: Update to 3.5.0.
* gnu/packages/cpp.scm (lunasvg): Update to 3.5.0. Change-Id: I79ab9e796f5acfbc97ff833b02051f986a8a1543 Signed-off-by: Greg Hogan <code@greghogan.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cpp.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 72979731b3c..5504147815b 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -587,7 +587,7 @@ operating system functions.")
587(define-public lunasvg 587(define-public lunasvg
588 (package 588 (package
589 (name "lunasvg") 589 (name "lunasvg")
590 (version "3.2.1") 590 (version "3.5.0")
591 (source 591 (source
592 (origin 592 (origin
593 (method git-fetch) 593 (method git-fetch)
@@ -596,11 +596,11 @@ operating system functions.")
596 (commit (string-append "v" version)))) 596 (commit (string-append "v" version))))
597 (file-name (git-file-name name version)) 597 (file-name (git-file-name name version))
598 (sha256 598 (sha256
599 (base32 "14ppk3k6sdbf3lwhv2gjqy32vwa7ck9jcj9xfk0fxwfqbvbp6608")))) 599 (base32 "1scmm1q35j3r87117p401fg3c1bx2nkiyvc2f3svvr2m2y9ihabr"))))
600 (build-system cmake-build-system) 600 (build-system cmake-build-system)
601 (inputs (list plutovg)) 601 (inputs (list plutovg))
602 (arguments 602 (arguments
603 '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON") 603 '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON -DUSE_SYSTEM_PLUTOVG=ON")
604 #:tests? #f)) ;No tests. 604 #:tests? #f)) ;No tests.
605 (home-page "https://github.com/sammycage/lunasvg") 605 (home-page "https://github.com/sammycage/lunasvg")
606 (synopsis "SVG rendering and manipulation library in C++") 606 (synopsis "SVG rendering and manipulation library in C++")