Search Criteria
Package Details: grok-jpeg2000 14.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/grok-jpeg2000.git (read-only, click to copy) |
---|---|
Package Base: | grok-jpeg2000 |
Description: | A high performance open source JPEG 2000 codec. |
Upstream URL: | https://github.com/GrokImageCompression/grok |
Licenses: | AGPL |
Submitter: | necklace |
Maintainer: | necklace |
Last Packager: | necklace |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-04-03 11:40 (UTC) |
Last Updated: | 2024-12-06 10:21 (UTC) |
Dependencies (8)
- cli11
- jbigkit (jbigkit-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
Latest Comments
FabioLolix commented on 2024-12-10 21:41 (UTC)
Another thing, this is failing to run because it is looking for
libperl.so
in the wrong place; it isn't the usual problem of an old package which need a rebuildIt is looking for
/usr/lib/libperl.so
while is/usr/lib/perl5/5.40/core_perl/CORE/libperl.so
for the current perl version, to note that at build time it correctly identify the libraryFabioLolix commented on 2024-12-09 22:59 (UTC)
Hi, this pkgbuild have several faults, like:
2 flags have changed and docs no longer builds
updated pkgbuild: https://github.com/FabioLolix/AURFIX/blob/main/g/grok-jpeg2000/PKGBUILD
Happy to discuss details in the next days
necklace commented on 2024-12-06 10:22 (UTC)
@Fallback
Done, thx. You can also just flag the package with the "Flag package out-of-date" button :)
Fallback commented on 2024-12-05 23:56 (UTC)
please update to version 14
here is the new pkg with sha256 and cli11 as dep.:
necklace commented on 2022-04-22 09:22 (UTC)
@ddeberhar fixed it some days after you commented, but forgot to comment. Thanks!
ddeberhar commented on 2022-04-10 14:52 (UTC)
Please, update the checksum (and / or check changes on github, if appropriate) - pamac actually terminated with "sha256sums ... FAILED", and on github I see "updated 2 hours ago" (16.45 +0100) - seems there was another update after you updated the AUR package. I got it installed with checksum from github file copied to build file, but did not check whether it works as expected, yet, nor checked the code (that would be too much for me). Many thanks!
necklace commented on 2020-07-29 14:39 (UTC) (edited on 2020-07-29 14:39 (UTC) by necklace)
@ddeberhar thank you. I've updated and fixed the build. I can't do anything about the reference to $srcdir warnings, as that's because the developer of grok is using __FILE__ in his code. Stripping the binaries don't help.
ddeberhar commented on 2020-07-29 10:35 (UTC) (edited on 2020-07-29 10:49 (UTC) by ddeberhar)
Please, check build. (Manjaro 20.0.3 pamac):
Thank you