Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43711 - new mplayerplug-in has aditional dependencies on gtk
Summary: new mplayerplug-in has aditional dependencies on gtk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Brad Laue (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 44266
  Show dependency tree
 
Reported: 2004-03-04 06:26 UTC by Paul de Vrieze (RETIRED)
Modified: 2004-11-09 07:22 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mplayerplug-in-2.50.ebuild - gtk1||2 (mplayerplug-in-2.50.ebuild,982 bytes, text/plain)
2004-04-15 04:17 UTC, Carsten Lohrke (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul de Vrieze (RETIRED) gentoo-dev 2004-03-04 06:26:39 UTC
The new mplayerplug-in has aditional dependencies on gtk:
# ldd /usr/lib/mozilla/plugins/mplayerplug-in.so
        linux-gate.so.1 =>  (0xffffd000)
        libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40052000)
        libnspr4.so => /usr/lib/mozilla/libnspr4.so (0x40061000)
        libplds4.so => /usr/lib/mozilla/libplds4.so (0x40095000)
        libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x40098000)
        libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x402e3000)
        libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x40350000)
....

It also needs to be build with --enable-gtk1 for a gtk1 build mozilla.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2004-03-04 07:41:18 UTC
>It also needs to be build with --enable-gtk1 for a gtk1 build mozilla.
definitely!
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2004-04-15 04:17:10 UTC
Created attachment 29330 [details]
mplayerplug-in-2.50.ebuild - gtk1||2

The mozilla ebuilds use the gtk2 use flag, so it makes sense to use it here,
too.
Comment 3 Serge Matveev 2004-06-17 23:48:14 UTC
Please add this patch to newer ebuilds. Without this patch Bug 44266 will be open always :-(((

We need to use same gtk vertsion in both mozilla/firefox and mplayerplug-in ebuilds. Without this (or like) patch we always will be get error report from peoples (like me), who still using USE='-gtk2' :-(((


econf ${myconf} $(use_enable gtk2) || die
Comment 4 Chris White (RETIRED) gentoo-dev 2004-11-09 07:22:10 UTC
This is fixed in the latest version of mplayerplug-in.