Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252249 - dev-java/jai-imageio-1.1 (New Package)
Summary: dev-java/jai-imageio-1.1 (New Package)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement with 2 votes (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-23 06:52 UTC by Harry Bullen
Modified: 2019-05-14 19:13 UTC (History)
3 users (show)

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


Attachments
ebuild for imageio (sun-jai-imageio-bin-1.1.ebuild,1.17 KB, text/plain)
2008-12-23 06:53 UTC, Harry Bullen
Details
Patch against Attachment #176199 (jai.patch,1.25 KB, patch)
2008-12-24 22:09 UTC, Serkan Kaba (RETIRED)
Details | Diff
ebuild for imageio that compiles (sun-jai-imageio-1.1.ebuild,1.49 KB, text/plain)
2008-12-28 04:07 UTC, Harry Bullen
Details
dev-java/jai-imageio-1.1-r1.ebuild (jai-imageio-1.1-r1.ebuild,959 bytes, text/plain)
2011-06-07 09:00 UTC, Mario Fetka (geos_one)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Harry Bullen 2008-12-23 06:52:13 UTC
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
Comment 1 Harry Bullen 2008-12-23 06:53:41 UTC
Created attachment 176199 [details]
ebuild for imageio

probally should go in dev-java
Comment 2 Serkan Kaba (RETIRED) gentoo-dev 2008-12-23 07:44:49 UTC
Isn't the source provided by upstream (at least in some VCS) ?
Comment 3 Harry Bullen 2008-12-23 16:59:21 UTC
(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/
Comment 4 Serkan Kaba (RETIRED) gentoo-dev 2008-12-23 18:04:11 UTC
(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.
Comment 5 Serkan Kaba (RETIRED) gentoo-dev 2008-12-24 18:15:58 UTC
(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.
Comment 6 Serkan Kaba (RETIRED) gentoo-dev 2008-12-24 22:09:39 UTC
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.
Comment 7 Harry Bullen 2008-12-28 04:07:10 UTC
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.
Comment 8 James Le Cuirot gentoo-dev 2009-12-22 11:30:44 UTC
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.
Comment 9 Mario Fetka (geos_one) 2010-08-27 13:34:53 UTC
how a bout switching to the binary blog less version ?
http://github.com/stain/jai-imageio-core

this version also has no distribution problem.
Comment 10 Mario Fetka (geos_one) 2011-06-07 08:59:13 UTC
jai imageio core has moved to svn 
so no need for authentication for sourcecode download

http://java.net/projects/jai-imageio-core/
Comment 11 Mario Fetka (geos_one) 2011-06-07 09:00:08 UTC
Created attachment 276117 [details]
dev-java/jai-imageio-1.1-r1.ebuild

the ebuild with svn
Comment 12 Ralph Sennhauser (RETIRED) gentoo-dev 2012-05-26 20:45:52 UTC
(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.