Jgraphx is the a lightweight and feature-rich graph component for Java, and the successor to jgraph. It provides automatic 2D layout and routing for diagrams. Object and relations can be displayed in any Swing UI via provided zoomable component. Reproducible: Always Steps to Reproduce: Expected Results: ebuild this package is needed in order to build scilab-5.2.0 with xcos
Created attachment 216562 [details] jgraphx-1.0.2.8.ebuild This ebuild should be reasonably clean. The only issue is that the fetch is restricted and the license is unclear. I have shared it on my website, but needs to find a better solution.
Created attachment 220529 [details] jgraphx-1.2.0.7 fixed the SRC_URI, version required for scilab-5.2
Created attachment 220531 [details] jgraphx-1.3.0.2 newest version for jgraphx, doesn't work with scilab-5.2
I could not build jgraphx-1.3.0.2 as normal. I had to fetch it by hand, unzip and tar czf it in a local dir, then change source to this local file : SRC_URI="file::///usr/local/portage/mesEbuild/dev-java/jgraphx/sources/jgraphx-1_3_0_2.tgz" Same for 1.4.0.2
Bumped to 1.4.1.2 in science overlay
Could we get a bump? Latest version is 1.7.1.10. Thanks. Any plans to merge jgraph and jgraphx, since they are (I presume) actually the same package? Cheers.
They are not the same package. They are very different and updating this version will break some other packages (like Scilab) since the behavior of jgraphx changed since the current version.
Looks like scilab is the only package that depends on jgraphx right now. So adding another version to the science overlay wouldn't really make sense, since scilab specifically requires 1.4.1.0. If you need the newer version, maybe try to submit it to the java overlay.
Java team is not involved in managing the Science overlay. CC us back if you need help.