Package Details: mingw-w64-cairo-bootstrap 1.18.0-2

Git Clone URL: https://aur.archlinux.org/mingw-w64-cairo-bootstrap.git (read-only, click to copy)
Package Base: mingw-w64-cairo-bootstrap
Description: 2D graphics library with support for multiple output devices (mingw-w64 bootstrap)
Upstream URL: http://cairographics.org/
Licenses: MPL, LGPL
Conflicts: mingw-w64-cairo
Provides: mingw-w64-cairo
Submitter: Schala
Maintainer: drakkan
Last Packager: drakkan
Votes: 2
Popularity: 0.000000
First Submitted: 2015-12-02 22:43 (UTC)
Last Updated: 2023-10-16 10:22 (UTC)

Required by (10)

Sources (2)

Latest Comments

patlefort commented on 2023-10-16 11:19 (UTC)

It build fine now, thanks.

drakkan commented on 2023-10-16 10:24 (UTC)

@patlefort, I don't have access to a clean chroot right now but I think the latest commit should fix the reported issue. Can you please confirm? Thank you

patlefort commented on 2023-10-16 10:12 (UTC)

Problem compiling poppler using this bootstrapper:

In file included from /pkgbuild/mingw-w64-poppler/src/poppler-23.09.0/poppler/CairoFontEngine.cc:49:
/pkgbuild/mingw-w64-poppler/src/poppler-23.09.0/poppler/CairoFontEngine.h:41:10: fatal error: cairo-ft.h: No such file or directory
   41 | #include <cairo-ft.h>
      |          ^~~~~~~~~~~~

JJK commented on 2018-12-18 09:40 (UTC)

Could you change the provides to

provides=(${pkgname%-bootstrap}=$pkgver)

Some packages depend on a specific version of mingw-w64-cairo.

calegria commented on 2017-08-30 20:26 (UTC)

I confirm that the package can be built by just changing the version to 1.14.10

cdkitching commented on 2016-12-28 20:51 (UTC)

Added the dependency, sorry for missing the first message. Hopefully this doesn't cause additional problems...

xantares commented on 2016-12-23 15:37 (UTC)

I agree mingw-w64-fontconfig could be added to dependencies to avoid this problem. xan.

lantw44 commented on 2016-04-01 09:27 (UTC)

Error while building mingw-w64-pango: Cannot export pango_cairo_fc_font_get_type: symbol not defined Cannot export pango_cairo_fc_font_map_get_type: symbol not defined collect2: error: ld returned 1 exit status Makefile:1199: recipe for target 'libpangocairo-1.0.la' failed make[4]: *** [libpangocairo-1.0.la] Error 1 I use mingw-w64-cairo-bootstrap because the full version of mingw-w64-cairo requires mingw-w64-pango to be installed first. It seems this problem can be fixed by adding mingw-w64-fontconfig to depends of mingw-w64-cairo-bootstrap.