Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310389 - media-video/mplayer-9999: Unknown parameter: --realcodecsdir=/usr/lib64/codecs
Summary: media-video/mplayer-9999: Unknown parameter: --realcodecsdir=/usr/lib64/codecs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 312761 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-03-20 15:18 UTC by Alexander Polozov
Modified: 2010-04-24 11:57 UTC (History)
2 users (show)

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


Attachments
patched ebuild (mplayer-9999.ebuild,19.08 KB, text/plain)
2010-04-23 17:04 UTC, Alexander Polozov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Polozov 2010-03-20 15:18:35 UTC
media-video/mplaeyr-9999 installation fail with error: Unknown parameter: --realcodecsdir=/usr/lib64/codecs

Reproducible: Always

Steps to Reproduce:
1. USE=real
2. emerge media-video/mplayer-9999
3. have error
Comment 1 Alexander Polozov 2010-03-27 07:42:39 UTC
May be temporaly use this path?

--- mplayer-9999.ebuild.old     2010-03-15 18:36:03.000000000 +0300
+++ mplayer-9999.ebuild 2010-03-27 10:38:36.000000000 +0300
@@ -485,14 +485,6 @@
        # internal
        use real || myconf+=" --disable-real"
 
-       # Real binary codec support only available on x86, amd64
-       if use real; then
-               use x86 && myconf+=" --realcodecsdir=/opt/RealPlayer/codecs"
-               use amd64 && myconf+=" --realcodecsdir=/usr/$(get_libdir)/codecs"
-       elif ! use bindist; then
-                       myconf+=" $(use_enable win32codecs win32dll)"
-       fi
-
        ################
        # Video Output #
        ################
Comment 2 Dominique Michel 2010-03-27 12:57:47 UTC
See bug309931#c1
Comment 3 Alexander Polozov 2010-04-17 15:32:12 UTC
Anybody fix it in portage tree?
Comment 4 Petr Gregor 2010-04-17 16:09:09 UTC
*** Bug 312761 has been marked as a duplicate of this bug. ***
Comment 5 Alexander Polozov 2010-04-23 17:04:58 UTC
Created attachment 228911 [details]
patched ebuild
Comment 6 Alexis Ballier gentoo-dev 2010-04-24 11:57:39 UTC
fixed