Search Criteria
Package Details: engauge-samples 1:12.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/engauge.git (read-only, click to copy) |
---|---|
Package Base: | engauge |
Description: | sample image files for engauge copied into the doc subdirectory |
Upstream URL: | http://markummitchell.github.io/engauge-digitizer/ |
Licenses: | GPL |
Submitter: | haawda |
Maintainer: | haawda (shmilee) |
Last Packager: | haawda |
Votes: | 29 |
Popularity: | 0.035493 |
First Submitted: | 2008-02-12 19:10 (UTC) |
Last Updated: | 2021-09-03 15:42 (UTC) |
Dependencies (7)
- fftw (fftw-amd) (make)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, mozjpeg) (make)
- libpng (libpng-apng, libpng-git) (make)
- log4cpp (make)
- openjpeg2 (openjpeg-git) (make)
- poppler-qt5 (poppler-qt5-git, poppler-qt-lcd) (make)
- qt5-tools (qt5-tools-git) (make)
Latest Comments
1 2 3 4 5 Next › Last »
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 lineexport 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:
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.
haawda commented on 2018-07-23 20:11 (UTC)
Thanks, fixed.
everythingfunct commented on 2018-07-23 16:34 (UTC)
I had to make the following changes in order to get my installation to work. It looks like the installation location and the
engauge.sh
script do not match.engauge.sh
tocd /usr/*lib*/engauge-digitizer
engauge.sh
file1 2 3 4 5 Next › Last »