Package Details: mingw-w64-librsvg 2.59.2-1

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-2.1-or-later
Submitter: Schala
Maintainer: pingplug
Last Packager: pingplug
Votes: 8
Popularity: 0.000027
First Submitted: 2015-10-10 20:11 (UTC)
Last Updated: 2024-11-17 07:18 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

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

pingplug commented on 2018-02-19 11:13 (UTC) (edited on 2018-05-16 11:51 (UTC) by pingplug)

they introduced rust code from 2.41, and porting more C code to rust in recent releases

xantares commented on 2018-02-19 10:50 (UTC) (edited on 2018-02-19 10:50 (UTC) by xantares)

Is the rust dependency really necessary?

xan.