Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102041 - libpng is mandatory for firefox
Summary: libpng is mandatory for firefox
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-10 12:21 UTC by Alex Beregszaszi
Modified: 2005-12-23 06:57 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 Alex Beregszaszi 2005-08-10 12:21:13 UTC
Hi,

I run a minimalistic gentoo system, installing packages only which are really
needed.

It looks like png is mandatory for Mozilla Firefox 1.0.4, but was not listed in
the ebuild. I'm not sure about the required version, but it worked with 1.2.8
under powerpc.

Here's the patch:

--- mozilla-firefox-1.0.4.ebuild	2005-07-10 21:02:59.000000000 +0200
+++ mozilla-firefox-1.0.4.alex.ebuild	2005-07-10 21:02:47.000000000 +0200
@@ -19,6 +19,7 @@
 # xrender.pc appeared for the first time in xorg-x11-6.7.0-r2
 # and is required to build with support for cairo.  #71504
 RDEPEND="java? ( virtual/jre )
+	>=media-libs/libpng-1.2.8
 	>=media-libs/libmng-1.0.0
 	mozsvg? (
 		>=x11-base/xorg-x11-6.7.0-r2
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-23 06:57:45 UTC
Fixed in current ebuild versions (see mozconfig/mozconfig-2 eclasses).