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

Bug 390419

Summary: media-gfx/iscan-2.28.0 version bump
Product: Gentoo Linux Reporter: Yu Yuwei <acevery>
Component: New packagesAssignee: Stefan Briesenick (RETIRED) <sbriesen>
Status: RESOLVED FIXED    
Severity: normal CC: alexanderyt, mattsch, nitro
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: iscan-2.28.0.ebuild
iscan-2.28.0.2-libpng15.patch
iscan-2.28.0.2.patch
iscan-2.28.1.3-libpng15.patch
iscan-2.28.1.3.ebuild.patch

Description Yu Yuwei 2011-11-13 15:42:57 UTC
Created attachment 292415 [details]
iscan-2.28.0.ebuild

verion bump.

Add

replace-flags -O3 -O1
replace-flags -O2 -O1

to fix #388073
Comment 1 Matthew Schultz 2011-11-14 15:47:59 UTC
Created attachment 292535 [details, diff]
iscan-2.28.0.2-libpng15.patch

Updates the previous version libpng patch due to changes in the code since 2.26.0.
Comment 2 Matthew Schultz 2011-11-14 15:54:01 UTC
Created attachment 292537 [details, diff]
iscan-2.28.0.2.patch

Patches 2.26.0 ebuild.  New ebuild utilizes versionator so the entire version is represented in the package version.  In addition, it also utilizes the new libpng patch and replaces the cflag -O[O-9s] with -O1 which fixes bug 388073.
Comment 3 Matthew Schultz 2011-11-14 15:59:43 UTC
(In reply to comment #0)
> Created attachment 292415 [details]
> iscan-2.28.0.ebuild
> 
> verion bump.
> 
> Add
> 
> replace-flags -O3 -O1
> replace-flags -O2 -O1
> 
> to fix #388073

Your ebuild does not work without the libpng patch.  My attached patches will provide a working ebuild.
Comment 4 Yu Yuwei 2011-11-14 16:41:23 UTC
Thanks(In reply to comment #3)
> (In reply to comment #0)
> > Created attachment 292415 [details]
> > iscan-2.28.0.ebuild
> > 
> > verion bump.
> > 
> > Add
> > 
> > replace-flags -O3 -O1
> > replace-flags -O2 -O1
> > 
> > to fix #388073
> 
> Your ebuild does not work without the libpng patch.  My attached patches will
> provide a working ebuild.

Thanks :)
Comment 5 ta2002 2012-05-07 01:52:18 UTC
Current version is 2.28.1 as of 20120323.

New website is:

http://download.ebz.epson.net/dsc/search/01/search/searchModule
Comment 6 Laurent Bachelier 2012-06-18 20:39:29 UTC
The current stable iscan does not work for me anymore (with a DX4250) — both skanlite and iscan exit with error code 1 without any debug info.
I'm not sure when it stopped working, or if other people are affected, but it used to work.

Upgrading to 2.28.1 solves this; it would be nice to become the new stable.

Related: Bug #419729
Comment 7 Matthew Schultz 2012-07-05 16:20:01 UTC
Created attachment 317312 [details, diff]
iscan-2.28.1.3-libpng15.patch
Comment 8 Matthew Schultz 2012-07-05 16:22:14 UTC
Created attachment 317314 [details, diff]
iscan-2.28.1.3.ebuild.patch
Comment 9 Matthew Schultz 2012-07-05 16:27:15 UTC
I would like to say thanks to Diego Petteno for finally version bumping iscan to 2.28.1.3.  On the other hand, what the hell Diego?  Did you test the ebuild before you bumped it?  2.28.1.3 will not compile without the libpng patch.  Apparently avasys changed the code again without fixing these bugs and I've now uploaded a new libpng patch for the ebuild that Diego put in portage.  So now it compiles and installs with this patch.  In addition, I've updated the ebuild patch because although Diego changed the ebuild on the bump with versionator changes, he did not fix bug 388073 when he bumped it, so my ebuild patch should take care of that as well.