cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

XVid binary link out of date 404 error on file #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
lines 5051ff at present are:

w_metadata  xvid dlls \
    title="Xvid Video Codec" \
    publisher="xvid.org" \
    year="2009" \
    media="download" \
    file1="Xvid-1.2.2-07062009.exe" \
    installed_file1="$W_PROGRAMS_X86_WIN/Xvid/xvid.ico"

load_xvid()
{
    w_call vcrun6
    w_download http://www.koepi.info/Xvid-1.2.2-07062009.exe 435203e7f713c4484ca4f50f43e847f3dc118962
    cd "$W_CACHE"/xvid
    w_try $WINE Xvid-1.2.2-07062009.exe $W_UNATTENDED_SLASH_SILENT
}

lines 5051ff should read:

w_metadata  xvid dlls \
    title="Xvid Video Codec" \
    publisher="xvid.org" \
    year="2009" \
    media="download" \
    file1="Xvid-1.3.2-20110601.exe" \
    installed_file1="$W_PROGRAMS_X86_WIN/Xvid/xvid.ico"

load_xvid()
{
    w_call vcrun6
    w_download http://www.koepi.info/Xvid-1.3.2-20110601.exe 0a11498a96f75ad019c4c7d06161504140337dc0
    cd "$W_CACHE"/xvid
    w_try $WINE Xvid-1.3.2-20110601.exe $W_UNATTENDED_SLASH_SILENT
}

Xvid-1.2.2-07062009.exe is unavailable now and the only link is for 
Xvid-1.3.2-20110601.exe

Original issue reported on code.google.com by upekshap...@gmail.com on 2 Jun 2011 at 4:38

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r619.

Original comment by daniel.r...@gmail.com on 3 Jun 2011 at 7:23

GoogleCodeExporter commented 8 years ago
Thanks for the problem report.  Please get the new winetricks from svn
and check to see if "winetricks xvid" and "winetricks -q xvid" work for you now.

Original comment by daniel.r...@gmail.com on 3 Jun 2011 at 7:25