@@ -7,23 +7,22 @@
|
|||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import mesontools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#shelltools.system("sed -i '/tree_index/d' doc/rsvg-docs.xml")
|
#shelltools.system("sed -i '/tree_index/d' doc/rsvg-docs.xml")
|
||||||
autotools.autoreconf("-fiv")
|
# autotools.autoreconf("-fiv")
|
||||||
autotools.configure("--enable-vala \
|
mesontools.configure()
|
||||||
--disable-static \
|
|
||||||
--enable-gtk-doc")
|
|
||||||
|
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
# pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
mesontools.build()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
mesontools.install()
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "COPYING.LIB", "README.md")
|
pisitools.dodoc("AUTHORS", "COPYING.LIB", "README.md")
|
||||||
|
|||||||
@@ -12,9 +12,11 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Scalable Vector Graphics (SVG) rendering library</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>rust</Dependency>
|
<Dependency>rust</Dependency>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
|
<Dependency>cargo-c</Dependency>
|
||||||
<Dependency>docutils</Dependency>
|
<Dependency>docutils</Dependency>
|
||||||
<Dependency>gi-docgen</Dependency>
|
<Dependency>gi-docgen</Dependency>
|
||||||
<Dependency>cairo-devel</Dependency>
|
<Dependency>cairo-devel</Dependency>
|
||||||
@@ -82,6 +84,10 @@
|
|||||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||||
<Dependency>cairo-devel</Dependency>
|
<Dependency>cairo-devel</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>pango-devel</Dependency>
|
||||||
|
<Dependency>libxml2-devel</Dependency>
|
||||||
|
<Dependency>freetype-devel</Dependency>
|
||||||
|
<Dependency>harfbuzz-devel</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
@@ -91,6 +97,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="24">
|
||||||
<Date>2023-09-14</Date>
|
<Date>2023-09-14</Date>
|
||||||
<Version>2.56.4</Version>
|
<Version>2.56.4</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user