Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56630 - BUG: media-plugins/xmms-wma-1.0.3 installs in wrong directory!
Summary: BUG: media-plugins/xmms-wma-1.0.3 installs in wrong directory!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-10 13:10 UTC by Stefan Briesenick (RETIRED)
Modified: 2004-07-10 21:04 UTC (History)
1 user (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 Stefan Briesenick (RETIRED) gentoo-dev 2004-07-10 13:10:20 UTC
since xmms-wma is an INPUT-Plugin, it should be located in

xmms-config --input-plugin-dir

which is /usr/lib/xmms/Input

but this is what the ebuild do:

src_install () {
    exeinto `xmms-config --output-plugin-dir`
    doexe libwma.so
    dodoc readme.rus readme.eng
}

it installs the plugin as an OUTPUT-Plugin!


Reproducible: Always
Steps to Reproduce:
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-10 20:37:15 UTC
whoops... thanks...

it still works though ;)
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-10 21:04:08 UTC
fixed in cvs.  thanks for noticing.