Friday, July 22, 2005

w32codecs for ubuntu 'hoary'

The stock Ubuntu repositories don't include the w32codecs (wmvdmod.dll, etc) so xine, mplayer can play WMV and other formats. Basically the package puts 127 DLLs in /usr/lib/w32codecs.

So, I temporarily added the following line to my /etc/apt/sources.list

deb ftp://ftp.nerim.net/debian-marillat/ testing main

And then did this:


apt-get update && apt-get install w32codecs


I then commented that line out since and apt-get upgrade would have picked up a bunch of updated packages from that repository.