Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 126771

Summary: Totem really needs gecko-sdk?
Product: Gentoo Linux Reporter: Maciej Piechotka <uzytkownik2>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED WONTFIX    
Severity: trivial CC: radek, steve
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Maciej Piechotka 2006-03-19 01:58:44 UTC
All packages needs firefox [x]or gecko-sdk.
I've run totem ./configure without gecko-sdk and it finish with 0 (I've only firefox).
Is totem really needs gecko-sdk not firefox?

(instead line 42:
    nsplugin? ( >=net-libs/gecko-sdk-1.7 >=sys-apps/dbus-0.35 )
something like:
    nsplugin? (
        >=net-libs/gecko-sdk-1.7 || >=www-client/firefox-1.0.7
        >=sys-apps/dbus-0.35
    )

If it's possible it could be add virtual/gecko or something like that.
Comment 1 Maciej Piechotka 2006-03-19 02:06:42 UTC
It's touch totem 1.4.0
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-03-20 06:21:17 UTC
*** Bug 126955 has been marked as a duplicate of this bug. ***
Comment 3 John N. Laliberte (RETIRED) gentoo-dev 2006-03-25 05:07:13 UTC
mozilla team wants us to build against gecko-sdk, not firefox/moz headers directly.