Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28833 - media-libs/lcms version bump to 1.11
Summary: media-libs/lcms version bump to 1.11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-15 19:49 UTC by James Cloos
Modified: 2003-09-21 08:16 UTC (History)
1 user (show)

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 James Cloos 2003-09-15 19:49:38 UTC
Although I cannot find a ref to it on their website, I just saw in an (old!)
email that lcms 1.11 is out.

cp lcms-1.09.ebuild lcms-1.11.ebuild does not work, it now has a proper
configure script.  There is a --with-python option that should be supported
by the ebuild.
Comment 1 Simon Ejsing 2003-09-16 02:43:01 UTC
I would too, like to see this one in portage tree. 
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-09-16 11:54:05 UTC
please provide an ebuild or patch
Comment 3 James Cloos 2003-09-16 14:17:05 UTC
I only made the minimal change to get it to compile -- ie changing src_compile()
to look like:

src_compile() {
        econf --with-python || die
        emake || die
}

that compiled and looks to be working
Comment 4 Heinrich Wendel (RETIRED) gentoo-dev 2003-09-21 08:16:25 UTC
done
Comment 5 Heinrich Wendel (RETIRED) gentoo-dev 2003-09-21 08:16:33 UTC
...