Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173418 - media-gfx/hugin-0.6.1 needs >=media-gfx/enblend-2.4
Summary: media-gfx/hugin-0.6.1 needs >=media-gfx/enblend-2.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-05 00:17 UTC by Nicolas Laurent
Modified: 2007-04-05 15:28 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Laurent 2007-04-05 00:17:52 UTC
Hugin 0.6.1 need enblend with -f option. this option was created in enblend 2.4. But in the ebuild there is no dependency on a spcific version of enbend.
On amd 64, the most recent not masked enblend is the 2.3 version, whitch is not compatible with hugin 0.6.1 (and above).
so the line
enblend? ( media-gfx/enblend )
should be change with 
enblend? ( >=media-gfx/enblend-2.4 )


Reproducible: Always

Steps to Reproduce:
1.emerge hugin 0.6.1 on amd64
2.open hugin from a console
3.create a projet and "stitch" it



Actual Results:  
hugin will report an error on enblend lauch, on the console you will see
enblend: invalid option -- f

Expected Results:  
No error an a beautifull panorama !
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2007-04-05 15:28:39 UTC
Thanks, fixed in cvs!