Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94946 - latex2html depends on both giflib and libungif when it doesn't need to do so
Summary: latex2html depends on both giflib and libungif when it doesn't need to do so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-03 12:52 UTC by Armando Di Cianno (RETIRED)
Modified: 2005-06-04 01:59 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 Armando Di Cianno (RETIRED) gentoo-dev 2005-06-03 12:52:14 UTC
The current lines for gif support in latex2html-2002.2.1_pre20041025.ebuild make
both giflib and libungif dependencies -- this is incorrect.

This trivial patching solves the problem:

-       gif? ( media-libs/giflib
+       gif? || ( media-libs/giflib
                media-libs/libungif )

This needs to be assigned to the text-markup herd.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
Do not depend on both giflib and libungif (likely make giflib as the default option)

This relates to bug 85720 somewhat, as the original author of the "meta-bug"
said that latex2html was "ok", but it does need this little bit of work.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-03 23:31:12 UTC
Please, remove libungif alternative dependency from both 2002.2.1_pre20041025
and 2002.2.2 wrt bug 85720. Thanks.
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-06-04 01:59:04 UTC
Fixed in CVS. Thanks for the bug report.