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

Bug 310389

Summary: media-video/mplayer-9999: Unknown parameter: --realcodecsdir=/usr/lib64/codecs
Product: Gentoo Linux Reporter: Alexander Polozov <Apolozov>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: eugene.shalygin, p.gregy
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patched ebuild

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