Package Base Details: mingw-w64-harfbuzz

Git Clone URL: https://aur.archlinux.org/mingw-w64-harfbuzz.git (read-only, click to copy)
Keywords: harfbuzz harfbuzz-icu mingw mingw-w64
Submitter: Schala
Maintainer: pingplug
Last Packager: pingplug
Votes: 14
Popularity: 0.000000
First Submitted: 2013-12-02 10:12 (UTC)
Last Updated: 2024-04-01 12:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

MaartenBaert commented on 2017-10-08 21:52 (UTC)

PKGBUILD for version 1.5.1 (based on 1.5.0 PKGBUILD from calegria): https://gist.github.com/MaartenBaert/0ee1667fd59de404a0cd8944235442c7

calegria commented on 2017-08-30 22:59 (UTC)

I confirm that the package can be built by just updating the version number and making some minor changes to the PKGBUILD file. Heres is my updated file in case you would like to use it:https://gist.github.com/calegria/32c292218dfae9e93f4b3593062dc49d

Martchus commented on 2017-05-18 20:31 (UTC)

Seems like git is now a makedependency.

Schala commented on 2017-01-05 21:49 (UTC)

Great. Not updating it until the native package updates

Kunda commented on 2017-01-05 21:12 (UTC)

harfbuzz 1.4 was released today

Martchus commented on 2016-10-21 06:26 (UTC) (edited on 2017-05-18 20:30 (UTC) by Martchus)

Here's a hack to fix the problem with the static build: https://github.com/Martchus/PKGBUILDs/blob/master/harfbuzz/mingw-w64/PKGBUILD Unfortunately this requires to split shared and static build. Maybe it would be better to patch the build system, but should work for now. BTW: Qt 5 must be rebuilt due to adding graphite support here - at least when using the static version.

Martchus commented on 2016-10-20 22:35 (UTC)

janisozaur: I can reproduce the issue. I guess the problem is that when building the static harfbuzz library GRAPHITE2_STATIC is not defined.

Schala commented on 2016-10-04 22:37 (UTC)

Well, #pragma region and endregion make GCC error a ton and the code's full of it. I used mingw-w64-cmake to attempt building it.

janisozaur commented on 2016-10-04 20:29 (UTC)

Forcing to link graphite2 in cmake for my project doesn't solve that problem. I have compiled harfbuzz without graphite support for now, but I would rather avoid having to do that. Steps that should reproduce my issue: git clone https://github.com/OpenRCT2/OpenRCT2 mkdir build && cd build cmake ../ -DCMAKE_TOOLCHAIN_FILE=../CMakeLists_mingw.txt -DSTATIC=on make

Schala commented on 2016-10-04 00:28 (UTC)

hmm.... have you tried pkg-config?