Package Details: mingw-w64-librsvg 2.58.0-2

Git Clone URL: https://aur.archlinux.org/mingw-w64-librsvg.git (read-only, click to copy)
Package Base: mingw-w64-librsvg
Description: SVG rendering library (mingw-w64)
Upstream URL: https://wiki.gnome.org/action/show/Projects/LibRsvg
Keywords: librsvg mingw-w64
Licenses: LGPL
Submitter: Schala
Maintainer: pingplug
Last Packager: pingplug
Votes: 8
Popularity: 0.001455
First Submitted: 2015-10-10 20:11 (UTC)
Last Updated: 2024-04-05 01:35 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Martchus commented on 2020-07-17 23:43 (UTC)

Thanks for the answer. I avoided rebuilding rust because it takes forever to build. Maybe I'll just remove the sed line for now or just stick to the old version for a while.

pingplug commented on 2020-07-17 23:39 (UTC)

@Martchus rust renamed library suffix from .lib to .a in windows recently. if you are not using rust>=1.44, just remove the sed line in prepare()

Martchus commented on 2020-07-17 11:55 (UTC)

It fails here with the following error:

   Compiling librsvg_c_api v0.0.1 (/build/mingw-w64-librsvg/src/librsvg/librsvg)
    Finished release [optimized + debuginfo] target(s) in 15m 23s
mv: cannot stat '/build/mingw-w64-librsvg/src/librsvg/build-i686-w64-mingw32/target/i686-pc-windows-gnu/release/librsvg_c_api.a': No such file or directory
make[2]: *** [Makefile:1769: librsvg_c_api.la] Error 1
make[2]: Leaving directory '/build/mingw-w64-librsvg/src/librsvg/build-i686-w64-mingw32'
make[1]: *** [Makefile:1274: all-recursive] Error 1
make[1]: Leaving directory '/build/mingw-w64-librsvg/src/librsvg/build-i686-w64-mingw32'
make: *** [Makefile:821: all] Error 2
==> ERROR: A failure occurred in build().

Full log: https://martchus.no-ip.biz/build-data/misc/mingw-w64-librsvg/pkg/build.log

lantw44 commented on 2020-06-26 08:09 (UTC)

I just found that this package chooses an unstable release (2.49.2) instead of a stable release (2.48.7).

schaerfo commented on 2020-04-09 18:41 (UTC)

Please add gobject-introspection to build dependencies. Otherwise prepare fails with Makefile.am:281: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL

lantw44 commented on 2019-12-28 04:36 (UTC)

Please drop mingw-w64-libcroco from depends and add mingw-w64-libxml2 to depends. librsvg stops depending on libcroco since version 2.47.1, and libxml2 is a dependency directly used by librsvg.

https://gitlab.gnome.org/GNOME/librsvg/commit/6bded0832689ff88a7388b0358aa0d7f9c797487

adsun commented on 2019-07-23 13:27 (UTC)

gtk-doc was misspelled as "gdk-doc".

adsun commented on 2019-07-20 14:56 (UTC)

Since switching to git source, this now needs git, gtk-doc, and gobject-introspection to makedepends to build successfully in a clean chroot.

xzz53 commented on 2019-07-19 15:49 (UTC)

mingw-w64-librsg-2.45.7-1 fails to compile for me:

  CCLD     librsvg-2.la
/usr/lib/gcc/x86_64-w64-mingw32/9.1.0/../../../../x86_64-w64-mingw32/bin/ld: ./.libs/librsvg_internals.a(compiler_builtins-ec60475ab63db4af.compiler_builtins.appui0l6-cgu.0.rcgu.o): in function `compiler_builtins::int::__clzsi2':
C:\Users\appveyor\.cargo\registry\src\github.com-1ecc6299db9ec823\compiler_builtins-0.1.14/C:\Users\appveyor\.cargo\registry\src\github.com-1ecc6299db9ec823\compiler_builtins-0.1.14\src/macros.rs:76: undefined reference to `__clzsi2'

grandchild commented on 2018-10-05 12:17 (UTC) (edited on 2018-10-05 12:17 (UTC) by grandchild)

This does not build for me anymore:

   Compiling cssparser-macros v0.3.4
error[E0308]: mismatched types
   --> rsvg_internals/src/css.rs:104:54
    |
104 |         let parser = cr_parser_new_from_buf(buf_ptr, buf_len, CR_UTF_8, false.to_glib());
    |                                                      ^^^^^^^ expected u32, found u64