Package Base Details: engauge

Git Clone URL: https://aur.archlinux.org/engauge.git (read-only, click to copy)
Submitter: haawda
Maintainer: shmilee
Last Packager: shmilee
Votes: 30
Popularity: 0.115463
First Submitted: 2008-02-12 19:10 (UTC)
Last Updated: 2025-09-05 05:52 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

shmilee commented on 2025-09-05 05:54 (UTC)

@deanrw updated with hardcode lrelease patch

deanrw commented on 2025-08-28 14:13 (UTC)

This fails to build in a clean chroot because lrelease (#36 of the PKGBUILD) isn't on $PATH when only qt6-tools is installed (it's located at/usr/lib/qt6/bin/lrelease). I assume that builds outside a chroot may still work if they are using /usr/bin/lrelease from qt5-tools.

A simple fix is to hardcode the Qt6 path (as is already done for qhelpgenerator), e.g.:

/usr/lib/qt6/bin/lrelease engauge.pro

@shmilee Can the PKGBUILD be updated please? Many thanks for your efforts in maintaining it!

shmilee commented on 2025-08-11 14:01 (UTC)

@ilovekiruna Thanks for your comments! But I find gentoo (https://gitweb.gentoo.org/repo/gentoo.git/tree/media-gfx/engauge) using https://github.com/akhuettel/engauge-digitizer, so someone has been taking over and maintaining this package. Use akhuettel/engauge-digitizer as upstream may be better? I will update this to 12.9.1 in a few days.

ilovekiruna commented on 2025-06-09 20:20 (UTC)

I quick and dirty fixed the code to compile Engauge Digitizer using Qt6. I uploaded the code on Github: https://github.com/hoehnp/engauge_test_qt6

Comments or PRs welcome.

MartinDiehl commented on 2025-05-14 20:36 (UTC)

the GitHub page has disappeared, there is a source on https://zenodo.org/records/3941227

shmilee commented on 2023-11-16 09:09 (UTC)

@BrainDamage updated

BrainDamage commented on 2022-09-17 16:20 (UTC) (edited on 2022-09-20 15:22 (UTC) by BrainDamage)

the paths can be automatically obtained using pkg-config:

OPENJPEG_INCLUDE=$(pkg-config --variable includedir libopenjp2)

POPPLER_INCLUDE=$(pkg-config --cflags-only-I poppler-qt5 | cut -d ' ' -f 1 | sed 's/^-I//')

EDIT: replaced openjpeg pkg-config command with a less hacky one, poppler's still remains a bit suboptimal

hmcezar commented on 2022-07-04 14:46 (UTC)

had to change OPENJPEG_INCLUDE to OPENJPEG_INCLUDE=/usr/include/openjpeg-2.5. Maybe the PKGBUILD should be updated?

Spaceboi commented on 2021-01-23 21:21 (UTC)

Because openjpeg2 was upgraded to version 2.4 in December 2020 i needed to change the dirname in the PKGBUILD to /usr/include/openjpeg-2.4 in the line export OPENJPEG_INCLUDE=/usr/include/openjpeg-2.3 OPENJPEG_LIB=/usr/lib

xzz53 commented on 2020-08-02 18:25 (UTC)

@haawda Works for me now, thanks!