This is a new ebuild for Sun's Java Advanced Imaging Image Input/Output libray. Found at https://jai-imageio.dev.java.net/ I have attached the ebuild to this bug. Reproducible: Always
Created attachment 176199 [details] ebuild for imageio probally should go in dev-java
Isn't the source provided by upstream (at least in some VCS) ?
(In reply to comment #2) > Isn't the source provided by upstream (at least in some VCS) ? > The source is in cvs but you need an account to download it. I don't know if it would be good idea to register an account for all gentoo users. Here is the cvs info https://jai-imageio.dev.java.net/source/browse/jai-imageio/
(In reply to comment #3) > (In reply to comment #2) > > Isn't the source provided by upstream (at least in some VCS) ? > > > The source is in cvs but you need an account to download it. > I don't know if it would be good idea to register an account for all gentoo > users. > Here is the cvs info > https://jai-imageio.dev.java.net/source/browse/jai-imageio/ > Seems that https://jai-imageio-core.dev.java.net/source/browse/jai-imageio-core/?only_with_tag=jai-imageio-1_1-fcs is the actual source we're looking for.
(In reply to comment #4) > (In reply to comment #3) > > (In reply to comment #2) > > > Isn't the source provided by upstream (at least in some VCS) ? > > > > > The source is in cvs but you need an account to download it. > > I don't know if it would be good idea to register an account for all gentoo > > users. > > Here is the cvs info > > https://jai-imageio.dev.java.net/source/browse/jai-imageio/ > > > Seems that > https://jai-imageio-core.dev.java.net/source/browse/jai-imageio-core/?only_with_tag=jai-imageio-1_1-fcs > is the actual source we're looking for. > Partly open. codeclib is still provided as binary.
Created attachment 176324 [details, diff] Patch against Attachment #176199 [details] Fixes homepage. Fixes the jre dependency since the binaries require Java 1.4+. Sets slot to 0. Adds missing dependency on jai. Adds necessary calls to die.
Created attachment 176569 [details] ebuild for imageio that compiles Okay, I have build a new ebuild that downloads the code from the cvs site then compiles it with ant and installs it. As such it has been renamed sun-jai-imageio. I have also included that changes from the previous patch.
I've committed a MUCH nicer ebuild for this to java-overlay because I needed it for Audiveris. See http://overlays.gentoo.org/proj/java/browser/java-overlay.
how a bout switching to the binary blog less version ? http://github.com/stain/jai-imageio-core this version also has no distribution problem.
jai imageio core has moved to svn so no need for authentication for sourcecode download http://java.net/projects/jai-imageio-core/
Created attachment 276117 [details] dev-java/jai-imageio-1.1-r1.ebuild the ebuild with svn
(In reply to comment #11) > Created attachment 276117 [details] > dev-java/jai-imageio-1.1-r1.ebuild > > the ebuild with svn applied to the ebuild in java-overlay. Thanks.