Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605494 - media-gfx/verapdf ebuild request PDF/A validator
Summary: media-gfx/verapdf ebuild request PDF/A validator
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal with 4 votes (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/veraPDF
Whiteboard:
Keywords:
Depends on: needsMaven
Blocks:
  Show dependency tree
 
Reported: 2017-01-12 17:17 UTC by Jonas Stein
Modified: 2023-05-03 15:13 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Stein gentoo-dev 2017-01-12 17:17:25 UTC
verifies, if a .pdf file full fills ISO 19005 (PDF/A).

depends on

Maven v3+
OpenJDK, or Oracle JAVA 7 

http://verapdf.org/software/
Comment 1 Jonas Stein gentoo-dev 2017-01-25 21:03:59 UTC
dev-java/maven-bin is available in the tree, but I could not compile veraPDF

https://github.com/veraPDF/veraPDF-library/issues/669
Comment 2 Volkmar W. Pogatzki 2022-04-07 08:17:40 UTC
(In reply to Jonas Stein from comment #1)
> dev-java/maven-bin is available in the tree, but I could not compile veraPDF
> 
> https://github.com/veraPDF/veraPDF-library/issues/669

Which exact one of the repositories in https://github.com/veraPDF is it?
The pom files there seem not to mention "magic" maven plugins.
So you might try the multi-jar approach which is used in dev-java/batik:1.14 or for smaller number of modules in dev-java/jsch-agent-proxy.

For veraPDF-apps-1.21.104 the "mvn dependency:tree" doesn't look too complicated. The installer even should be skipped.

$ mvn dependency:tree
[INFO] Scanning for projects...
[INFO] --------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] veraPDF PDF/A Validation Applications                    [pom]
[INFO] VeraPDF Library GUI                                      [jar]
[INFO] veraPDF Greenfield Applications                          [jar]
[INFO] veraPDF PDF Box Applications                             [jar]
[INFO] veraPDF Installer                                        [jar]
[INFO] 
[INFO] -----------------< org.verapdf:verapdf-apps >-----------------