Search Criteria
Package Details: mingw-w64-pango 1.54.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-pango.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-pango |
Description: | A library for layout and rendering of text (mingw-w64) |
Upstream URL: | https://pango.gnome.org/ |
Keywords: | gnome mingw mingw-w64 pango |
Licenses: | LGPL-2.1-or-later |
Submitter: | Schala |
Maintainer: | pingplug |
Last Packager: | pingplug |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-10 19:40 (UTC) |
Last Updated: | 2024-07-06 14:02 (UTC) |
Dependencies (13)
- mingw-w64-cairoAUR (mingw-w64-cairo-bootstrapAUR)
- mingw-w64-fontconfigAUR
- mingw-w64-freetype2AUR (mingw-w64-freetype2-bootstrapAUR)
- mingw-w64-fribidiAUR
- mingw-w64-harfbuzzAUR
- mingw-w64-libthaiAUR
- git (git-gitAUR, git-glAUR) (make)
- glib2-devel (make)
- gobject-introspection (gobject-introspection-gitAUR) (make)
- gtk-doc (make)
- mingw-w64-mesonAUR (make)
- mingw-w64-popplerAUR (make)
- mingw-w64-wineAUR (make)
Latest Comments
patlefort commented on 2024-07-06 03:05 (UTC)
Missing
glib2-devel
in makedepends, otherwise this error happen:../pango/meson.build:87:20: ERROR: Dependency 'glib-2.0' tool variable 'glib_mkenums' contains erroneous value: '/usr/bin/glib-mkenums'
Score_Under commented on 2023-03-09 00:21 (UTC) (edited on 2023-03-09 00:37 (UTC) by Score_Under)
I get this error when building in a clean chroot (despite the 1.50.12 version working fine):
It seems to run the 32-bit build to completion(?) just fine, but the 64-bit build fails immediately with the above error.
~However I don't know enough about meson to say why, or how to fix it.~ ed: seems to be a bug in the upstream wine package, where libunwind is a dependency of ntdll.so but isn't included as a dependency in the package itself. I worked around it by putting libunwind in makedepends, but this should probably be fixed on arch's end. There is an existing bug ticket at https://bugs.archlinux.org/task/77413
lantw44 commented on 2020-06-13 03:59 (UTC)
Is there any reason that this package was updated from a stable release (1.44.7) to an unstable release (1.45.1)?
adsun commented on 2018-12-21 00:16 (UTC)
mingw-w64-pangomm now fails to build unless mingw-w64-libthai is present with mingw-w64-pango. mingw-w64-libthai should be in depends rather than optdepends.
adsun commented on 2018-08-22 02:01 (UTC)
A build configure in a clean chroot now fails unless mingw-w64-poppler is installed. mingw-w64-poppler should be added to the makedepends.
dos1 commented on 2018-07-04 01:59 (UTC) (edited on 2018-07-04 01:59 (UTC) by dos1)
Fails to build when help2man is installed.
adsun commented on 2018-06-21 13:37 (UTC)
I was wondering if it would be possible to add
mingw-w64-libthai
todepends
, as the regularpango
package haslibthai
independs
.doragasu commented on 2018-06-19 05:54 (UTC)
Fails:
lantw44 commented on 2018-04-22 06:13 (UTC) (edited on 2018-04-22 06:14 (UTC) by lantw44)
It looks like gobject-introspection dependency is missing:
After adding gobject-introspection to makedepends, it still fails: