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

Bug 14770

Summary: mplayer 0.90_rc2 and rc3 have out-of-date file paths
Product: Portage Development Reporter: Cliff Hudson <chronos>
Component: UnclassifiedAssignee: Martin Schlemmer (RETIRED) <azarah>
Status: RESOLVED FIXED    
Severity: normal CC: mholzer
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Cliff Hudson 2003-01-30 03:18:04 UTC
User-Agent:       
Build Identifier: 

mplayer recently changed it's file locations around.  I have found a patch which I 
made to the _rc2 ebuild.  I believe the same patch will work for rc3, though I have 
not tested this. 
 
Patch follows: 
19,21c19,21 
<       http://mplayerhq.hu/MPlayer/releases/mp-arial-iso-8859-1.zip 
<       http://mplayerhq.hu/MPlayer/releases/mp-arial-iso-8859-2.zip 
<       gtk? ( mirror://gentoo/distfiles/default-skin-0.1.tar.bz2 )" 
--- 
>       http://mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 
>       http://mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-2.tar.bz2 
>       gtk? ( mirror://gentoo/default-skin-0.1.tar.bz2 )" 
 

Reproducible: Always
Steps to Reproduce:
1. emerge mplayer, from rsync dated 1/31/03  00:08 
2. 
3. 
Actual Results:  
the file mp-arial-iso-8859-1.zip was not found.  Investigation revealed it no 
longer exists on the source server. 

Expected Results:  
The correct file should have been downloaded.   The patch provides the 
necessary changes to ensure the proper files are downloaded.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-02 13:45:14 UTC
Fixed, thanks.