librsvg-2.60.0

This commit is contained in:
Rmys
2025-09-24 20:30:38 +03:00
parent 7d0b36950d
commit b3ec5c946d
2 changed files with 14 additions and 6 deletions
+6 -5
View File
@@ -10,14 +10,15 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
#shelltools.system("sed -i '/tree_index/d' doc/rsvg-docs.xml")
# autotools.autoreconf("-fiv")
# shelltools.export("CARGO_PROFILE_RELEASE_DEBUG", "2")
# shelltools.export("CARGO_PROFILE_RELEASE_STRIP", "false")
# shelltools.export("CARGO_PROFILE_RELEASE_LTO", "true")
# shelltools.export("CARGO_PROFILE_RELEASE_CODEGEN_UNITS", "1")
# shelltools.system("""cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')" """)
mesontools.configure()
# pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
mesontools.build()
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Scalable Vector Graphics (SVG) rendering library</Summary>
<Description>librsvg is a component used within software applications to enable support for SVG-format scalable vector graphics.</Description>
<Archive sha1sum="511acee380ca8005e0713af64f5a7a94ac159dfe" type="tarxz">mirrors://gnome/librsvg/2.59/librsvg-2.59.2.tar.xz</Archive>
<Archive sha1sum="52de925fddc6a91791ec878925b71f0238380576" type="tarxz">mirrors://gnome/librsvg/2.60/librsvg-2.60.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>rust</Dependency>
<Dependency>meson</Dependency>
@@ -97,6 +97,13 @@
</Package>
<History>
<Update release="27">
<Date>2025-09-24</Date>
<Version>2.60.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="25">
<Date>2024-10-30</Date>
<Version>2.59.2</Version>