Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14770 - mplayer 0.90_rc2 and rc3 have out-of-date file paths
Summary: mplayer 0.90_rc2 and rc3 have out-of-date file paths
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-30 03:18 UTC by Cliff Hudson
Modified: 2011-10-30 22:18 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 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.