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: 29
Popularity: 0.000605
First Submitted: 2008-02-12 19:10 (UTC)
Last Updated: 2023-11-16 09:05 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

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!

haawda commented on 2020-08-02 15:29 (UTC)

I reverted to 12.1.

zoidberg commented on 2020-08-02 10:49 (UTC)

It seems the latest stable version is still 12.1. The github page marks 12.2.2 (not 12.2) as a 'pre-release'.

xzz53 commented on 2020-08-01 19:10 (UTC) (edited on 2020-08-01 19:12 (UTC) by xzz53)

Hi! Got a download error when updating this package:

  -> Downloading engauge-12.2.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   139  100   139    0     0    302      0 --:--:-- --:--:-- --:--:--   302
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading https://github.com/markummitchell/engauge-digitizer/archive/v12.2.tar.gz

zoidberg commented on 2018-07-25 05:47 (UTC) (edited on 2018-07-25 05:47 (UTC) by zoidberg)

@haawda The checksum in the PKGBUILD doesn't match the checksum for engauge.sh.

==> Validating source files with sha256sums...
    engauge-10.8.tar.gz ... Passed
    engauge.sh ... FAILED
    engauge.desktop ... Passed


$ sha256sum engauge.sh 
6192374e8620c7c77d66c4313907bad305c6b03a80bb9244fd49753f8997aa31  engauge.sh

haawda commented on 2018-07-23 20:11 (UTC)

Thanks, fixed.