Search Criteria
Package Details: lib32-jasper 3.0.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-jasper.git (read-only, click to copy) |
---|---|
Package Base: | lib32-jasper |
Description: | A software-based implementation of the codec specified in the emerging JPEG-2000 Part-1 standard (32-bit) |
Upstream URL: | http://www.ece.uvic.ca/~mdadams/jasper/ |
Licenses: | custom:JasPer2.0 |
Submitter: | J5lx |
Maintainer: | None |
Last Packager: | sbmomeni |
Votes: | 6 |
Popularity: | 0.000003 |
First Submitted: | 2016-09-26 09:40 (UTC) |
Last Updated: | 2022-08-04 13:39 (UTC) |
Dependencies (11)
- jasper (jasper-git)
- lib32-glibc (glibc-force-mmap, lib32-glibc-force-mmap, lib32-glibc-minimal-git, lib32-glibc-linux4, lib32-glibc-git)
- lib32-libheif
- lib32-libjpeg (lib32-libjpeg-turbo-minimal-git, lib32-mozjpeg-git, lib32-mozjpeg, lib32-libjpeg-turbo)
- cmake (cmake-git) (make)
- lib32-freeglut (lib32-freeglut-git) (make)
- lib32-glu (lib32-glu-git) (make)
- lib32-libxmu (make)
- jasper-doc (jasper-doc-git) (optional) – documentation
- lib32-freeglut (lib32-freeglut-git) (optional) – jiv support
- lib32-glu (lib32-glu-git) (optional) – jiv support
Latest Comments
Taijian commented on 2021-01-25 09:45 (UTC)
@unknown78: Have you tried recompiling lib32-libraw?
unknown78 commented on 2021-01-24 14:43 (UTC)
There seem to be a dependency issue with lib32-libraw with the last update.
error: failed to prepare transaction (could not satisfy dependencies) :: installing lib32-jasper (2.0.24-1) breaks dependency 'libjasper.so=4-32' required by lib32-libraw
Taijian commented on 2019-04-09 22:09 (UTC)
@micheal65536: Thank you for pointing this out, I really should have figured this out myself... Updated the PKGBUILD which should hopefully fix this issue for good!
Thank you again!
micheal65536 commented on 2019-04-09 16:29 (UTC)
Solution is to add
-DJAS_ENABLE_DOC=OFF
to theoptions
array in thePKGBUILD
file. This will disable building of the documentation. Alternatively, patchingdoc/CMakeLists.txt
to remove theif (LATEX_FOUND)
sections would allow building the rest of the documentation but skipping the latex-dependent parts.Taijian commented on 2018-04-29 21:32 (UTC)
@FFYOO: Did you read the PINNED comment at the very top of the comment chain? No, of course you didn't. Why would you? It's not like the maintainer was trying to convey interesting and/or crucial information to you...
FFY00 commented on 2018-04-28 23:34 (UTC) (edited on 2018-04-28 23:38 (UTC) by FFY00)
Missing latex 'tabularx' dependency. Please add the package 'texlive-latexextra' as a dependency.
! LaTeX Error: File `tabu.sty' not found.
DarkShadow44 commented on 2018-01-12 15:12 (UTC)
Indeed that fixes it, thanks for investigating!
Taijian commented on 2018-01-11 22:41 (UTC)
OK, so here is the rub: The package builds fine as is in a clean chroot.
HOWEVER, if it is built on a live system that has extra/texlive-bin installed, then extra/texlive-latexextra is an additional makedepend!
So: either build it in a clean chroot, or install texlive-latexextra in order to build it.
DarkShadow44 commented on 2018-01-11 18:43 (UTC) (edited on 2018-01-11 18:47 (UTC) by DarkShadow44)
Doesn't build properly:
! LaTeX Error: File 'tabu.sty' not found.