Unverified Kaydet (Commit) 72f8bd01 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

librsvg-32bit derlendi.

üst d2d77238
......@@ -12,21 +12,28 @@ from inary.actionsapi import get
def setup():
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
if get.buildTYPE != "emul32":
shelltools.system(" ./configure --prefix=/usr --sysconfdir=/etc \
if get.buildTYPE() != "emul32":
shelltools.system("RUST_TARGET=x86_64-unknown-linux-gnu \
./configure --prefix=/usr --sysconfdir=/etc \
--libdir=/usr/lib \
--enable-svgz --disable-gtk-doc")
--enable-svgz \
--disable-gtk-doc")
else:
shelltools.export("PKG_CONFIG","i686-pc-linux-gnu-pkg-config")
shelltools.export("RUST_TARGET","i686-unknown-linux-gnu")
shelltools.system(" ./configure --prefix=/usr --sysconfdir=/etc \
shelltools.system("RUST_TARGET=i686-unknown-linux-gnu \
./configure --prefix=/usr --sysconfdir=/etc \
--libdir=/usr/lib32 \
--disable-vala \
--disable-introspection \
--enable-svgz --disable-gtk-doc\
--build=i686-pc-linux-gnu --host=i686-pc-linux-gnu")
def build():
if get.buildTYPE() != "emul32":
shelltools.export("RUST_TARGET","x86_64-unknown-linux-gnu")
else:
shelltools.export("RUST_TARGET","i686-unknown-linux-gnu")
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
......@@ -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="b7b328d0c6c7da44c46d2e63b769a79f909980c3">https://gitlab.gnome.org/GNOME/librsvg/-/archive/2.47.3/librsvg-2.47.3.zip</Archive>
<Archive sha1sum="322e50e18668e6c66f63e7a3dc98fbd3c04417a0">https://gitlab.gnome.org/GNOME/librsvg/-/archive/2.49.3/librsvg-2.49.3.zip</Archive>
<BuildDependencies>
<Dependency>libcroco-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
......@@ -59,11 +59,21 @@
<Package>
<Name>librsvg-32bit</Name>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>libcroco-32bit</Dependency>
<Dependency>gtk3-32bit</Dependency>
<Dependency>pango-32bit</Dependency>
<Dependency>gdk-pixbuf-32bit</Dependency>
<Dependency>rustc-32bit</Dependency>
<Dependency>glib2-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>libcroco-32bit</Dependency>
<Dependency>rustc-32bit</Dependency>
<Dependency>glib2-32bit</Dependency>
<!--Dependency>libcroco-32bit</Dependency>
<Dependency>gtk3-32bit</Dependency>
<Dependency>pango-32bit</Dependency>
<Dependency>gdk-pixbuf-32bit</Dependency>
<Dependency>gdk-pixbuf-32bit</Dependency-->
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
......@@ -89,7 +99,14 @@
</Package>
<History>
<Update release="3">
<Update release="4">
<Date>2020-07-04</Date>
<Version>2.49.3</Version>
<Comment>Version bump to 2.47.3</Comment>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Update>
<Update release="3">
<Date>2019-12-14</Date>
<Version>2.47.3</Version>
<Comment>Version bump to 2.47.3</Comment>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment