Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 605494

Summary: media-gfx/verapdf ebuild request PDF/A validator
Product: Gentoo Linux Reporter: Jonas Stein <jstein>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: normal CC: einfair, jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/veraPDF
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 688542    
Bug Blocks:    

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 >-----------------