Search Criteria
Package Base Details: engauge
Package Actions
| 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$PATHwhen onlyqt6-toolsis 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/lreleasefromqt5-tools.A simple fix is to hardcode the Qt6 path (as is already done for
qhelpgenerator), e.g.:@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.1in 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.4in the lineexport OPENJPEG_INCLUDE=/usr/include/openjpeg-2.3 OPENJPEG_LIB=/usr/libxzz53 commented on 2020-08-02 18:25 (UTC)
@haawda Works for me now, thanks!
1 2 3 4 5 Next › Last »