@@ -7,23 +7,22 @@
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
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")
|
||||
autotools.configure("--enable-vala \
|
||||
--disable-static \
|
||||
--enable-gtk-doc")
|
||||
# autotools.autoreconf("-fiv")
|
||||
mesontools.configure()
|
||||
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
# pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING.LIB", "README.md")
|
||||
|
||||
@@ -12,9 +12,11 @@
|
||||
<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="3dea2434c31b8cd672ceb0f7ae6609d880b979f4" type="tarxz">mirrors://gnome/librsvg/2.56/librsvg-2.56.4.tar.xz</Archive>
|
||||
<Archive sha1sum="511acee380ca8005e0713af64f5a7a94ac159dfe" type="tarxz">mirrors://gnome/librsvg/2.59/librsvg-2.59.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>rust</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>cargo-c</Dependency>
|
||||
<Dependency>docutils</Dependency>
|
||||
<Dependency>gi-docgen</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
@@ -82,6 +84,10 @@
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
<Dependency>harfbuzz-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -91,6 +97,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="25">
|
||||
<Date>2024-10-30</Date>
|
||||
<Version>2.59.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="24">
|
||||
<Date>2023-09-14</Date>
|
||||
<Version>2.56.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user