Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126771 - Totem really needs gecko-sdk?
Summary: Totem really needs gecko-sdk?
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 126955 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-19 01:58 UTC by Maciej Piechotka
Modified: 2006-03-25 05:07 UTC (History)
2 users (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 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.