Bug 94946 - latex2html depends on both giflib and libungif when it doesn't need to do so
Bug#: 94946 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: text-markup@gentoo.org Reported By: fafhrd@gentoo.org
Component: Unspecified
URL: 
Summary: latex2html depends on both giflib and libungif when it doesn't need to do so
Keywords:  
Status Whiteboard: 
Opened: 2005-06-03 12:52 0000
Description:   Opened: 2005-06-03 12:52 0000
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 From Jakub Moc (RETIRED) 2005-06-03 23:31:12 0000 -------
Please, remove libungif alternative dependency from both 2002.2.1_pre20041025
and 2002.2.2 wrt bug 85720. Thanks.

------- Comment #2 From Mamoru KOMACHI (RETIRED) 2005-06-04 01:59:04 0000 -------
Fixed in CVS. Thanks for the bug report.